Any chance we could merge all updates re: Rails 4.2 and make it work with Rails 5?
Check my response (latest) to this SO thread: http://stackoverflow.com/questions/7275496/tableless-model-in-rails-3-1/39440075#39440075
To make that solution working with ActiveRecord I had to include override for the load_schema method to avoid checking the database table name.
Any chance we could merge all updates re: Rails 4.2 and make it work with Rails 5?
Check my response (latest) to this SO thread: http://stackoverflow.com/questions/7275496/tableless-model-in-rails-3-1/39440075#39440075
To make that solution working with ActiveRecord I had to include override for the
load_schemamethod to avoid checking the database table name.