Last active
August 29, 2015 14:12
-
-
Save memememomo/235640e9c4b478ad6453 to your computer and use it in GitHub Desktop.
Rails4.2にあげたらrails-erdが動かなくなった ref: http://qiita.com/uchiko/items/d5fb51ee3562ec3a6344
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ bundle exec erd | |
| Loading application in 'myapp'... | |
| Generating entity-relationship diagram for 13 models... | |
| Failed: NoMethodError: undefined method `primary' for #<ActiveRecord::ConnectionAdapters::Column:0x00000007b842f8> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| group :development, :test do | |
| ... | |
| gem 'rails-erd', github: 'ready4god2513/rails-erd', branch: 'rails-4.2-support-fix' | |
| end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment