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 996 forks source link

when to support bootstrap 3.0 officially? #622

Closed ftiasch closed 10 years ago

muhammadn commented 11 years ago

still RC1.

odarriba commented 11 years ago

An interesting clone of this repo that already supports bootstrap 3

https://github.com/diowa/twitter-bootstrap-rails/tree/bootstrap-3.0.0

There is a pending merge of this clone...

cbfranca commented 11 years ago

@odarriba Did you test?

odarriba commented 11 years ago

@cbfranca

I'm using it in a project, yes.

I haven't tested all the things, but the basic works, and it's mostly updated to Bootstrap oficial repo.

toadkicker commented 11 years ago

FWIW please don't do +1 comments. Use the watch feature below the new comment box please.

akshatpradhan commented 11 years ago

I don't think people do a +1 comment to watch a thread. I think +1 symbolizes our support for increasing priority of the issue.

so.. +1!

odarriba commented 11 years ago

@akshatpradhan Exactly, here are many people wanting to use the new features and style of Bootstrap 3 !! (And, who knows, support for Rails 4 and it's new assets)

Dhaulagiri commented 11 years ago

Now seems like a good time

nilebu commented 11 years ago

+1

OpakAlex commented 11 years ago

+1

domness commented 11 years ago

+1

nilebu commented 11 years ago

that one who has no patience can use anjlab/bootstrap-rails', but it's sass.

domness commented 11 years ago

@nickbuff That's this repository?

nilebu commented 11 years ago

@domness yes sir

gem 'anjlab-bootstrap-rails', require: 'bootstrap-rails', github: 'anjlab/bootstrap-rails'
domness commented 11 years ago

@nickbuff Ahh, you edited your comment, now don't I look stupid.

nilebu commented 11 years ago

@domness sorry :ghost:

domness commented 11 years ago

It's alright :smile: :poodle:

nbantatua commented 11 years ago

Just saw https://github.com/jasontorres/bootstrap-on-rails on twitter and tried it. Works. Just add water. Not bad for an initial release.

matsubo commented 10 years ago

+1

jiehanzheng commented 10 years ago

+1

thromera commented 10 years ago

+1.

amseledka commented 10 years ago

+1

thenadz commented 10 years ago

+1

mydearxym commented 10 years ago

i installed this gem , but how can i check the bootstrap version i use now? 2 or 3

nwpan commented 10 years ago

@mydearxym, I added this to my Gemfile to force pulling from the bootstrap 3 branch:

gem 'twitter-bootstrap-rails', github: 'seyhunak/twitter-bootstrap-rails', branch: 'bootstrap3'
odarriba commented 10 years ago

@nwpan I'm afraid that something happened and this repo is now unmaintained. Using these branch is not a good solution in production environments and it isn't updated to the last version of Bootstrap code :/

It'll be good if someone with time and knowledge get the rids of this project, because there is a lot of people using it in development and production stages.

Ch4s3 commented 10 years ago

Has anyone heard what the status of version 3/the gem overall? Maybe @odarriba ?

odarriba commented 10 years ago

@Ch4s3 I'm now using this one: https://github.com/diowa/twbs_less_rails

It doesn't have all the helpers that have this one, but it's mantained and releases gems for production use.

And if you need some helpers (like the flash messages for example), you can always look for the helper's code and use it directly in your app.

Ch4s3 commented 10 years ago

Thanks @odarriba I ended up going with https://github.com/twbs/bootstrap-sass .

Yeah, I tend to write my own flash helpers anyway. Hopefully this thread points anyone looking for Bootstrap 3 on rails in the right direction.

toadkicker commented 10 years ago

I have a PR out for the merge to master, please grab the bootstrap3 branch and test!