aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/tasks
Commit message (Expand)AuthorAgeFilesLines
* rake time:zones:local finds correct base utc offset for zones in the Southern...Geoffrey Buesing2008-04-121-1/+4
* Allow freezing to specific releases with rake rails:freeze:edge RELEASE=1.2.0...Michael Koziarski2008-04-121-6/+9
* Now that we have gems:unpack and gems:build allowing for integration ofDavid Dollar2008-04-111-0/+16
* rake rails:freeze:edge using http://dev.rubyonrails.org/archives/rails_edge.z...Jeremy Kemper2008-04-101-29/+19
* Don't require rails/gem_builder during rails initialization, it's only needed...Rick Olson2008-04-081-4/+8
* Flesh out rake gems:unpack to unpack all gems, and add rake gems:build for na...Rick Olson2008-04-021-8/+15
* PostgreSQL: use create_ and drop_database for rake tasks. Closes #9045 [ez, n...Jeremy Kemper2008-04-011-18/+26
* Fixed charset/collation for rake db:create (closes #11331) [matt]David Heinemeier Hansson2008-03-311-2/+2
* Added config.gem for specifying which gems are required by the application, a...Rick Olson2008-03-301-0/+31
* Fix new migration versionsDavid Heinemeier Hansson2008-03-281-0/+3
* Switched to UTC-timebased version numbers for migrations and the schema. This...David Heinemeier Hansson2008-03-281-2/+15
* Rails::Initializer#initialize_time_zone raises an error if value assigned to ...Geoff Buesing2008-03-281-3/+4
* Adding rake tasks time:zones:all, time:zones:us and time:zones:local for find...Geoff Buesing2008-03-221-0/+43
* Fix database rake tasks to work with charset/collation and show proper error ...Pratik Naik2008-03-101-3/+8
* Clear active connections before trying to drop the database. Allows db:drop ...Michael Koziarski2008-02-151-0/+1
* Tidy up description for the rake test task. Closes #10598 [akaspick]Michael Koziarski2008-01-201-1/+1
* Refactor check for local databases (closes #10539) [parcelbrat]David Heinemeier Hansson2008-01-031-11/+12
* Added that rails:update is run when you do rails:freeze:edge to ensure you al...David Heinemeier Hansson2008-01-031-0/+3
* db:sessions:clear task uses session_table_name method. Closes #10631 [Cheah C...Jeremy Kemper2008-01-021-3/+1
* SQLite: db:drop:all doesn't fail silently if the database is already open. Cl...Jeremy Kemper2008-01-021-1/+1
* Ruby 1.9 compatibility. References #1689.Jeremy Kemper2007-12-173-5/+5
* Turned on ActionView::Base.cache_template_loading by default in config/enviro...David Heinemeier Hansson2007-12-161-5/+3
* Introduce (in /Users/jeremy/rails/git/trunk) to output a crytographically sec...Jeremy Kemper2007-12-151-1/+9
* Fixed that local database creation should consider 127.0.0.1 local (closes #9...David Heinemeier Hansson2007-12-141-1/+1
* Added db:migrate:redo and db:migrate:reset for rerunning existing migrations ...David Heinemeier Hansson2007-12-141-0/+3
* Added db:migrate:redo for rerunning existing migrations (closes #10431) [matt]David Heinemeier Hansson2007-12-141-0/+5
* Don't check for pending migrations if Active Record isn't loadedJeremy Kemper2007-12-091-7/+9
* Update rails:freeze:gems to work with RubyGems 0.9.5.Jeremy Kemper2007-12-091-7/+13
* The test task stops with a warning if you have pending migrations. Closes #10...Jeremy Kemper2007-12-061-1/+14
* Added db:fixtures:identity as a way of locating what ID a foxy fixture was as...David Heinemeier Hansson2007-12-011-0/+22
* Fixed that db:reset would use migrations instead of loading db/schema.rb [DHH]David Heinemeier Hansson2007-11-091-2/+2
* Added db:rollback to rollback the schema one version (or multiple as specifie...David Heinemeier Hansson2007-10-261-0/+7
* rake test aborts if tests failed. Closes #9962 [Jason Roelofs]Jeremy Kemper2007-10-231-1/+1
* Include ARes and Railties in rdoc. Freeze ARes gem instead of AWS.Jeremy Kemper2007-10-082-1/+7
* Axe excess backtracery.Jeremy Kemper2007-10-071-6/+4
* db:create works with remote databases whereas db:create:all only createsdatab...Jeremy Kemper2007-10-021-31/+50
* Moved the SourceAnnotationExtractor to a separate file in case libraries try ...Rick Olson2007-09-281-62/+1
* Follow our own conventions (closes #6506) [packagethief]David Heinemeier Hansson2007-09-231-1/+1
* Revert [7574]. Closes #7521.Jeremy Kemper2007-09-231-5/+0
* Added rake db:version to get the current schema version from the command line...David Heinemeier Hansson2007-09-221-0/+5
* Added TEMPLATE option to rake doc:app to set a custom output template (closes...David Heinemeier Hansson2007-09-221-1/+2
* Added VERBOSE option to rake db:migrate to turn off output #8204 [jbarnette]David Heinemeier Hansson2007-09-221-1/+2
* Fixed that rake doc:app should use UTF-8 (closes #8906) [farzy]David Heinemeier Hansson2007-09-221-1/+2
* Fixes rake annotations to search erb and builder files as well (closes #9150)...David Heinemeier Hansson2007-09-221-2/+2
* Remove last mentions of AWS from railtiesMichael Koziarski2007-09-221-10/+0
* Removed deprecated task names, like clear_logs, in favor of the new namespace...David Heinemeier Hansson2007-09-211-53/+0
* Added db:drop:all to drop all databases declared in config/database.yml [DHH]David Heinemeier Hansson2007-09-151-11/+22
* Don't raise superfluous exception on test failure.Jeremy Kemper2007-09-111-6/+6
* Fix task description for db:sessions:create. Closes #9419 [topfunky]Michael Koziarski2007-09-021-1/+1
* Use Gem.find_name instead of search when freezing gems. Prevent false positi...Michael Koziarski2007-07-241-2/+2