That Crazy Faker is a Ruby on Rails app that generates funny Faker data. Users can enjoy reading them, and can generate new posts too.
Note: For BEGINNER devs, albeit familiar enough with RoR
- bundle install --without production
- [TO UNDO] bundle uninstall gemname
- rails db:migrate 2) [TO UNDO] rails db:rollback
- rails test
- rails s(erver)
It's one of my first Rails apps from my General Assembly course back in 2016, and explores what the Faker Rails gem offers developers in randomly generated data. I've been refactoring and refactoring and I'm comfortable with its current state. It may look like a simple app but the hell I went through with the gems, rvm/curl/bash/you name it while developing on Windows... Well, let me not bog you down with the details.
I'd love for folks new to Ruby on Rails to clone this repo to their heart's content and see how great Faker is. There are other gems that generates random data but I like this one because it's pretty straightforward. One of my former instructors was a contributor to the gem too, which is cool.