Git Product home page Git Product logo

Comments (5)

rolftimmermans avatar rolftimmermans commented on May 18, 2024

Do you have polymorphic associations on your model? Could you post your Gemfile?

from rails-erd.

wtian avatar wtian commented on May 18, 2024

Yes, I do have polymorphic associations.

Gemfile:
...
gem 'rails', '~> 3.0.12'

gem 'mysql2', '< 0.3'

gem 'ice_cube'
gem 'chronic'
gem 'tickle'
gem 'business_time'
gem 'event-calendar', :require => 'event_calendar'

#Deploy with Capistrano
gem "capistrano"
gem 'rvm-capistrano'

gem 'sass'
gem 'haml-rails'

gem 'kaminari'

gem 'httparty'

#authentication
gem 'hpricot'
gem 'ruby_parser'
gem 'devise', '~> 1.5.0'
gem 'cancan'

gem 'rails-erd', '~> 1.0.0'

gem 'date_validator'
gem 'pdfkit'

#forms
gem 'formtastic', '>= 2.0.2'
gem 'awesome_nested_fields', '>= 0.6.0'

#attribute display in show page
gem "attrtastic"

#file uploader
gem 'rmagick'
gem 'carrierwave'

gem 'spreadsheet','> 0.6.3.1'
gem 'ruby-ole','1.2.10'

gem 'redis', "> 3.0.2"
gem "ruote", "
> 2.3"
gem 'ruote-redis', :git => 'git://github.com/jmettraux/ruote-redis.git'
gem 'yajl-ruby', :require => 'yajl'
gem "ruote-kit", :git => 'git://github.com/kennethkalmer/ruote-kit.git'

#background job processing
gem "resque"

group :development, :test do
gem 'thin'
gem 'ruby-debug19', :require => 'ruby-debug'
gem 'rspec-rails', '2.9.0'
gem 'capybara'
gem 'launchy'
gem 'database_cleaner'

gem 'spork', '~>0.9.0.rc'
gem 'guard-livereload'
gem 'guard-rspec'
gem 'guard-spork'
gem 'awesome_print', :require => 'ap'
end

from rails-erd.

rolftimmermans avatar rolftimmermans commented on May 18, 2024

What are your polymorphic associations called?

from rails-erd.

bf4 avatar bf4 commented on May 18, 2024

Is this still a problem?

from rails-erd.

kerrizor avatar kerrizor commented on May 18, 2024

Going ahead and closing an issue that's >2 years old. :/

from rails-erd.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.