Git Product home page Git Product logo

Code Climate Circle CI Coverage Status

Ruby on Rails Link

http://rubyonrails.link

Official website of Ruby on Rails Link.

Getting Started

Requirements

  • Ruby 2.7.4
  • PostgreSQL 10+
  • Redis 4+

Contributing

  • Using Docker...

    • Start it up: docker-compose up -d
    • Create the database: docker-compose run --rm web rake db:setup
  • Not using Docker...

    • Install gems: bundle install
    • Create the database: rake db:setup
    • Start the Rails server: rails s
  • Visit http://localhost:3000/admin and verify you can login and see the admin dashboard.

Interacting with Slack

Depending on what you are doing you can get started without needing to interact with our Slack instance. However, if you do need it:

  • Join the Railslink-dev Slack team by requesting an invitation (we'll need your email) in the official #railslink-dev channel.

  • Ask an existing member of Railslink-dev to make you an admin.

  • Acquire the missing Railslink-dev ENV vars in .env from another Slack member (ie. phallstrom). Add them to .env.local.

  • Using Docker...

    • Test the Slack API: docker-compose run --rm web rake slack:test:api
    • Sync Slack channels: docker-compose run --rm web rake slack:sync:channels
    • Optionally sync Slack users: docker-compose run --rm web rake slack:sync:users
  • Not using Docker...

    • Test the Slack API: rake slack:test:api
    • Sync Slack channels: rake slack:sync:channels
    • Optionally sync Slack users: rake slack:sync:users

Ruby on Rails Link's Projects

railslink icon railslink

Official website of Ruby on Rails Link Slack Community

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.