search for: calendar_date_select_includ

Displaying 5 results from an estimated 5 matches for "calendar_date_select_includ".

2011 Mar 18
1
undefined local variable or method `calendar_date_select_includes' for #<ActionView::Base:0x7bfd920>
Here''s what I did: 1. gem install calendar_date_select 2. Then in my environment.rb I put: config.gem "calendar_date_select" 3. And in my template file: <%= javascript_include_tag "prototype" %> <%= calendar_date_select_includes %> But still an error posts like this : undefined local variable or method `calendar_date_select_includes'' for #<ActionView::Base: 0x7bfd920> My ruby is 1.9.2 rails 2.3.5 gems 1.5.2 -- You received this message because you are subscribed to the Google Groups "Ruby on Ra...
2011 Apr 25
1
CalendarDateSelect Error:
...endar functionality in my app. The pop-up message is:- CalendarDateSelect Error: Prototype could not be found. Please make sure that your application''s layout includes prototype.js (.g. <%= javascript_include_tag :defaults %>) *before* it includes calendar_date_select.js (.g. <%= calendar_date_select_includes %>). I know from where it is coming(calendar_date_select.js:4) from but cant find out why is it coming as my app is already including prototype.js before calendar_includes(whatever) method. I am stumped. Tried almost all possible combinations to fetch javascript files. Thanks in advance. --...
2008 Jan 08
1
Rails 2.x CalendarDateSelect
Recently I have taken up learning rails 2.0 Unfortunately the SuperInplaceControls (the Rails 2 version of CalendarDateSelect) plugin has been giving me some trouble. It seems that rails does not realize the plugin has been installed. Does anyone have any thoughts as to what is happening here. STEPS 1. Installed the SuperInplaceControls (the rails 2 version of CalendarDateSelect) ruby
2008 Feb 29
0
undefined method `calendar_date_select_tag'
Hi, I am trying to use the ''Calendar Date Select'' plugin (http://calendardateselect.googlecode.com/svn/tags/calendar_date_select/). I''ve copied all the necessary files (javascript + css + calendar_date_select.rb and so forth files). Further, I added <%= calendar_date_select_includes "blue" %> line of code in my layouts/application.rhtml and finally restarted my Apache server. But I keep on getting: undefined method `calendar_date_select_tag'' when I try and use this method in my View. Any ideas so as to what I might be missing? Any help greatly apprec...
2010 Dec 17
2
calendar_date_select_tag
Hi guys, I''m pretty new to the rubyonrails community and is running into quite a noob question. I''m currently using rails 3.0.3 and been trying to get the calendar_date_select plugin to work I''ve included into my Gem file, did a "bundle install" everything shows up correct. However, when I try to use the <%= calendar_date_select_tag :date %> in my