Class: ActiveRecord::Railtie
- Inherits:
-
Rails::Railtie
- Object
- Rails::Railtie
- ActiveRecord::Railtie
- Defined in:
- lib/active_record/railtie.rb
Overview
Active Record Railtie
Constant Summary collapse
- SQLITE3_PRODUCTION_WARN =
"You are running SQLite in production, this is generally not recommended."\ " You can disable this warning by setting \"config.active_record.sqlite3_production_warning=false\"."