| Commit message (Expand) | Author | Age | Files | Lines |
* | Bring abstract_controller up to date with rails/master | Carl Lerche & Yehuda Katz | 2009-04-13 | 1 | -0/+1 |
|\ |
|
| * | Vendored gem paths now being loaded if they exist [#2204 state:resolved] | John Dzak | 2009-03-13 | 1 | -0/+1 |
| * | Port fast reloadable templates from rails-dev-boost. | thedarkone | 2009-02-12 | 1 | -0/+1 |
| * | Improve view rendering performance in development mode and reinstate template... | Andrew White | 2009-02-09 | 1 | -0/+1 |
|/ |
|
* | Github comments are an excellent way to perform community code review -- keep... | David Heinemeier Hansson | 2008-12-01 | 1 | -2/+2 |
* | Even more polish of the default configration files and split off the session ... | David Heinemeier Hansson | 2008-11-30 | 2 | -29/+13 |
* | 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 envi... | David Heinemeier Hansson | 2008-11-30 | 1 | -4/+0 |
* | 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 sen... | David Heinemeier Hansson | 2008-11-19 | 1 | -1/+1 |
* | Added config.i18n settings gatherer to config/environment, auto-loading of al... | David Heinemeier Hansson | 2008-11-18 | 1 | -0/+5 |
* | Change usage of defined? to check the rubygems constant existance by a rescue... | Carlos Paramio | 2008-11-17 | 1 | -1/+1 |
* | 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 defaul... | Nigel Ramsay | 2008-09-03 | 1 | -1/+1 |
* | Added config.threadsafe! to toggle allow concurrency settings and disable the... | Joshua Peek | 2008-08-04 | 1 | -0/+3 |
* | Removed config.action_view.cache_template_loading, use config.cache_classes i... | Joshua Peek | 2008-07-15 | 1 | -1/+0 |
* | 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 |
* | Mention partial updates in environment.rb to make it easier for people to opt... | Michael Koziarski | 2008-05-23 | 1 | -0/+3 |
* | gems should be specified before plugins | David Heinemeier Hansson | 2008-04-01 | 1 | -5/+5 |
* | Added examples for config.gem | David Heinemeier Hansson | 2008-04-01 | 1 | -0/+6 |
* | Added that gems can now be plugins if they include rails/init.rb (closes #114... | David Heinemeier Hansson | 2008-03-27 | 1 | -0/+1 |
* | New applications should use UTC as the default time zone | David Heinemeier Hansson | 2008-03-26 | 1 | -5/+5 |
* | Correct grammar in config.time_zone description in environment.rb | Geoff Buesing | 2008-03-22 | 1 | -1/+1 |
* | Added config.time_zone = 'UTC' as a commented-out option in the default envir... | Geoff Buesing | 2008-03-22 | 1 | -2/+4 |
* | Update generated comments to reflect the fact that config.frameworks works fi... | Michael Koziarski | 2008-02-17 | 1 | -2/+2 |
* | Introduce TemplateFinder to handle view paths and lookups. Closes #10800. | Jeremy Kemper | 2008-01-19 | 1 | -1/+0 |
* | Show that a different cache store can be used | David Heinemeier Hansson | 2008-01-09 | 1 | -0/+3 |
* | Ruby 1.9 compatibility. References #1689. | Jeremy Kemper | 2007-12-17 | 1 | -2/+1 |
* | Turned on ActionView::Base.cache_template_loading by default in config/enviro... | David Heinemeier Hansson | 2007-12-16 | 1 | -0/+1 |
* | Ruby 1.9 compat: File.exists\? -> File.exist\? en masse. References #1689 [Pr... | Jeremy Kemper | 2007-12-10 | 1 | -0/+1 |
* | Allow double quotes around RAILS_GEM_VERSION also. Closes #10443 [James Cox] | Jeremy Kemper | 2007-12-10 | 1 | -1/+1 |
* | Cleanup documentation a bit and be more specific | David Heinemeier Hansson | 2007-11-21 | 2 | -2/+4 |
* | Cleanup documentation a bit and be more specific | David Heinemeier Hansson | 2007-11-21 | 1 | -12/+12 |
* | RAILS_GEM_VERSION may be set to any valid gem version specifier. Closes #10057. | Jeremy Kemper | 2007-11-17 | 1 | -2/+2 |
* | Load config/preinitializer.rb, if present, before loading the environment. Cl... | Jeremy Kemper | 2007-11-17 | 1 | -1/+12 |
* | Kill the whiny_protected_attributes setting and kill the exception raised. In... | David Heinemeier Hansson | 2007-11-09 | 1 | -3/+0 |
* | Use instead of STDERR in boot.rb. Closes #9988 [thewoolleyman] | Jeremy Kemper | 2007-10-26 | 1 | -3/+3 |
* | Refactor and test boot.rb. Include tests from and closes #9834. | Jeremy Kemper | 2007-10-23 | 1 | -26/+84 |
* | Merge [7832] from 1-2-stable: Correct RAILS_GEM_VERSION regexp. Use =version ... | Jeremy Kemper | 2007-10-18 | 1 | -8/+11 |
* | Fix environment.rb typos. Closes #9859 [fxn, mikong] | Jeremy Kemper | 2007-10-14 | 1 | -2/+2 |
* | config.active_record.whiny_protected_attributes. Closes #9816 [henrik] | Jeremy Kemper | 2007-10-08 | 1 | -1/+1 |
* | Raise ProtectedAttributeAssignmentError in development and test environments ... | Jeremy Kemper | 2007-10-07 | 1 | -0/+3 |
* | Remind that you need a server restart for initializer defaults | David Heinemeier Hansson | 2007-09-29 | 1 | -1/+1 |
* | [7668] part deux (forgot to add the railties love to the mix) | Rick Olson | 2007-09-28 | 1 | -0/+3 |