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
{{ message }}
This repository has been archived by the owner on Aug 12, 2022. It is now read-only.
Mongoid Installation Documentation seems to be incomplete.
In Getting Rid of Active Record it shows how to replace require 'rails/all' in order to remove ActiveRecord, but there is a line missing to require action_view:
require "action_view/railtie"
Because of this incomplete example, it took me hours to figure out why my Rails App was throwing an error about nokogiri gem...
Thank you on behalf of beginners for correcting this documentation.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Mongoid Installation Documentation seems to be incomplete.
In Getting Rid of Active Record it shows how to replace
require 'rails/all'
in order to remove ActiveRecord, but there is a line missing to require action_view:Because of this incomplete example, it took me hours to figure out why my Rails App was throwing an error about nokogiri gem...
Thank you on behalf of beginners for correcting this documentation.
The text was updated successfully, but these errors were encountered: