Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
hakanensari committed Sep 10, 2011
1 parent afd3569 commit 82720ce
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Async Rails 3 stack demo
# Async Rails 3.1 stack demo

Simple async demo stack with Rails 3 + EventMachine and Fibers.
Simple async demo stack with Rails 3.1 + EventMachine and Fibers.

* Hit localhost:3000/widgets to do a 1s async mysql query
* Hit localhost:3000/widgets/http to make an HTTP call back to /widgets - recursive! :-)
Expand All @@ -17,15 +17,14 @@ Requirements:

* Ruby 1.9.x
* Async app server (thin)
* Rails 3
* Rails 3.1

Environment setup:

* rvm install 1.9.2-preview3
* rvm install 1.9.2
* rvm gemset create async-rails
* rvm use 1.9.2-preview3@async-rails
* gem install rails --pre
* gem install thin
* rvm use 1.9.2@async-rails
* gem install rails thin

Starting up Rails:

Expand Down

0 comments on commit 82720ce

Please sign in to comment.