Skip to content
Branch: master
Clone or download
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
app Exclude deletion section from cache. Jul 20, 2018
bin ⬆️ Rails 5 + ruby 2.4.0 🎉 🎉 Feb 19, 2017
client Update deps Jun 2, 2017
config changed google analytics to anonIp session cookies, removed pa tracin… May 26, 2018
db Change database to support shadow banning Mar 29, 2017
lib/tasks don't spam anything with more than 1 heart Jul 3, 2018
log Initial Commit Jan 19, 2016
public Remove jquery Oct 13, 2016
test Shadow ban bad users Mar 29, 2017
vendor/assets Initial Commit Jan 19, 2016
.env.sample
.gitignore Add ssl instructions Jun 12, 2017
.rubocop.yml
.ruby-version ⬆️ Rails 5 + ruby 2.4.0 🎉 🎉 Feb 19, 2017
.travis.yml
CONTRIBUTING.md
Gemfile Bump rails for sprockets vuln Jul 29, 2018
Gemfile.lock Bump rails for sprockets vuln Jul 29, 2018
LICENSE added AGPL license Feb 12, 2016
Procfile
Procfile.dev adding clearance and working on legacy migrator Jan 21, 2016
README.md add update ssl bash command May 30, 2018
Rakefile Init tests, change case sensitivity in emails/username, proper valida… Feb 27, 2016
config.ru Initial Commit Jan 19, 2016
newrelic.yml Add new relic Sep 22, 2016
package.json Moved sponsors into react component Sep 23, 2016
update-ssl.sh

README.md

Coderwall

Build Status

The codebase for coderwall.com. Coderwall is a developer community used by nearly half a million developers each month to learn and share programming tips.

Prerequisites

  • Ruby
  • Postgres
  • Heroku Toolbelt (or foreman gem)

Get Started

cp .env.sample .env  # (most settings are not required for core functionality)
bundle install
rake db:create db:migrate
heroku local

Updating SSL

$ ./update-ssl.sh
You can’t perform that action at this time.