aboutsummaryrefslogtreecommitdiffstats
path: root/railties
Commit message (Expand)AuthorAgeFilesLines
* Added TEMPLATE option to rake doc:app to set a custom output template (closes...David Heinemeier Hansson2007-09-222-1/+4
* Added VERBOSE option to rake db:migrate to turn off output #8204 [jbarnette]David Heinemeier Hansson2007-09-222-1/+4
* Doc fixes (closes #8608) [deepblue]David Heinemeier Hansson2007-09-221-12/+6
* Fixed that rake doc:app should use UTF-8 (closes #8906) [farzy]David Heinemeier Hansson2007-09-222-1/+4
* Fixes rake annotations to search erb and builder files as well (closes #9150)...David Heinemeier Hansson2007-09-222-3/+5
* Make tests run with mocha gemDavid Heinemeier Hansson2007-09-221-4/+3
* Doc fix (closes #9203) [lazyatom]David Heinemeier Hansson2007-09-222-8/+16
* Doc fix (closes #9259) [caio]David Heinemeier Hansson2007-09-221-1/+1
* Plugin license and README should use a dynamic year (closes #9329) [bscofield]David Heinemeier Hansson2007-09-222-2/+2
* Remove last mentions of AWS from railtiesMichael Koziarski2007-09-222-11/+1
* Remove the AWS web_service generatorMichael Koziarski2007-09-226-85/+2
* Added symbols as a legal way of specifying plugins in config.plugins (closes ...David Heinemeier Hansson2007-09-224-11/+22
* Fix test (closes #9618)David Heinemeier Hansson2007-09-221-1/+1
* Changelog fix (closes #9610) [tzaharia]David Heinemeier Hansson2007-09-221-1/+1
* Added the :all option to config.plugins thatll include the rest of the plugin...David Heinemeier Hansson2007-09-216-9/+69
* Removed deprecated task names, like clear_logs, in favor of the new namespace...David Heinemeier Hansson2007-09-211-53/+0
* Stress that you should really install the C-based MySQL library when running ...David Heinemeier Hansson2007-09-201-1/+1
* Updated some docs to reference the latest and greatest and played style nazi ...David Heinemeier Hansson2007-09-204-17/+29
* Support multiple config.after_initialize blocks so plugins and apps can more ...Jeremy Kemper2007-09-183-13/+79
* Added db:drop:all to drop all databases declared in config/database.yml [DHH]David Heinemeier Hansson2007-09-152-11/+24
* Inform people that were using the cookie store as default and a caveatDavid Heinemeier Hansson2007-09-151-1/+2
* Missed Reloadable bits and piecesJeremy Kemper2007-09-141-5/+2
* Don't raise superfluous exception on test failure.Jeremy Kemper2007-09-111-6/+6
* Update copyright spanDavid Heinemeier Hansson2007-09-092-2/+2
* Use attribute pairs instead of the migration name to create add and remove co...Michael Koziarski2007-09-094-20/+39
* Fix task description for db:sessions:create. Closes #9419 [topfunky]Michael Koziarski2007-09-021-1/+1
* Remove duplication in test_help.rb Closes #3328 [jarkko]Michael Koziarski2007-09-021-1/+1
* Improve performance and functionality of the postgresql adapter. Closes #804...Michael Koziarski2007-08-161-12/+13
* misc doc fixes + Add ActiveResource to Rails::Info. Closes #8741, #9008, #90...Rick Olson2007-07-254-3/+12
* Use Gem.find_name instead of search when freezing gems. Prevent false positi...Michael Koziarski2007-07-242-2/+4
* Automatically generate add/remove column commands in specially named migratio...Rick Olson2007-07-244-2/+31
* Default to plural table name in Rails Generator if ActiveRecord is not presen...Rick Olson2007-07-122-1/+3
* Drop the trailing slashDavid Heinemeier Hansson2007-06-281-0/+1
* Added rake routes for listing all the defined routes in the system (closes #8...David Heinemeier Hansson2007-06-282-0/+18
* db:create creates the database for the current environment if it's on localho...Jeremy Kemper2007-06-282-91/+109
* Generators: look for generators in all gems, not just those suffixed with _ge...Jeremy Kemper2007-06-274-9/+45
* MySQL, PostgreSQL: database.yml defaults to utf-8. Closes #8701.Jeremy Kemper2007-06-253-0/+8
* Added db:version to get the current schema number [via Err The Blog]David Heinemeier Hansson2007-06-251-1/+1
* Added db:version to get the current schema number [via Tim Bray]David Heinemeier Hansson2007-06-253-4/+11
* Missing testDavid Heinemeier Hansson2007-06-231-0/+106
* Added --skip-migration option to scaffold and resource generators (closes #86...David Heinemeier Hansson2007-06-235-40/+83
* Docfix (closes #8480)David Heinemeier Hansson2007-06-231-5/+5
* Docfixes (closes #7348, #7778, #8669)David Heinemeier Hansson2007-06-233-11/+8
* Docfix (closes #8585)David Heinemeier Hansson2007-06-231-1/+1
* Docfix (closes #8715)David Heinemeier Hansson2007-06-231-2/+2
* Fix that FCGIs would leave log files open when asked to shut down by USR2 (cl...David Heinemeier Hansson2007-06-232-0/+7
* Be specific about the Ruby on Rails partDavid Heinemeier Hansson2007-06-231-1/+1
* Fixed that dispatcher preparation callbacks only run once in production mode....Rick Olson2007-06-153-2/+10
* Fix precedence error in failsafe rescue. Closes #8625.Jeremy Kemper2007-06-121-1/+1
* Fix syntax error in dispatcher than wrecked failsafe responses. Closes #8625.Jeremy Kemper2007-06-112-2/+3