Displaying 3 results from an estimated 3 matches for "carelli".
Did you mean:
marelli
2006 Aug 03
5
Cannot find gem for Rails error from dispatch.cgi
Hi All,
I''m developing a Rails app with Rails v1.1.4, but when I upload it to
Dreamhost and try to serve it with dispatch.cgi, I get the error "Cannot find
gem for Rails =1.1.4". However, I have installed the 1.1.4 gem in my home
directory and set GEM_PATH to look there; additionally, rake throws no errors
and "rails -v" displays "Rails 1.1.4". Any
2006 Aug 15
3
OT: Reliable service partners (mail, billing)
Hi,
I figure that a lot of you are building webapps aimed for the global
market, so I''m hoping that you''d like to share some experience.
* Anyone know a good vendor for hosting POP3 mails with virtual subdomains?
* Anyone know a good vendor for recurrent customer billing and credit
card validation etc.?
Thanks
Morten
2007 Dec 13
4
please explain find_with_ferret, retrieve_records, :include and :conditions
Hello, I''m using find_with_ferret to search multiple models and it
works great. The trouble is I need to filter the results
using :include and :conditions.
I get two errors depending on the syntax I use in the search. Reading
the source, I see the retrieve_records method seems to filter
the :include and :conditions so that they only apply to the relevant
model when searching