smart-village-solutions / Goldencobra

CMS based on modules as Rails 4 engines
Other
21 stars 15 forks source link

Test Rails 5 beta with Golden Cobra #42

Open 5minpause opened 8 years ago

5minpause commented 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

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)

donni106 commented 5 years ago

I think this issue is already in progress with the rails-5 branch?