Skip to content

jacobat/Knockout-On-Rails

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Knockout On Rails

Introduction

This is a Ruby on Rails application demonstrating how Knockout JS can be integrated with Ruby on Rails.

Prerequisites

To get the code up and running you will need:

  • Ruby and Rubygems
  • Bundler
  • SQLite3

Installation

The usual Rails installation directions applies. If you're unfamiliar with Rails this means:

git clone git://github.com/jacobat/Knockout-On-Rails.git
cd Knockout-On-Rails
bundle
rake db:setup

Starting the application

Go to the directory you cloned and run:

rails server

And point your browser at localhost:3000

About

Simple Rails application showing how to integrate KnockoutJS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published