joe
unread,Aug 19, 2010, 4:23:24 PM8/19/10Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Machinist Users
Hi,
I'm wondering if there is a way to use Machinist for non-activerecord
models. I'm currently using OpenStruct to make some mock data
structures for testing an external API, but I really like the
Machinist syntax for doing things. However, as you can imagine, I'm
running into a lot of "undefined method save" type errors. Has anyone
used Machinist for this sort of purpose? I'm using Rails 2.3.5 at the
moment if it matters.
Thanks for any advice!