ActionController is the main controller class in Ruby on Rails.
Right now I'm using this which works for the development host, but I have to manually change the {:host => ""} …
ruby-on-rails ruby-on-rails-3 actioncontrollerI am trying to set the value of a column in aspnetuser table from a different controller (not accountcontroller). I …
asp.net-mvc asp.net-mvc-5 asp.net-identity-2 actioncontrollerI'm working on a fairly traditional forgot password email - I want to email the user a password change token …
ruby-on-rails actionmailer hostname actioncontrollerAs ActionController::Base#default_url_options is deprecated, I wonder how to set default url options in rails3. The default …
ruby-on-rails-3 actioncontrollerI am writing an application that uses plain old Ruby objects (POROs) to abstract authorization logic out of controllers. Currently, …
ruby-on-rails ruby actioncontrollerusing a method :layout_for_namespace I set my app's layout depending on whether I am in frontend or backend, …
ruby-on-rails ruby-on-rails-3 namespaces actioncontrollerI know that with the following code: before_action :signed_in?, only: [:new] the action new will be executed if …
ruby-on-rails callback actioncontrollerI've got the following error: ActionController::RoutingError (No route matches [GET] "/images/favicon.ico") I want to show error404 page …
ruby-on-rails ruby ruby-on-rails-4 ruby-on-rails-5 actioncontrollerI am new to Ruby on Rails I have a scenario in which I have a form which has some …
ruby-on-rails model actioncontrollerI have a "software as a service" app that uses JSON communicated via a RESTful API. Simply stated: what are …
ruby-on-rails json actioncontroller