A curated list of awesome projects ideas developed in Ruby on Rails.
-
Clone the repo
git clone https://github.com/shadonet/ideaslist -
Install dependencies
bundle install -
Create database with rake.
rake db:create rake db:migrate
- Create an issue if there is one.
- Fork the repo.
- Create your feature branch (
git checkout -b your-feature). - Add and commit your changes (
git commit -am 'message'). - Push the branch (
git push origin your-feature). - Create a new Pull Request.