aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/security.textile
Commit message (Collapse)AuthorAgeFilesLines
* Typo; changed 'colour' to 'color' & 'analysed' to 'analyzed'Lee Reilly2011-05-251-3/+3
|
* Remove extra white spaces.Sebastian Martinez2011-05-211-2/+2
|
* renamed mass-assignment scopes to roles, updated code, tests, docs and ↵Josh Kalderimis2011-05-081-5/+5
| | | | security guide
* removed reference to verify methodVijay Dev2011-05-021-9/+1
|
* Update security guide with #new and #create respect mass-assignmentSebastian Martinez2011-05-021-2/+14
|
* added config.active_record.whitelist_attributes which creates an empty ↵Josh Kalderimis2011-04-241-3/+3
| | | | whitelist of attributes available for mass assignment for all models in your app
* updated the security guide on the updated mass-assignment security scopes ↵Josh Kalderimis2011-04-241-1/+26
| | | | addition, and assign_attributes in AR
* Merge branch 'master' of git://github.com/lifo/docrailsXavier Noria2011-04-191-5/+5
|\ | | | | | | | | | | Conflicts: railties/guides/source/ajax_on_rails.textile railties/guides/source/generators.textile
| * Remove extra whitespaces from guidesSebastian Martinez2011-04-141-5/+5
| |
* | removes mentions to RJS in the security guideXavier Noria2011-04-131-6/+0
|/
* Add `config.force_ssl` configuration which will load `Rack::SSL` middleware ↵Prem Sichanugrist2011-03-271-1/+5
| | | | | | | | if set to true This will allow user to be able to force all requests to be under HTTPS protocol. This commit was a request from DHH. Special thanks to Josh Peek as well for making `Rack::SSL`.
* more "SSL everywhere" for GitHub URLsAkira Matsuda2011-03-071-1/+1
| | | | see: https://github.com/blog/738-sidejack-prevention-phase-2-ssl-everywhere
* session is reset on token mismatchVijay Dev2011-02-201-1/+1
|
* use all and first instead of find(:all) and find(:first)Vijay Dev2010-12-251-5/+5
|
* fixed fontVijay Dev2010-12-151-1/+1
|
* filter_parameter_logging is deprecated in Rails 3. Changed it to ↵Vijay Dev2010-12-151-2/+2
| | | | config.filter_parameters
* Merge branch 'master' of https://github.com/kotfu/docrails into kotfu-masterAditya Sanghi2010-11-291-1/+1
|\
| * Fixed typo in code for Session ExpiryJared Crapo2010-10-211-1/+1
| |
* | Fix ruby syntax errors in railties/guides docsPavel Gorbokon2010-11-221-1/+1
| |
* | remove old school validations and replaced with new validates method. ↵eparreno2010-11-211-1/+1
| | | | | | | | Pending: fix active_record guide
* | guides: gives clear instructions for feedback, removes links to the now ↵Xavier Noria2010-11-191-2/+0
|/ | | | archived LH project
* Deletes trailing whitespaces (over text files only find * -type f -exec sed ↵Santiago Pastorino2010-08-141-1/+1
| | | | 's/[ \t]*$//' -i {} \;)
* applied guidelines to "# =>"Paco Guzman2010-08-121-5/+5
|
* Changed returning with tap on guidesSantiago Pastorino2010-07-251-1/+1
|
* Minor typos: 'built-in' instead of 'built in', 'built into' instead of ↵Jaime Iniesta2010-07-091-1/+1
| | | | 'built in to'
* Guides: Fix numerous broken linksJosiah Ivey2010-05-161-1/+1
|
* fixes duplicate element IDs in some guidesXavier Noria2010-04-041-5/+5
|
* Fix Sam Ruby's tests and deprecation warningsCarlhuda2010-03-041-1/+1
|
* Merge docrailsPratik Naik2010-01-171-28/+26
|
* Merge docrailsPratik Naik2009-07-251-3/+3
|
* Merge docrailsPratik Naik2009-03-161-39/+61
|
* Merge docrails and update the release notesPratik Naik2009-02-281-75/+75
|
* Merge with docrailsPratik Naik2009-02-241-46/+46
|
* Merge docrails along with the new guides and guides generation codePratik Naik2009-02-061-0/+964