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
It looks like when Thin uses a config.ru under Ruby 1.9, it evaluates it under the Rack module, which breaks code that relies on the top-level File, instead of Rack::File. See:
Same behaviour in Rack's rackup command line tool.
This event looks like a constant lookup issue in 1.9.
Works find in 1.8. I'll try to figure out a fix, let me know if you find one.
It looks like when Thin uses a config.ru under Ruby 1.9, it evaluates it under the Rack module, which breaks code that relies on the top-level File, instead of Rack::File. See:
http://github.com/documentcloud/cloud-crowd/issues/closed#issue/6
If this is really a problem with Rack/Ruby1.9, instead of Thin, feel free to close the ticket.
The text was updated successfully, but these errors were encountered: