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
I don't know if anyone else has ran into this but i ran sudo gem install big_sitemap and it did
Installing ri documentation for big_sitemap-1.0.1...
Installing RDoc documentation for big_sitemap-1.0.1...
but i when did the command rake routes it
rake aborted!
no such file to load -- big_sitemap
which was hitting my require 'big_sitemap' which wasn't created.
Got it to work though by putting gem "big_sitemap" in gemfile explicitly.
why doesn't running the gem install in the terminal add this to the actual gem file and gem set list without manually doing it?
The text was updated successfully, but these errors were encountered:
I don't know if anyone else has ran into this but i ran sudo gem install big_sitemap and it did
Installing ri documentation for big_sitemap-1.0.1...
Installing RDoc documentation for big_sitemap-1.0.1...
but i when did the command rake routes it
rake aborted!
no such file to load -- big_sitemap
which was hitting my require 'big_sitemap' which wasn't created.
Got it to work though by putting gem "big_sitemap" in gemfile explicitly.
why doesn't running the gem install in the terminal add this to the actual gem file and gem set list without manually doing it?
The text was updated successfully, but these errors were encountered: