alim / baseballstats

Example Rails 4 Application
MIT License
0 stars 0 forks source link

Remove Mongoid option from mongoid.yml file. #4

Closed alim closed 10 years ago

alim commented 10 years ago

We are receiving an error on the production server:

Optionable::Unknown (:raise_not_found_error is an unknown option. Valid options are: :write, :read, :database, :max_retries, :pool_size, :retry_interval, :refresh_interval, :down_interval, :ssl, :timeout, :instrumenter.):

We should just remove the offending option - raise_not_found_error - which is not compatible with the production version of the MongoDB.