Hi Anurag, I had the same problem and had to download the latest calendar_date_select plugin in order to get it to work with rails 2.3.5. I also had to remove the OLD calendar_date_select plugin, not simply rename it, because rails was still pointing to the old version.
Cheri On Apr 6, 5:54 am, Anurag <[email protected]> wrote: > Hi, I am new to RoR and using rails 2.3.5. I have installed the > calendardateselect plugin and used in my view form as described like > > <% fields_for :reminder do |rem| %> > <%= rem.calendar_date_select :scheduled %> > <% end %> > > but I am getting error like "wrong number of arguments (5 for 4)", > I have gone through discussion and found to update the plugin. can > anybody please help me out to integrate the plugin into the app. > > Thanks in advance. -- SD Ruby mailing list [email protected] http://groups.google.com/group/sdruby
