aboutsummaryrefslogtreecommitdiffstats
path: root/railties/environments
Commit message (Expand)AuthorAgeFilesLines
* Bring abstract_controller up to date with rails/masterCarl Lerche & Yehuda Katz2009-04-131-0/+1
|\
| * Vendored gem paths now being loaded if they exist [#2204 state:resolved]John Dzak2009-03-131-0/+1
| * Port fast reloadable templates from rails-dev-boost.thedarkone2009-02-121-0/+1
| * Improve view rendering performance in development mode and reinstate template...Andrew White2009-02-091-0/+1
|/
* Github comments are an excellent way to perform community code review -- keep...David Heinemeier Hansson2008-12-011-2/+2
* Even more polish of the default configration files and split off the session ...David Heinemeier Hansson2008-11-302-29/+13
* More organization based on priorityDavid Heinemeier Hansson2008-11-302-16/+15
* Cleanup other examples and wordingDavid Heinemeier Hansson2008-11-301-9/+5
* Rails::Configuration never had more details. Stop lying about itDavid Heinemeier Hansson2008-11-301-1/+0
* Its no longer common to run Rails in environments where you cant set the envi...David Heinemeier Hansson2008-11-301-4/+0
* Another piece of markup removed from environment.rbDavid Heinemeier Hansson2008-11-191-1/+1
* The docs in environment.rb are not going to be rendered so it doesnt make sen...David Heinemeier Hansson2008-11-191-1/+1
* Added config.i18n settings gatherer to config/environment, auto-loading of al...David Heinemeier Hansson2008-11-181-0/+5
* Change usage of defined? to check the rubygems constant existance by a rescue...Carlos Paramio2008-11-171-1/+1
* Rails now requires rubygems 1.3.1 of higher.Pratik Naik2008-11-141-1/+1
* Merge docrailsPratik Naik2008-10-161-0/+2
* Merge docrailsPratik Naik2008-09-031-1/+2
* Inline help text was incorrectly telling user to uncomment line to use defaul...Nigel Ramsay2008-09-031-1/+1
* Added config.threadsafe! to toggle allow concurrency settings and disable the...Joshua Peek2008-08-041-0/+3
* Removed config.action_view.cache_template_loading, use config.cache_classes i...Joshua Peek2008-07-151-1/+0
* requiring rubygems version 1.1.1David Lowenfels2008-07-151-4/+4
* Removed suggestion for turning off partial updates.Joshua Peek2008-05-311-4/+1
* Merge docrails.Pratik Naik2008-05-252-5/+5
* Mention partial updates in environment.rb to make it easier for people to opt...Michael Koziarski2008-05-231-0/+3
* gems should be specified before pluginsDavid Heinemeier Hansson2008-04-011-5/+5
* Added examples for config.gemDavid Heinemeier Hansson2008-04-011-0/+6
* Added that gems can now be plugins if they include rails/init.rb (closes #114...David Heinemeier Hansson2008-03-271-0/+1
* New applications should use UTC as the default time zoneDavid Heinemeier Hansson2008-03-261-5/+5
* Correct grammar in config.time_zone description in environment.rbGeoff Buesing2008-03-221-1/+1
* Added config.time_zone = 'UTC' as a commented-out option in the default envir...Geoff Buesing2008-03-221-2/+4
* Update generated comments to reflect the fact that config.frameworks works fi...Michael Koziarski2008-02-171-2/+2
* Introduce TemplateFinder to handle view paths and lookups. Closes #10800.Jeremy Kemper2008-01-191-1/+0
* Show that a different cache store can be usedDavid Heinemeier Hansson2008-01-091-0/+3
* Ruby 1.9 compatibility. References #1689.Jeremy Kemper2007-12-171-2/+1
* Turned on ActionView::Base.cache_template_loading by default in config/enviro...David Heinemeier Hansson2007-12-161-0/+1
* Ruby 1.9 compat: File.exists\? -> File.exist\? en masse. References #1689 [Pr...Jeremy Kemper2007-12-101-0/+1
* Allow double quotes around RAILS_GEM_VERSION also. Closes #10443 [James Cox]Jeremy Kemper2007-12-101-1/+1
* Cleanup documentation a bit and be more specificDavid Heinemeier Hansson2007-11-212-2/+4
* Cleanup documentation a bit and be more specificDavid Heinemeier Hansson2007-11-211-12/+12
* RAILS_GEM_VERSION may be set to any valid gem version specifier. Closes #10057.Jeremy Kemper2007-11-171-2/+2
* Load config/preinitializer.rb, if present, before loading the environment. Cl...Jeremy Kemper2007-11-171-1/+12
* Kill the whiny_protected_attributes setting and kill the exception raised. In...David Heinemeier Hansson2007-11-091-3/+0
* Use instead of STDERR in boot.rb. Closes #9988 [thewoolleyman]Jeremy Kemper2007-10-261-3/+3
* Refactor and test boot.rb. Include tests from and closes #9834.Jeremy Kemper2007-10-231-26/+84
* Merge [7832] from 1-2-stable: Correct RAILS_GEM_VERSION regexp. Use =version ...Jeremy Kemper2007-10-181-8/+11
* Fix environment.rb typos. Closes #9859 [fxn, mikong]Jeremy Kemper2007-10-141-2/+2
* config.active_record.whiny_protected_attributes. Closes #9816 [henrik]Jeremy Kemper2007-10-081-1/+1
* Raise ProtectedAttributeAssignmentError in development and test environments ...Jeremy Kemper2007-10-071-0/+3
* Remind that you need a server restart for initializer defaultsDavid Heinemeier Hansson2007-09-291-1/+1
* [7668] part deux (forgot to add the railties love to the mix)Rick Olson2007-09-281-0/+3