Displaying 4 results from an estimated 4 matches for "namedscopes".
Did you mean:
named_scopes
2012 Oct 08
7
puppet 3.0 and passenger
I need a pointer in the right direction...
Is there a document for migrating puppet/passenger to 3.0?
--
Peter L. Berghold Salty.Cowdawg@gmail.com
http://blog.berghold.net
“"Don''t wait until everything is just right. It will never be perfect.
There will always be challenges, obstacles and less than perfect
conditions. So what. Get started now. With each
2010 Jun 24
0
Using searchlogic with acts_as_taggable_on
...s_as_taggable
has_many :items
end
class Item < ActiveRecord::Base
acts_as_taggable
belongs_to :merchant
end
This works
>> Merchant.tagged_with(''Tag 1'')
but this doesn''t
>> Merchant.tagged_with_or_name_like(''Tag 1'')
Searchlogic::NamedScopes::OrConditions::UnknownConditionError: The
condition ''tagged_with'' is not a valid condition, we could not find
any scopes that match this.
Can anybody help me with this ?
Thanks
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Ta...
2009 May 12
4
has_many :through and scopes: how to mutate the set of associated objects?
I have a model layer containing Movie, Person, Role, and RoleType,
making it possible to express facts such as "Clint Easterbunny is
director of the movie Gran Milano".
The relevant model and associations look like this
class Movie < ActiveRecord::Base
has_many :roles, :include => :role_type, :dependent => :destroy
has_many :participants, :through => :roles, :source
2010 Oct 30
12
Anyone successfully ran JRuby 1.5.3, Rails 3, Tomcat6
Hi,
I''ve been trying to get JRuby 1.5.3 with Rails 3 to run on the Tomcat6
server with little success.
Has anyone been able to do this? If so, what issues did you have to
overcome to get this to work?
Also, is this a combination that you would recommend for a production
site, or is it all too new and untested?
The latest issue I''m stuck on right now is with the mysql-connector-