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 999 forks source link

Include recent updates in v2.x and release update gem please #860

Open januszm opened 9 years ago

januszm commented 9 years ago

I've noticed that the latest version 2.x available from rubygems doesn't contain this important piece of code:

app/helpers/bootstrap_flash_helper.rb:11:      type = :success if type == :notice

Which makes messages from recent Devise not showing up. Perhaps you could include some of recent updates (especially to this helper method) in gem vesion 2.x ?