RailsApps / rails-bootstrap

Rails 5.1 starter app with the Bootstrap 4 front-end framework.
523 stars 230 forks source link

Gemfile given in tutorial doesn't specify bootstrap-sass version #9

Closed peterdouglas closed 10 years ago

peterdouglas commented 10 years ago

This isn't really an issue for the repo, but the tutorial said to report all issues here.

The gemfile for the tutorial currently lists - gem 'bootstrap-sass'

which install bootsrap 3.0 and breaks the design / seems to stop the simple_form from working.

It looks like gem 'bootstrap-sass', '~> 2.3.2.2' was recently added to the repo, and just needs to be added to the tutorial.

Thanks.

DanielKehoe commented 10 years ago

Yes, the tutorial is due for an update. I'm waiting for SimpleForm to support Bootstrap 3.0.