Oct 15
You may find yourself needing to test something with a specific version of thin, for whatever reason. If you need start up thin with a specific version of gem you have installed this is how you do it:
<pre>thin _1.2.4_ -R config.ru -p 3001 start</pre>
The first argument represents the gem version prefixed and post-fixed with “_”.
Enjoy.
