Adam Groves wrote:> I''ve got a form that submits to :controller =>
''files'', :action =>
> ''upload''. I want to have this action running on a
different port to port
> 80. How can I do this in Rails?
>
> For some background information, I''m using nginx proxying to a
mongrel
> cluster and I need to pass this request onto a mongrel server to get
> upload progress information. At least, I think I do :)
>
> Any help would be much appreciated.
>
> Regards
>
> Adam
Try:
:port => 1234, :controller => ''files'', :action =>
''upload''
I am pretty sure it really is that simple.
--
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
rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---