Skip to content

Instantly share code, notes, and snippets.

@nmerouze
Created January 25, 2010 15:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nmerouze/285918 to your computer and use it in GitHub Desktop.
Save nmerouze/285918 to your computer and use it in GitHub Desktop.
git push heroku master
git clone git://github.com/lifo/cramp.git
rm -rf cramp/.git
$:.push "cramp/lib"
require "rubygems"
require "cramp/controller"
class WelcomeAction < Cramp::Controller::Action
on_start :send_hello_world
def send_hello_world
render "Hello World"
finish
end
end
run WelcomeAction
arel --version "0.2.pre"
activemodel --version "3.0.pre"
rack --version "1.1.0"
eventmachine --version "0.12.10"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment