TomK32 / railslink

Official website of Ruby on Rails Link Slack Community

Home Page:https://www.rubyonrails.link

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Code Climate Circle CI Coverage Status

Ruby on Rails Link

http://www.rubyonrails.link

Official website of Ruby on Rails Link.

Getting Started

Requirements

  • Ruby 2.4.4
  • PostgreSQL 10.x
  • Redis

Setup

  • Acquire the missing ENV vars in .env from another Slack admin or the Heroku project. Add them to .env.local.

  • Install gems: bundle install

  • Test the Slack API: rake slack:test:api

  • Create the database: rake db:setup

  • Sync Slack channels: rake slack:sync:channels

  • Optionally sync Slack users: rake slack:sync:users

  • Start the Rails server: rails s

About

Official website of Ruby on Rails Link Slack Community

https://www.rubyonrails.link

License:MIT License


Languages

Language:Ruby 77.9%Language:HTML 18.1%Language:JavaScript 2.9%Language:CSS 1.0%