Skip to content

wikis Search Results · repo:elevation/event_calendar language:JavaScript

Filter by

5 results
 (98 ms)

5 results

inelevation/event_calendar (press backspace or delete to remove)

You can customize the text or html that is displayed within the events by modifying the code within the calendar block. If you used the generator, then this is found in your calendar_helper.rb, inside ...
  • Last updated
    on Jan 11, 2011

Displaying events for an individual user, rather than all events is pretty simple. First let's assume you've created a user model, declared declared has_many :events, and added a user_id column ...
  • Last updated
    on Apr 16, 2011

Here's a simple way to show events on the calendar whose underlying ruby classes may be of different types. For instance, you might have an event model, as well as a game model. In both event.rb and ...
  • Last updated
    on Mar 9, 2011

Event Calendar Plugin The Event Calendar plugin aims to make it easy to generate a calendar of events in Ruby on Rails. It also provides a set of options and techniques for adapting it to the unique purposes ...
  • Last updated
    on Apr 16, 2011

Create a new rails project, display a calendar, and optionally create some events. (This is using Rails 3 and SQLite. If using RVM you may need to install the Rails gems first.) Bring up a calendar rails ...
  • Last updated
    on Oct 13, 2012