This project is archived and is in readonly mode.
WEBrick used with "rails s" even though Thin installed and in Gemfile
Reported by Trevor Turk | June 12th, 2010 @ 08:24 PM | in 3.0.2
I can't seem to avoid using WEBrick when using "rails s" or "rails server" - even though I have the thin gem installed, in my Gemfile, and have run "bundle install" - what am I doing wrong?
Comments and changes to this ticket
-
José Valim June 22nd, 2010 @ 04:21 PM
Is this still an issue? Executing
rails server thin
also fails? -
Trevor Turk June 22nd, 2010 @ 04:33 PM
Ah ha - I see now that
rails server thin
works, but I don't see this behavior documented in therails server --help
message. Would you accept a patch to add information about that? -
Trevor Turk June 22nd, 2010 @ 05:46 PM
I didn't want to chance breaking anything, so I just made a very small commit here:
http://github.com/trevorturk/rails/commit/3959af58b1eaeb5af47be8a64...
Hopefully this is good enough for now, or maybe you have a better idea... ;)
Thank you!
-
Repository June 22nd, 2010 @ 08:53 PM
- State changed from new to resolved
(from [64987d6711747495cb874aa0f5ab827ca01b4009]) Note that 'rails server' allows specifying mongrel, thin, etc [#4845 state:resolved]
Signed-off-by: José Valim jose.valim@gmail.com
http://github.com/rails/rails/commit/64987d6711747495cb874aa0f5ab82...
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
<h2 style="font-size: 14px">Tickets have moved to Github</h2>
The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>
People watching this ticket
Referenced by
- 4845 WEBrick used with "rails s" even though Thin installed and in Gemfile (from [64987d6711747495cb874aa0f5ab827ca01b4009]) Note th...