Chris Cooke
1 post(s)
|
Hi,
I have tried installing TuneUp by running: $ sudo gem install fiveruns_tuneup
and then setting the config inside the initializer in environment.rb: config.gem ‘fiveruns_tuneup’
When I try and render a page, it renders but there is no TuneUp bar and there is the following exception in the logs:
Rendering tuneup/sandbox
Errno::ENOENT (No such file or directory – /Users/cc/src/upgrade_to_rails_two_point_oh/app/views/tuneup/sandbox.rhtml): /opt/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_view/template.rb:39:in `read’ /opt/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_view/template.rb:39:in `source’ .....
Any ideas what I am missing or what should I do to get this installed?
Regards,
Chris
|