Closed
Description
I've installed pageflow using latest code on ruby 2.1.3 and rails 4.18 . Using standard procedure "rails new -d mysql" i was unable to run "bundle install" successfully. Prior to this i copied the extra gem's on the installation text that it is on the homepage.
By default jbuilder 2.X is included on a new application using the following in Gemfile
gem 'jbuilder', '~> 2.0'
This gives an error of a dependency on Pageflow's project.
In order to be able to run "bundle install" i had to change the line to:
gem 'jbuilder', '~> 1.5'
Update the installation procedure with this change or modify pageflow so it is compatible with jbuilder 2.X