Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixing incorrect notextile tags | Vijay Dev | 2011-09-16 | 1 | -3/+3 |
| | |||||
* | No more changelogs inside guides | Vijay Dev | 2011-09-15 | 1 | -4/+0 |
| | |||||
* | Fix spacing in plugins.textile to fix html rendering and remove extra ↵ | Jeff Dutil | 2011-08-16 | 1 | -1/+0 |
| | | | | whitespace from security.textile | ||||
* | Replaced ‘ with ' in the guides. | Evan Farrar | 2011-07-23 | 1 | -5/+5 |
| | |||||
* | :conditions => where | Akira Matsuda | 2011-07-08 | 1 | -5/+5 |
| | |||||
* | Typo; changed 'colour' to 'color' & 'analysed' to 'analyzed' | Lee Reilly | 2011-05-25 | 1 | -3/+3 |
| | |||||
* | Remove extra white spaces. | Sebastian Martinez | 2011-05-21 | 1 | -2/+2 |
| | |||||
* | renamed mass-assignment scopes to roles, updated code, tests, docs and ↵ | Josh Kalderimis | 2011-05-08 | 1 | -5/+5 |
| | | | | security guide | ||||
* | removed reference to verify method | Vijay Dev | 2011-05-02 | 1 | -9/+1 |
| | |||||
* | Update security guide with #new and #create respect mass-assignment | Sebastian Martinez | 2011-05-02 | 1 | -2/+14 |
| | |||||
* | added config.active_record.whitelist_attributes which creates an empty ↵ | Josh Kalderimis | 2011-04-24 | 1 | -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 Kalderimis | 2011-04-24 | 1 | -1/+26 |
| | | | | addition, and assign_attributes in AR | ||||
* | Merge branch 'master' of git://github.com/lifo/docrails | Xavier Noria | 2011-04-19 | 1 | -5/+5 |
|\ | | | | | | | | | | | Conflicts: railties/guides/source/ajax_on_rails.textile railties/guides/source/generators.textile | ||||
| * | Remove extra whitespaces from guides | Sebastian Martinez | 2011-04-14 | 1 | -5/+5 |
| | | |||||
* | | removes mentions to RJS in the security guide | Xavier Noria | 2011-04-13 | 1 | -6/+0 |
|/ | |||||
* | Add `config.force_ssl` configuration which will load `Rack::SSL` middleware ↵ | Prem Sichanugrist | 2011-03-27 | 1 | -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 URLs | Akira Matsuda | 2011-03-07 | 1 | -1/+1 |
| | | | | see: https://github.com/blog/738-sidejack-prevention-phase-2-ssl-everywhere | ||||
* | session is reset on token mismatch | Vijay Dev | 2011-02-20 | 1 | -1/+1 |
| | |||||
* | use all and first instead of find(:all) and find(:first) | Vijay Dev | 2010-12-25 | 1 | -5/+5 |
| | |||||
* | fixed font | Vijay Dev | 2010-12-15 | 1 | -1/+1 |
| | |||||
* | filter_parameter_logging is deprecated in Rails 3. Changed it to ↵ | Vijay Dev | 2010-12-15 | 1 | -2/+2 |
| | | | | config.filter_parameters | ||||
* | Merge branch 'master' of https://github.com/kotfu/docrails into kotfu-master | Aditya Sanghi | 2010-11-29 | 1 | -1/+1 |
|\ | |||||
| * | Fixed typo in code for Session Expiry | Jared Crapo | 2010-10-21 | 1 | -1/+1 |
| | | |||||
* | | Fix ruby syntax errors in railties/guides docs | Pavel Gorbokon | 2010-11-22 | 1 | -1/+1 |
| | | |||||
* | | remove old school validations and replaced with new validates method. ↵ | eparreno | 2010-11-21 | 1 | -1/+1 |
| | | | | | | | | Pending: fix active_record guide | ||||
* | | guides: gives clear instructions for feedback, removes links to the now ↵ | Xavier Noria | 2010-11-19 | 1 | -2/+0 |
|/ | | | | archived LH project | ||||
* | Deletes trailing whitespaces (over text files only find * -type f -exec sed ↵ | Santiago Pastorino | 2010-08-14 | 1 | -1/+1 |
| | | | | 's/[ \t]*$//' -i {} \;) | ||||
* | applied guidelines to "# =>" | Paco Guzman | 2010-08-12 | 1 | -5/+5 |
| | |||||
* | Changed returning with tap on guides | Santiago Pastorino | 2010-07-25 | 1 | -1/+1 |
| | |||||
* | Minor typos: 'built-in' instead of 'built in', 'built into' instead of ↵ | Jaime Iniesta | 2010-07-09 | 1 | -1/+1 |
| | | | | 'built in to' | ||||
* | Guides: Fix numerous broken links | Josiah Ivey | 2010-05-16 | 1 | -1/+1 |
| | |||||
* | fixes duplicate element IDs in some guides | Xavier Noria | 2010-04-04 | 1 | -5/+5 |
| | |||||
* | Fix Sam Ruby's tests and deprecation warnings | Carlhuda | 2010-03-04 | 1 | -1/+1 |
| | |||||
* | Merge docrails | Pratik Naik | 2010-01-17 | 1 | -28/+26 |
| | |||||
* | Merge docrails | Pratik Naik | 2009-07-25 | 1 | -3/+3 |
| | |||||
* | Merge docrails | Pratik Naik | 2009-03-16 | 1 | -39/+61 |
| | |||||
* | Merge docrails and update the release notes | Pratik Naik | 2009-02-28 | 1 | -75/+75 |
| | |||||
* | Merge with docrails | Pratik Naik | 2009-02-24 | 1 | -46/+46 |
| | |||||
* | Merge docrails along with the new guides and guides generation code | Pratik Naik | 2009-02-06 | 1 | -0/+964 |