rails_wordpress icon indicating copy to clipboard operation
rails_wordpress copied to clipboard

A Rails Engine that enables you to easily wire up a Rails app to an existing WordPress database

Results 2 rails_wordpress issues
Sort by recently updated
recently updated
newest added

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...