views:

16

answers:

1

I run rake and I get this error. What's that supposed to mean? Sorry I'm newbie to RoR sb please help. Thanks a lot.

undefined method `reserved=' for #<FriendlyId::ActiveRecordAdapter::Configuration:0x2b1ae5c2ec70>
A: 

may be you are using reserved= instead of reserved on your FriendlyId object.

Salil
In fact I tried to deploy Eventicus, which is successfully deployed by the author. github.com/webmatze/eventicus.deThe problem was due to friendly_id gem: the code runs OK in version 2.2.7 and fails in version 3.0.4; Don't know why it fails while it should not. Anyway, I use friendly_id 2.2.7 now and it works.