CRUD for Siena [crudsiena] module
This module is for the Play 1.x series only.
The CRUD (Create, Read, Update, Delete) Siena module a fully usable web interface for your Siena Model objects with a few more features than default CRUD.
- NEW: v2.0.x with support for GAE/MySQL/Postgres/H2 for Play! v1.2.1 and play-siena v2.0.x
- v1.6_play1.2 works with Play! v1.2 but not v1.1
- v1.6_play1.1 works with Play! v1.1 but not v1.2
https://github.com/mandubian/play-crud-siena
Written by Pascal Voitot.
Published releases
2.0.3 | May 21 2012 | Documentation | Try Play |
2.0.2 | Aug 10 2011 | Documentation | Try Play |
2.0.1 | Jun 24 2011 | Documentation | Try Play |
2.0.0 | Jun 01 2011 | Documentation | Try Play |
1.6_play1.2 | Apr 14 2011 | Documentation | Try Play |
1.6_play1.1 | Apr 14 2011 | Documentation | Try Play |
1.5 | Jan 11 2011 | Documentation | Try Play |
1.4 | Jan 10 2011 | Documentation | Try Play |
1.3 | Dec 14 2010 | Documentation | Try Play |
1.2 | Nov 13 2010 | Documentation | Try Play |
1.1 | Nov 09 2010 | Documentation | Try Play |
1.01 | Oct 21 2010 | Documentation | Try Play |
1.0 | Aug 26 2010 | Documentation | Try Play |
To install locally this module use the install
command:
play install crudsiena-{version}
To add this module as dependency of your application, add it to the dependencies.yml file:
require:
- play -> crudsiena {version}