SmallNic / RailsIntro

The Intro to Rails Screencast I Wish I Had

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Intro to Rails Tutorial

General Information

Name: Tasks

Description: A simple task manager tutorial implement test-driven development

Source Material: Tutsplus

Framework: Rails 4.2.4

Language: Ruby 2.3.1

Database: SQLite 3.8.10.2

Getting Started

Clone this repo:

git clone https://github.com/SmallNic/RailsIntro.git

Navigate to newly created folder:

cd RailsIntro

Install gems

bundle install

Run migrations

rake db:migrate

Navigate to your localhost: localhost:3000/

Testing

You can run the rspec command

rspec

or run Guard to have the testing run continuously as you update the app

guard

all

Useful Resources:

Rspec-Rails Gem

Capybara Gem

Guard-Rspec Gem

Guard Gem

Growl

Rb-appscript Gem Install Error Help

Libnotify Gem (In place of growl_notify)

Listen Gem Install Error Help

Update Ruby

About

The Intro to Rails Screencast I Wish I Had


Languages

Language:Ruby 83.6%Language:HTML 12.1%Language:CSS 2.3%Language:JavaScript 1.5%Language:CoffeeScript 0.5%