Rails 3: How to create a named scope based on Controller's method?...
Read MoreNamed scope for has-many and belongs-to association...
Read MoreHow can I find percent complete in ActiveRecord?...
Read MoreUse named_scopes from a model, with another model...
Read MoreIs there a better way to do this? i.e. Chain the named scopes more nicely...
Read MoreRuby on Rails question regarding scope...
Read Morenamed_scope for date.today Rails 2.3.9...
Read MoreNamed Scope Extensions - Calling Method Outside Do Block...
Read Morenamed_scope for sum of column in related table...
Read MoreNamed scopes with inheritance in Rails 3 mapping to wrong table...
Read MoreDynamic `named_scope` depending on certain criterias...
Read MoreHow do I use a named_scope to limit records to those which are not blank?...
Read MoreProblem with dates in Postgresql and Rails...
Read MoreCreating a scope in Rails 3 based on a has_one :through relationship...
Read Moreassociation followed by named scope yields duplicate SQL query...
Read MoreReturning array of objects via named_scope -- has_many...belongs_to association; UNION ALL query...
Read MoreRails - named scope issue (depends on number of children in a many_to_many relationship)...
Read MoreNamed Scope to only search first results of joined table...
Read MoreSorting a Rails database table by a column in an associated model...
Read MoreUsing named scope with find_or_create_by...
Read MoreHow to use a scope in combination with a Model method?...
Read MoreRails 3: filter from assosiated records returned by has_many...
Read MoreRails 3: How to merge queries or scopes for complex query?...
Read MoreFinding all records containing a specific attribute in rails...
Read MoreHow do I filter through an associated resource column using a named_scope?...
Read More