Paketname | libactionpack-ruby1.8 |
Beschreibung | Controller and View framework used by Rails |
Archiv/Repository | Offizielle Debian Security updates squeeze/updates (main) |
Version | 2.3.5-1.2+squeeze3 |
Sektion | ruby |
Priorität | optional |
Installierte Größe | 1520 Byte |
Hängt ab von | libruby1.8 (>= 1.8.2-3) |
Empfohlene Pakete | |
Paketbetreuer | Debian Ruby Extras Maintainers |
Quelle | rails |
Paketgröße | 321838 Byte |
Prüfsumme MD5 | 0c87f70ddbe44a5f7edf28b5512c26d2 |
Prüfsumme SHA1 | 9b3d80da2580843e2e2272e322f332e20eaec275 |
Prüfsumme SHA256 | 35101579310396835db509392723d55be0443e7669e9df348363623fbb1d57bc |
Link zum Herunterladen | libactionpack-ruby1.8_2.3.5-1.2+squeeze3_all.deb |
Ausführliche Beschreibung | Action Pack splits the response to a requests into a controller part
(performing the logic) and a view part (rendering a template). This two-step
approach is known as an action, which will normally create, read, update, or
delete (CRUD for short) some sort of model part (often backed by a database)
before choosing either to render a template or redirecting to another action.
|