A faker gem that generates famous and fun data !
Add this line to your application's Gemfile:
gem 'cool_faker'
And then execute:
$ bundle
Or install it yourself as:
$ gem install cool_faker
There are 2 parts to this gem :
CoolFaker::Character.name
Gives a random name from a famous movie or TV show.
CoolFaker::Character.name_from(TITLE)
Gives a random name from the selected TV show or movie. The available options are :
monty_python
futurama
the_simpsons
toy_story
back_to_the_future
the_wizard_of_oz
snow_white
napolean_dynamite
the_lord_of_the_rings
star_wars
superman
startrek
batman
sex_and_the_city
entourage
friends
CoolFaker::Team.name
Gives a team name generated from one adjective and one animal name. Go 'depressed pandas'!
CoolFaker::Team.slogan
Gives a Famous quote in less than 140 characters, to use as a slogan.
- Fork it ( http://github.com//cool_faker/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request