Search code examples
How to set config.action_controller.default_url_options = {:host = '#''} on per environm...


ruby-on-railsruby-on-rails-3actioncontroller

Read More
Rails ActionController unknown format...


ruby-on-railsrubyactioncontrolleraxlsx

Read More
What is the behaviour when an array is passed to an if condition of a callback in a Rails controller...


ruby-on-railsruby-on-rails-5actioncontroller

Read More
ActionController::API vs ActionController::Base...


ruby-on-railsrubyruby-on-rails-7rails-apiactioncontroller

Read More
Why does Rails sanitize() perform differently in rspec than in a model?...


ruby-on-railsrubymodelrspecactioncontroller

Read More
How to access a Rails controller view context from outside of a controller?...


ruby-on-railsactionviewactioncontrolleractionviewhelper

Read More
Rails // ActionController::ParameterMissing error...


ruby-on-railsrubymodel-view-controlleractioncontroller

Read More
rails 7 ActionController::UnknownFormat in ManagersController#destroy Problem with has_one associati...


ruby-on-railsdestroyactioncontrollerhas-one

Read More
With Ruby on Rails what's the best way to display data from a form field on a show page from ano...


ruby-on-railsrubymodel-view-controlleractiverecordactioncontroller

Read More
Rails: Include module, but maintain module name?...


ruby-on-railsrubyactioncontroller

Read More
Does Rails come with a "not authorized" exception?...


ruby-on-railsrubyactioncontroller

Read More
How to use a rails form partial in the context of another controller without passing the ID as a hid...


ruby-on-railsrubyformsactioncontroller

Read More
How can I remove objects from ActionController::Parameters?...


ruby-on-railsruby-on-rails-5strong-parametersactioncontroller

Read More
No route matches {:action=>"show", :controller=>"products"}, missing requi...


rspec-railsruby-on-rails-6actioncontroller

Read More
Rails 5.0.0beta3: ActionController::InvalidAuthenticityToken in development...


ruby-on-railscsrf-protectionactioncontrollerruby-on-rails-5

Read More
Why password validation does not work after adding password recovery?...


ruby-on-railsrubyauthenticationpassword-encryptionactioncontroller

Read More
How to display specific posts?? Actioncontroller Ruby on Rails...


rubyruby-on-rails-4actioncontroller

Read More
How can I access the data for the snake object sent through JSON in my params?...


ruby-on-railsactioncontroller

Read More
How to include the "new" routes in Rails 5 API mode [The action 'show' could not b...


ruby-on-railsroutesactioncontroller

Read More
Rails 5 - Manually add attribute to parameters in controller when updating...


ruby-on-railsactioncontrollerruby-on-rails-5

Read More
How to disable rendering the view in ActionController TestCase (Rails 3.0.9)...


ruby-on-rails-3testcaseactioncontroller

Read More
Ruby on Rails 6: form submits an array of hashes via hidden field but gets blocked by <ActionCont...


arraysruby-on-railsformshashactioncontroller

Read More
Rails "action" params key conflict...


ruby-on-railsrubyactioncontroller

Read More
Rails 3.2.x: how to filter long parameters from getting logged using ActionController action?...


ruby-on-railsruby-on-rails-3loggingactioncontroller

Read More
Cannot access instance variable on view using custom layout on Rails...


htmlruby-on-railsviewactioncontroller

Read More
skip_before_action and Rails 5...


ruby-on-railsrubyrspecruby-on-rails-5actioncontroller

Read More
Rails Send with AJAX parameters to custom action in controller from the view...


jqueryruby-on-railsajaxroutesactioncontroller

Read More
How do I set a custom ETag value in a Rails controller response?...


ruby-on-railsetagactioncontroller

Read More
Is there a way to wrap the response of all controller methods in a json object in application_contro...


ruby-on-railsinterceptoractioncontroller

Read More
How to lock down an entire Rails app until a User completes their account set up...


ruby-on-railsrubymodel-view-controlleractioncontrollerclearance

Read More
BackNext