aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/rails/app/templates/config/environments/test.rb.tt
Commit message (Expand)AuthorAgeFilesLines
* Move background jobs to the 'jobs' branch until fully baked. Not shipping wit...Jeremy Kemper2012-12-211-3/+0
* Backpedal from class-oriented config.queue. Set an actual queue instance.Jeremy Kemper2012-10-121-1/+1
* Immediately run queued jobs in tests. Otherwise you have to explicitly drain ...Jeremy Kemper2012-10-121-2/+2
* Remove all references to attr_accessible/protected and old mass_assignment_sa...Guillermo Iguaran2012-09-161-5/+0
* Move queue classes to ActiveSupportSantiago Pastorino2012-09-141-1/+1
* Allow users to choose when to eager_load the application or not.José Valim2012-08-211-0/+5
* fix punctuation in config templatesFrancesco Rodriguez2012-08-201-1/+1
* Initial queue implementationYehuda Katz2012-04-261-0/+3
* uniformizes the punctuation of comments in some files generated for new appsXavier Noria2012-01-221-8/+8
* minor editsVijay Dev2012-01-131-1/+1
* remove AS whiny nil extension and deprecate config.whiny_nilsSergey Nartimov2011-12-221-3/+0
* Move schema_format :sql config setting from test.rb to application.rbAlex Tambellini2011-11-171-5/+0
* Remove unused config variable from test.rb templateGuillermo Iguaran2011-09-051-3/+0
* Add config.allow_debugging option to determine if the debug_assets query para...Guillermo Iguaran2011-08-241-0/+3
* MassAssignmentProtection: consider 'id' insensetive in StrictSanitizerBogdan Gusiev2011-07-281-0/+5
* Don't raise on mass assignment for testJosé Valim2011-07-071-5/+0
* Just generate AR options if AR is enabledJosé Valim2011-07-071-0/+2
* Rails app template: setup different mass assignment sanitizer for envsBogdan Gusiev2011-07-071-0/+3
* Removed extra white-spaces on config/environment/test.rb templateGuillermo Iguaran2011-05-231-2/+2
* Add static_cache_control as configuration option and set a default for test. ...José Valim2011-05-031-1/+5
* Application settings are specified in application.rb and not environment.rbrohit2010-09-141-1/+1
* Create a deprecation behavior that triggers a notification for deprecation no...wycats2010-06-291-0/+3
* Raise exceptions instead of rendering error templates in test environment [#4...Rolf Bjaanes2010-04-021-0/+3
* Load generators from both lib/rails/generators and lib/generators. Using the ...José Valim2010-03-231-0/+29
* Generators load path now will be Ruby load path. If you want to use rspec:ins...José Valim2010-01-181-29/+0
* Replace reopening the class with App.configure as an alias to class_evalCarlhuda2009-12-211-1/+1
* test.rb, dev.rb, and production.rb just reopen the Application class; no more...Carlhuda2009-12-211-0/+29