Skip to content

Sample Ruby demo to present the language with some Sinatra features.

Notifications You must be signed in to change notification settings

rhannequin/ruby-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ruby-demo

Basic Ruby application with Sinatra

Requirements

Ruby

$ \curl -L https://get.rvm.io | bash -s stable

Node.js

$ git clone https://github.com/joyent/node.git && cd node
$ git checkout v0.10.9
$ ./configure
$ make
$ sudo make install

mongoDB

http://www.mongodb.org/downloads

Installation

$ git clone https://github.com/rhannequin/ruby-demo.git && cd ruby-demo
$ bundle install
$ npm install && bower install

Run

ruby app.rb

About

Sample Ruby demo to present the language with some Sinatra features.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published