On Thu, Jun 2, 2011 at 8:47 AM, Sta Canovist <[email protected]> wrote:
> SO most of you reccomend passenger. > In both case the same problem. Both say > ERROR: Error installing passenger: > ERROR: Failed to build gem native extension. Probably trivial to fix -- do you have all the XCode developer stuff on your system(s)? In any case... > Well, Im so tired of all this, so I want wait before trying to > understand whats going on. I only want one thing. Only one. I wanna > see that damned upp running on my local machine. > So, what about running the ruby server? Fine. So I run the command > gem server `gem server` is strictly for viewing gem documentation, not running apps. Assuming a Rails 2.x app, running `script/server` in the root of your application will start the built-in Webrick server. HTH, -- Hassan Schroeder ------------------------ [email protected] http://about.me/hassanschroeder twitter: @hassan -- 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.

