Skip to content

Instantly share code, notes, and snippets.

@adhusson
Created June 5, 2010 16:32
Show Gist options
  • Save adhusson/426752 to your computer and use it in GitHub Desktop.
Save adhusson/426752 to your computer and use it in GitHub Desktop.
$ thin start
>> Using rack adapter
/home/hp/wa/config.ru:6:in `require': no such file to load -- application.rb (LoadError)
from /home/hp/wa/config.ru:6:in `block in <main>'
from /home/hp/.rvm/gems/ruby-1.9.2-head/gems/rack-1.1.0/lib/rack/builder.rb:46:in `instance_eval'
from /home/hp/.rvm/gems/ruby-1.9.2-head/gems/rack-1.1.0/lib/rack/builder.rb:46:in `initialize'
from /home/hp/wa/config.ru:1:in `new'
from /home/hp/wa/config.ru:1:in `<main>'
from /home/hp/.rvm/gems/ruby-1.9.2-head/gems/thin-1.2.7/lib/rack/adapter/loader.rb:36:in `eval'
from /home/hp/.rvm/gems/ruby-1.9.2-head/gems/thin-1.2.7/lib/rack/adapter/loader.rb:36:in `load'
from /home/hp/.rvm/gems/ruby-1.9.2-head/gems/thin-1.2.7/lib/rack/adapter/loader.rb:45:in `for'
from /home/hp/.rvm/gems/ruby-1.9.2-head/gems/thin-1.2.7/lib/thin/controllers/controller.rb:163:in `load_adapter'
from /home/hp/.rvm/gems/ruby-1.9.2-head/gems/thin-1.2.7/lib/thin/controllers/controller.rb:67:in `start'
from /home/hp/.rvm/gems/ruby-1.9.2-head/gems/thin-1.2.7/lib/thin/runner.rb:177:in `run_command'
from /home/hp/.rvm/gems/ruby-1.9.2-head/gems/thin-1.2.7/lib/thin/runner.rb:143:in `run!'
from /home/hp/.rvm/gems/ruby-1.9.2-head/gems/thin-1.2.7/bin/thin:6:in `<top (required)>'
from /home/hp/.rvm/gems/ruby-1.9.2-head/bin/thin:19:in `load'
from /home/hp/.rvm/gems/ruby-1.9.2-head/bin/thin:19:in `<main>'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment