Paketname | libactionpack-ruby1.8 |
Beschreibung | Controller and View framework used by Rails |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 2.3.5-1.2+squeeze2 |
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 | 321208 Byte |
Prüfsumme MD5 | 1f2653249684bd3c9b57701d7f921ec8 |
Prüfsumme SHA1 | a9bc1325b475fc753ad180efbb010f7ab31649dd |
Prüfsumme SHA256 | cc79259a33c1efd0dbb44c5b6b609e8db17650ff683b5c546bb0fd6b7e33d3ce |
Link zum Herunterladen | libactionpack-ruby1.8_2.3.5-1.2+squeeze2_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.
|