/gistflow

Social learning

Primary LanguageRuby

Gistflow - social learning. Build Status

Micro-blog platform for developers inspired by Github:Gist and Twitter.

Contributing

You are always welcome to contribute or create issue. Checkout issues page.

Setup

  • git clone
  • bundle
  • configure your database.yml file
  • be shure you have postgres and redis installed and launched
  • rake db:setup
  • rails s

Testing

Every new feature comes with bunch of rspec and capybara tests. Be sure to write all necessary tests and launch rspec . to check all of them passed.

Contributors

License

The source code for Gistflow is available under the Creative Commons Attribution-NonCommercial 3.0 Unported License