forceps icon indicating copy to clipboard operation
forceps copied to clipboard

Copy active record models from remote databases

Results 5 forceps issues
Sort by recently updated
recently updated
newest added

I use Rails 5. When I run `Forceps.configure` I get `ActiveRecord::AdapterNotSpecified: database configuration does not specify adapter`. I get this error before or after adding the `remote` node to `database.yml`.

I guess it is judging by the age of the last commit

When I am trying Forceps.configure, I have like 15 models but I am getting messages for only 10 models i.e DEBUG : Classes handled by Forceps: ["Delayed::Backend::ActiveRecord::Job", "PaperTrail::Version", "Role", "AdminUser",...

I'm getting following error right after calling `Forceps.configure`: ``` ruby NoMethodError: undefined method `reflections=' for # ``` Rails 4.1. Any suggestions?

We're running into the issue where polymorphic STI associations do not work correctly. Here is an example, taken from the tests. I've converted `project_id` on LineItem to `subject_id` and `subject_type`,...