marutypes / hello-rails

The simple hello world app for Ruby on Rails Tutorial chapter 1.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Exercise 1

Author: Mathew Allen

Class: CST82333 350

Submitted to: Stanley Pieda

Created: 2015-01-18

If you have rails installed, run rails server -b 127.0.0.1 and navigate to localhost:3000 or 127.0.0.1:3000 in the browser of your choice.

If you do not have rails installed view the output here: https://pure-beach-1224.herokuapp.com/

The files which were modified from a default rails Installation are:

  • app/controllers/hello_controller.rb
  • config/routes.rb
  • Gemfile

About

The simple hello world app for Ruby on Rails Tutorial chapter 1.


Languages

Language:Ruby 92.5%Language:CSS 3.8%Language:JavaScript 3.7%