Mark Edmondson

Results 14 issues of Mark Edmondson

Potential feature idea - grouping of normalizers within the initializer for re-use purposes. Something similar to: ``` AttributeNormalizer.configure do |config| config.groupings[:group] = [:strip, :blank, :custom, :custom] end class Model attribute_normalizer...

Feature

### Steps to reproduce Create an ActiveRecord model with an ActiveStorage relation. Initialize and add the associated attachment. Cast the object to another subclassed model, the associated attachment is lost....

activestorage

### Steps to reproduce In NotificationApi#notify the call to targets.blank? (https://github.com/simukappu/activity_notification/blob/master/lib/activity_notification/apis/notification_api.rb#L231) loads all of the targets, for a large collection, this loads all the records into memory and it seems...

enhancement
waiting for feedback

Not a specific issue, just looking to clarify why default values work like they do. Following along with https://github.com/palkan/store_attribute/issues/6 and https://github.com/palkan/store_attribute/pull/7 it looks like it should follow the Attribute API...

I have a table with an array of integers and I want to run a comparison to extract any rows that include a subset of integers. `SELECT bitmap_intersection(to_bitmap('{1, 2, 3}'),...

Bump all dependencies for Rails 5.2 support. Note, this kills the exrules serialization due to https://github.com/seejohnrun/ice_cube/issues/127

This isn't really the responsibility of the gem, also, Formtastic.

Allow proc, symbol or string for setting default schedule in `has_schedule_attributes` class method.

If the HTML has a comment before the opening tag, it is incorrectly identified as XML. ### Steps to reproduce ```ruby io = StringIO.new(

I think it'd be really useful to be able to call onload for only one of the dataSet indexes instead of reloading them all. Similar to #9. Simply enhancing loadData...