RailsApps / rails_apps_composer

A gem with recipes to create Rails application templates for Rails starter apps.
http://railsapps.github.io/rails_apps_composer/
1.42k stars 306 forks source link

Updated bootstrap version to alpha 6 #359

Open jeremylynch opened 7 years ago

jeremylynch commented 7 years ago

Bootstrap alpha 6 has been released. Thought I would update this.

DanielKehoe commented 7 years ago

I'm sorry but there's much more to do to update Rails Composer to Bootstrap 4 Alpha 6. The new version has many changes to the grid and navbar. The rails_layout gem is used by Rails Composer to generate pages with suitable navbar and grid. See https://github.com/RailsApps/rails_layout/commit/8e101afcd5550eb6f3fe6cf60f5ba5a2b4ce7976 for the initial implementation for Bootstrap 4 Alpha 3. Can you make the changes needed for the rails_layout gem?

jeremylynch commented 7 years ago

Thanks @DanielKehoe,

I've started working on this. What is the forms.css.scss used for? It isn't being generated in my projects and it seems to have a lot of the same content as the overrides css file.

Thanks

jeremylynch commented 7 years ago

I've created a PR over at rails_layout