Hi Guys,
I figured out a way to very quickly and painlessly install Ruby on
Rails with all the up-to-date gems, etc. I put it up on GitHub.
Check it out: https://github.com/laszlothewiz/Ruby-on-Rails-Easy-Install
With that the install takes 5 minutes and you’ll have a full RoR
system up and running with minimal further configuration. It has Ruby
1.9.2, Rails 3.1, MySQL 5.5 and PHPMyAdmin & all gems installed to
create and run Rails projects. I was even able to get mysql2 working
on it!
I’d like to get this news to as many people as possible because it
sure would have saved me hours if I used this one.
On Sep 26, 9:30pm, Laszlo The W. [email protected] wrote:
create and run Rails projects. I was even able to get mysql2 working
on it!
I’d like to get this news to as many people as possible because it
sure would have saved me hours if I used this one.
Hello, a bit of feedback:
There is no code that shows how the installer was build or for
anyone to collaborate.
We would end “trusting” you that the installer does what you say it
does.
Your installer request elevation of privileges.
Along with #1 , this might affect the ability of installation for
certain users under constrained environments.
Seems to me that your work overlaps with the work done by
RailsInstaller developers:
Hi everyone, in an effort to retain the information of railsinstaller.org we have decided to merge it with hotframeworks.com, this resource will always be live for everyone who needs it. Thanks to the team at Hot Frame Works for all their...
Est. reading time: 1 minute
Why not work together instead of duplicate the effort?
Seems you have included Ruby + DevKit and the required gems for Rails
3.1 to work, exactly the same of what RailsInstaller provides.
Perhaps you can contribute to them installation instructions to
properly build and package on next version mysql and mysql2 gems with
libmysql.dll?
Cheers,
Luis L.