How do I install rails 4.0, bleeding edge (master branch on git) on my Mac? Can I do it with RVM?
I'm doing this to start upgrading a project, not a new project.
rails 4 is coming!!!
gem install rails --version 4.0.0.beta1 --no-ri --no-rdoc
In your gemfile:
gem 'rails', :git => 'git://github.com/rails/rails.git'
gem 'arel', :git => 'git://github.com/rails/arel.git'
gem 'rack', :git => 'git://github.com/rack/rack.git'
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With