You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just wanted to let you know of an issue I had...
Ruby 1.8.7 threw a "uninitialized constant Rails::Rack::Offline" in lib/rack-offline.rb:4
Apparently this works in ruby 1.9, but I wasn't able to test it myself.
Changing line four to " class Offline < ::Rack::Offline" fixed the issue.
The text was updated successfully, but these errors were encountered:
Just wanted to let you know of an issue I had...
Ruby 1.8.7 threw a "uninitialized constant Rails::Rack::Offline" in lib/rack-offline.rb:4
Apparently this works in ruby 1.9, but I wasn't able to test it myself.
Changing line four to " class Offline < ::Rack::Offline" fixed the issue.
The text was updated successfully, but these errors were encountered: