I'm following this tutorial: http://friendlyorm.com/
I'm using InstantRails to run MySQL locally. To run Ruby and Rails, I'm using normal Windows installations.
When I run Friendly.create_tables!
I only get an empty Array returned: => []
and no tables are created in my 'friendly_development' database.
Any help on this on one?
Thanks!