Take pictures with all your friends in the Ruby community and post them to twitter with the #RubyFriends hashtag. We'll display them on our ongoing list of happy meetings in the Ruby world.
Check out all our wonderful #RubyFriends.
- Fork it
- Setup development environment
$ bundle install
$ bundle exec db:create db:migrate
- Create your feature branch
$ git checkout -b my-new-feature
- Commit your changes
$ git commit -am 'Added some feature'
- Run the specs
$ bundle exec rake spec
- Push to the branch
$ git push origin my-new-feature
- Original FridayHug code/idea by Kristopher Murata
- RubyFriends idea by Josh Susser
- Initial implementation by Erik Trom
- Maintained by Erik Trom and Justin Campbell