Create an alias like so in your .bash_profile or wherever: alias rss='ruby script/server --port:80'
HTH, -Roy -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Alejandro Mansilla Sent: Wednesday, October 15, 2008 8:19 AM To: [email protected] Subject: [Rails] Re: avoiding "ruby script/server" and eliminating ":3000" 2008/10/15 Delirium tremens <[EMAIL PROTECTED]>: > > Is there a way to avoid having to type ruby script/server to test my > site? U can use Phusion Passenger to run in development instead of Webrick or Mongrel. Using the "RailsEnv" statement pointing to development in the virtual host definition. cheers --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

