[Rails] Re: What exactly is rake

2013-09-08 Thread Sreenivas Pulikonda
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

[Rails] Re: What exactly is rake

2013-09-06 Thread Vijay Bhargav
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 Thanks Vijay -- Posted via http://www.ruby-forum.com/. -- You received this message

Re: [Rails] Re: What exactly is rake

2013-09-06 Thread Emil S
That's good. Now you have a chance to learn what make is. I'm sure it would come in handy . On 6 September 2013 12:09, Vijay Bhargav li...@ruby-forum.com wrote: 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