Benedikt Deicke

Results 5 issues of Benedikt Deicke

In ActiveRecord both `Model.create` and `Model.update` [always return the record](https://github.com/rails/rails/blob/master/activerecord/lib/active_record/persistence.rb#L100-L117) (or a collection of records). Unfortunately `Model.upsert` only returns the record when validations pass. When they fail [it returns `false`](https://github.com/jesjos/active_record_upsert/blob/07bdabf585405143e02bfc7306c2df09b067f847/lib/active_record_upsert/active_record/persistence.rb#L53-L57)....

This pull request adds support for skin variants which will land in iOS 8.3 and OS X 10.10.3 To get this working I had to add some additional methods added...

This is the other half of the changes proposed in storybookjs/storybook#27186. There are more details over there.

When typing `exit` in a `rails console` session in production, the gem logs an error message because there is not error. ``` [1] pry(main)> exit [2024-08-30T12:30:16 (process) #2][ERROR] appsignal: Appsignal.report_error:...

bug

### Motivation / Background When `cache_versioning` is enabled (which is the default), `#cache_key` raises an error when there is no `updated_at` attribute on the record instance. However, if the attribute...

activerecord