For the sake of information (maybe it'll be useful to some of you lurking for information on Rails 3 but following neither the commits or rubyonrails-core mailing list), note that Rails edge does not have a script/* structure anymore. The new way to go is to use the rails command provided as script/rails (the main rails system command eventually aliases to it) and some arguments (generate, server, etc.).
Say, if one wants to launch WEBRick or Mongrel : ruby rails server -- env PRODUCTION -- 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.

