aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/generators/rails/app/templates/config/application.rb
Commit message (Expand)AuthorAgeFilesLines
* load_path is expecting a String in the application.rb generatorThomas R. Koll2010-02-251-1/+1
* Autorequire default libs and those in groups named after the current Rails en...Jeremy Kemper2010-02-041-2/+2
* Move framework requires and Bundler.require from boot.rb to app.rb. Cut down ...Jeremy Kemper2010-02-041-0/+14
* Make filter parameters based on request, so they can be modified for anything...José Valim2010-01-211-1/+1
* Tidy up new filter_parameters implementation.José Valim2010-01-211-3/+2
* Add deprecation warning for calling filter_parameter_logging ActionController...Prem Sichanugrist2010-01-211-0/+4
* Generators load path now will be Ruby load path. If you want to use rspec:ins...José Valim2010-01-181-0/+34