From 764501c77e8fb5ee76f592d1756119fc51d694be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aar=C3=B3n=20R=C3=ADos=20Retana?= Date: Sun, 22 Jul 2018 16:58:40 -0600 Subject: [PATCH] add jquery gem in Rails >= 5.1 the gem for jquery is not by default in gem file --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index b68346b..d05490b 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,11 @@ In order to install the fullcalendar-rails gem and get FullCalendar working with ```ruby gem 'fullcalendar-rails' gem 'momentjs-rails' + #in Rails >= 5.1 the gem for jquery is not by default in gem file + gem 'jquery-rails' ``` + + 1. Bundle install and restart rails server.