The heroku App in Prod Points to til.magmalabs.io Production
Follow these setup steps:
$ git clone https://github.com/magma-labs/til
$ cd til
$ gem install bundler
$ bundle install
$ cp config/application.yml{.example,}
$ rake db:create db:migrate db:seed
$ rails s
In development, db:seed
will load sample data for channels, developers, and
posts. Omit this command to opt-out of this step, or create your own sample
data in db/seeds/development.rb
.
Only accounts with @magmalabs.io emails are allowed
Run all tests with:
$ rake
Note: test suite has not been refactored
slack_post_endpoint
allows the app to post to Slack:
# config/application.yml
slack_post_endpoint: /services/some/hashes