ruuts / invoice_numbers

Create sequences of uninterrupted invoice numbers
4 stars 6 forks source link

Migration generator fails in Rails 4.1.0rc1 #2

Closed juni0r closed 10 years ago

juni0r commented 10 years ago

When trying to run the migration generator in Rails 4.1.0rc1 it fails with

/vendor/bundle/ruby/2.1.0/gems/thor-0.19.1/lib/thor/actions/create_link.rb:27:in `<module:Actions>': uninitialized constant Thor::Actions::CreateFile (NameError)

This also breaks rails g completely. The fix is to remove an uneccessary require statement. I already fixed this and will issue a pull request.