In Rails Guides
(http://guides.rubyonrails.org/testing.html#preparing-your-application-for-testing)
they mention some "rake db:test:load" command and other "rake db:test:*"
commands. But when I do "rake -D db" or "rake -T" there is no any "rake
db:test" in the output.

It makes me think that there are dozens of rake commands that are not
distributed when I do "rake -T" (Display the tasks (matching optional
PATTERN) with descriptions) or "rake -D task" (Describe the tasks
(matching optional PATTERN) with descriptions).

Is there one special place where ALL Rails rake commands are presented
with full explanation for them? Some Rake API?

-- 
Posted via http://www.ruby-forum.com/.

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rubyonrails-talk+unsubscr...@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rubyonrails-talk/1d1039a78b2de9bfbdf99bf4c9a91eb4%40ruby-forum.com?hl=en-US.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to