1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/railties/lib/tasks
2006-04-03 02:38:12 +00:00
..
databases.rake Update description 2006-03-28 01:11:09 +00:00
documentation.rake Added namespaces to all tasks, so for example load_fixtures is now db:fixtures:load. All the old task names are still valid, they just point to the new namespaced names. "rake -T" will only show the namespaced ones, though [DHH] 2006-02-27 04:38:39 +00:00
framework.rake Added TAG option for rake rails:freeze:edge, so you can say rake rails:freeze:edge TAG=rel_1-1-0 to lock to the 1.1.0 release [DHH] 2006-04-03 02:38:12 +00:00
log.rake Match singular naming from directory structure [DHH] 2006-02-28 22:40:19 +00:00
misc.rake Added namespaces to all tasks, so for example load_fixtures is now db:fixtures:load. All the old task names are still valid, they just point to the new namespaced names. "rake -T" will only show the namespaced ones, though [DHH] 2006-02-27 04:38:39 +00:00
pre_namespace_aliases.rake Update old alias too 2006-03-01 16:13:33 +00:00
rails.rb Load rake task files in alphabetical order so you can build dependencies and count on them (closes #2554) [Blair Zajac] 2005-10-26 12:50:29 +00:00
statistics.rake Add integration test support to app generation and testing 2006-02-28 18:57:32 +00:00
testing.rake Testing of uncommited should test controllers too (closes #4265) [technomancy@gmail.com] 2006-03-18 06:47:46 +00:00
tmp.rake Dont require rake to run the server, just have a little undryness instead (closes #4213) [DHH] 2006-03-26 03:29:09 +00:00