You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In a vanilla Rails 4.1 application, an emtpy string is added to Gem.path when running the rails server.
To reproduce: Add p Gem.path at the end of config/application.rb and then start the server with bin/rails s.
The emtpy string is not present when inspecting Gem.path in the Rails console. The empty string also disappears if the spring gem is commented out in the Gemfile.
I’m not sure if an emtpy string is a valid gem path; but I noticed that it causes problems with the better_errors gem: BetterErrors/better_errors#252