aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/action_controller_overview.textile
Commit message (Collapse)AuthorAgeFilesLines
* 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