I cloned your project,configure the database and run the bundle install. All went well, but when I tried to migrate the application I am getting the 'Load Error' message of unable to load the guard the file. The following shows tracing of error.
LoadError: cannot load such file -- guard/guard
/Library/Ruby/Gems/2.0.0/gems/guard-spork-1.5.0/lib/guard/spork.rb:2:in require' /Library/Ruby/Gems/2.0.0/gems/guard-spork-1.5.0/lib/guard/spork.rb:2:in<top (required)>'
/Library/Ruby/Gems/2.0.0/gems/bundler-1.9.3/lib/bundler/runtime.rb:85:in require' /Library/Ruby/Gems/2.0.0/gems/bundler-1.9.3/lib/bundler/runtime.rb:85:inrescue in block in require'
/Library/Ruby/Gems/2.0.0/gems/bundler-1.9.3/lib/bundler/runtime.rb:68:in block in require' /Library/Ruby/Gems/2.0.0/gems/bundler-1.9.3/lib/bundler/runtime.rb:61:ineach'
/Library/Ruby/Gems/2.0.0/gems/bundler-1.9.3/lib/bundler/runtime.rb:61:in require' /Library/Ruby/Gems/2.0.0/gems/bundler-1.9.3/lib/bundler.rb:134:inrequire'
/Users/hemashree/workspace/fat-code-refactoring-techniques/config/application.rb:11:in <top (required)>' /Users/hemashree/workspace/fat-code-refactoring-techniques/Rakefile:4:inrequire'
/Users/hemashree/workspace/fat-code-refactoring-techniques/Rakefile:4:in `<top (required)>'
(See full trace by running task with --trace)
and I tried to run the command 'guard' in the console, for that I am getting this...
13:04:20 - ERROR - Could not load 'guard/spork' or find class Guard::Spork
13:04:20 - ERROR - Error is: cannot load such file -- guard/guard
13:04:20 - ERROR - /Library/Ruby/Gems/2.0.0/gems/guard-spork-1.5.0/lib/guard/spork.rb:2:in `require'
Hi Justin,
I cloned your project,configure the database and run the bundle install. All went well, but when I tried to migrate the application I am getting the 'Load Error' message of unable to load the guard the file. The following shows tracing of error.
LoadError: cannot load such file -- guard/guard /Library/Ruby/Gems/2.0.0/gems/guard-spork-1.5.0/lib/guard/spork.rb:2:in
require' /Library/Ruby/Gems/2.0.0/gems/guard-spork-1.5.0/lib/guard/spork.rb:2:in
<top (required)>' /Library/Ruby/Gems/2.0.0/gems/bundler-1.9.3/lib/bundler/runtime.rb:85:inrequire' /Library/Ruby/Gems/2.0.0/gems/bundler-1.9.3/lib/bundler/runtime.rb:85:in
rescue in block in require' /Library/Ruby/Gems/2.0.0/gems/bundler-1.9.3/lib/bundler/runtime.rb:68:inblock in require' /Library/Ruby/Gems/2.0.0/gems/bundler-1.9.3/lib/bundler/runtime.rb:61:in
each' /Library/Ruby/Gems/2.0.0/gems/bundler-1.9.3/lib/bundler/runtime.rb:61:inrequire' /Library/Ruby/Gems/2.0.0/gems/bundler-1.9.3/lib/bundler.rb:134:in
require' /Users/hemashree/workspace/fat-code-refactoring-techniques/config/application.rb:11:in<top (required)>' /Users/hemashree/workspace/fat-code-refactoring-techniques/Rakefile:4:in
require' /Users/hemashree/workspace/fat-code-refactoring-techniques/Rakefile:4:in `<top (required)>' (See full trace by running task with --trace)and I tried to run the command 'guard' in the console, for that I am getting this...
13:04:20 - ERROR - Could not load 'guard/spork' or find class Guard::Spork 13:04:20 - ERROR - Error is: cannot load such file -- guard/guard 13:04:20 - ERROR - /Library/Ruby/Gems/2.0.0/gems/guard-spork-1.5.0/lib/guard/spork.rb:2:in `require'