Displaying 3 results from an estimated 3 matches for "article_comments".
Did you mean:
article_comment
2005 Sep 08
2
PHP issue on Centos
Hello all,
I'm trying to configure a web development & content management
application called siteseed under centos 4.1
My centos install is a minimal with httpd, mysql php added via yum.
Problem: PHP complains with errors that look like :
10.192.129.12] PHP Notice: Undefined variable: article_comment in
/var/www/html/siteseed/index.php on line 112 [client
2006 Dec 07
5
Search Multiple Models
Hello folks,
I have four models, each with their own separate index.
Models = Articles, Blogs, MusicTracks, and MediaFiles
I have individual searches within each section of the site working just
fine, but I want to have a gloabl search that searches across all of
them at the same time and returns the results ordered by score.
Here''s how far I am now...
def search
query =
2010 Feb 16
0
Strange routing(?) Issue
...ot;}
PUT /
comments/:id(.:format)
{:action=>"update", :controller=>"comments"}
DELETE /
comments/:id(.:format)
{:action=>"destroy", :controller=>"comments"}
article_comments GET /articles/:article_id/
comments(.:format)
{:action=>"index", :controller=>"comments"}
POST /articles/:article_id/
comments(.:format)
{:action=>"create", :controller=>"comments"}
new_articl...