No description
Find a file
dependabot[bot] e88444430b
Bump nokogiri from 1.13.0 to 1.13.1 (#16097)
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.13.0 to 1.13.1.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/v1.13.1/CHANGELOG.md)
- [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.13.0...v1.13.1)

---
updated-dependencies:
- dependency-name: nokogiri
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-13 13:29:06 -05:00
.buildkite
.gems
.github Update dependabot config (#15987) 2022-01-10 11:35:48 +07:00
.husky
.vscode
.yarn/releases
app app/helpers i18n (#16003) 2022-01-13 11:46:32 -05:00
bin Copy .env_sample to .env in bin/setup (#16005) 2022-01-10 21:33:08 +07:00
config app/helpers i18n (#16003) 2022-01-13 11:46:32 -05:00
cypress Now HTML validation works for the adjust tags section of the moderation tools panel (#16062) 2022-01-13 07:11:44 -05:00
datadog
db Login with Google (#15986) 2022-01-13 10:25:52 -06:00
lib Login with Google (#15986) 2022-01-13 10:25:52 -06:00
log
public
scripts Don't write a \n at the end of the release version (#15659) 2021-12-03 13:08:27 -05:00
spec app/helpers i18n (#16003) 2022-01-13 11:46:32 -05:00
vendor Bump nokogiri from 1.13.0 to 1.13.1 (#16097) 2022-01-13 13:29:06 -05:00
.codeclimate.yml
.dockerignore
.editorconfig
.env_sample Skip google analytics when ga_tracking_id is nil (#15967) 2022-01-06 12:21:07 -05:00
.erb-lint.yml
.eslintignore
.eslintrc.js Bump eslint from 7.32.0 to 8.6.0 (#15926) 2022-01-05 13:47:40 -05:00
.gitattributes
.gitignore
.gitpod.dockerfile Update to node version 16 (#15522) 2022-01-03 10:23:07 -06:00
.gitpod.yml Add DISABLE_SPRING environment variable to gitpod forem server task (#15807) 2021-12-16 15:24:22 -06:00
.lintstagedrc.js
.nvmrc Update to node version 16 (#15522) 2022-01-03 10:23:07 -06:00
.postcssrc.yml
.prettierignore
.prettierrc.json
.rspec
.rubocop.yml Proposing a new feed experiment (#15789) 2022-01-03 14:38:14 -05:00
.rubocop_todo.yml ✂✂✂ Remove Connect (#14734) 2021-11-18 08:21:00 -06:00
.ruby-version
.simplecov
.slugignore
.travis.yml Data Update Script to migrate logo_svg contents to png file (Will be merged and deployed on 10/01) (#15710) 2022-01-10 16:09:34 +02:00
.yardopts
.yarnclean
.yarnrc
babel.config.js Added the babel-inline-react-svg plugin (#15461) 2021-11-23 12:24:50 -05:00
CHANGELOG.md
CODE_OF_CONDUCT.md
config.ru
container-compose.yml
Containerfile use newly-built Fedora-35-based quay.io/forem/ruby:3.0.2 container (#15938) 2022-01-03 15:31:42 -06:00
CONTRIBUTING.md
customJsDomEnvironment.js
cypress.dev.json
cypress.json
docker-compose.yml
Dockerfile
empty-module.js
Gemfile Login with Google (#15986) 2022-01-13 10:25:52 -06:00
Gemfile.lock Bump nokogiri from 1.13.0 to 1.13.1 (#16097) 2022-01-13 13:29:06 -05:00
gitpod-init.sh
Guardfile
jest.config.js Crayons: Buttons vs CTAs (#15311) 2021-11-30 20:40:32 +01:00
jsconfig.json Added the babel-inline-react-svg plugin (#15461) 2021-11-23 12:24:50 -05:00
LICENSE.md
package.json Bump @storybook/preact from 6.4.9 to 6.4.10 (#16040) 2022-01-11 10:06:01 +00:00
postcss.config.js
Procfile
Procfile.dev
Procfile.dev-hot
Rakefile
README.md Add me (Dwight) to readme :) (#15816) 2021-12-17 14:50:45 -05:00
release-tasks.sh
SECURITY.md
svgo.config.js
testSetup.js
yarn.lock Bump follow-redirects from 1.14.4 to 1.14.7 (#16089) 2022-01-13 07:49:39 -05:00


Forem 🌱

For Empowering Community

Travis Status for forem/forem GitHub commit activity GitHub issues ready for dev GitPod badge

Welcome to the Forem codebase, the platform that powers dev.to. We are so excited to have you. With your help, we can build out Forems usability, scalability, and stability to better serve our communities.

What is Forem?

Forem is open source software for building communities. Communities for your peers, customers, fanbases, families, friends, and any other time and space where people need to come together to be part of a collective. See our announcement post for a high-level overview of what Forem is.

dev.to (or just DEV) is hosted by Forem. It is a community of software developers who 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

Community

For a place to have open discussions on features, voice your ideas, or get help with general questions please visit our community at forem.dev.

Contributing

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

Getting Started

This section provides a high-level quick start guide. If you're looking for a more thorough installation guide (for example with macOS, 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

Local

Containers

Linux

OS X

Installation Documentation

Please see our installation guides, such as the one for macOS.

Developer Documentation

Check out our dedicated docs page for more technical documentation.

Core team

Vulnerability disclosure

Forem is the open source software which powers DEV.

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

Acknowledgments

Thank you to the Twemoji project for the usage of their emojis.

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 Forem 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 ❤️

⬆ Back to Top