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
- Host: GitHub
- URL: https://github.com/invalidusrname/faker_demo
- Owner: invalidusrname
- Created: 2008-08-17T19:59:41.000Z (almost 18 years ago)
- Default Branch: master
- Last Pushed: 2019-03-08T04:11:52.000Z (over 7 years ago)
- Last Synced: 2025-03-24T01:13:32.692Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 184 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
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