magma-labs / til

Today I Learned Server Implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Magma-TIL

The heroku App in Prod Points to til.magmalabs.io Production

Install

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

Testing

Run all tests with:

$ rake

Note: test suite has not been refactored

Not implemented for magma:

slack_post_endpoint allows the app to post to Slack:

# config/application.yml

slack_post_endpoint: /services/some/hashes

About

Today I Learned Server Implementation


Languages

Language:Ruby 63.7%Language:Sass 14.3%Language:Haml 9.2%Language:JavaScript 5.9%Language:SCSS 3.3%Language:HTML 3.0%Language:Dockerfile 0.6%Language:Procfile 0.0%