Skip to content

Latest commit

 

History

History
47 lines (24 loc) · 1.53 KB

README.md

File metadata and controls

47 lines (24 loc) · 1.53 KB

MadeWithRuby.com Build Status

MadeWithRuby is a directory service that aims to promote the adoption of Ruby frameworks by showcasing the awesome projects that Ruby developers made.

Feel free to send us Pull Requests as we continue to build our list and improve the website.

How to Submit Your Ruby Project

There are few ways to add your project to the directory. You can either use the Issue Tracker or you can send us a pull request on your entry.

If you're going to use to the Issue Tracker please let us know the following details :

  • Project name & URL
  • What does it do
  • What Ruby platform & gems did you use
  • What server stack are you using (if possible)

How to Contribute

  1. Fork the site to your github account.

fork

  1. Clone it to your project folder

     git clone [email protected]:your-github/MadeWithRuby.com.git
    
  2. Install Jekyll at the command prompt if you haven't yet:

     gem install jekyll
    
  3. Create a feature branch and work on it:

     git checkout -b my-new-feature 
    
  4. Edit away. Learn about working with Jekyll here.

  5. Push local feature branch to Github:

     git checkout my-new-feature
     git push origin my-new-feature
    
  6. Send a Pull Request.