Rob Law

Results 3 comments of Rob Law

This error is caused because the API for creating an `ActiveRecord::Associations::AliasTracker` [has changed in edge rails](https://github.com/rails/rails/commit/fa048105d145536538b923fa57465bdeee559e88). It now wants to eat a connection pool rather than a connection. Knowing nothing...

> But the intention is not to support every possible delivery format for notifications under the sun (like SMS and definitely not email, we have Action Mailer for that). I'm...

I came here looking for a way to disable the special treatment of arrays in the `validates_inclusion_of` method. Our app has a need to validate that an array is in...