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 g bootstrap:themed command #818

Closed donmb1 closed 9 years ago

donmb1 commented 9 years ago

I find this quite useless. It seems to put a text_field helper on every database column. If you have boolean, datetime and other column types, this ends up in doing it from scratch again.

toadkicker commented 9 years ago

I'm working on a fork that fixes this issue and cleans up the code a lot. Give railsstrap a try, which does generate the appropriate input types.

donmb1 commented 9 years ago

Looking forward. Thank you!