Closed SleeplessByte closed 10 years ago
Could not reproduce this within newly created Rails app. Everything seems to work for me. Maybe, there's some additional configuration in your app code?
Got the same issue with simple_form
@alchapone simply add gem 'bugsnag'
to your example project :)
@SleeplessByte, @galulex Guys, master branch seems to be working fine with these gems.
@alchapone I will investigate
Well there is and issue in v 0.2.1, but it is fixed in master
I'm getting the same issue with 1.1.0
I have a brand new rails 4.2 app with no extra gems. After I've done my polymer gem setup and inerted html_import_tag
I got undefined method 'html_import_tag' for #<#<Class:OBJECTID>:ANOTHER_OBJECTID>
Might this be a platform specific issue?
Possible solution in the end of #63 ;)
I'm using Bugsnag and everything looks fine to me.
gem 'bugsnag'
together with the polymer-rails gem will cause this error:I know the bugsnag/bugsnag-ruby gem injects scripts into the layouts (to enable the gem), so maybe y'all are overwriting some function? Instead of extending it?