-
Notifications
You must be signed in to change notification settings - Fork 244
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
a issue using thin with toto #134
Comments
Have you installed toto using gem? |
hi. gem install unicornunicorn --port 23456 |
Hi, I have the same issue with toto on Debian Wheezy. What I did was:
|
I had the same issue on Mavericks on a Mac, had to use Puma instead, there was not way to launch the app with Thin because it kept looking for the Toto gem in the System's defalt ruby path where it was't installed. My config.ru file looks like this:
I also changed the project to use Bundler with a Gemfile. |
hi.pls see below.how to fix the issue?
as3:
# cd toto-blog/toto-blog# lsas3:
articles config.ru public Rakefile README templates
as3:~/toto-blog# thin start -R config.ru
config.ru:2:in
require': no such file to load -- toto (LoadError) from config.ru:2 from /usr/lib/ruby/1.8/rack/builder.rb:46:in
instance_eval'from /usr/lib/ruby/1.8/rack/builder.rb:46:in
initialize' from config.ru:1:in
new'from config.ru:1
The text was updated successfully, but these errors were encountered: