NameError (uninitialized constant Rack::MiniProfiler): in master branch
Created by: evensky
On walking the commits using the development-vm I've run into the above error on applying 7dd27681 "Rack mini profiler for dev env". Before this commit, everything works.
I have updated the ubuntu distro, and after doing the git checkout to the above commit did: bundle update bundle exec rake db:migrate RAILS_ENV=development bundle exec rake gitlab:app:status RAILS_ENV=development bundle exec rake environment resque:work QUEUE=post_receive,mailer,system_hook VVERBOSE=1 PIDFILE=tmp/pids/resque_worker.pid RAILS_ENV=development BACKGROUND=yes bundle exec rails s -p 9999
Thanks