Rake means 'Ruby make', generally it is used to run the database migration. 
It is used for the same kind of tasks that 'make' and 'ant' are used for in 
other languages like C and Java respectively. When Rake is given a task to 
do, like running migrations, it analyzes the application and decides which 
script to run. In ruby its used for more complicated tasks like modifying 
the database structure and running tests.

-- 
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/23739724-7fd5-41d3-9c82-9626ea956656%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to