Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Ruby

problem with rails on the vm

I went through and installed the treehouse vm on my local machine. I'm now having exactly the same problems on the vm as I am on my local install. I've installed devise, bootstrap, nifty_generators, and simple form. Now I can't even start the rails server without the following hideous error:

Volume in drive C is osgaldorbookC Volume Serial Number is B892-9AD0

Directory of C:\Users\Osgaldor\treehouse-vm\treehouse\testapp\app

03/19/2014 02:53 AM <DIR> . 03/19/2014 02:53 AM <DIR> .. 03/19/2014 02:53 AM <DIR> assets 03/19/2014 03:09 AM <DIR> controllers 03/19/2014 03:09 AM <DIR> helpers 03/19/2014 02:53 AM <DIR> mailers 03/19/2014 03:09 AM <DIR> models 03/19/2014 03:09 AM <DIR> views 0 File(s) 0 bytes 8 Dir(s) 231,020,728,320 bytes free

C:\Users\Osgaldor\treehouse-vm\treehouse\testapp\app ? rs => Booting WEBrick => Rails 4.0.3 application starting in development on http://0.0.0.0:3000 => Run rails server -h for more startup options => Ctrl-C to shutdown server Exiting C:/Ruby200/lib/ruby/gems/2.0.0/gems/actionpack-4.0.3/lib/action_dispatch/routing/mapper.rb:191:in normalize_conditions!': You should not use thematchmethod in your router without specifying an HTTP method. (RuntimeError) If you want to expose your action to both GET and POST, addvia: [:get, :post]option. If you want to expose your action to GET, usegetin the router: Instead of: match "controller#action" Do: get "controller#action" from C:/Ruby200/lib/ruby/gems/2.0.0/gems/actionpack-4.0.3/lib/action_dispatch/routing/mapper.rb:67:ininitialize' from C:/Ruby200/lib/ruby/gems/2.0.0/gems/actionpack-4.0.3/lib/action_dispatch/routing/mapper.rb:1443:in new' from C:/Ruby200/lib/ruby/gems/2.0.0/gems/actionpack-4.0.3/lib/action_dispatch/routing/mapper.rb:1443:inadd_route' from C:/Ruby200/lib/ruby/gems/2.0.0/gems/actionpack-4.0.3/lib/action_dispatch/routing/mapper.rb:1422:in decomposed_match' from C:/Ruby200/lib/ruby/gems/2.0.0/gems/actionpack-4.0.3/lib/action_dispatch/routing/mapper.rb:1403:inblock in match' from C:/Ruby200/lib/ruby/gems/2.0.0/gems/actionpack-4.0.3/lib/action_dispatch/routing/mapper.rb:1394:in each' from C:/Ruby200/lib/ruby/gems/2.0.0/gems/actionpack-4.0.3/lib/action_dispatch/routing/mapper.rb:1394:inmatch' from C:/Users/Osgaldor/treehouse-vm/treehouse/testapp/config/routes.rb:2:in block in <top (required)>' from C:/Ruby200/lib/ruby/gems/2.0.0/gems/actionpack-4.0.3/lib/action_dispatch/routing/route_set.rb:341:ininstance_exec' from C:/Ruby200/lib/ruby/gems/2.0.0/gems/actionpack-4.0.3/lib/action_dispatch/routing/route_set.rb:341:in eval_block' from C:/Ruby200/lib/ruby/gems/2.0.0/gems/actionpack-4.0.3/lib/action_dispatch/routing/route_set.rb:319:indraw' from C:/Users/Osgaldor/treehouse-vm/treehouse/testapp/config/routes.rb:1:in <top (required)>' from C:/Ruby200/lib/ruby/gems/2.0.0/gems/activesupport-4.0.3/lib/active_support/dependencies.rb:223:inload' from C:/Ruby200/lib/ruby/gems/2.0.0/gems/activesupport-4.0.3/lib/active_support/dependencies.rb:223:in block in load' from C:/Ruby200/lib/ruby/gems/2.0.0/gems/activesupport-4.0.3/lib/active_support/dependencies.rb:214:inload_dependency' from C:/Ruby200/lib/ruby/gems/2.0.0/gems/activesupport-4.0.3/lib/active_support/dependencies.rb:223:in load' from C:/Ruby200/lib/ruby/gems/2.0.0/gems/railties-4.0.3/lib/rails/application/routes_reloader.rb:40:inblock in load_paths' from C:/Ruby200/lib/ruby/gems/2.0.0/gems/railties-4.0.3/lib/rails/application/routes_reloader.rb:40:in each' from C:/Ruby200/lib/ruby/gems/2.0.0/gems/railties-4.0.3/lib/rails/application/routes_reloader.rb:40:inload_paths' from C:/Ruby200/lib/ruby/gems/2.0.0/gems/railties-4.0.3/lib/rails/application/routes_reloader.rb:16:in reload!' from C:/Ruby200/lib/ruby/gems/2.0.0/gems/railties-4.0.3/lib/rails/application/routes_reloader.rb:26:inblock in updater' from C:/Ruby200/lib/ruby/gems/2.0.0/gems/activesupport-4.0.3/lib/active_support/file_update_checker.rb:75:in call' from C:/Ruby200/lib/ruby/gems/2.0.0/gems/activesupport-4.0.3/lib/active_support/file_update_checker.rb:75:inexecute' from C:/Ruby200/lib/ruby/gems/2.0.0/gems/railties-4.0.3/lib/rails/application/routes_reloader.rb:27:in updater' from C:131071:inexecute_if_updated' from C:/Ruby200/lib/ruby/gems/2.0.0/gems/railties-4.0.3/lib/rails/application/finisher.rb:69:in block in <module:Finisher>' from C:/Ruby200/lib/ruby/gems/2.0.0/gems/railties-4.0.3/lib/rails/initializable.rb:30:ininstance_exec' from C:/Ruby200/lib/ruby/gems/2.0.0/gems/railties-4.0.3/lib/rails/initializable.rb:30:in run' from C:/Ruby200/lib/ruby/gems/2.0.0/gems/railties-4.0.3/lib/rails/initializable.rb:55:inblock in run_initializers' from C:/Ruby200/lib/ruby/2.0.0/tsort.rb:150:in block in tsort_each' from C:/Ruby200/lib/ruby/2.0.0/tsort.rb:183:inblock (2 levels) in each_strongly_connected_component' from C:/Ruby200/lib/ruby/2.0.0/tsort.rb:219:in each_strongly_connected_component_from' from C:/Ruby200/lib/ruby/2.0.0/tsort.rb:182:inblock in each_strongly_connected_component' from C:/Ruby200/lib/ruby/2.0.0/tsort.rb:180:in each' from C:/Ruby200/lib/ruby/2.0.0/tsort.rb:180:ineach_strongly_connected_component' from C:/Ruby200/lib/ruby/2.0.0/tsort.rb:148:in tsort_each' from C:/Ruby200/lib/ruby/gems/2.0.0/gems/railties-4.0.3/lib/rails/initializable.rb:54:inrun_initializers' from C:/Ruby200/lib/ruby/gems/2.0.0/gems/railties-4.0.3/lib/rails/application.rb:215:in initialize!' from C:/Ruby200/lib/ruby/gems/2.0.0/gems/railties-4.0.3/lib/rails/railtie/configurable.rb:30:inmethod_missing' from C:/Users/Osgaldor/treehouse-vm/treehouse/testapp/config/environment.rb:5:in <top (required)>' from C:/Ruby200/lib/ruby/gems/2.0.0/gems/activesupport-4.0.3/lib/active_support/dependencies.rb:229:inrequire' from C:/Ruby200/lib/ruby/gems/2.0.0/gems/activesupport-4.0.3/lib/active_support/dependencies.rb:229:in block in require' from C:/Ruby200/lib/ruby/gems/2.0.0/gems/activesupport-4.0.3/lib/active_support/dependencies.rb:214:inload_dependency' from C:/Ruby200/lib/ruby/gems/2.0.0/gems/activesupport-4.0.3/lib/active_support/dependencies.rb:229:in require' from C:/Users/Osgaldor/treehouse-vm/treehouse/testapp/config.ru:3:inblock in <main>' from C:/Ruby200/lib/ruby/gems/2.0.0/gems/rack-1.5.2/lib/rack/builder.rb:55:in instance_eval' from C:/Ruby200/lib/ruby/gems/2.0.0/gems/rack-1.5.2/lib/rack/builder.rb:55:ininitialize' from C:/Users/Osgaldor/treehouse-vm/treehouse/testapp/config.ru:in new' from C:/Users/Osgaldor/treehouse-vm/treehouse/testapp/config.ru:in<main>' from C:/Ruby200/lib/ruby/gems/2.0.0/gems/rack-1.5.2/lib/rack/builder.rb:49:in eval' from C:/Ruby200/lib/ruby/gems/2.0.0/gems/rack-1.5.2/lib/rack/builder.rb:49:innew_from_string' from C:/Ruby200/lib/ruby/gems/2.0.0/gems/rack-1.5.2/lib/rack/builder.rb:40:in parse_file' from C:/Ruby200/lib/ruby/gems/2.0.0/gems/rack-1.5.2/lib/rack/server.rb:277:inbuild_app_and_options_from_config' from C:/Ruby200/lib/ruby/gems/2.0.0/gems/rack-1.5.2/lib/rack/server.rb:199:in app' from C:/Ruby200/lib/ruby/gems/2.0.0/gems/railties-4.0.3/lib/rails/commands/server.rb:48:inapp' from C:/Ruby200/lib/ruby/gems/2.0.0/gems/rack-1.5.2/lib/rack/server.rb:314:in wrapped_app' from C:/Ruby200/lib/ruby/gems/2.0.0/gems/railties-4.0.3/lib/rails/commands/server.rb:75:instart' from C:/Ruby200/lib/ruby/gems/2.0.0/gems/railties-4.0.3/lib/rails/commands.rb:76:in block in <top (required)>' from C:/Ruby200/lib/ruby/gems/2.0.0/gems/railties-4.0.3/lib/rails/commands.rb:71:intap' from C:/Ruby200/lib/ruby/gems/2.0.0/gems/railties-4.0.3/lib/rails/commands.rb:71:in <top (required)>' from bin/rails:4:inrequire' from bin/rails:4:in `<main>'

C:\Users\Osgaldor\treehouse-vm\treehouse\testapp\app ?

I'm using cmder, vagrant, and virtualbox.

8 Answers

Jason Seifer
STAFF
Jason Seifer
Treehouse Guest Teacher

Hey Osgaldor Storm I think Dino Paškvan is correct -- try ssh'ing in to the vm or else you're still running everything locally.

I might be misunderstanding the situation, but why are you executing Rails from Windows when you have a virtual machine? You should be running commands from inside of the machine: first vagrant up to get it running, then vagrant ssh to connect to the machine, and then you can run your Rails app inside the machine.

I finally got into the vm, but when I created the new rails app, it does not appear in the projects directory on my local machine. i can't find that app anywhere on my local machine to edit files in Sublime..

Jason Seifer
STAFF
Jason Seifer
Treehouse Guest Teacher

Osgaldor Storm where did you place the treehouse-vm.zip file and extract it? It should be there in the "projects" directory.

I extracted it to my User directory, as you did in the video. But when I ssh'ed into the vm and ran "rails new" it generated the app and I could see all the files were created, but there was nothing in my projects directory. I was looking to the gemfile to add some stuff to and it doesn't exist anywhere on my local machine. I generated a scaffold for the User, and was able to start the rails server and access it in my browser, but there is still nothing in my projects directory.

Jason Seifer
STAFF
Jason Seifer
Treehouse Guest Teacher

Did you type "cd projects" in the vm before you rain "rails new"?

No, Jason, I didn't do that, I didn't realize I had to do that. When I cd into projects, it won't let me command the dir or ls, here's the output of my trying to create a new app in the projercts dir.

Osgaldor@OSGALDORBOOK ~/treehouse/treehouse/cmder/cmder/vendor/conemu-maximus5 $ vagrant ssh Welcome to Ubuntu 12.04.3 LTS (GNU/Linux 3.8.0-33-generic i686)

*** System restart required *** Welcome to the Treehouse VM! For help, please see the forum at:

http://teamtreehouse.com/forum

Last login: Mon Mar 24 23:48:09 2014 from 10.0.2.2 treehouse:~ $ dir ls: cannot access projects: No such file or directory total 80K drwxr-xr-x 12 treehouse treehouse 4.0K Mar 24 22:51 ./ drwxr-xr-x 4 treehouse treehouse 4.0K Nov 7 10:28 ../ drwx------ 2 treehouse treehouse 4.0K Nov 7 11:03 .aptitude/ -rw------- 1 treehouse treehouse 760 Mar 25 00:21 .bash_history -rw-r--r-- 1 treehouse treehouse 220 Nov 7 10:32 .bash_logout -rw-r--r-- 1 treehouse treehouse 231 Nov 7 10:32 .bash_profile -rw-r--r-- 1 treehouse treehouse 3.5K Nov 7 10:32 .bashrc drwxrwxr-x 3 treehouse treehouse 4.0K Nov 7 10:35 .bundler/ drwx------ 2 treehouse treehouse 4.0K Nov 7 10:31 .cache/ drwxr-xr-x 4 treehouse treehouse 4.0K Nov 7 10:43 .gem/ -rw-r--r-- 1 treehouse treehouse 23 Nov 7 10:32 .gemrc -rw-r--r-- 1 treehouse treehouse 675 Nov 7 10:32 .profile d????????? ? ? ? ? ? projects/ -rw------- 1 treehouse treehouse 28 Nov 7 13:44 .psql_history drwxr-xr-x 10 treehouse treehouse 4.0K Nov 13 15:23 .rbenv/ drwx------ 2 treehouse treehouse 4.0K Nov 7 10:32 .ssh/ drwxrwxr-x 3 treehouse treehouse 4.0K Nov 25 14:50 .subversion/ -rw-r--r-- 1 treehouse treehouse 0 Nov 7 10:32 .sudo_as_admin_successful drwxrwxr-x 12 treehouse treehouse 4.0K Mar 24 22:52 testforum/ drwxrwxr-x 2 treehouse treehouse 4.0K Nov 26 15:30 tmp/ -rw------- 1 treehouse treehouse 6.5K Nov 26 15:29 .viminfo treehouse:~ $ cd projects treehouse:~/projects $ dir ls: cannot open directory .: Operation not permitted treehouse:~/projects $ rails new pracapp create /home/treehouse/.rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/fileutils.rb:245:in mkdir': File exists - /home/treehouse/projects (Errno::EEXIST) from /home/treehouse/.rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/fileutils.rb:245:infu_mkdir' from /home/treehouse/.rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/fileutils.rb:219:in block (2 levels) in mkdir_p' from /home/treehouse/.rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/fileutils.rb:217:inreverse_each' from /home/treehouse/.rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/fileutils.rb:217:in block in mkdir_p' from /home/treehouse/.rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/fileutils.rb:203:ineach' from /home/treehouse/.rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/fileutils.rb:203:in mkdir_p' from /home/treehouse/.rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/thor-0.19.1/lib/thor/actions/empty_directory.rb:50:inblock in invoke!' from /home/treehouse/.rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/thor-0.19.1/lib/thor/actions/empty_directory.rb:116:in call' from /home/treehouse/.rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/thor-0.19.1/lib/thor/actions/empty_directory.rb:116:ininvoke_with_conflict_check' from /home/treehouse/.rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/thor-0.19.1/lib/thor/actions/empty_directory.rb:49:in invoke!' from /home/treehouse/.rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/thor-0.19.1/lib/thor/actions.rb:94:inaction' from /home/treehouse/.rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/thor-0.19.1/lib/thor/actions/empty_directory.rb:14:in empty_directory' from /home/treehouse/.rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/railties-4.0.1/lib/rails/generators/app_base.rb:95:increate_root' from (eval):1:in create_root' from /home/treehouse/.rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/thor-0.19.1/lib/thor/command.rb:27:inrun' from /home/treehouse/.rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/thor-0.19.1/lib/thor/invocation.rb:126:in invoke_command' from /home/treehouse/.rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/thor-0.19.1/lib/thor/invocation.rb:133:inblock in invoke_all' from /home/treehouse/.rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/thor-0.19.1/lib/thor/invocation.rb:133:in each' from /home/treehouse/.rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/thor-0.19.1/lib/thor/invocation.rb:133:inmap' from /home/treehouse/.rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/thor-0.19.1/lib/thor/invocation.rb:133:in invoke_all' from /home/treehouse/.rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/thor-0.19.1/lib/thor/group.rb:232:indispatch' from /home/treehouse/.rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/thor-0.19.1/lib/thor/base.rb:440:in start' from /home/treehouse/.rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/railties-4.0.1/lib/rails/commands/application.rb:43:in<top (required)>' from /home/treehouse/.rbenv/versions/2.0.0-p353/lib/ruby/site_ruby/2.0.0/rubygems/core_ext/kernel_require.rb:73:in require' from /home/treehouse/.rbenv/versions/2.0.0-p353/lib/ruby/site_ruby/2.0.0/rubygems/core_ext/kernel_require.rb:73:inrequire' from /home/treehouse/.rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/railties-4.0.1/lib/rails/cli.rb:15:in <top (required)>' from /home/treehouse/.rbenv/versions/2.0.0-p353/lib/ruby/site_ruby/2.0.0/rubygems/core_ext/kernel_require.rb:73:inrequire' from /home/treehouse/.rbenv/versions/2.0.0-p353/lib/ruby/site_ruby/2.0.0/rubygems/core_ext/kernel_require.rb:73:in require' from /home/treehouse/.rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/railties-4.0.1/bin/rails:9:in<top (required)>' from /home/treehouse/.rbenv/versions/2.0.0-p353/bin/rails:23:in load' from /home/treehouse/.rbenv/versions/2.0.0-p353/bin/rails:23:in<main>' treehouse:~/projects $

I can't create a new app in the projects dir.

treehouse:~/projects $ rails new blog
create
/home/treehouse/.rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/fileutils.rb:245:in mkdir': File exists - /home/treehouse/projects (Errno::EEXIST) from /home/treehouse/.rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/fileutils.rb:245:infu_mkdir'
from /home/treehouse/.rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/fileutils.rb:219:in block (2 levels) in mkdir_p' from /home/treehouse/.rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/fileutils.rb:217:inreverse_each'
from /home/treehouse/.rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/fileutils.rb:217:in block in mkdir_p' from /home/treehouse/.rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/fileutils.rb:203:ineach'
from /home/treehouse/.rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/fileutils.rb:203:in mkdir_p' from /home/treehouse/.rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/thor-0.19.1/lib/thor/actions/empty_directory.rb:50:inblock in invoke!'
from /home/treehouse/.rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/thor-0.19.1/lib/thor/actions/empty_directory.rb:116:in call' from /home/treehouse/.rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/thor-0.19.1/lib/thor/actions/empty_directory.rb:116:ininvoke_with_conflict_check'
from /home/treehouse/.rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/thor-0.19.1/lib/thor/actions/empty_directory.rb:49:in invoke!' from /home/treehouse/.rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/thor-0.19.1/lib/thor/actions.rb:94:inaction'
from /home/treehouse/.rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/thor-0.19.1/lib/thor/actions/empty_directory.rb:14:in empty_directory' from /home/treehouse/.rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/railties-4.0.1/lib/rails/generators/app_base.rb:95:increate_root'
from (eval):1:in create_root' from /home/treehouse/.rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/thor-0.19.1/lib/thor/command.rb:27:inrun'
from /home/treehouse/.rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/thor-0.19.1/lib/thor/invocation.rb:126:in invoke_command' from /home/treehouse/.rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/thor-0.19.1/lib/thor/invocation.rb:133:inblock in invoke_all'
from /home/treehouse/.rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/thor-0.19.1/lib/thor/invocation.rb:133:in each' from /home/treehouse/.rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/thor-0.19.1/lib/thor/invocation.rb:133:inmap'
from /home/treehouse/.rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/thor-0.19.1/lib/thor/invocation.rb:133:in invoke_all' from /home/treehouse/.rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/thor-0.19.1/lib/thor/group.rb:232:indispatch'
from /home/treehouse/.rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/thor-0.19.1/lib/thor/base.rb:440:in start' from /home/treehouse/.rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/railties-4.0.1/lib/rails/commands/application.rb:43:in<top (required)>'
from /home/treehouse/.rbenv/versions/2.0.0-p353/lib/ruby/site_ruby/2.0.0/rubygems/core_ext/kernel_require.rb:73:in require' from /home/treehouse/.rbenv/versions/2.0.0-p353/lib/ruby/site_ruby/2.0.0/rubygems/core_ext/kernel_require.rb:73:inrequire'
from /home/treehouse/.rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/railties-4.0.1/lib/rails/cli.rb:15:in <top (required)>' from /home/treehouse/.rbenv/versions/2.0.0-p353/lib/ruby/site_ruby/2.0.0/rubygems/core_ext/kernel_require.rb:73:inrequire'
from /home/treehouse/.rbenv/versions/2.0.0-p353/lib/ruby/site_ruby/2.0.0/rubygems/core_ext/kernel_require.rb:73:in require' from /home/treehouse/.rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/railties-4.0.1/bin/rails:9:in<top (required)>'
from /home/treehouse/.rbenv/versions/2.0.0-p353/bin/rails:23:in load' from /home/treehouse/.rbenv/versions/2.0.0-p353/bin/rails:23:in<main>'
treehouse:~/projects $