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
Just created a brand new app with Rails 4.1.0.rc1, then bundled PaperTrail 3.0.0, and then ran rails g paper_trail:install --with-changes, and it worked fine for me. And btw, Thor 0.18.1 gets bundled in with 4.1.0.rc1 out of the box. At any rate, I'm not sure what this issue you're seeing is, but I don't think it's something wrong with PaperTrail.
Filed rails/rails#14319 demonstrating the issue here. The good news is I think I have figured out that we can remove a require statement and prevent this from happening without rails being fixed..
because Rails4.1.0rc1 not include gem 'thor'.
The text was updated successfully, but these errors were encountered: