I'm trying to run my rails project but the webpage is stuck at loading when I'm trying to access the myproject.dev. Powder starts without any problems and Guard doesn't pick up any errors.
Rails server works but generates this error:
/usr/local/Cellar/ruby/2.2.3/lib/ruby/2.2.0/rubygems/dependency.rb:315:in `to_specs': Could not find 'railties' (>= 0) among 17 total gem(s) (Gem::LoadError)
Checked in 'GEM_PATH=/Users/myuser/.rvm/gems/ruby-2.2.2:/Users/myuser/.rvm/gems/ruby-2.2.2@global', execute `gem env` for more information
from /usr/local/Cellar/ruby/2.2.3/lib/ruby/2.2.0/rubygems/dependency.rb:324:in `to_spec'
from /usr/local/Cellar/ruby/2.2.3/lib/ruby/2.2.0/rubygems/core_ext/kernel_gem.rb:64:in `gem'
I recently switched from rbenv to rvm, but I had the same issue before that. Tried googling but can't really find an solutions.
Update:
Tried reinstalling railities as well as rails but it didn't fix my problem.