railsinstaller / railsinstaller-nix

RailsInstaller for OSX/Linux
http://railsinstaller.org/
65 stars 12 forks source link

Support for Rails 4 #20

Open schultyy opened 11 years ago

schultyy commented 11 years ago

Hi,

I am a coach at Rails Girls Berlin and we are currently migrating our tutorials to Rails 4. When do you plan to support Rails 4?

Best Jan

mpapis commented 11 years ago

I'm sorry but because of legal issues (see #19) we are on hold now.

You should try other approach which should give you wider platform coverage:

\curl -L https://get.rvm.io | bash -s stable --rails

This will work on Linux and OSX, it detects package manager and uses it for installation of missing packages (that's why it asks for sudo password), on OSX you can pick which package manager should be used - read more about autolibs.

In case of any problems you can always join #rvm IRC channel => http://webchat.freenode.net/?channels=rvm (in case of registration issues => http://freenode.net/faq.shtml#plusr)