Ruby on Rails Tuesday, May 31, 2011



On Tue, May 31, 2011 at 12:18 AM, Piter Fcbk <piter.fcbk@gmail.com> wrote:
Hi all,
I'm currently in the need to implement a calendar in rails.
It should be able to present a year, month and day view.
The events in these 3 views should be able to be opened, on click, to view the information and/or edit it (according to restrictions).
The events will belong to users. One requirement is that users could filter which other users events they want to see (different colors for each user will be a nice to have).
After some reading, I finish up with these two options (open to more suggestions):
  - Using FullCalendar, something like this for example: https://github.com/vinsol/fullcalendar_rails

I will be very thankful if anyone could recommend a gem/way to go. Any opinion are welcome.

I was looking at this a year ago. I used full calendar and it is solid and easy to use, I have thought about creating a gem that would help by default to implement its features in a generalized way but no time yet to do. Also have considered working out an html based calendar... I may have an upcoming need, but it may very well reveal to be a huge project which full calendar has really already handled better. If you find anything that looks better than using full calendar definitely post back your finds here... but my vote would be full_calendar.
 

Thanks.

--
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@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

--
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@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

No comments:

Post a Comment