toadkicker / railsstrap

Make your Ruby project awesome with railsstrap. Bootstrap 4 + Helpers, additional components, and more.
http://toadkicker.github.io/railsstrap/
Other
63 stars 7 forks source link

Structuring helpers around base class/modules #44

Closed toadkicker closed 6 years ago

toadkicker commented 9 years ago

As the helpers grow, there will be common features and configurations across them. Also in its current form the gem each time a new helper is introduced, there are changes required in engine.rb. Lastly I'd like to be able to support more than just rails, maybe sinatra and padrino as well.

toadkicker commented 9 years ago

Integrated Bh helpers into the fork. extended with customized railsstrap helpers. see feature/refactor branch.

toadkicker commented 6 years ago

This is done in v4!