Skip to content

Update installation procedure. JBuilder dependency problem #190

Closed
@juansev

Description

@juansev

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions