muratguzel / letsrate

The best way to add rating capabilities to your rails application and your activerecord models.
http://letsrate.herokuapp.com
198 stars 234 forks source link

create_migration method def changed to create_letsrate_migration to avoid collision with rails create_migration method name #69

Open dasibre opened 10 years ago

dasibre commented 10 years ago

create_migration method def changed to create_letsrate_migration to avoid collision with rails create_migration method name /Users/jnaadjie/.rvm/gems/ruby-2.1.1@bleedingedge/gems/letsrate-1.0.9/lib/generators/letsrate/letsrate_generator.rb:37:in create_migration': wrong number of arguments (3 for 0) (ArgumentError) from /Users/jnaadjie/.rvm/gems/ruby-2.1.1@global/gems/railties-4.1.0/lib/rails/generators/migration.rb:63:inmigration_template' from /Users/jnaadjie/.rvm/gems/ruby-2.1.1@bleedingedge/gems/letsrate-1.0.9/lib/generators/letsrate/letsrate_generator.rb:33:in create_cacheable_migration' from /Users/jnaadjie/.rvm/gems/ruby-2.1.1@global/gems/thor-0.19.1/lib/thor/command.rb:27:inrun' from /Users/jnaadjie/.rvm/gems/ruby-2.1.1@global/gems/thor-0.19.1/lib/thor/invocation.rb:126:in invoke_command' from /Users/jnaadjie/.rvm/gems/ruby-2.1.1@global/gems/thor-0.19.1/lib/thor/invocation.rb:133:inblock in invoke_all' from /Users/jnaadjie/.rvm/gems/ruby-2.1.1@global/gems/thor-0.19.1/lib/thor/invocation.rb:133:in each' from /Users/jnaadjie/.rvm/gems/ruby-2.1.1@global/gems/thor-0.19.1/lib/thor/invocation.rb:133:inmap' from /Users/jnaadjie/.rvm/gems/ruby-2.1.1@global/gems/thor-0.19.1/lib/thor/invocation.rb:133:in invoke_all' from /Users/jnaadjie/.rvm/gems/ruby-2.1.1@global/gems/thor-0.19.1/lib/thor/group.rb:232:indispatch' from /Users/jnaadjie/.rvm/gems/ruby-2.1.1@global/gems/thor-0.19.1/lib/thor/base.rb:440:in `start'

wazery commented 10 years ago

Could you please fix the error with this PR?

maximbond commented 10 years ago

Same problem. Maybe someone could post the right migration file so we could move over?

wazery commented 10 years ago

@Macks111 I forked the repo and fixed this issur, and I will keep maintaining (till the original author is back and be active again) and will develop on my fork. Also I will push some modifications soon to add some IMDB style rating features, kindly find it now on https://github.com/wazery/letsrate

luizpicolo commented 9 years ago

+1