Open 5minpause opened 8 years ago
Steps to get Rails 5 (edge): git clone git@github.com:/rails/rails.git cd rails bundle install ./railties/exe/rails new --edge my_edge_app cd my_edge_app bundle install
git clone git@github.com:/rails/rails.git
cd rails
bundle install
./railties/exe/rails new --edge my_edge_app
cd my_edge_app
As of October 30th it does not work with Rails 5 because Active Admin and Devise doen't run with Rails 5 (yet) https://github.com/activeadmin/activeadmin/issues/4177(Support Rails 5)
I think this issue is already in progress with the rails-5 branch?
Steps to get Rails 5 (edge):
git clone git@github.com:/rails/rails.git
cd rails
bundle install
./railties/exe/rails new --edge my_edge_app
cd my_edge_app
bundle install
As of October 30th it does not work with Rails 5 because Active Admin and Devise doen't run with Rails 5 (yet) https://github.com/activeadmin/activeadmin/issues/4177(Support Rails 5)