search for: calendar_helper

Displaying 8 results from an estimated 8 matches for "calendar_helper".

2007 Oct 04
0
any one use calendar_helper GEM?
I had been using the calendar_helper plugin previously which worked fine. For my current project I decided to use the gem but am having trouble getting it to work. After install of the gem if I do: >> require ''calendar_helper'' => ["CalendarHelper"] at the console it seems to load ok. However in...
2006 Jul 15
6
calendar_helper
Hi, anyone ever tried the calendar plugin? i can''t get it to work: i did: ruby script/plugin install http://topfunky.net/svn/plugins/calendar_helper ruby script/generate calendar_styles and then generated a controller calendar_controller with a method def monthly end in monthly.rhtml i put: <%=calendar(:year => 2005, :month => 6)%> if i try to run i get: undefined method `calendar'' for #<#<Class:0x3a7fdb0>:0x3...
2006 Jul 20
0
RJS and calendar_helper troubles .... tab characters covering web page
We have implemented calendar_helper.rb to generate an ajaxified calendar using rjs templates. Everything worked fine until we added a drop down to select the current month. Now when select a month and the calendar refreshes to that selected month we get a ton of ''\t'' displayed all over the page inside what looks lik...
2010 Aug 13
5
"uninitialized constant" Error for CalendarHelpper
After installing calendar_helper-0.2.3 gem, application using CalendarHelper works fine. Then I tried to test using rake command which gave me the following error. Why does these messages appear evenif the application owrks fine. ------------------------------ Error Messags -------------------------------------- /usr/local/jruby-...
2008 Jan 11
1
Plugin issues
...from C:/InstantRails/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require .rb:27:in `gem_original_require'' from C:/InstantRails/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require .rb:27:in `require'' from script/plugin:3 when i type >ruby script/plugin install calendar_helper i get this: Plugin not found: ["calendar_helper"] I don''t know if it''s because i''m behind a proxy coz i have to use proxy to install rails through gem like this gem install rails --include-dependencies -p http:..... In fact, i''ve read almost all i ca...
2006 Jul 20
1
Ajax and observe_field not updating specified DIV
...my controller when i select a choice in the dropdown and I have an rjs file which is then invoked. The rjs file looks like this: page.replace_html ''embed_calendar'', :partial => ''shared/calendar'', :year => 2006, :month => 5, :table_class => "calendar_helper" So, I''m assuming that the _calendar.rhtml will be rendered in the embed_calendar div. My controller uses a template called main so i have a main.rhtml which has multiple partials in it for various sections of the page - all with their own divs. Then I have @content_for_layout i...
2006 Jul 27
9
CalendarHelper
Has anyone had any luck using the CalendarHelper plugin at http://wiki.rubyonrails.com/rails/pages/CalendarHelper recently? I''m scratching my head over the following error when I look at any page in my application: NameError in CalendarController#index undefined local variable or method `date_format'' for #<CalendarController:0x24ccd4c> RAILS_ROOT:
2008 Feb 25
6
Event Calendar/Scheduler Implementation
...ndling - similar to Google Calendar if you will. There numerous projects and controls to do that in ASP.NET and maybe someone already did something similar for RoR. So far I found projects that support reading from GoogleCalendar as well displaying a simple Calendar http://topfunky.net/svn/plugins/calendar_helper/. Thanks, Elmar --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from...