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.
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)
- Fork the site to your github account.
-
Clone it to your project folder
git clone [email protected]:your-github/MadeWithRuby.com.git
-
Install Jekyll at the command prompt if you haven't yet:
gem install jekyll
-
Create a feature branch and work on it:
git checkout -b my-new-feature
-
Edit away. Learn about working with Jekyll here.
-
Push local feature branch to Github:
git checkout my-new-feature git push origin my-new-feature
-
Send a Pull Request.