Does anyone know why I get undefined method `my_method' for #<MyController:0x1043a7410> when I call my_…
ruby-on-rails helper helpers applicationcontrollerI need to set cookies in my ApplicationController but I'm not sure how. I've tried using cookies - nothing, using …
ruby-on-rails cookies applicationcontrollerI am using the gem rails3-jquery-autocomplete and had no problems with it, however I have now moved my autocomplete …
ruby-on-rails ruby-on-rails-3 routes applicationcontrollerI thought I'd come up with a slick way to extend ApplicationController in a Rails 3.x gem. In my gem's …
ruby-on-rails ruby-on-rails-3 gem applicationcontroller load-orderIn the config/application_controller.rb file in my Rails application directory, I found the code below: class ApplicationController < …
ruby-on-rails applicationcontroller