8000 GitHub - sophkickstarter/guestbook: A sample Rails app
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

sophkickstarter/guestbook

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

guestbook

A sample Rails app

step-01

rails new .

step-02

configure the rails app

step-03

Hello, World! rails generate controller site index

step-04

Visit model rails generate model visit name:string rake db:migrate

step-05

Visit scaffold rails generate scaffold visit name

step-06

Add a column rails generate migration add_message_to_visits message:text rake db:migrate

step-07

Show guestbook and form on homepage

About

A sample Rails app

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 71.7%
  • HTML 18.7%
  • CSS 6.3%
  • JavaScript 2.0%
  • CoffeeScript 1.3%
0