aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
Commit message (Expand)AuthorAgeFilesLines
* Improve documentation.Pratik Naik2008-03-261-0/+2
* Added config.time_zone = 'UTC' as a commented-out option in the default envir...Geoff Buesing2008-03-221-0/+2
* Adding rake tasks time:zones:all, time:zones:us and time:zones:local for find...Geoff Buesing2008-03-221-0/+2
* Added support for installing plugins hosted at git repositories (closes #1129...David Heinemeier Hansson2008-03-171-0/+2
* Fixed that script/generate would not look for plugin generators in plugin_pat...David Heinemeier Hansson2008-03-131-0/+2
* Fix database rake tasks to work with charset/collation and show proper error ...Pratik Naik2008-03-101-0/+2
* Patch to add a -e (export) option to script/plugin install. Closes #10847 [jo...Michael Koziarski2008-02-211-0/+2
* Add Time Zone support to ActiveRecord, and config.time_zone property for spec...Rick Olson2008-02-061-0/+2
* Reshuffle load order so that routes and observers are initialized after plugi...Rick Olson2008-02-021-0/+2
* Git support for script/generate. Closes #10690.Jeremy Kemper2008-02-021-0/+2
* Update scaffold to use labels instead of bold tags. Closes #10757 [zach-ingl...Rick Olson2008-01-121-0/+2
* Resurrect WordNet synonym lookups. Closes #10710.Jeremy Kemper2008-01-101-0/+2
* Moved the caching stores from ActionController::Caching::Fragments::* to Acti...David Heinemeier Hansson2008-01-031-0/+2
* Added that rails:update is run when you do rails:freeze:edge to ensure you al...David Heinemeier Hansson2008-01-031-0/+2
* SQLite: db:drop:all doesn't fail silently if the database is already open. Cl...Jeremy Kemper2008-01-021-0/+2
* Introduce native mongrel handler and push mutex into dispatcher.Jeremy Kemper2007-12-271-0/+2
* Ruby 1.9 compat: Update idiosyncratic block variable usage. Closes #10546.Jeremy Kemper2007-12-191-1/+1
* Ruby 1.9 compatibility. References #1689.Jeremy Kemper2007-12-171-0/+5
* Proper attribution in CHANGELOGDavid Heinemeier Hansson2007-12-161-1/+1
* Prepare for 2.0.2 releaseDavid Heinemeier Hansson2007-12-161-1/+1
* Changed the default database from mysql to sqlite3, so now running "rails mya...David Heinemeier Hansson2007-12-161-0/+2
* Turned on ActionView::Base.cache_template_loading by default in config/enviro...David Heinemeier Hansson2007-12-161-1/+3
* More changelog updatesJeremy Kemper2007-12-151-1/+1
* Introduce (in /Users/jeremy/rails/git/trunk) to output a crytographically sec...Jeremy Kemper2007-12-151-0/+2
* Fixed that local database creation should consider 127.0.0.1 local (closes #9...David Heinemeier Hansson2007-12-141-0/+2
* Fixed that functional tests generated for scaffolds should use fixture calls ...David Heinemeier Hansson2007-12-141-0/+2
* Added db:migrate:redo and db:migrate:reset for rerunning existing migrations ...David Heinemeier Hansson2007-12-141-1/+1
* Added db:migrate:redo for rerunning existing migrations (closes #10431) [matt]David Heinemeier Hansson2007-12-141-0/+2
* Credit #10443 + more changelog updatesJeremy Kemper2007-12-101-1/+3
* More changelog updatesJeremy Kemper2007-12-101-1/+1
* More changelog updatesJeremy Kemper2007-12-101-2/+2
* lifo -> PratikJeremy Kemper2007-12-101-1/+1
* More contributor name updatesJeremy Kemper2007-12-101-1/+1
* Update Fred's name in changelogsJeremy Kemper2007-12-101-1/+1
* Update rails:freeze:gems to work with RubyGems 0.9.5.Jeremy Kemper2007-12-091-0/+5
* Make ready for 2.0.1David Heinemeier Hansson2007-12-071-0/+5
* The test task stops with a warning if you have pending migrations. Closes #10...Jeremy Kemper2007-12-061-0/+2
* Preparing for release shortlyDavid Heinemeier Hansson2007-12-061-4/+1
* Add warning to documentation about using transactional fixtures when the code...Marcel Molina2007-12-051-0/+2
* Update Prototype to 1.6.0.1Sam Stephenson2007-12-051-0/+2
* Update trunk to script.aculo.us 1.8.0.1, fixes a regression in the autocompleterThomas Fuchs2007-12-041-0/+2
* Added db:fixtures:identity as a way of locating what ID a foxy fixture was as...David Heinemeier Hansson2007-12-011-0/+2
* Generated fixtures should not specify ids since theyre expected to be foxy fi...David Heinemeier Hansson2007-12-011-0/+5
* Update to Prototype -r8232Sam Stephenson2007-11-291-0/+2
* Prep for RC2David Heinemeier Hansson2007-11-291-1/+1
* Introduce SecretKeyGenerator for more secure session secrets than CGI::Sessio...Jeremy Kemper2007-11-281-0/+2
* RAILS_GEM_VERSION may be set to any valid gem version specifier. Closes #10057.Jeremy Kemper2007-11-171-0/+2
* Load config/preinitializer.rb, if present, before loading the environment. Cl...Jeremy Kemper2007-11-171-0/+2
* FastCGI handler ignores unsupported signals like USR2 on Windows [Grzegorz De...Jeremy Kemper2007-11-131-0/+2
* Only load ActionMailer::TestCase if ActionMailer is loaded. Closes #10137 [d...Rick Olson2007-11-111-0/+2