search for: 004202

Displaying 2 results from an estimated 2 matches for "004202".

Did you mean: 0.04202
2005 Mar 30
2
Access to Archives
I just joined the list and am trying to look at the archives. The page http://lists.caosity.org/mailman/listinfo/centos has a link to the archives that resolves to http://localhost.localdomain/pipermail/centos/ which of course produces an error "The connection was refused when attempting to contact localhost.localdomain." What am I missing, and how can I review the archives to keep
2007 Nov 02
5
RSpec, RESTful nested routes and :path_prefix
Dear list, In the app we are making we have a rout something like this: map.resources :projects do |projects| projects.resources :pages, :controller =>"Wiki::Pages", :path_prefix => "/projects/:project_id/ wiki", :name_prefix => "project_wiki_" end But I can''t get RSpec(I''m very new to it) to accept this. It keeps throwing errors: