You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Doesn't works with db/structure.sql instead of db/schema.rb
rake active_mocker:build
rake aborted!cks |>> | 0%
NoMethodError: undefined method `class_name' for #<Errno::ENOENT:0x007f4af1480e48>
Errno::ENOENT: No such file or directory @ rb_sysopen - /home/myproject/db/schema.rb
Tasks: TOP => active_mocker:build
(See full trace by running task with --trace)
The text was updated successfully, but these errors were encountered:
I'm sorry your having this problem. Currently active mocker is dependent on the schema.rb. One way around that I think that may work would be just to get the information from each ActiveRecord models This would take some time to do and I would be open to a pull request for this feature.
Doesn't works with db/structure.sql instead of db/schema.rb
rake active_mocker:build
The text was updated successfully, but these errors were encountered: