aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed that db:reset would use migrations instead of loading db/schema.rb [DHH]David Heinemeier Hansson2007-11-091-0/+2
* Ensure the plugin loader only loads plugins once. Closes #10102 [haruki_zaemon]Rick Olson2007-11-081-0/+2
* Refactor Plugin Loader. Add plugin lib paths early, and add lots of tests. ...Rick Olson2007-11-081-0/+2
* Fixed that ActionController::CgiRequest#host_with_port() should handle standa...David Heinemeier Hansson2007-11-061-1/+3
* Update Prototype to 1.6.0 and script.aculo.us to 1.8.0.Sam Stephenson2007-11-061-0/+2
* Added db:rollback to rollback the schema one version (or multiple as specifie...David Heinemeier Hansson2007-10-261-0/+2
* Fix typo in test_helper. Closes #9925 [viktor tron]Marcel Molina2007-10-261-0/+2
* Request profilerJeremy Kemper2007-10-251-0/+2
* Refactor and test boot.rb. Include tests from and closes #9834.Jeremy Kemper2007-10-231-0/+3
* Fixed incorrect migration number if script/generate executed outside of Rails...David Heinemeier Hansson2007-10-181-0/+2
* Update Prototype to 1.6.0_rc1 and script.aculo.us to 1.8.0 preview 0.Sam Stephenson2007-10-161-0/+2
* Generated fixtures use the actual primary key instead of id. Closes #4343.Jeremy Kemper2007-10-151-0/+2
* Extend the console +helper+ method to allow you to include custom helpers. Cl...Michael Koziarski2007-10-071-0/+4
* db:create works with remote databases whereas db:create:all only createsdatab...Jeremy Kemper2007-10-021-0/+3
* Add --prefix option to script/server when using mongrel. [dacat] Closes #9716Michael Koziarski2007-10-011-0/+1
* Removed calls to fixtures in generated tests as fixtures :all is now present ...David Heinemeier Hansson2007-10-011-0/+5
* Fixed that installing plugins from SVN repositories that use trunk/ will work...David Heinemeier Hansson2007-09-301-0/+2
* Updated CHANGELOGs. They need to be filtered for duplicatesDavid Heinemeier Hansson2007-09-291-1/+310
* Moved the SourceAnnotationExtractor to a separate file in case libraries try ...Rick Olson2007-09-281-0/+2
* Move Railties' Dispatcher to ActionController::Dispatcher, introduce before_ ...Jeremy Kemper2007-09-261-0/+2
* Added ActiveSupport::BufferedLogger as a duck-typing alternative (albeit with...David Heinemeier Hansson2007-09-251-0/+2
* Change from InvalidToken to InvalidAuthenticityToken to be more specificDavid Heinemeier Hansson2007-09-241-1/+1
* Added a default 422.html page to be rendered when ActiveRecord::RecordInvalid...David Heinemeier Hansson2007-09-241-0/+2
* Added --skip-fixture option to script/generate model (closes #6862) [sandofsky]David Heinemeier Hansson2007-09-231-0/+2
* Revert [7574]. Closes #7521.Jeremy Kemper2007-09-231-2/+0
* Print Rails version when starting console (closes #7440) [eyematz]David Heinemeier Hansson2007-09-221-0/+2
* Added rake db:version to get the current schema version from the command line...David Heinemeier Hansson2007-09-221-0/+2