aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added socket cleanup for lighttpd, both before and after [DHH] Added automati...David Heinemeier Hansson2006-03-041-0/+6
* Added reload! method to script/console to reload all models and others that i...David Heinemeier Hansson2006-03-031-0/+2
* Added that rake rails:freeze:edge will now just export all the contents of th...David Heinemeier Hansson2006-03-031-0/+2
* Added fix for upload problems with lighttpd from Safari/IE to config/lighttpd...David Heinemeier Hansson2006-03-021-0/+2
* Added test:uncommitted to test changes since last checkin to Subversion (clos...David Heinemeier Hansson2006-03-021-0/+2
* Help script/about print the correct svn revision when in a non-English locale...Jeremy Kemper2006-03-011-0/+2
* Add 'app' accessor to script/console as an instance of Integration::SessionJamis Buck2006-03-011-0/+2
* Generator::Base#usage takes an optional message argument which defaults to Ge...Jeremy Kemper2006-02-281-0/+2
* Remove the extraneous AR::Base.threaded_connections setting from the webrick ...Jeremy Kemper2006-02-281-0/+2
* Add integration test support to app generation and testingJamis Buck2006-02-281-0/+2
* Added namespaces to all tasks, so for example load_fixtures is now db:fixture...David Heinemeier Hansson2006-02-271-0/+2
* CHANGED DEFAULT: ActiveRecord::Base.schema_format is now :ruby by default ins...David Heinemeier Hansson2006-02-271-0/+2
* Added -r/--repeat option to script/process/spawner that offers the same loop ...David Heinemeier Hansson2006-02-261-0/+2
* Added collision option to template generation in generators (closes #3329) [a...David Heinemeier Hansson2006-02-261-0/+5