Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there anything like MAMP for Ruby on Rails?

I'm looking to learn Ruby on Rails. I would like a development environment that doesn't install live on my laptop, I would like a self-contained install similar to what MAMP is for PHP. Is there such a thing?

I'm not looking to cram Ruby on Rails into MAMP, I don't much like mucking with the terminal nowdays. I'm looking for a nice and easy to use, download and play with Ruby on Rails in a self contained system.

like image 337
Justin808 Avatar asked Nov 15 '11 04:11

Justin808


1 Answers

take a look at homebrew if you are using a mac. If you are on windows life will be difficult unfortunately. You can try out http://railsinstaller.org/

like image 76
drhenner Avatar answered Sep 28 '22 14:09

drhenner