tags:

views:

30

answers:

1

I currently work in a LAMP environment and use XAMPP to setup my dev environment in Windows. Are there similar installers that package all of the essential and commonly-used Ruby development tools?

+4  A: 

BitNami's RubyStack might be what you are looking for. It includes, in one simple installer, Ruby, Rails, Apache and MySQL. Available for Windows and other platforms.

Adam Crossland
This looks promising, thanks :)!
John Himmelman