Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


what is the purpose of the rakefile available in the demo directory in ruby?



what is the purpose of the rakefile available in the demo directory in ruby?..

Answer / Jaideep Shrivastava

The Rakefile is a file containing tasks (Rake tasks) that automate various development-related operations in a Ruby project. It is typically located in the root directory of the application, and it allows you to run common tasks such as testing, compiling assets, deploying applications, and cleaning temporary files. The Rakefile is part of the Rake gem, which is bundled with many Ruby projects.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Ruby Interview Questions

How will you comment in ruby.

1 Answers  


What is mvc and why do we use it?

1 Answers  


Name different methods for io console in ruby?

1 Answers  


What are the looping structures available in ruby?

1 Answers  


Tell me how symbol is different from variables?

1 Answers  


what is a class library in Ruby?

1 Answers  


Tell me what is the command to create a migration?

1 Answers  


Tell me what is the role of sub-directory app/controllers and app/helpers?

1 Answers  


What are Ruby arrays and how they can be created?

1 Answers  


What is yield in ruby?

1 Answers  


Which ruby interpreter option enables debugging?

1 Answers  


What is sysread method in Ruby?

1 Answers  


Categories