aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/railties/paths.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove the ability for engines to serve assets from the public directory.José Valim2011-04-151-8/+0
* Set proper engine's asset directories when assets are served from engine.Piotr Sarnacki2010-12-161-0/+8
* Add config.action_controller.include_all_helpers, by default it is set to true.Piotr Sarnacki2010-11-181-1/+3
* Provide a cleaner syntax for paths configuration that does not rely on method...José Valim2010-10-061-2/+4
* Forgot to move that line to railtie on rebasePiotr Sarnacki2010-09-031-1/+1
* Include all helpers from non-namespaced enginesPiotr Sarnacki2010-09-031-9/+3
* Set only helpers_path on inherited hook in action_controller/railtie.rb and u...Piotr Sarnacki2010-09-031-4/+2
* Moved ActionMailer and ActionController railties options to inherited hookPiotr Sarnacki2010-09-031-0/+28