rails/railties/lib/tasks
2008-03-31 21:16:17 +00:00
..
annotations.rake Moved the SourceAnnotationExtractor to a separate file in case libraries try to load the rails rake tasks twice. rspec_on_rails, I'm looking at you. [Rick] 2007-09-28 17:02:40 +00:00
databases.rake Fixed charset/collation for rake db:create (closes #11331) [matt] 2008-03-31 21:16:17 +00:00
documentation.rake Ruby 1.9 compatibility. References #1689. 2007-12-17 18:54:55 +00:00
framework.rake Added that rails:update is run when you do rails:freeze:edge to ensure you also get the latest JS and config files (closes #10565) [jeff] 2008-01-03 00:14:47 +00:00
gems.rake Added config.gem for specifying which gems are required by the application, as well as rake tasks for installing and freezing gems. [rick] 2008-03-30 02:17:28 +00:00
log.rake Match singular naming from directory structure [DHH] 2006-02-28 22:40:19 +00:00
misc.rake Rails::Initializer#initialize_time_zone raises an error if value assigned to config.time_zone is not recognized. Rake time zone tasks only require ActiveSupport instead of entire environment 2008-03-28 01:45:04 +00:00
rails.rb Plugins may be symlinked in vendor/plugins. Closes #4245. 2007-02-01 20:12:36 +00:00
routes.rake Drop the trailing slash 2007-06-28 18:44:08 +00:00
statistics.rake Clean up the output of rake stats, de-emphasise components and apis, and remove the indents for tests [Koz] 2006-10-27 01:26:11 +00:00
testing.rake Tidy up description for the rake test task. Closes #10598 [akaspick] 2008-01-20 23:27:19 +00:00
tmp.rake Added pid file usage to script/process/spawner and script/process/reaper along with a directive in default config/lighttpd.conf file to record the pid. They will all save their pid file in tmp/pids [DHH] 2006-04-28 00:00:50 +00:00