Guest User

Untitled

a guest
Jul 22nd, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. ## Note [plain_text]
  2.  
  3. With current, new Rails 3 app created in a path with spaces, gem bundle fails. This is true regardless of whether or not the git clone of rails is under a path with spaces.
  4.  
  5. Simply moving the new Rails 3 app into a path free of spaces fixes the issue.
  6.  
  7. ## Command Dump
  8.  
  9. > gem bundle
  10. Calculating dependencies...
  11. Cloning git repository at: git://github.com/rails/arel.git
  12. ERROR: While executing gem ... (Errno::ENOENT)
  13. No such file or directory - /Users/nathan/Code/Open Source/maintain/vendor/gems/ruby/1.8/dirs/arel
Add Comment
Please, Sign In to add comment