|
Revision 224, 505 bytes
(checked in by jk, 10 months ago)
|
add info about edge rails, remove hint to classic pagination plugin
|
| Line | |
|---|
| 1 |
Acts_as_Ferret demo project |
|---|
| 2 |
=========================== |
|---|
| 3 |
|
|---|
| 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. |
|---|
| 11 |
SQL scripts for both SQLite and MySQL are provided in db/ . |
|---|
| 12 |
|
|---|
| 13 |
Just set up one of these, and configure your db connection |
|---|
| 14 |
in config/database.yml . |
|---|
| 15 |
|
|---|
| 16 |
after that run |
|---|
| 17 |
rake |
|---|
| 18 |
to see the unit tests pass. |
|---|
| 19 |
|
|---|
| 20 |
|
|---|
| 21 |
Please feel free to post bugs/enhancements/patches at |
|---|
| 22 |
http://projects.jkraemer.net/acts_as_ferret . |
|---|
| 23 |
|
|---|