aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
Commit message (Expand)AuthorAgeFilesLines
* Added script/process/inspector to do simple process status information on Rai...David Heinemeier Hansson2006-04-281-0/+2
* Added pid file usage to script/process/spawner and script/process/reaper alon...David Heinemeier Hansson2006-04-281-0/+5
* Mention in docs that config.frameworks doesn't work when getting Rails via Ge...Marcel Molina2006-04-261-0/+2
* Change the scaffolding layout to use yield rather than @content_for_layout.Marcel Molina2006-04-251-0/+2
* Its 2006, not 2005David Heinemeier Hansson2006-04-161-2/+2
* Prepare for tiny release of 1.1.2David Heinemeier Hansson2006-04-091-1/+1
* Fixed that boot.rb would set RAILS_GEM_VERSION twice, not respect an uncommen...David Heinemeier Hansson2006-04-071-2/+5
* Don't match commented out RAILS_GEM_VERSIONs.Nicholas Seckar2006-04-071-0/+4
* Enhances plugin#discover allowing it to discover svn:// like URIs (closes #45...Rick Olson2006-04-061-0/+2
* Update versions for Rails 1.1.1David Heinemeier Hansson2006-04-061-1/+1
* Update to Prototype 1.5.0_rc0Sam Stephenson2006-04-061-0/+2
* Fixed that the -r/--ruby path option of the rails command was not being respe...David Heinemeier Hansson2006-04-061-0/+2
* Added that Dispatcher exceptions should not be shown to the user unless a def...David Heinemeier Hansson2006-04-051-0/+2
* Fixed that rake clone_structure_to_test should quit on pgsql if the dump is u...David Heinemeier Hansson2006-04-051-0/+2
* Fixed that rails --version should have the return code of 0 (success) (closes...David Heinemeier Hansson2006-04-031-0/+2
* Install alias so Rails::InfoController is accessible at /rails_info. Closes #...Nicholas Seckar2006-04-031-0/+2
* Fixed that spawner should daemonize if running in repeat mode [DHH]David Heinemeier Hansson2006-04-031-0/+2
* Added TAG option for rake rails:freeze:edge, so you can say rake rails:freeze...David Heinemeier Hansson2006-04-031-0/+2
* Applied Prototype $() performance patches (#4465, #4477) and updated script.a...Thomas Fuchs2006-04-011-0/+2
* Use --simple-prompt instead of --prompt-mode simple for console compatibility...David Heinemeier Hansson2006-04-011-0/+2
* Added -f/--freeze option to rails command for freezing the application to the...David Heinemeier Hansson2006-04-011-2/+6
* Make Rails::VERSION implicitly loadable. Closes #4491.Nicholas Seckar2006-04-011-0/+2
* Teach Rails apps to only load gems of the same Rails version they were genera...Nicholas Seckar2006-04-011-0/+2
* Fixed broken OCIAdapter (closes #4457) [schoenm@earthlink.net]David Heinemeier Hansson2006-03-301-3/+3
* Fix Rails info controller for postgres; Closes #4469.Nicholas Seckar2006-03-291-0/+4
* Added gzip compression for JavaScript, CSS, and HTML to default lighttpd.conf...David Heinemeier Hansson2006-03-291-0/+5
* Made ready for releaseDavid Heinemeier Hansson2006-03-281-1/+1
* Add 1.0 marker to edge rails changelongsMarcel Molina2006-03-281-0/+2
* Allow load_fixtures to load a subset of total fixture data. [Chad Fowler]Michael Koziarski2006-03-281-0/+6
* Update to Prototype 1.5.0_pre1Sam Stephenson2006-03-271-0/+2
* Update to script.aculo.us 1.6Thomas Fuchs2006-03-261-0/+2
* Add an integration test generatorJamis Buck2006-03-251-0/+2
* Don't polute the top level namespace in the console with ActionView helpers. ...Marcel Molina2006-03-231-2/+2
* Make all ActionView helpers available in the console for debugging purposes.Marcel Molina2006-03-211-0/+10
* Replaced old session rake tasks with db:sessions:create to generate a migrati...Rick Olson2006-03-201-0/+2
* Reject Ruby 1.8.3 when loading Rails; extract version checking code.Nicholas Seckar2006-03-191-0/+2
* Remove explicit loading of RailsInfo and RailsInfoController.Nicholas Seckar2006-03-191-0/+6
* Fix RailsInfoController.Nicholas Seckar2006-03-191-0/+2
* Fixed rails:freeze:gems for Windows (closes #3274) [paul@paulbutcher.com]David Heinemeier Hansson2006-03-191-0/+2
* Added 'port open?' check to the spawner when running in repeat mode so we don...David Heinemeier Hansson2006-03-181-0/+2
* Add verification to scaffolds (generated and reflection based). Require POST...Michael Koziarski2006-03-141-0/+2
* Don't replace application.js in public/javascripts if it already exists [Cody...Tobias Lütke2006-03-131-0/+2
* Delay rake:uncommitted's execution of `svn status`Nicholas Seckar2006-03-131-0/+2
* Use require_library_or_gem to load rake in commands/server.rb. Closes #4205.Sam Stephenson2006-03-121-0/+2
* Use the Rake API instead of shelling out to create the tmp directory in comma...Sam Stephenson2006-03-121-0/+2
* Added a backtrace to the evil WSOD (White Screen of Death). Closes #4073. TO...Rick Olson2006-03-071-0/+2
* Added tracking of database and framework versions in script/about #4088 [char...David Heinemeier Hansson2006-03-051-0/+2
* Added public/javascripts/application.js as a sample since it'll automatically...David Heinemeier Hansson2006-03-041-1/+1
* Words of cautionDavid Heinemeier Hansson2006-03-041-1/+1
* Added -a/--with-assets option to rails generator that will include default as...David Heinemeier Hansson2006-03-041-0/+2