Please go for it if you're interested in pitching in to make Tubalr better.
-
install postgres if you don't have it
-
install bundler if you don't have it:
gem install bundler
-
install gem dependencies:
bundle install
-
edit
database.yml
to match your postgres configuration -
execute:
bundle exec rake db:create
-
execute:
bundle exec rake db:migrate
-
Fork it
-
Make a branch for your fixes or new features:
git checkout -b branch_name_here
-
Make your changes, test to make sure they work and that no previous functionality is broken.
-
Push to your fork
-
Open a pull request and describe your changes!
Tubalr's source is under the GNU GENERAL PUBLIC LICENSE, please refer to the LICENSE.md
file for any further reading.