seyhunak / twitter-bootstrap-rails

Twitter Bootstrap for Rails 6.0, Rails 5 - Rails 4.x Asset Pipeline
https://github.com/seyhunak/twitter-bootstrap-rails
4.5k stars 998 forks source link

Rails 3.x not supported #816

Closed cimm closed 9 years ago

cimm commented 9 years ago

I tried using this gem in our older Rails 3.2 application but it requires Rails 4.x:

Bundler could not find compatible versions for gem "rails":
  In Gemfile:
    twitter-bootstrap-rails (~> 3.2.0) ruby depends on
      rails (~> 4.1) ruby

    rails (3.2.8)

That's fine but the tagline on the github homepage still reads: Twitter Bootstrap for Rails 3.x - 4 Asset Pipeline.

Maybe you can change that so it's clear only Rails 4 and up are supported now? Thanks.

jarrettgreen commented 9 years ago

+1 This was maddening for a moment ;)

hollyglot commented 9 years ago

+1 Change tagline. The serotonin drop hurts.

toadkicker commented 9 years ago

I'm working on a fork of this project that supports rails 3.1+, and adds a bunch more that this gem doesn't offer. Check out railsstrap and let me know if you need help there!