Re: [Rails-core] Using "IS DISTINCT FROM" instead of "!=" for inequality checks

2016-03-19 Thread Sean Griffin
Yeah, we definitely could never make this change. It'd be too major of a backwards incompatible change. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To unsubscribe from this group and stop receiving emails from it, send an email to

[Rails-core] RFC: Remove support for "% style"(printf style) prepared statement from ActiveRecord

2015-09-27 Thread Sean Griffin
I do not think we would consider this proposal without a stronger reason as to why it is causing harm. It would be an unnecessary breaking change to existing apps. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To unsubscribe from

[Rails-core] Re: Redesign the Rubyonrails.org

2014-12-23 Thread Sean Griffin
Yes, a redesign is currently being worked on. On Saturday, December 20, 2014 12:50:35 AM UTC-7, Anandu B Ajith wrote: The site is having a very old design and not usable .. shouldn't we switch to a better design in 2015?? -- You received this message because you are subscribed to the Google

[Rails-core] Re: ActiveRecord model attribute definition with type caster and default

2014-12-23 Thread Sean Griffin
This is not currently public API, the final API will likely support default values when it is made public in the future. On Tuesday, December 23, 2014 2:19:14 AM UTC-7, Benji wrote: [Braindump] I stumbled on the code to define an attribute in the model. Since my personal opinion is that

[Rails-core] Re: Rails 5 roadmap?

2014-11-25 Thread Sean Griffin
I don't want to go into specifics because most of what I'm working on is still high level ideas. I doubt that we'll see a separated persistence and business logic layer land in Rails any time soon (though internally we're actually becoming very close to that). However, we are continuing to