What's New in Edge Rails #38
Week of September 10 - September 16, 2012
- ab7ae689e9727781ef39b01a836a746ac75352fc introduces a .rb template handler, allowing you to render the output of arbitrary ruby code.
-
3da275c4396d7fad250d2b786027ba4f14344bd4 neatens up the Active Record query interface a bit by letting you write
Post.where(:author => Author.first)in place ofPost.where(:author_id => Author.first)