RailsCasts Pro episodes are now free!

Learn more or hide this

Loïc KARTONO's Profile

GitHub User: softmonkeyjapan

Site: http://www.kartono-loic.com/

Comments by Loïc KARTONO

Avatar

Hi there,

I'm having an issue. So far I installed it and run the migrations :

Ruby
gem 'acts-as-taggable-on', '2.4.1'
Terminal
rails g acts_as_taggable_on:migration
rake db:migrate

But then as soon as I add this line :

Ruby
acts_as_taggable

into my model, I've got the following error :
wrong number of arguments (3 for 1..2)

I'm using Ruby 2.0.0-p247 and Rails4.0.0.beta1 (The project is already pretty big and we can't dare to update the Rails version).

Anyone already faced the same issue?

Thanks a lot