Ivgeni

Results 5 issues of Ivgeni

I think that if you make 'value' be a requirement of the interface of the attribute table, you can leverage the magic of composed_of to make the attributes true value...

Hello, I'm a developer by trade, and would like to make a port with a similar organization onto a Drupal based platform. I hope that it will not be an...

``` Slug.transaction do slugs.update_all(active: false) slugs.where(slug: valid_slugs_in_use.first).update_all(active: true) end return ``` if the scope isn't already in the record, it does not seem to get saved. A new slug is...

From my current reading, the framework doesn't handle any return value from an event. Often, the signal-slot pattern provides for a method for dealing with possible return values. Either through...