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
When I bundle the gem and try running rake (before doing any other set up) I get a seg fault. I'm using Lion 10.7.2, Rails 3.1.3, and Ruby 1.9.2p290. I am also using Devise 1.5.2, not sure if there is an incompatibility there but it shows up in my stacktrace.
The one part of the stacktrace that mentions roadie is:
/Users/.../gems/roadie-2.2.0/lib/roadie/action_mailer_extensions.rb:25:in `mail_with_inline_styles'
When I remove the roadie gem, the segfault goes away.
When I bundle the gem and try running rake (before doing any other set up) I get a seg fault. I'm using Lion 10.7.2, Rails 3.1.3, and Ruby 1.9.2p290. I am also using Devise 1.5.2, not sure if there is an incompatibility there but it shows up in my stacktrace.
The one part of the stacktrace that mentions roadie is:
/Users/.../gems/roadie-2.2.0/lib/roadie/action_mailer_extensions.rb:25:in `mail_with_inline_styles'
When I remove the roadie gem, the segfault goes away.
Here's a gist of the stacktrace: https://gist.github.com/1643793
The text was updated successfully, but these errors were encountered: