rails_wordpress
rails_wordpress copied to clipboard
A Rails Engine that enables you to easily wire up a Rails app to an existing WordPress database
Following [my comment](https://github.com/mwlang/rails_wordpress/pull/3#issuecomment-382455857) on PR #3, I propose this change to fix the error raised on app loading with Rails 5.2 : ``` NoMethodError: undefined method `sqlite3=' for ActiveRecord::Base:Class .../rails_wordpress/lib/rails_wordpress/railtie.rb:9...
Hey! Yulia is here ^^ I asked you if your could add support of custom DB prefixes into your gem please? Currently it supports only wp_ default prefixes, but there...