public
Description: A project to test Rubinius' support for Rails
Homepage: http://unfoo.com
Clone URL: git://github.com/ryanlowe/unfoo.git
ryanlowe (author)
Mon Jun 30 17:29:34 -0700 2008
commit  5757fbc4b0d4ea0b20bb1e2c317dde8beef0f41b
tree    4fe35f005b7f094efd2fbb7c91d8171ca360b85b
parent  653b775a229b9b5951a33216bb0aa10dad1ffd23
unfoo / RUNNING
100644 29 lines (13 sloc) 0.528 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
 
Install Rubinius using the instructions at
http://rubinius.lighthouseapp.com/projects/5089/installation
 
 
Install Rake for Rubinius
 
  $> sudo rbx gem install rake --no-rdoc --no-ri
 
 
Install Rails for Rubinius
 
  $> sudo rbx gem install rails --no-rdoc --no-ri
  
  
Put the unfoo project in a working directory using Git
 
  $> git clone git://github.com/ryanlowe/unfoo.git
  
 
Start up WEBrick
 
  $> rbx script/server -p 9999
  
  
  
PROBLEMS
- mongrel did not work for me
- sqlite3 did not work for me, I used mysql instead