Displaying 3 results from an estimated 3 matches for "railsact".
Did you mean:
railsapp
2007 Jun 03
6
mongrel cluster w/ apache
...he instructions and code from the agile rails book
and everything seems to be working fine but apache isn''t forwarding my
requests to mongrel the way i expect it should. there''s nothing in the
rewrite logs and nothing but 404 errors in the apache error logs.
http://127.0.0.1:8000/railsaction/railsmethod
...loads up my app in mongrel so all is fine there. i''m thinking
apache should have no problem when i browse to:
http://elsewhere.thealarmlights.net:555/railsaction/railsmethod
i get 404 errors...
is there some special incantation necessary to make this work?
the releva...
2007 Jun 03
3
mongrel cluster w/ apache
...he instructions and code from the agile rails book
and everything seems to be working fine but apache isn''t forwarding my
requests to mongrel the way i expect it should. there''s nothing in the
rewrite logs and nothing but 404 errors in the apache error logs.
http://127.0.0.1:8000/railsaction/railsmethod
...loads up my app in mongrel so all is fine there. i''m thinking
apache should have no problem when i browse to:
http://elsewhere.thealarmlights.net:555/railsaction/railsmethod
i get 404 errors...
is there some special incantation necessary to make this work?
the releva...
2006 Apr 27
0
rails prettyurl''s
.../somepage.php
the code in the somepage.php file will use curl (remote http call) to
load the rails application into its layout. now the problem is that all
the urls (links, forms) generated by the rails application will leave
somepage.php and point to something like
www.someweb.com/railscontroller/railsaction/id/
what i tried to do was to tell rails to just use GET params for the
controller/action/id instead of the directory structure. after failing
for a while now, i played around with routes.rb and also looked into
the .htaccess file, i hope that i can get some help here.
interesting is that when...