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 / CHANGELOG
100644 21 lines (18 sloc) 0.521 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
 
Jun 30
- add a page header to the layout
- put login form on front page
- add home page
= add Home controller
= change User#login to User#username
- add simple signup, login pages
= add Session controller
= add User model
= add acts_as_authenticated plugin
 
Jun 27
- add layout, stylesheet and front page
= vendor/rails: remove references to broken regex RJS_PATTERN_EVERYTHING
    selector_assertions.rb line 599-600, 613-621
= add Site controller
 
Jun 26
= add Rails 2.1.0 to vendor/rails
= start with a Rails baseline