Chris Gat
Chris Gat
Rails 3.2.22 Ruby 2.2.4 Upgrading this gem from 1.0.5 to 1.0.6 causes all my search tests to fail with the following mass assignment error: ``` ActiveModel::MassAssignmentSecurity::Error: Can't mass-assign protected attributes:...
Add rotateOnDrag prop The current rotation on drag implementation (web) works decently for smaller-sized cards like in the demo, but gets fairly janky for larger cards, especially when using the...
Hi, Currently, if I create a record that utilizes carrierwave::meta on its carrierwave mounted column, the metadata is loaded as instance values. If I fetch the record again `my_model= MyModel.find(1)`...
In create method, changed "build_resource" to "build_resource(sign_up_params)", otherwise, the resource is built without an email address. I'm using devise 3.0, it's registration controller does the same thing.
### Bug description In our codebase, we import the `Migrate` class from prisma/migrate: ```ts import { Migrate } from '@prisma/migrate' ``` When upgrading from prisma 3 to 4 (4.13.0 to...