Registry / web-framework / fullcalendar-rails

fullcalendar-rails

JSON →
library3.9.0.0rbrubygemsunverified

Integrates the FullCalendar jQuery plugin into the Rails asset pipeline for event calendars.

gem install fullcalendar-rails
INSTALL
IMPORT
SIG · FULLCALENDAR-RAILS
F
fullcalendar-rails
web-frameworkrubyv3.9.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

FullcalendarRails
require 'fullcalendar-rails'

Sets up FullCalendar in a Rails application with asset pipeline integration.

require 'fullcalendar-rails' # In a Rails view, include the assets: # <%= stylesheet_link_tag 'fullcalendar' %> # <%= javascript_include_tag 'fullcalendar' %> # Then initialize the calendar: # <div id='calendar'></div> # <script> # $(document).ready(function() { # $('#calendar').fullCalendar({ events: '/events.json' }); # }); # </script>
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.9.0.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
fullcalendar-rails — gem install fullcalendar-rails · libregistry