Entries tagged with bootstrap

Twitter Bootstrap theme for RDoc

screen1

I created a RDoc Generator with Bootstrap forked from Hanna Nouveau.

http://ngs.github.io/hanna-bootstrap/

Hanna Bootstrap is available from RubyGems.

gem install hanna-bootstrap

Or git-clone from the repo if you would.

git clone git://github.com/ngs/hanna-bootstrap.git

The templates of this generator are written in HAML, SASS, CoffeeScript.

You can customize your favorite Bootstrap based theme easily. Enjoy!

jquery-rails confirmation with Bootstrap

In default, jquery-rails prompts with native JavaScript confirm. That’s sucks.

So I overrode $.rails.fire method to show Bootstrap style modal instead.

Read On