Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 1.2 KB

File metadata and controls

51 lines (33 loc) · 1.2 KB

#RubyFriends

Smile for the camera!

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.

Contributing

  1. Fork it
  2. Setup development environment
$ bundle install
$ bundle exec db:create db:migrate
  1. Create your feature branch
$ git checkout -b my-new-feature
  1. Commit your changes
$ git commit -am 'Added some feature'
  1. Run the specs
$ bundle exec rake spec
  1. Push to the branch
$ git push origin my-new-feature
  1. Create a pull request

Thanks