Ruby on Rails Wednesday, February 29, 2012

Joel wrote in post #1049544:
> Hello,
>
> I started a class on RoR, and the instructor is using WEBrick, which
> he says "ships with Rails." Is that still true? I've followed all
> the other instructions, I believe, and I'm not getting good messages
> when I type rails server . Instead I get

Actually, I don't think that's quite accurate. I pretty sure WEBrick get
installed with Ruby.

In any case I don't use WEBRick. My particular preference is Phusion
Passenger. I use the "standalone" for development.

$ gem install passenger
$ cd my_rails_app
$ passenger start

This works great for my needs.

--
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@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

No comments:

Post a Comment