Rails flash messages with AJAX requests & twitter-bootstrap 2.3
Forked from https://gist.github.com/linjunpop/3410235 Based on Stackoverflow answer: http://stackoverflow.com/a/10167659/656428
License: MIT
| #FIXXME OpenID still not working | |
| if Rails.env.production? | |
| #overwriting omniauth-347a66e3d4f1/oa-core/lib/omniauth/strategy.rb | |
| module OmniAuth | |
| module Strategy | |
| def full_host | |
| uri = URI.parse(request.url) | |
| uri.path = '' | 
Rails flash messages with AJAX requests & twitter-bootstrap 2.3
Forked from https://gist.github.com/linjunpop/3410235 Based on Stackoverflow answer: http://stackoverflow.com/a/10167659/656428
License: MIT