We’re all familiar with Twitter’s open-source project “bootstrap” by now… and if you’re a rails developer you’re familiar with the gem ‘twitter-bootstrap-rails’.
One of this month’s trending repos on Github is a cool little extension to the bootstrap library called “Fuel UX”, built by the company ExactTarget. You can learn more about Fuel UX through their Github Page, where you can also find a few demos.
I couldn’t find a gem that integrated Fuel UX into the rails asset pipeline, so I threw one together real quickly. You can find it at https://rubygems.org/gems/fuelux-rails or browse the source at https://github.com/stephenbaldwin/fuelux-rails (though I can promise you there is absolutely nothing worth browsing through in it). It includes the bootstrap library by requiring https://github.com/seyhunak/twitter-bootstrap-rails, so I would suggest setting twitter-bootstrap-rails up before installing fuelux-rails… I did throw together a quick installation Wiki on the Github page, but I doubt you’ll need it.