×
The Ruby and Rails community linklog
Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!
Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!
Comments
Hi ernie, as you seem to really know a lot on AR, I’d be very interested to know why you require Rails 3.1, what have changed between AR 3.0, AR 3.1 and Arel.
Thanks for your good work.
There are just a lot of internal changes to the association code in between Rails 3.0 and 3.1, basically. Assuming I get Squeel ready for release well before 3.1 is in the wild, I’ll backport it – but for now I’m just coding against edge to future-proof things.
Post a comment