Rails, thin and rack 1.1.0
if you are trying to use thin with a rails app and is getting this:
$ thin start
>> Using rails adapter
Missing the Rails 2.3.5 gem. Please `gem install -v=2.3.5 rails`, update your RAILS_GEM_VERSION setting in config/environment.rb for the Rails version you do have installed, or comment out RAILS_GEM_VERSION to use the latest version installed.
so, all you need to do is uninstall rack 1.1.0. I am using rack 1.0.1 now it’s working very nice.
source: http://osdir.com/ml/RubyonRailsTalk/2010-01/msg01970.html
PS: Could someone, please, show me a theme that no breaks with long lines of code? ¬¬