Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Github comments are an excellent way to perform community code review -- ↵ | David Heinemeier Hansson | 2008-12-01 | 1 | -2/+2 |
| | | | | keep it up! | ||||
* | Even more polish of the default configration files and split off the session ↵ | David Heinemeier Hansson | 2008-11-30 | 2 | -29/+13 |
| | | | | store configuration into its own file | ||||
* | More organization based on priority | David Heinemeier Hansson | 2008-11-30 | 2 | -16/+15 |
| | |||||
* | Cleanup other examples and wording | David Heinemeier Hansson | 2008-11-30 | 1 | -9/+5 |
| | |||||
* | Rails::Configuration never had more details. Stop lying about it | David Heinemeier Hansson | 2008-11-30 | 1 | -1/+0 |
| | |||||
* | Its no longer common to run Rails in environments where you cant set the ↵ | David Heinemeier Hansson | 2008-11-30 | 1 | -4/+0 |
| | | | | environment to be the production one. Dont need a notice telling about the ENV var that prominently any more | ||||
* | Another piece of markup removed from environment.rb | David Heinemeier Hansson | 2008-11-19 | 1 | -1/+1 |
| | |||||
* | The docs in environment.rb are not going to be rendered so it doesnt make ↵ | David Heinemeier Hansson | 2008-11-19 | 1 | -1/+1 |
| | | | | sense to mark them up | ||||
* | Added config.i18n settings gatherer to config/environment, auto-loading of ↵ | David Heinemeier Hansson | 2008-11-18 | 1 | -0/+5 |
| | | | | all locales in config/locales/*.rb,yml, and config/locales/en.yml as a sample locale [DHH] | ||||
* | Change usage of defined? to check the rubygems constant existance by a ↵ | Carlos Paramio | 2008-11-17 | 1 | -1/+1 |
| | | | | | | rescue block on boot.rb for Ruby 1.9 compatibility Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net> | ||||
* | Rails now requires rubygems 1.3.1 of higher. | Pratik Naik | 2008-11-14 | 1 | -1/+1 |
| | |||||
* | Merge docrails | Pratik Naik | 2008-10-16 | 1 | -0/+2 |
| | |||||
* | Merge docrails | Pratik Naik | 2008-09-03 | 1 | -1/+2 |
| | |||||
* | Inline help text was incorrectly telling user to uncomment line to use ↵ | Nigel Ramsay | 2008-09-03 | 1 | -1/+1 |
| | | | | | | | default local time. User should comment the line to use default local time. Signed-off-by: Michael Koziarski <michael@koziarski.com> [#960 state:committed] | ||||
* | Added config.threadsafe! to toggle allow concurrency settings and disable ↵ | Joshua Peek | 2008-08-04 | 1 | -0/+3 |
| | | | | the dependency loader | ||||
* | Removed config.action_view.cache_template_loading, use config.cache_classes ↵ | Joshua Peek | 2008-07-15 | 1 | -1/+0 |
| | | | | instead | ||||
* | requiring rubygems version 1.1.1 | David Lowenfels | 2008-07-15 | 1 | -4/+4 |
| | |||||
* | Removed suggestion for turning off partial updates. | Joshua Peek | 2008-05-31 | 1 | -4/+1 |
| | |||||
* | Merge docrails. | Pratik Naik | 2008-05-25 | 2 | -5/+5 |
| | | | | Signed-off-by: Pratik Naik <pratiknaik@gmail.com> | ||||
* | Mention partial updates in environment.rb to make it easier for people to ↵ | Michael Koziarski | 2008-05-23 | 1 | -0/+3 |
| | | | | opt-in if they know it's safe | ||||
* | gems should be specified before plugins | David Heinemeier Hansson | 2008-04-01 | 1 | -5/+5 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9199 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Added examples for config.gem | David Heinemeier Hansson | 2008-04-01 | 1 | -0/+6 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9198 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Added that gems can now be plugins if they include rails/init.rb (closes ↵ | David Heinemeier Hansson | 2008-03-27 | 1 | -0/+1 |
| | | | | | | #11444) [jbarnette] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9101 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | New applications should use UTC as the default time zone | David Heinemeier Hansson | 2008-03-26 | 1 | -5/+5 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9097 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Correct grammar in config.time_zone description in environment.rb | Geoff Buesing | 2008-03-22 | 1 | -1/+1 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9078 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Added config.time_zone = 'UTC' as a commented-out option in the default ↵ | Geoff Buesing | 2008-03-22 | 1 | -2/+4 |
| | | | | | | environment.rb git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9076 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Update generated comments to reflect the fact that config.frameworks works ↵ | Michael Koziarski | 2008-02-17 | 1 | -2/+2 |
| | | | | | | fine with gems now. Closes #11135 [fxn] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8887 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Introduce TemplateFinder to handle view paths and lookups. Closes #10800. | Jeremy Kemper | 2008-01-19 | 1 | -1/+0 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8669 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Show that a different cache store can be used | David Heinemeier Hansson | 2008-01-09 | 1 | -0/+3 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8612 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Ruby 1.9 compatibility. References #1689. | Jeremy Kemper | 2007-12-17 | 1 | -2/+1 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8431 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Turned on ActionView::Base.cache_template_loading by default in ↵ | David Heinemeier Hansson | 2007-12-16 | 1 | -0/+1 |
| | | | | | | config/environments/production.rb to prevent file system stat calls for every template loading to see if it changed (this means that you have to restart the application to see template changes in production mode) [DHH] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8416 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Ruby 1.9 compat: File.exists\? -> File.exist\? en masse. References #1689 ↵ | Jeremy Kemper | 2007-12-10 | 1 | -0/+1 |
| | | | | | | [Pratik Naik] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8365 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Allow double quotes around RAILS_GEM_VERSION also. Closes #10443 [James Cox] | Jeremy Kemper | 2007-12-10 | 1 | -1/+1 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8358 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Cleanup documentation a bit and be more specific | David Heinemeier Hansson | 2007-11-21 | 2 | -2/+4 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8183 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Cleanup documentation a bit and be more specific | David Heinemeier Hansson | 2007-11-21 | 1 | -12/+12 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8182 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | RAILS_GEM_VERSION may be set to any valid gem version specifier. Closes #10057. | Jeremy Kemper | 2007-11-17 | 1 | -2/+2 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8160 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Load config/preinitializer.rb, if present, before loading the environment. ↵ | Jeremy Kemper | 2007-11-17 | 1 | -1/+12 |
| | | | | | | Closes #9943. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8159 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Kill the whiny_protected_attributes setting and kill the exception raised. ↵ | David Heinemeier Hansson | 2007-11-09 | 1 | -3/+0 |
| | | | | | | Instead, just log the mass-assignment misalignment as a debug warning (closes #9966) git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8120 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Use instead of STDERR in boot.rb. Closes #9988 [thewoolleyman] | Jeremy Kemper | 2007-10-26 | 1 | -3/+3 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8021 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Refactor and test boot.rb. Include tests from and closes #9834. | Jeremy Kemper | 2007-10-23 | 1 | -26/+84 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7998 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Merge [7832] from 1-2-stable: Correct RAILS_GEM_VERSION regexp. Use =version ↵ | Jeremy Kemper | 2007-10-18 | 1 | -8/+11 |
| | | | | | | gem requirement instead of ~>version so you don't get surprised by a beta gem in production. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7964 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Fix environment.rb typos. Closes #9859 [fxn, mikong] | Jeremy Kemper | 2007-10-14 | 1 | -2/+2 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7871 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | config.active_record.whiny_protected_attributes. Closes #9816 [henrik] | Jeremy Kemper | 2007-10-08 | 1 | -1/+1 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7807 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Raise ProtectedAttributeAssignmentError in development and test environments ↵ | Jeremy Kemper | 2007-10-07 | 1 | -0/+3 |
| | | | | | | when mass-assigning to an attr_protected attribute. Closes #9699. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7777 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Remind that you need a server restart for initializer defaults | David Heinemeier Hansson | 2007-09-29 | 1 | -1/+1 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7680 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | [7668] part deux (forgot to add the railties love to the mix) | Rick Olson | 2007-09-28 | 1 | -0/+3 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7669 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Added the :all option to config.plugins thatll include the rest of the ↵ | David Heinemeier Hansson | 2007-09-21 | 1 | -2/+3 |
| | | | | | | plugins not already explicitly named (closes #9613) [fcheung] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7531 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Inform people that were using the cookie store as default and a caveat | David Heinemeier Hansson | 2007-09-15 | 1 | -1/+2 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7483 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Normalize whitespace. Closes #8385 [Time Pope] | Jeremy Kemper | 2007-05-27 | 2 | -7/+7 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6869 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Removed breakpointer and Binding.of_caller in favor of relying on ruby-debug ↵ | David Heinemeier Hansson | 2007-04-28 | 1 | -3/+0 |
| | | | | | | by Kent Sibilev since the breakpointer has been broken since Ruby 1.8.4 and will not be coming back [DHH] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6611 5ecf4fe2-1ee6-0310-87b1-e25e094e27de |