Skip to content

Instantly share code, notes, and snippets.

View hbrandl's full-sized avatar

Hartwig Brandl hbrandl

View GitHub Profile
@hbrandl
hbrandl / RailsFlashToHeaders.md
Last active November 2, 2023 11:57 — forked from linjunpop/README.md
Rails flash messages with AJAX requests & twitter-bootstrap
@hbrandl
hbrandl / gist:716956
Created November 26, 2010 16:59 — forked from xxx/gist:706255
#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 = ''