Skip to content

tanmayp/refactoring_rails_garden_city

 
 

Repository files navigation

Refactoring Rails Workshop

Garden City Ruby Conference, January 10, 2015

Introduction

Howdy! Thanks for attending the Refactoring Rails Workshop at Garden City Ruby Conference. This is the sample Rails project we'll be refactoring during the workshop.

Please take a few minutes to download and set up the project before arriving to the conference. You'll have fewer distractions the day of the event, and everyone will appreciate the lighter load on the conference Wifi.

Requirements

  1. git
  2. Ruby 2.1.5
  3. Rails 4
  4. Bundler

Getting Started: Linux

  1. Clone the repo
  2. Run the bin/setup.sh

Getting Started: Windows

  1. Clone the repo
  2. Run bundle install

Getting Started: Make sure everything is working.

bundle exec rake
bundle exec rails server

Getting Started: Optional

gem install metric_fu
metric_fu

Code Climate

Test Coverage

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 96.2%
  • CSS 2.6%
  • Other 1.2%