Full Calendar is not showing events from JSON source
问题 I've read the entire documentation on Full Calendar and still I cannot render anything from a JSON source. I'm running Rails 3.2 and when I preview my JSON source with Google's Developer Tools I see the correctly formatted JSON objects and a Header with a Status Code of 200 and an Accept: application/json. I'm calling Full Calendar like so: $('#calendar').fullCalendar({events: '/events'}); If I declare a single JSON object and then render it by itself it renders fine like so: var event = {