I don't know why but now when I try to start the rails server, either with rails s
or bundle exec rails s
I get this error:
active_support/dependencies.rb:274:in 'require': cannot load such file -- fog (LoadError)
It was working and now it won't start.
Were running carrier wave & fog and both gems are installed
EDIT:
Here is the Gemfile, sorry it's a link to a gist but SO decided that my post had too much code and so wouldn't let me submit, so for now, it's a gist.
EDIT: Here is the gist containing the config options for carrierwave, we have the config options in the environment files, so I just copied the code blocks into one file for the sake of this gist, I've obviously removed the private information, everything else is untouched.