Well I think I've sortof figured it out if anyone else is having a 
similar problem.

The error was a:
ActionController::RoutingError (No route matches ...

to fix it, I had to edit my .htaccess file.

It seems that in most cases you are supposed to change this line:
   RewriteRule ^(.*)$ dispatch.cgi [QSA,L]
To this line:
   RewriteRule ^(.*)$ dispatch.fcgi [QSA,L]

But when I changed it back, now everything seems to be working fine. 
Since I think I'm supposed to be using the fcgi instead of cgi I need to 
look into it a little more to find out why this is happening.
-- 
Posted via http://www.ruby-forum.com/.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to