| Commit message (Expand) | Author | Age | Files | Lines |
* | Removed config/initializers/new_rails_defaults.rb as all frameworks now follo... | David Heinemeier Hansson | 2010-01-03 | 1 | -0/+2 |
* | Time zoning should be turned on by default with UTC | David Heinemeier Hansson | 2010-01-03 | 1 | -0/+2 |
* | Added default .gitignore (this is just recognizing Git market share, don't th... | David Heinemeier Hansson | 2009-12-27 | 1 | -0/+2 |
* | Added cookies.permanent, cookies.signed, and cookies.permanent.signed accesso... | David Heinemeier Hansson | 2009-12-20 | 1 | -0/+18 |
* | Fixed that the debugger wouldn't go into IRB mode because of left-over ARGVs ... | David Heinemeier Hansson | 2009-11-23 | 1 | -0/+2 |
* | I18n support for plugins | Antonio Tapiador del Dujo | 2009-08-30 | 1 | -0/+2 |
* | Ruby 1.9: use UTF-8 for default internal and external encodings. | Jeremy Kemper | 2009-05-28 | 1 | -0/+2 |
* | Added db/seeds.rb as a default file for storing seed data for the database. C... | David Heinemeier Hansson | 2009-05-11 | 1 | -0/+5 |
* | Remove outdated script/plugin options | Pratik Naik | 2009-03-18 | 1 | -0/+2 |
* | Prepare for final 2.3 release | David Heinemeier Hansson | 2009-03-15 | 1 | -4/+1 |
* | Release RC2 today | David Heinemeier Hansson | 2009-03-05 | 1 | -1/+1 |
* | So it didnt happen yesterday, but very soon! Just need the final details iron... | David Heinemeier Hansson | 2009-02-28 | 1 | -1/+1 |
* | Prep for RC2 later today | David Heinemeier Hansson | 2009-02-27 | 1 | -1/+1 |
* | Metal can now line in plugins under app/metal [#2045 state:committed] | Matthew Rudy Jacobs | 2009-02-27 | 1 | -0/+7 |
* | Mark CHANGELOGs for release | David Heinemeier Hansson | 2009-02-01 | 1 | -1/+1 |
* | Fix the changelog entry | Pratik Naik | 2009-01-23 | 1 | -2/+2 |
* | Remove script/performance/profiler in favour of performance integration tests. | Pratik Naik | 2009-01-18 | 1 | -0/+6 |
* | normalize author names in changelogs [#1495 state:committed] | Xavier Noria | 2008-12-16 | 1 | -195/+195 |
* | Add a rake task to apply a template to an existing application. | Pratik Naik | 2008-12-07 | 1 | -0/+2 |
* | Add "-m/--template" option to Rails generator to apply template to generated ... | Jeremy McAnally | 2008-12-02 | 1 | -0/+43 |
* | Extracted the process scripts (inspector, reaper, spawner) into the plugin ir... | David Heinemeier Hansson | 2008-11-30 | 1 | -0/+2 |
* | Changed Rails.root to return a Pathname object (allows for Rails.root.join("a... | David Heinemeier Hansson | 2008-11-30 | 1 | -1/+1 |
* | Enhanced Rails.root to take parameters that'll be join with the root, like Ra... | David Heinemeier Hansson | 2008-11-29 | 1 | -0/+2 |
* | Added view path support for engines [DHH] | David Heinemeier Hansson | 2008-11-27 | 1 | -0/+2 |
* | Added that config/routes.rb files in engine plugins are automatically loaded ... | David Heinemeier Hansson | 2008-11-26 | 1 | -0/+2 |
* | Added app/[models|controllers|helpers] to the load path for plugins that has ... | David Heinemeier Hansson | 2008-11-26 | 1 | -0/+2 |
* | Add config.preload_frameworks to load all frameworks at startup. Default to f... | Jeremy Kemper | 2008-11-24 | 1 | -0/+2 |
* | Add a rake task to generate dispatchers : rake rails:generate_dispatchers | Pratik Naik | 2008-11-24 | 1 | -0/+2 |
* | Fix typo in 5b5730cc6e9194fb5f67fe79d2c7849e200ba6ed | Pratik Naik | 2008-11-24 | 1 | -1/+1 |
* | Don't generate public/dispatch.cgi/fcgi/rb files by default. | Yaroslav Markin | 2008-11-24 | 1 | -0/+2 |
* | Added rake rails:update:application_controller to renamed application.rb to a... | David Heinemeier Hansson | 2008-11-23 | 1 | -0/+2 |
* | Added ActiveSupport::BacktraceCleaner and Rails::BacktraceCleaner for cutting... | David Heinemeier Hansson | 2008-11-22 | 1 | -0/+2 |
* | Update changelog to reflect move from Test::Unit::TestCase to ActiveSupport::... | Jeremy Kemper | 2008-11-20 | 1 | -0/+2 |
* | Assume that the next version is going to be 2.3 for now | 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/+2 |
* | BACKWARDS INCOMPATIBLE: Renamed application.rb to application_controller.rb a... | David Heinemeier Hansson | 2008-11-17 | 1 | -0/+5 |
* | Prepare for RC2 | David Heinemeier Hansson | 2008-11-14 | 1 | -1/+1 |
* | Fixed plugin generator so that generated unit tests would subclass ActiveSupp... | Mathias Meyer | 2008-10-30 | 1 | -0/+2 |
* | Update prototype to 1.6.0.3 | Luca Guidi | 2008-10-30 | 1 | -0/+5 |
* | Update CHANGELOGs with the last few fixes, set date for today | David Heinemeier Hansson | 2008-10-24 | 1 | -1/+1 |
* | Prepare for Rails 2.2.0 [RC1] | David Heinemeier Hansson | 2008-10-23 | 1 | -1/+1 |
* | Missing doc updates | David Heinemeier Hansson | 2008-09-09 | 1 | -0/+2 |
* | Added config.threadsafe! to toggle allow concurrency settings and disable the... | Joshua Peek | 2008-08-04 | 1 | -0/+2 |
* | Turn cache_classes on by default [#645 state:resolved] | Joshua Peek | 2008-07-31 | 1 | -0/+2 |
* | Added configurable eager load paths. Defaults to app/models, app/controllers,... | Joshua Peek | 2008-07-21 | 1 | -0/+2 |
* | Introduce simple internationalization support | Jeremy Kemper | 2008-07-17 | 1 | -0/+2 |
* | Make script/plugin install <plugin> -r <revision> option work with git based ... | Tim Pope | 2008-07-14 | 1 | -0/+5 |
* | Added Rails.initialized? flag | Joshua Peek | 2008-07-02 | 1 | -0/+2 |
* | Make rake test:uncommitted work with Git. | Tim Pope | 2008-07-02 | 1 | -0/+2 |
* | Added Thin support to script/server. [#488 state:resolved] | Bob Klosinski | 2008-06-25 | 1 | -0/+2 |