The Wayback Machine - https://web.archive.org/web/20200124002212/https://github.com/thepracticaldev/dev.to
Skip to content
Where programmers share ideas and help each other grow
Ruby HTML JavaScript CSS Shell Dockerfile
Branch: master
Clone or download
sarthology and benhalpern Feature🚀: Ability to mention anyone in open chats and notify them (#5460
) [deploy]

* Feature 🚀 : Ability to delete messages in chat channels

- Sending message ID to frontend
- Deleting Message
- Use pusher to delete message realtime

* Minor Bug 🐞: Show message action only for current user

- User can delete or edit their own messages

* Test cases added

* Bug 🐞: Update message id for receiver

Message id was not sent to receiver by pusher

* Refactoring🛠: Message controller refactoring

* Test Cases📝 : Specs for Delete message added

* Feature 🚀 : Ability to edit messages

* Test Cases📝 : Specs for Edit message added

* Feature 🚀 : Ability to mention member in Group [Frontend]

* Test Cases📝 : Test Cases added

* Feature 🚀 : Ability to mention member in Group [Backend]

* Bug Fix 🐞: Making messages realtime for open channels

* Feature 🚀 and Bug Fix 🐞: Ability to get notification if mentioned in open messages and increasing message number count

* Feature 🚀 : Ability to remove message count on channel open

* Bug Fix 🐞: Making Notification more reliable by checking if the new message is notified to user or not

* Feature 🚀 : Ability to metion @ALL and notify them

* Bug Fix 🐞: Minor fixes

* Fews tweaks in code

* Bug Fix 🐞: Feature was not present for Invite only Section

* Bug Fix 🐞: In open channels one can't mention all

* Bug Fix 🐞: Markdown conversion for all only in case of invite only

* Specs added

* Delete schema.rb

* Schema file updated

* Code refactoring

* Further Code refactoring backend

* Further Code refactoring backend

* Bug Fix 🐞: Mention List error problem in switching tabs

* Test Snapshots added

* Feature 🚀 : Ability to mention member in Group [Frontend]

* Test Cases📝 : Test Cases added

* Feature 🚀 : Ability to mention member in Group [Backend]

* Bug Fix 🐞: Making messages realtime for open channels

* Feature 🚀 and Bug Fix 🐞: Ability to get notification if mentioned in open messages and increasing message number count

* Feature 🚀 : Ability to remove message count on channel open

* Bug Fix 🐞: Making Notification more reliable by checking if the new message is notified to user or not

* Feature 🚀 : Ability to metion @ALL and notify them

* Bug Fix 🐞: Minor fixes

* Fews tweaks in code

* Bug Fix 🐞: Feature was not present for Invite only Section

* Bug Fix 🐞: In open channels one can't mention all

* Bug Fix 🐞: Markdown conversion for all only in case of invite only

* Specs added

* Code refactoring

* Further Code refactoring backend

* Further Code refactoring backend

* Bug Fix 🐞: Mention List error problem in switching tabs

* Test Snapshots added

* Feature 🚀: Ability to navigate through user list with keyboard only

* Bug Fix 🐞: Changing color of group avatars in dark themes

* Bug Fix 🐞: Setup pusher channel for open channels also
Latest commit 75608e3 Jan 23, 2020
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
Image .github Delete stale.yml (#5649) Jan 22, 2020
Image .vscode Remove code related to vscode color customization (#5235) Dec 24, 2019
Image app Feature🚀: Ability to mention anyone in open chats and notify them (#5460 Jan 23, 2020
Image bin Switch from chromedriver-helper to webdrivers (#2465) [ci skip] Apr 16, 2019
Image config Group all PG::TRDeadlockDetected and PG::QueryCanceled errors together ( Jan 23, 2020
Image datadog Disable Beeline on Schedulers and in Console (#5561) Jan 17, 2020
Image db Introduce BanishedUser table (#5589) [deploy] Jan 21, 2020
Image docs Fix typo in Algolia docs [ci skip] (#5659) Jan 23, 2020
Image lib Add initial usage metrics for datatog (#5544) [deploy] Jan 16, 2020
Image log Initial commit Feb 28, 2018
Image public Guard for presence of page-content in JS (#5138) [deploy] Dec 16, 2019
Image scripts Git scripts to sync or reset repository fork (#5055) Dec 30, 2019
Image spec Feature🚀: Ability to mention anyone in open chats and notify them (#5460 Jan 23, 2020
Image vendor/assets Initial commit Feb 28, 2018
Image .babelrc Create DelayedJob config and misc DX changes (#979) Oct 26, 2018
Image .codeclimate.yml Loosen Codeclimate's duplication rule (#4722) Nov 4, 2019
Image .dockerignore #4129 Reduce Dockerfile size (#4251) Oct 10, 2019
Image .editorconfig Export articles/posts (#576) Nov 21, 2018
Image .erb-lint.yml Fix erb-lint config (#5148) Dec 17, 2019
Image .eslintignore Add app/assets/javascripts/lib to eslintignore (#4323) [ci skip] Oct 8, 2019
Image .gitdocs.js Create DelayedJob config and misc DX changes (#979) Oct 26, 2018
Image .gitignore Ignore .tool-versions file (#4508) [ci skip] Oct 21, 2019
Image .gitpod.dockerfile Fix missing redis server to gitpod configuration (#5528) Jan 15, 2020
Image .gitpod.yml Fix missing redis server to gitpod configuration (#5528) Jan 15, 2020
Image .nvmrc Changed `.nvmrc` to be more implicit (#5080) Dec 11, 2019
Image .postcssrc.yml Initial commit Feb 28, 2018
Image .prettierignore Dx/add prettier code (#188) Apr 9, 2018
Image .rspec Initial commit Feb 28, 2018
Image .rubocop.yml Rename Metrics/LineLength to Layout/LineLength (#5255) Dec 27, 2019
Image .rubocop_todo.yml Routine rubocop fixes (#5386) Jan 8, 2020
Image .ruby-version Upgrade Ruby to 2.6.5 (#4451) Oct 17, 2019
Image .simplecov Change SimpleCov to be on by default (#4666) [ci skip] Oct 31, 2019
Image .travis.yml remove extra dev.to from travis upload artifact path (#5645) Jan 22, 2020
Image .yardopts Adds Ruby source code documentation to docs.dev.to (#2656) May 2, 2019
Image CODE_OF_CONDUCT.md Ran all markdown files through prettier to fix a handful. (#4599) Oct 28, 2019
Image CONTRIBUTING.md Update branching docs [ci skip] (#5666) Jan 23, 2020
Image Dockerfile [docker] Install less (#5677) Jan 23, 2020
Image Envfile Remove unused Envfile variables (#5474) Jan 14, 2020
Image Gemfile Use honeybadger.js from npm (#5643) Jan 22, 2020
Image Gemfile.lock Use honeybadger.js from npm (#5643) Jan 22, 2020
Image Guardfile Remove controller specs (#2224) Mar 29, 2019
Image LICENSE.md Ran all markdown files through prettier to fix a handful. (#4599) Oct 28, 2019
Image Makefile Adds optional support for Docker/Compose (#296) Oct 12, 2018
Image Procfile Update Heroku Release to Migrate and Load App (#5404) [deploy] Jan 8, 2020
Image Procfile.dev Introduce Sidekiq For Background Jobs (#5252) Dec 27, 2019
Image Procfile.dev-hot Initial commit Feb 28, 2018
Image README.md Add Vaidehi to core contributors [ci-skip] (#5635) Jan 22, 2020
Image Rakefile Code cleanups (#659) Aug 7, 2018
Image config.ru Remove honeycomb code from config.ru (#2378) Apr 11, 2019
Image docker-compose.yml Add redis container to docker-compose (#4965) Nov 29, 2019
Image docker-entrypoint.sh #4129 Reduce Dockerfile size (#4251) Oct 10, 2019
Image docker-run.sh Remove unused Envfile variables (#5474) Jan 14, 2020
Image dockerhub-readme.md Implement docker-run.sh script + docker container build (#1844) [ci s… Mar 18, 2019
Image empty-module.js Initial commit Feb 28, 2018
Image environment Include conditional for adding tag mods to connect channel (#1366) Dec 19, 2018
Image jest.config.js more testing for connect components (#1046) Nov 19, 2018
Image netlify.toml Add Setup for storybook.dev.to (#3885) Sep 3, 2019
Image package.json Fix package.json name. (#5668) Jan 23, 2020
Image release-tasks.sh Halt Deploys With release script if ENV variable DEPLOY_STATUS is set… Jan 15, 2020
Image yarn.lock Use honeybadger.js from npm (#5643) Jan 22, 2020

README.md


DEV

DEV Community 👩‍💻👨‍💻

The Human Layer of the Stack

ruby version rails version Travis Status for thepracticaldev/dev.to Code Climate maintainability Code Climate test coverage CodeTriage badge Dependabot Badge Image

Welcome to the dev.to codebase. We are so excited to have you. With your help, we can build out DEV to be more stable and better serve our community.

What is dev.to?

dev.to (or just DEV) is a platform where software developers write articles, take part in discussions, and build their professional profiles. We value supportive and constructive dialogue in the pursuit of great code and career growth for all members. The ecosystem spans from beginner to advanced developers, and all are welcome to find their place within our community. ❤️

Table of Contents

Contributing

We encourage you to contribute to dev.to! Please check out the Contributing to dev.to guide for guidelines about how to proceed.

Getting Started

This section provides a high-level quick start guide. If you're looking for the installation guide, you'll want to refer to our complete Developer Documentation.

We run on a Rails backend, and we are currently transitioning to a Preact-first frontend.

A more complete overview of our stack is available in our docs.

Prerequisites

Installation Documentation

View Full Installation Documentation

Developer Documentation

Check out our dedicated docs page for more technical documentation.

Core team

Vulnerability disclosure

We welcome security research on DEV under the terms of our vulnerability disclosure policy.

License

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. Please see the LICENSE file in our repository for the full text.

Like many open source projects, we require that contributors provide us with a Contributor License Agreement (CLA). By submitting code to the DEV project, you are granting us a right to use that code under the terms of the CLA.

Our version of the CLA was adapted from the Microsoft Contributor License Agreement, which they generously made available to the public domain under Creative Commons CC0 1.0 Universal.

Any questions, please refer to our license FAQ doc or email yo@dev.to


Sloan, the sloth mascot
Happy Coding ❤️

You can’t perform that action at this time.