Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | No more changelogs inside guides | Vijay Dev | 2011-09-15 | 1 | -6/+0 |
| | |||||
* | document send_file guesses content type from the file extension | Vijay Dev | 2011-09-03 | 1 | -1/+3 |
| | | | | and remove info about x_send_file option to send_file | ||||
* | minor changes | Vijay Dev | 2011-06-27 | 1 | -1/+1 |
| | |||||
* | minor corrections | Vijay Dev | 2011-05-14 | 1 | -5/+5 |
| | |||||
* | Link the API documentation to non-edge instead | Prem Sichanugrist | 2011-05-13 | 1 | -1/+1 |
| | |||||
* | Adding guide for wrapping JSON/XML parameters, which also links to the API ↵ | Prem Sichanugrist | 2011-05-13 | 1 | -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 Dev | 2011-05-02 | 1 | -39/+0 |
| | |||||
* | Remove extra whitespaces from guides | Sebastian Martinez | 2011-04-14 | 1 | -1/+1 |
| | |||||
* | Fix Basic Authentication examples | Sebastian Martinez | 2011-03-28 | 1 | -1/+1 |
| | |||||
* | Updated Basic Authentication guides to reflect new ↵ | Sebastian Martinez | 2011-03-28 | 1 | -14/+3 |
| | | | | Base.http_basic_authenticate_with method | ||||
* | Add controller-specific `force_ssl` method to force web browser to use HTTPS ↵ | Prem Sichanugrist | 2011-03-28 | 1 | -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 Noria | 2011-03-09 | 1 | -13/+22 |
| | | | | maintained), and rewrites the section about after and around filters in the controller guide | ||||
* | filter_parameter_logging => config.filter_parameters | Vijay Dev | 2011-01-23 | 1 | -6/+2 |
| | |||||
* | No example given on how to render JSON data despite the heading 'Rendering ↵ | Lee Reilly | 2010-12-21 | 1 | -0/+1 |
| | | | | XML and JSON data'; added relevant code. | ||||
* | Action Controller Overview: Remove dead link to the API docs for filters | Ryan Bigg | 2010-12-10 | 1 | -2/+0 |
| | |||||
* | guides: gives clear instructions for feedback, removes links to the now ↵ | Xavier Noria | 2010-11-19 | 1 | -2/+0 |
| | | | | archived LH project | ||||
* | removed unnecessary indentation | Rajinder Yadav | 2010-11-14 | 1 | -1/+1 |
| | |||||
* | added note with example for using flash in redirection | Rajinder Yadav | 2010-11-14 | 1 | -0/+7 |
| | |||||
* | corrected sample code to clear @_current_user class variable also | Rajinder Yadav | 2010-11-14 | 1 | -1/+1 |
| | |||||
* | Updated 'Action Controller Overview' guide to rails 3 and fixed a few URLs ↵ | Kulbir Saini | 2010-09-25 | 1 | -11/+8 |
| | | | | throwing 404s. | ||||
* | updated instructions to generate the migration for the ActiveRecord session ↵ | Diego Carrion | 2010-09-18 | 1 | -1/+1 |
| | | | | store table | ||||
* | Deletes trailing whitespaces (over text files only find * -type f -exec sed ↵ | Santiago Pastorino | 2010-08-14 | 1 | -7/+7 |
| | | | | 's/[ \t]*$//' -i {} \;) | ||||
* | AC guide: commit review, block examples go at column 0, use .example.com as ↵ | Xavier Noria | 2010-08-09 | 1 | -15/+15 |
| | | | | example domain | ||||
* | updated the action_controller guide with the new session configuration options | Daniel McNevin | 2010-08-08 | 1 | -13/+28 |
| | |||||
* | added to_xml section for controller | Neeraj Singh | 2010-06-25 | 1 | -0/+19 |
| | |||||
* | Change %5b ([) to %5d (]) in escaped URL | Tore Darell | 2010-04-29 | 1 | -1/+1 |
| | |||||
* | Replace send_data with send_file in "Sending files" example | Tore Darell | 2010-04-29 | 1 | -1/+1 |
| | |||||
* | More on the new ERB syntax in the guides | James Miller | 2010-04-09 | 1 | -5/+5 |
| | |||||
* | ERB update for AC overview guide | James Miller | 2010-04-09 | 1 | -2/+2 |
| | |||||
* | generate_pdf gets it's parameter now | orangea | 2010-01-23 | 1 | -2/+2 |
| | |||||
* | Deprecate RAILS_ROOT in favor of Rails.root (which proxies to the ↵ | Carl Lerche | 2009-10-16 | 1 | -1/+1 |
| | | | | application's object root) | ||||
* | Merge docrails | Pratik Naik | 2009-07-25 | 1 | -13/+20 |
| | |||||
* | Merge docrails | Pratik Naik | 2009-03-16 | 1 | -16/+16 |
| | |||||
* | Merge with docrails | Pratik Naik | 2009-02-24 | 1 | -223/+201 |
| | |||||
* | Merge docrails along with the new guides and guides generation code | Pratik Naik | 2009-02-06 | 1 | -0/+798 |