gmarik / simple-backend-example

The source code for the article I wrote on Backends in Rails 3.1

Home Page:http://iain.nl/backends-in-rails-3-1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Backend Example

This is the source code accomponying my blogpost over at iain.nl.

Getting up and running

You'll need Ruby 1.9.2 and PostgreSQL.

Just like any Rails app:

bundle install
rake db:setup
rails server

Copyright 2011, Iain Hecker. Released under the MIT license.

About

The source code for the article I wrote on Backends in Rails 3.1

http://iain.nl/backends-in-rails-3-1


Languages

Language:Ruby 96.9%Language:JavaScript 2.2%Language:CoffeeScript 1.0%