Closed JDrizzy closed 3 months ago
@JDrizzy awesome job. To make the tests pass for Rails 4.2 work you probably need to pin rspec-rails to 3.x. and bundler to 1.x.
By the way, I can confirm that this works with our Rails 5.2 in production. Also works after upgrading to Rails 6 in my development environment.
Does it work with web packer?
Does it work with web packer?
I'm currently using it on a production app with webpacker, but the library's assets are still being provided by sprockets, unfortunately.
Hi, I'm not sure how to solve the issue. What should I do to make work with rails 6? someone gave me the link to this page but what steps should I take or follow. Any tips?
Thanks,
@Amm1r-IT to use the changes for this PR you can either reference my repository in your gemfile:
gem 'best_in_place', github: 'JDrizzy/best_in_place'
Or, fork your own copy and reference that instead.
Ideally, this PR should be merged so you don't need to complete the above two workarounds but I'm not sure when that will be.
Thanks man
What's the status ?
When this PR is planned to be merged?
Resolves https://github.com/bernat/best_in_place/issues/623 Resolves https://github.com/bernat/best_in_place/issues/621 & https://github.com/bernat/best_in_place/issues/611