aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/tasks
Commit message (Expand)AuthorAgeFilesLines
* Disable eager loading for all rake tasks [#802 state:resolved]Joshua Peek2009-01-272-2/+3
* Correct description of tmp:create task [#1607 state:resolved] [Roderick van D...Pratik Naik2008-12-211-2/+2
* Move gaint lock into middlewareJoshua Peek2008-12-181-1/+1
* Switch to Rack based session stores.Joshua Peek2008-12-151-1/+1
* Add a rake task to apply a template to an existing application.Pratik Naik2008-12-071-0/+6
* Merge with docrailsPratik Naik2008-12-071-1/+1
* establish mysql connection before dropping databaseAliaksey Kandratsenka2008-12-011-0/+1
* Manually load the DB config rather than firing the whole initializer [Gerrit ...Michael Koziarski2008-12-012-4/+15
* Add internal middleware stack to DispatcherJoshua Peek2008-12-011-0/+7
* Generate rackup dispatcher with rails:update:generate_dispatchersJoshua Peek2008-12-011-0/+1
* Really remove components.Jeremy Kemper2008-11-241-1/+0
* Add a rake task to generate dispatchers : rake rails:generate_dispatchersPratik Naik2008-11-241-0/+8
* Added rake rails:update:application_controller to renamed application.rb to a...David Heinemeier Hansson2008-11-231-1/+11
* Add helper test generators [#1199 state:resolved]Eugene Bolshakov2008-11-171-4/+4
* Remove deprecated Gem.manage_gemsJeremy Kemper2008-11-121-1/+0
* Make refresh_specs more resilient. Always add vendor/gems to gem search path....Matt Jones2008-11-011-1/+2
* Merge with docrailsPratik Naik2008-10-221-1/+1
* Merge with docrails. Also add a rake task to generate guides in your rails ap...Pratik Naik2008-10-211-0/+13
* config.gem: Fix typo in unpack, skip dependencies on unloaded gems, and silen...Matt Jones2008-10-201-1/+2
* Make VendorGemSourceIndex handle broken/missing specs generated by previous v...Matt Jones2008-10-131-0/+10
* Merge docrailsPratik Naik2008-10-051-0/+1
* Fix a number of errors in the config.gem mechanism.Matt Jones2008-10-051-8/+12
* Make sure recreate MySQL test database with the proper encoding and collation...Luca Guidi2008-10-031-1/+1
* make db:migrate:redo rake task accept an optional VERSION to target that spec...Philip Hallstrom2008-09-171-2/+10
* Fix for SQLite's db creation warnings [status:committed #614]Antonio Cangiano2008-09-091-6/+18
* Added optional rake doc:app TITLE environment parameterNathaniel Bibler2008-08-291-2/+2
* Deprecate Rails::SecretKeyGenerator in favor of ActiveSupport::SecureRandom.Hongli Lai (Phusion2008-08-271-4/+3
* Fixed that rake doc:plugins to uses UTF-8. [#573 state:resolved]Chris Lloyd2008-08-221-0/+1
* Touch file with git revision when freezing edgeJoshua Peek2008-08-191-0/+5
* rake db:fixtures:load and db:fixtures:identify now accept a FIXTURES_PATH opt...Matthew Rudy Jacobs2008-08-091-4/+5
* Added db:charset support to PostgreSQL. [#556 state:resolved]Sebastian A. Espindola2008-07-141-0/+3
* Enable loading fixtures from arbitrary locations. [#586 state:resolved]Jacek Becela2008-07-141-4/+7
* Use full path in database tasks so commands will work outside of Rails root [...Tapajós2008-07-131-10/+10
* Use ActiveSupport::TimeZone in time:zones rake tasksPratik Naik2008-07-041-1/+1
* Support for custom annotations with rake notes:custom and DRY up the task def...Michael Koziarski2008-07-031-11/+8
* Make rake test:uncommitted work with Git.Tim Pope2008-07-021-4/+10
* Rely on quieter db:test:load taskJeremy Kemper2008-06-171-3/+5
* Don't dump schema for every test run, just when migrations are runJeremy Kemper2008-06-161-3/+3
* Use test/performance/test_helper to do test setup then boost log level and tu...Jeremy Kemper2008-06-151-2/+2
* Performance: integration test benchmarking and profiling. [Jeremy Kemper]Jeremy Kemper2008-06-141-0/+15
* Ensure plugins' rake tasks are loaded before application's rake tasks. [#259 ...Ryan Kinderman2008-06-051-1/+1
* Consolidate error messages for missing gems, and skip them when running rake ...rick2008-05-311-3/+9
* Merge docrails.Pratik Naik2008-05-251-1/+1
* Use 'public' schema path when connecting to 'postgres' database. [#170 state:...Tarmo Tänav2008-05-131-2/+2
* Use 'postgres' database instead of 'template1'Tarmo Tänav2008-05-131-2/+2
* PostgreSQL: update rake tasks to use full settings from database.ymlPete Deffendol2008-05-041-8/+3
* PostgreSQL: Connect to template1 database when creating or dropping dbPete Deffendol2008-05-041-2/+2
* 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