waleo / railsfever

Legacy Rails Fever Website + Blog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RAILS FEVER

This repo contains the source for www.railsfever.com

Deployment Steps

With Deploy script: Pick one depending on if migrations are needed.

  • bundle exec rake deploy:staging_migrations OR deploy_staging

  • bundle exec rake deploy:production_migrations OR deploy_production

NOTE: If there are db changes, first do:

heroku run rake db:migrate

Staging: git push staging master

Production: git push heroku master

Connecting to the rails console

  • STAGING: heroku run rails console --remote staging

  • PRODUCTION: heroku run rails console --remote heroku

About

Legacy Rails Fever Website + Blog


Languages

Language:JavaScript 57.3%Language:CSS 30.5%Language:Ruby 11.9%Language:HTML 0.2%Language:CoffeeScript 0.0%