Hi - I tried to install the calendar_date_select date picker and it doesn't work for me. I get this error:
undefined local variable or method `calendar_date_select_includes' for #<ActionView::Base:0x2640314> Here's what I did: sudo gem install calendar_date_select sudo gem install hoe # because after the above command I couldn't start my server # after installing hoe I can now start my server Then in my environment.rb I put: config.gem "calendar_date_select" And this in my template file: <%= javascript_include_tag "prototype" %> <%= calendar_date_select_includes %> # it's erroring on this line. It doesn't know where to find calendar_date_select_includes Even though calendar_date_select is in my gems directory my app isn't picking it up. How do I debug something like this? And does anybody have any suggestions for a fix? Thanks for any help! -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

