bookable
bookable copied to clipboard
Removed dependency to version. with the change in the rails newer version, the strict dependency of 'jbuilder' is causing issues with installation of the gem.
Bookable requires 'jbuilder', '~> 1.2', which is too strict as current RoR skeleton requires '~> 2.2'. Currently I am using fork, which fixes this. But I would like to use...
when i run gem bookable install i hit gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/active_support.rb:61:in `block in load_missing_constant': uninitialized constant Mime::JSON (NameError).... Any reasons why?
This is a working version for Rails 5 if you are interested in merging...
Are there any plans for Rails 5 compatibility or updates to the latest versions of full calendar or is this project abandoned?
bookable:install generator raises exception 'Cannot define multiple 'included' blocks for a Concern' after Booking model is generated. booking.rb should not contain `require_relative './concerns/bookable'` as bookable concern should be autoloaded. Current...