aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/tasks/misc.rake
Commit message (Expand)AuthorAgeFilesLines
* Remove 'core' fluff. Hookable ActiveSupport.load_all!Jeremy Kemper2009-05-201-2/+2
* Fix missing core extension dependenciesJeremy Kemper2009-04-281-1/+5
* Disable eager loading for all rake tasks [#802 state:resolved]Joshua Peek2009-01-271-0/+1
* Manually load the DB config rather than firing the whole initializer [Gerrit ...Michael Koziarski2008-12-011-0/+6
* Deprecate Rails::SecretKeyGenerator in favor of ActiveSupport::SecureRandom.Hongli Lai (Phusion2008-08-271-4/+3
* Use ActiveSupport::TimeZone in time:zones rake tasksPratik Naik2008-07-041-1/+1
* rake time:zones:local finds correct base utc offset for zones in the Southern...Geoffrey Buesing2008-04-121-1/+4
* 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
* 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
* Added namespaces to all tasks, so for example load_fixtures is now db:fixture...David Heinemeier Hansson2006-02-271-17/+2
* rake should run functional tests even if the unit tests have failures [Jim We...David Heinemeier Hansson2005-10-271-1/+5
* Moved all the shared tasks from Rakefile into Rails, so that the Rakefile is ...David Heinemeier Hansson2005-09-031-0/+15