I am looking for a simple web calendar interfact with a simple event scheduler. I went through event_calender, google api, ical etc but could not understand the placement of plugin (which directory in rails main) etc. I never could even generate a calendar. Somebody help venkat -- 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 unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/ddd173ef75d650dd03e859f7ce4e683e%40ruby-forum.com?hl=en-US. For more options, visit https://groups.google.com/groups/opt_out.
On 17 May 2013 15:10, Venkataraman KS <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote:> I am looking for a simple web calendar interfact with a simple event > scheduler. I went through event_calender, google api, ical etc but could > not understand the placement of plugin (which directory in rails main) > etc. I never could even generate a calendar.Did you follow the instructions on https://github.com/elevation/event_calendar? You don''t have to put it anywhere, just follow the instructions given for Rails 2 or Rails 3. Colin> > Somebody help > venkat > > -- > 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 unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/ddd173ef75d650dd03e859f7ce4e683e%40ruby-forum.com?hl=en-US. > For more options, visit https://groups.google.com/groups/opt_out. > >-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit https://groups.google.com/groups/opt_out.
I have gone through earlier. I get plugin not found. So I downloaded the zip file from github. However, I am not aware of the placement of files in the rails directory like app vendor lib etc. Hence I am not able to generate Hope u understand venkat -- 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 unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit https://groups.google.com/groups/opt_out.
On 17 May 2013 15:38, Venkataraman KS <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote:> I have gone through earlier. I get plugin not found. So I downloaded the > zip file from github. However, I am not aware of the placement of files > in the rails directory like app vendor lib etc. Hence I am not able to > generatePlease remember to quote the previous message so that it is easier to follow the thread. This is a mailing list not a forum (though you may be accessing it via a forum-like interface. Thanks. Follow the instructions on https://github.com/elevation/event_calendar and if it does not work then come back and show us what went wrong. Also tell us which version of rails you are using. Colin -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit https://groups.google.com/groups/opt_out.
Are you using Rails 2 or 3? The plugin system is deprecated for Rails 3. You need to add it to your gemfile. run bundle install and then follow the rest of the instructions. If you want something simpler for just displaying events though, you can use https://github.com/watu/table_builder there''s a great rails cast on how to do that here: http://railscasts.com/episodes/213-calendars On Friday, May 17, 2013 10:38:38 AM UTC-4, Ruby-Forum.com User wrote:> > I have gone through earlier. I get plugin not found. So I downloaded the > zip file from github. However, I am not aware of the placement of files > in the rails directory like app vendor lib etc. Hence I am not able to > generate > > Hope u understand > venkat > > -- > 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 unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/e55c307f-9910-4f5a-92b9-64222a5d7ef3%40googlegroups.com?hl=en-US. For more options, visit https://groups.google.com/groups/opt_out.