aboutsummaryrefslogtreecommitdiffstats
path: root/railties/environments
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added the :all option to config.plugins thatll include the rest of the plugin...David Heinemeier Hansson2007-09-211-2/+3
* Inform people that were using the cookie store as default and a caveatDavid Heinemeier Hansson2007-09-151-1/+2
* Normalize whitespace. Closes #8385 [Time Pope]Jeremy Kemper2007-05-272-7/+7
* Removed breakpointer and Binding.of_caller in favor of relying on ruby-debug ...David Heinemeier Hansson2007-04-281-3/+0
* Include Active Resource instead of Action Web Service [DHH]David Heinemeier Hansson2007-04-231-1/+1
* Deprecation: remove components from controller paths. Canonicalize RAILS_ROO...Jeremy Kemper2007-03-181-10/+1
* Windows: include MinGW in RUBY_PLATFORM check. Closes #2982.Jeremy Kemper2007-03-061-2/+2
* fix app generatorRick Olson2007-02-241-1/+1
* Added config/initializers where all ruby files within it are automatically lo...David Heinemeier Hansson2007-02-231-16/+4
* Move session settings closer togetherDavid Heinemeier Hansson2007-02-231-7/+7
* Oops, don't omit the session_key since it's used as the cookie name.Jeremy Kemper2007-02-221-1/+4
* Session configuration in config/environment.rb instead of app/controllers/app...Jeremy Kemper2007-02-221-2/+6
* Fix gem deprecation warnings, which also means depending on RubyGems 0.9.0+ [...David Heinemeier Hansson2007-02-041-2/+2
* Added text/csv as a default mime type and included example on how to make you...David Heinemeier Hansson2006-11-231-0/+4
* Actually require the gem foundDavid Heinemeier Hansson2006-11-231-2/+2
* Made RAILS_GEM_VERSION work for beta gems too, so specifying 1.1.6 will give ...David Heinemeier Hansson2006-11-231-1/+2
* Revert environment changes for autoload_pathsMichael Koziarski2006-10-311-5/+1
* Update environment.rb comments to include config.autoload_paths. Closes #6478...Michael Koziarski2006-10-241-1/+5
* Added config.plugins to control which plugins are loaded #6269 [skaes]. By de...David Heinemeier Hansson2006-10-171-2/+5
* Docfix (closes #6234)David Heinemeier Hansson2006-10-091-1/+1
* Mention in docs that config.frameworks doesn't work when getting Rails via Ge...Marcel Molina2006-04-261-1/+1
* Fixed that boot.rb would set RAILS_GEM_VERSION twice, not respect an uncommen...David Heinemeier Hansson2006-04-071-20/+26
* Don't match commented out RAILS_GEM_VERSIONs.Nicholas Seckar2006-04-072-2/+2
* Fixed that template extensions would be cached development mode #4624 [Stefan...David Heinemeier Hansson2006-04-061-0/+1