What exactly is rake

38 views
Skip to first unread message

Vijay Bhargav

unread,
Sep 6, 2013, 1:56:44 AM9/6/13
to rubyonra...@googlegroups.com
Hi Friends,

I am a newbie to Ruby on rails. i would like to know what exactly is
Rake.

Thanks
Vijay

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

Dheeraj Kumar

unread,
Sep 6, 2013, 1:58:58 AM9/6/13
to rubyonra...@googlegroups.com
Did you try googling? http://rake.rubyforge.org/

-- 
Dheeraj Kumar

--
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-ta...@googlegroups.com.
To post to this group, send email to rubyonra...@googlegroups.com.

Vijay Bhargav

unread,
Sep 6, 2013, 2:39:33 AM9/6/13
to rubyonra...@googlegroups.com
Hi Dheeraj,

I tried. at most of the places it said its like make. but i am not aware
of what is make. more over most of google pages gave me how to install
the rake.

can you pls help me in understanding

Emil S

unread,
Sep 6, 2013, 2:42:23 AM9/6/13
to rubyonra...@googlegroups.com
That's good. Now you have a chance to learn what "make" is. I'm sure it would come in handy .


--
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-ta...@googlegroups.com.
To post to this group, send email to rubyonra...@googlegroups.com.

Walter Lee Davis

unread,
Sep 6, 2013, 8:50:54 AM9/6/13
to rubyonra...@googlegroups.com
I've had the good fortune to meet Jim Weirich and see him speak at several conferences. He's a very funny guy, and deeply smart. (One of his slides last year, while discussing the genesis of the tool, had the innocuous title "How hard could it be?", meaning how hard to make a general purpose state machine to do system automation things in Ruby. Here's a transcript of an interview that might give you some further insights. And you really do want to find out more about Make, too.

http://www.infoq.com/interviews/jim-weirich-discusses-rake

Walter

Sreenivas Pulikonda

unread,
Sep 6, 2013, 11:51:31 PM9/6/13
to rubyonra...@googlegroups.com
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.
Reply all
Reply to author
Forward
0 new messages