Sha256: ffea49b5106050b060f952eda1e1c170d3973d0e437897587234910e785b122a
Contents?: true
Size: 1009 Bytes
Versions: 2
Compression:
Stored size: 1009 Bytes
Contents
Action Controller basics ======================= In this guide you will learn how controllers work and how they fit into the request cycle in your application. After reading this guide, you will be able to: * Follow the flow of a request through a controller * Understand why and how to store data in the session or cookies * Work with filters to execute code during request processing * Use Action Controller's built-in HTTP authentication * Stream data directly to the user's browser * Filter sensitive parameters so they do not appear in the application's log * Deal with exceptions that may be raised during request processing include::introduction.txt[] include::methods.txt[] include::params.txt[] include::session.txt[] include::cookies.txt[] include::filters.txt[] include::verification.txt[] include::csrf.txt[] include::request_response_objects.txt[] include::http_auth.txt[] include::streaming.txt[] include::parameter_filtering.txt[] include::rescue.txt[] include::changelog.txt[]
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rails-2.2.3 | doc/guides/source/actioncontroller_basics/index.txt |
rails-2.2.2 | doc/guides/source/actioncontroller_basics/index.txt |