Changeset 224
- Timestamp:
- 08/26/07 19:32:44 (1 year ago)
- Files:
-
- trunk/demo/README_DEMO (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/demo/README_DEMO
r221 r224 2 2 =========================== 3 3 4 To use this demo, you'll need to set up a database for it. 4 This project is intended to run with edge rails which can 5 be installed with 6 7 rake rails:freeze:edge 8 9 10 You'll also need to set up a database for it. 5 11 SQL scripts for both SQLite and MySQL are provided in db/ . 6 12 … … 12 18 to see the unit tests pass. 13 19 14 If using rails > 1.2.315 ----------------------16 do17 script/plugin install svn://errtheblog.com/svn/plugins/classic_pagination18 to avoid some pagination errors (Thanks to Sam Giffney for pointing this19 out).20 21 20 22 21 Please feel free to post bugs/enhancements/patches at
