aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make help for the console command more explicit about how to specify the desi...Marcel Molina2005-11-211-0/+1
* PostgreSQL: the purge_test_database Rake task shouldn't explicitly specify th...Jeremy Kemper2005-11-201-0/+2
* Allows generator to specify migrations directory. References #2960.Jeremy Kemper2005-11-201-1/+1
* Introducing the session_migration generator. Creates an add_session_table mi...Jeremy Kemper2005-11-201-0/+2
* Update to Prototype 1.4.0_rc4. Closes #2943 (old Array.prototype.reverse beha...Sam Stephenson2005-11-191-0/+2
* script/console uses RAILS_ENV environment variable if present. Closes #2932.Jeremy Kemper2005-11-181-0/+2
* Windows: eliminate the socket option in database.yml. Closes #2924.Jeremy Kemper2005-11-181-0/+2
* Eliminate nil from newly generated logfiles. References #2927.Jeremy Kemper2005-11-181-0/+2
* Update to Prototype 1.4.0_rc3. Closes #1893, #2505, #2550, #2748, #2783.Sam Stephenson2005-11-181-0/+2
* Rename Version constant to VERSION. Closes #2802.Marcel Molina2005-11-171-0/+2
* Update trunk to latests script.aculo.usThomas Fuchs2005-11-141-0/+2
* Update CHANGELOG with more details. References #2842.Jeremy Kemper2005-11-131-1/+1
* Eliminate Subversion dependencies in scripts/plugin. Correct install options...Jeremy Kemper2005-11-131-0/+2
* SQLite: the clone_structure_to_test and purge_test_database Rake tasks should...Jeremy Kemper2005-11-131-1/+1
* SQLite: the clone_structure_to_test Rake task should always use the test envi...Jeremy Kemper2005-11-131-0/+2
* Pulled auto-starting browser: More pain than gainDavid Heinemeier Hansson2005-11-121-2/+0
* ChangeloggingDavid Heinemeier Hansson2005-11-111-0/+2
* Pass __FILE__ when evaluating plugins' init.rb. Closes #2817.Jeremy Kemper2005-11-101-0/+2
* Better svn status matching for generators. Closes #2814.Jeremy Kemper2005-11-101-0/+2