tye / rubyception

Rubyception - Realtime Rails log in your browser
MIT License
156 stars 10 forks source link

Not working with Rails 3.2.5 and Thin #7

Closed RKushnir closed 12 years ago

RKushnir commented 12 years ago

rails -v Rails 3.2.5

thin -v thin 1.3.1 codename Triple Espresso

In development thin just says 'Exiting' immediately after starting. In development.log I see only:

Could not log "sql.active_record" event. NoMethodError: undefined method `<<' for nil:NilClass
tye commented 12 years ago

Thanks for the bug report. I'll be looking at the issue soon & releasing a fix.

RKushnir commented 12 years ago

Cool, thanks. Curious to see it in action.

gudata commented 12 years ago

when using this gem with Rails 3.2.(6,7) + thin 1.4.1 thin just prints exiting... and quits

omenking commented 12 years ago

I was able to replicate the error with rails 3.2.5 using thin.

This issue may have been related to compass issue we solved in version 0.0.3. Would you go ahead and update your gem, and see if the problem is resolved?

RKushnir commented 12 years ago

Installed the latest version from git and still the same.

firedev commented 12 years ago

Same thing - thin just exits

tye commented 12 years ago

Issue confirmed, it definitely doesn't work with thin. Ill let you know as soon as this is fixed.

tye commented 12 years ago

Just pushed 0.1.0, let me know if there problem is still occurring for you

firedev commented 12 years ago

Works fine now, thanks!

RKushnir commented 12 years ago

Works for me either, thanks!

OneDivZero commented 11 years ago

Having the same problem with mongrel. Have not yet confirmed if it only occures on server-startup or randomly. Maybe something get's to early initialized ?