James D
James D
Yes through rubygems. It works fine with ruby version `2.0.0-p247` and `1.9.3-p484`, but not `2.0.0-p353`. I've uninstalled and reinstalled and made sure it's using the most recent version of better_errors...
Same error using ``` ruby gem 'binding_of_caller', :git => 'git://github.com/banister/binding_of_caller.git', :branch => 'master' ``` The installed version is `0.7.2` by the way. better_errors versions is `1.0.1`
Same as above
I'm encountering the same issue. This might be something cool to implement. I'm thinking something along the lines of `EXCLUDED_ADMIN = [:created_at, :updated_at]` and it uses something like `Model.column_names.except(::EXCLUDED_ADMIN)` and...
I'm curious as well is there a generator for generating all models at once as well as updating existing admin views with updated schema vs going in and modifying individual...
I'm looking to get this working with `esbuild` and `esm` modules. There are old format modules using require in the script and seems like those need to be updated. Will...
@paour Have you tried this with `patch-package`? We've deployed ios to test flight and with production builds are still encountering crashes on swipe even with `patch-package`. Do you have any...
@ericqweinstein the version number is `0.1.13`. Thanks for taking a look, it's appreciated.
@ericqweinstein were you by chance able to spin something up? For whatever reason this is still an issue for me and can't figure out of it's with my setup or...
@ericqweinstein Thanks for the response. I've tried with `0.1.14` and am still receiving the same errors. I'll create a minimal rails app to reproduce as soon as I have a...