aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/action_controller_overview.textile
Commit message (Collapse)AuthorAgeFilesLines
* minor correctionsVijay Dev2011-05-141-5/+5
|
* Link the API documentation to non-edge insteadPrem Sichanugrist2011-05-131-1/+1
|
* Adding guide for wrapping JSON/XML parameters, which also links to the API ↵Prem Sichanugrist2011-05-131-0/+26
| | | | | documentation. Note that it currently links to http://edgeapi.rubyonrails.org because it's Rails 3.1 feature.
* removed verify docs (feature removed in Rails3)Vijay Dev2011-05-021-39/+0
|
* Remove extra whitespaces from guidesSebastian Martinez2011-04-141-1/+1
|
* Fix Basic Authentication examplesSebastian Martinez2011-03-281-1/+1
|
* Updated Basic Authentication guides to reflect new ↵Sebastian Martinez2011-03-281-14/+3
| | | | Base.http_basic_authenticate_with method
* Add controller-specific `force_ssl` method to force web browser to use HTTPS ↵Prem Sichanugrist2011-03-281-0/+22
| | | | | | | | protocol This would become useful for site which sometime transferring sensitive information such as account information on particular controller or action. This featured was requested by DHH.
* revises links to the API websites of individual components (no longer ↵Xavier Noria2011-03-091-13/+22
| | | | maintained), and rewrites the section about after and around filters in the controller guide
* filter_parameter_logging => config.filter_parametersVijay Dev2011-01-231-6/+2
|
* No example given on how to render JSON data despite the heading 'Rendering ↵Lee Reilly2010-12-211-0/+1
| | | | XML and JSON data'; added relevant code.
* Action Controller Overview: Remove dead link to the API docs for filtersRyan Bigg2010-12-101-2/+0
|
* guides: gives clear instructions for feedback, removes links to the now ↵Xavier Noria2010-11-191-2/+0
| | | | archived LH project
* removed unnecessary indentationRajinder Yadav2010-11-141-1/+1
|
* added note with example for using flash in redirectionRajinder Yadav2010-11-141-0/+7
|
* corrected sample code to clear @_current_user class variable alsoRajinder Yadav2010-11-141-1/+1
|
* Updated 'Action Controller Overview' guide to rails 3 and fixed a few URLs ↵Kulbir Saini2010-09-251-11/+8
| | | | throwing 404s.
* updated instructions to generate the migration for the ActiveRecord session ↵Diego Carrion2010-09-181-1/+1
| | | | store table
* Deletes trailing whitespaces (over text files only find * -type f -exec sed ↵Santiago Pastorino2010-08-141-7/+7
| | | | 's/[ \t]*$//' -i {} \;)
* AC guide: commit review, block examples go at column 0, use .example.com as ↵Xavier Noria2010-08-091-15/+15
| | | | example domain
* updated the action_controller guide with the new session configuration optionsDaniel McNevin2010-08-081-13/+28
|
* added to_xml section for controllerNeeraj Singh2010-06-251-0/+19
|
* Change %5b ([) to %5d (]) in escaped URLTore Darell2010-04-291-1/+1
|
* Replace send_data with send_file in "Sending files" exampleTore Darell2010-04-291-1/+1
|
* More on the new ERB syntax in the guidesJames Miller2010-04-091-5/+5
|
* ERB update for AC overview guideJames Miller2010-04-091-2/+2
|
* generate_pdf gets it's parameter noworangea2010-01-231-2/+2
|
* Deprecate RAILS_ROOT in favor of Rails.root (which proxies to the ↵Carl Lerche2009-10-161-1/+1
| | | | application's object root)
* Merge docrailsPratik Naik2009-07-251-13/+20
|
* Merge docrailsPratik Naik2009-03-161-16/+16
|
* Merge with docrailsPratik Naik2009-02-241-223/+201
|
* Merge docrails along with the new guides and guides generation codePratik Naik2009-02-061-0/+798