Trap

Bootstrap helpers

Installation

Add this line to your application’s Gemfile:

“by gem ‘trap’

And then execute:

$ bundle

Or install it yourself as:

$ gem install trap

Usage

After installing you should add line to application_helper.rb

“by module ApplicationHelper include Trap end

List of methods you can use with Trap:

  • menu_item Bootstrap navbar item

“b <%= menu_item ‘ButtonText’, ‘ButtonLink’, class: ‘some-classes’, another_option: :value %>

Using menu_item instead of

“li> ButtonText </li>

For Bootstrap

You should use trap-1.x versions to include Bootstrap 3. Contributing to bootstrap-3 branch.

Contributing

  1. Fork it ( https://github.com/[my-github-username]/trap/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request