[Rails-core] Rails 5.1.3 released

2017-08-03 Thread Kasper Timm Hansen
Hi everyone, I am happy to announce that Rails 5.1.3 has been released. ## CHANGES since 5.1.2 To view the changes for each gem, please read the changelogs on GitHub: * [Action Cable CHANGELOG](https://github.com/rails/rails/blob/v5.1.3/actioncable/CHANGELOG.md) * [Action Mailer CHANGELOG]

Re: [Rails-core] New feature suggestion: ActiveRecord store_reader

2017-08-03 Thread Matt Jones
> On Aug 2, 2017, at 7:27 PM, zubin wrote: > > Hello, > > I'd like to propose this feature: > > Like `attr_reader`, I'd like to see a `store_reader` AR class method which > adds store getter methods. > > Why? Consider this: > > class User < ActiveRecord::Base > store_accessor :data, :name