aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added more information to script/plugin's doings to ease debugging #3755 [Ric...David Heinemeier Hansson2006-02-261-16/+3
* Added tmp/sessions, tmp/cache, and tmp/sockets as default directories in the ...David Heinemeier Hansson2006-02-251-0/+8
* Added that script/generate model will now automatically create a migration fi...David Heinemeier Hansson2006-02-251-0/+2
* Added -d/--database option to the rails command, so you can do "rails --datab...David Heinemeier Hansson2006-02-251-0/+2
* Allow script/server -c /path/to/lighttpd.confJeremy Kemper2006-02-231-0/+2
* Remove hardcoded path to reaper script in script/server.Jeremy Kemper2006-02-221-0/+2
* Update script.aculo.us to V1.5.3 [Thomas Fuchs]Thomas Fuchs2006-02-221-0/+2
* Added SIGTRAP signal handler to RailsFCGIHandler that'll force the process in...David Heinemeier Hansson2006-02-191-0/+2
* Update script.aculo.us in Rails trunk to V1.5.2Thomas Fuchs2006-02-141-0/+2
* Changed default lighttpd.conf to use CWD from lighttpd 1.4.10 that allows the...David Heinemeier Hansson2006-02-121-0/+2
* Add Configuration#after_initialize for specifying a block to be executed afte...Michael Koziarski2006-02-071-0/+2
* Added check for RAILS_FRAMEWORK_ROOT constant that allows the Rails framework...David Heinemeier Hansson2006-01-301-0/+2
* Fixed that static requests could unlock the mutex guarding dynamic requests i...David Heinemeier Hansson2006-01-211-0/+2
* Fixed documentation tasks to work with Rake 0.7.0 (closes #3563) [kazuhiko@fd...David Heinemeier Hansson2006-01-211-0/+2
* Get the version right: 1.5.0_pre0, not rc0Sam Stephenson2006-01-181-1/+1
* Update to Prototype 1.5.0_rc0Sam Stephenson2006-01-181-0/+2
* Load plugins in a consistent order. Closes #3429Michael Koziarski2006-01-141-0/+2
* Show usage when script/plugin is called without arguments. Closes #3450Michael Koziarski2006-01-141-0/+2