reinteractive-open / installfest_guides

The installfest guides
24 stars 29 forks source link

Adding gem 'jquery-rails' for versions > 5.1.x #237

Open sameera207 opened 5 years ago

sameera207 commented 5 years ago

Rails has removed jquery from rails ? 5.1.x and the version after that needs

1 - Installing gem 'jquery-rails' explicitly 2 - rails new -j jquery [app]

Update the guild to reflect this

Issue

ruby 2.4.3, rails 5.2.1

screen shot 2018-11-30 at 2 45 57 pm

Fix

add and configure `gem 'jquery-rails'