Skip to content

Instantly share code, notes, and snippets.

@memememomo
Last active August 29, 2015 14:12
Show Gist options
  • Select an option

  • Save memememomo/235640e9c4b478ad6453 to your computer and use it in GitHub Desktop.

Select an option

Save memememomo/235640e9c4b478ad6453 to your computer and use it in GitHub Desktop.
Rails4.2にあげたらrails-erdが動かなくなった ref: http://qiita.com/uchiko/items/d5fb51ee3562ec3a6344
$ bundle exec erd
Loading application in 'myapp'...
Generating entity-relationship diagram for 13 models...
Failed: NoMethodError: undefined method `primary' for #<ActiveRecord::ConnectionAdapters::Column:0x00000007b842f8>
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