| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix two typos in a comment in config/initializers/backtrace_silencers.rb | chrisk | 2009-03-31 | 1 | -1/+1 |
* | Use :key instead of old :session_key in session_store.rb generator and docs [... | Cody Fauser | 2009-01-13 | 1 | -1/+1 |
* | Add restart notice where missing | David Heinemeier Hansson | 2008-11-30 | 2 | -0/+4 |
* | Even more polish of the default configration files and split off the session ... | David Heinemeier Hansson | 2008-11-30 | 1 | -0/+13 |
* | Added ActiveSupport::BacktraceCleaner and Rails::BacktraceCleaner for cutting... | David Heinemeier Hansson | 2008-11-22 | 1 | -0/+7 |
* | Inflector -> ActiveSupport::Inflector | Jeremy Kemper | 2008-06-10 | 1 | -1/+1 |
* | AR can be disabled, new_rails_defaults.rb should check [#303 state:resolved] ... | David Heinemeier Hansson | 2008-06-02 | 1 | -4/+6 |
* | Merge docrails. | Pratik Naik | 2008-05-25 | 1 | -4/+4 |
* | Return Partial Updates to be purely opt in to prevent users from inadvertentl... | Michael Koziarski | 2008-05-23 | 1 | -3/+0 |
* | Merge documentation changes from docrails. | Pratik Naik | 2008-05-16 | 1 | -1/+1 |
* | Add ActiveRecord option to store the full class name on STI's type column, al... | Rodrigo Kochenburger | 2008-05-13 | 1 | -0/+3 |
* | set ActiveSupport.escape_html_entities_in_json = false for new rails apps | Rick Olson | 2008-04-08 | 1 | -1/+5 |
* | Add config.active_support for future configuration options. Also, add more n... | Rick Olson | 2008-04-01 | 1 | -0/+6 |
* | rename config/initializers/new_in_rails_3.rb to new_rails_defaults.rb | Jeremy Kemper | 2008-03-31 | 1 | -0/+0 |
* | Partial updates include only unsaved attributes. Off by default; set YourClas... | Jeremy Kemper | 2008-03-31 | 1 | -0/+5 |
* | Remind that you need a server restart for initializer defaults | David Heinemeier Hansson | 2007-09-29 | 2 | -0/+4 |
* | Updated some docs to reference the latest and greatest and played style nazi ... | David Heinemeier Hansson | 2007-09-20 | 1 | -1/+1 |
* | Normalize whitespace. Closes #8385 [Time Pope] | Jeremy Kemper | 2007-05-27 | 2 | -2/+2 |
* | Include two default initializers as examples | David Heinemeier Hansson | 2007-02-23 | 2 | -0/+11 |