A random Heroku-style name generator.
Add this line to your application's Gemfile:
gem "random_username"
And then execute:
$ bundle
Or install it yourself as:
$ gem install random_username
RandomUsername.noun
=> "sunrise"
=> "prize"
=> "sage"
RandomUsername.adjective
=> "heroic"
=> "worthy"
=> "enigmatic"
RandomUsername.username
=> "hollowlight"
=> "legitsunrise"
=> "earthyleaf"
RandomUsername.username(:max_length => 6)
=> "fitcow"
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Include tests with your changes (run
rake
to test) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request