| Web Development >> Ruby On Rails |
Railscasts Week 5
| Language : | English | Quality : | High | Has Audio : | true | Source : | showmedo | Media : | Flash |
| Let Ryan Bates take you through a growing series of great Rails tips. |
Tags: Ruby On Rails, Ruby, Web Development, Screencast, Showmedo, Session, Model, [SUGGEST A TAG]
Resources referenced in this screencast
|
||||
|
||||
|
Articles Realted to this Topic |
[SUGGEST A ARTICLE] |
|
ActiveRecord Calculations This calculates aggregate values in the given column: Methods for count, sum, average, minimum, and maximum have been added as shortcuts. Options such as :conditions, :order, :group, :having, and :joins can be passed to customize the query |
|
Rails find :conditions A good solution for this problem is the ez_where plugin by Ezra Zygmuntowicz and Fabien Franzen. It includes new find_where method in your ActiveRecord models which takes a code block building the conditions with a quite nifty syntax |
|
19 Rails Tricks Most Rails Coders Don't Know When looking at my own Rails code and that of the community as a whole, I often see places where certain Rails techniques could have been used, but weren't. As much for my own memory as yours, I thought I'd list down some Rails tricks and tips that can make your application or code more efficient |