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
What this means is, if you're running Ramaze on a remote server, the bug causes the :BindAddress to default to localhost, so your browser won't see the site.
2016-05-12 Fixed in Innate PR 754a7a7
The text was updated successfully, but these errors were encountered:
In
lib/innate/adapter.rb#self.start_webrick
,should be:
because Rack expects to find it there and moves it to
:BindAddress
inlib/rack/handler/webrick.rb#self.run
, as you can see below:What this means is, if you're running Ramaze on a remote server, the bug causes the
:BindAddress
to default tolocalhost
, so your browser won't see the site.2016-05-12 Fixed in Innate PR 754a7a7
The text was updated successfully, but these errors were encountered: