An open API service indexing awesome lists of open source software.

https://github.com/invalidusrname/faker_demo

Sample rails app that uses Faker. Demoed at Charlotte Ruby meetup
https://github.com/invalidusrname/faker_demo

Last synced: about 1 year ago
JSON representation

Sample rails app that uses Faker. Demoed at Charlotte Ruby meetup

Awesome Lists containing this project

README

          

== Faker Demo

A sample rails application using faker for populating data.

== Instructions

# install faker from rubygems
# run migrations
# run faker task

http://faker.rubyforge.org/

You can also import larger data sets using the ar-extensions gem.
An example can be found in the faker_extension:user task. Although
it is faster, the downfall with this approach is that it doesn't
work with associations.

http://github.com/zdennis/ar-extensions/tree/master/ar-extensions