aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix problems with the plugin loader where plugins could override 'name' and p...Michael Koziarski2006-01-131-0/+2
* Make migration generator only report on exact duplicate names, not partial du...Marcel Molina2006-01-131-0/+2
* Fix typo in mailer generator USAGE. Closes #3458.Marcel Molina2006-01-131-0/+2
* Ignore version mismatch between pg_dump and the database server. Closes #3457.Marcel Molina2006-01-131-0/+2
* Reap FCGI processes after lighttpd exitsSam Stephenson2006-01-121-0/+2
* Update to script.aculo.us to 1.5.0 rev. 3343Thomas Fuchs2005-12-251-0/+2
* Honor ActiveRecord::Base.pluralize_table_names when creating and destroying s...Marcel Molina2005-12-181-0/+2
* Update trunk to scriptaculous 1.5 finalThomas Fuchs2005-12-131-0/+2
* Update to Prototype 1.4.0 finalSam Stephenson2005-12-131-0/+2
* Update to script.aculo.us 1.5.0_rc6Thomas Fuchs2005-12-121-0/+2
* Remove duplicate entry from chagnelogs.Marcel Molina2005-12-111-2/+0
* Update instructions on how to find and install generators. Closes #3172.Marcel Molina2005-12-111-0/+4
* Generator looks in vendor/generators also.Jeremy Kemper2005-12-091-0/+2
* Generator copies files in binary mode. References #3156.Jeremy Kemper2005-12-091-0/+2
* Add builtin/ to the gemspec. Closes #3047.Sam Stephenson2005-12-061-0/+2
* Add install.rb file to plugin generation which is loaded, if it exists, when ...Marcel Molina2005-12-031-0/+2
* Run initialize_logger in script/lighttpd to ensure the log file exists before...Sam Stephenson2005-11-301-0/+2
* Make load_fixtures include csv fixtures. Closes #3053.Marcel Molina2005-11-281-0/+2
* Fix freeze_gems so that the latest rails version is dumped by defaultNicholas Seckar2005-11-281-0/+2
* script/plugin: handle root paths and plugin names which contain spaces. Refe...Jeremy Kemper2005-11-231-0/+2
* Model generator: correct relative path to test_helper in unit test.Jeremy Kemper2005-11-221-0/+2
* Make the db_schema_dump task honor the SCHEMA environment variable if present...Marcel Molina2005-11-211-0/+2
* Have the lighttpd server script report the actual ip to which the server is b...Sam Stephenson2005-11-211-0/+2
* Add plugin library directories to the load path after the lib directory so th...Marcel Molina2005-11-211-0/+3