Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2011-03-27 | 1 | -2/+2 |
|\ | |||||
| * | A little minor rephrasing for improved readability. | mhutchin | 2011-03-27 | 1 | -1/+1 |
| | | |||||
| * | Minor typo fix. | mhutchin | 2011-03-27 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2011-03-27 | 4 | -5/+55 |
|\| | |||||
| * | Updated guides for new #update_column. | Sebastian Martinez | 2011-03-26 | 1 | -2/+2 |
| | | |||||
| * | impact recent updates to #first! and #last! methods | Sebastian Martinez | 2011-03-25 | 1 | -3/+3 |
| | | |||||
| * | Update AR querying guide with #first! and #last! new methods | Sebastian Martinez | 2011-03-25 | 1 | -0/+34 |
| | | |||||
| * | Update 'Getting Started on Windows' tip to go to one-click Rails Installer | Dr Nic Williams | 2011-03-22 | 1 | -1/+1 |
| | | |||||
| * | Caching guide: Capitalize 'Note' so that it's rendered as a proper note | Ryan Bigg | 2011-03-23 | 1 | -1/+1 |
| | | |||||
| * | Querying guide: mention that performing a where on an relation that contains ↵ | Ryan Bigg | 2011-03-22 | 1 | -1/+3 |
| | | | | | | | | an includes statement will generate a LEFT OUTER JOIN rather than an INNER JOIN or another query | ||||
| * | Querying guide: mention that performing a where on an relation that contains ↵ | Ryan Bigg | 2011-03-22 | 1 | -0/+14 |
| | | | | | | | | an includes statement will generate a LEFT OUTER JOIN rather than an INNER JOIN or another query | ||||
* | | remove to from to to :) | Vijay Dev | 2011-03-16 | 1 | -1/+1 |
|/ | |||||
* | Add link to mailing-list | Nicolas Cavigneaux | 2011-03-16 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' of git://github.com/lifo/docrails | Xavier Noria | 2011-03-14 | 7 | -26/+20 |
|\ | |||||
| * | be be -> be | Xavier Noria | 2011-03-14 | 1 | -1/+1 |
| | | |||||
| * | move the tips about :allow_(nil|blank) near their explanations, also no need ↵ | Xavier Noria | 2011-03-14 | 1 | -3/+5 |
| | | | | | | | | to say these are options for all validators if they are not | ||||
| * | Removed double texts | Lars Smit | 2011-03-13 | 1 | -13/+0 |
| | | |||||
| * | Minor formatting changes and remove a comment | Mike Gehard | 2011-03-10 | 1 | -6/+7 |
| | | |||||
| * | update plugin urls to reflect official maintainers | Vijay Dev | 2011-03-10 | 4 | -5/+5 |
| | | |||||
| * | Added note re: functional tests and HTTP methods. | David Aaron Fendley | 2011-03-09 | 1 | -0/+2 |
| | | |||||
| * | Add a note to discourage users from using presence validators with ↵ | Jeff Kreeftmeijer | 2011-03-09 | 1 | -1/+3 |
| | | | | | | | | allow_(nil|blank) | ||||
* | | copy-edits 532b770 | Xavier Noria | 2011-03-09 | 1 | -1/+1 |
| | | |||||
* | | Use Rubys own Float#round method in versions 1.9 and above | Andrei Kulakov | 2011-03-10 | 1 | -1/+1 |
| | | |||||
* | | revises links to the API websites of individual components (no longer ↵ | Xavier Noria | 2011-03-09 | 2 | -14/+23 |
|/ | | | | maintained), and rewrites the section about after and around filters in the controller guide | ||||
* | more "SSL everywhere" for GitHub URLs | Akira Matsuda | 2011-03-07 | 13 | -44/+44 |
| | | | | see: https://github.com/blog/738-sidejack-prevention-phase-2-ssl-everywhere | ||||
* | wrong SQL statement | Akira Matsuda | 2011-03-06 | 1 | -1/+1 |
| | |||||
* | merges rails | Xavier Noria | 2011-03-05 | 2 | -2/+23 |
|\ | |||||
| * | copy-edits 819762c | Xavier Noria | 2011-03-05 | 1 | -4/+3 |
| | | | | | | | | | | * simplifies some sentences * use a more neutral language with less you/yours | ||||
| * | Properly escaped a + in the dynamic segments TIP | tashian | 2011-03-05 | 1 | -1/+1 |
| | | |||||
| * | Removed link to un-existing Issues page on Github | Dalibor Nasevic | 2011-03-05 | 1 | -3/+0 |
| | | |||||
| * | Added some new advice on applying patches | Lars Smit | 2011-03-05 | 1 | -0/+14 |
| | | |||||
| * | Pointing out that dynamic_form plugin must be installed to be able to use ↵ | Rodrigo Navarro | 2011-03-05 | 1 | -1/+14 |
| | | | | | | | | error_messages and error_messages_for view helpers. | ||||
| * | Clean up wording. | Ben Orenstein | 2011-03-05 | 1 | -1/+1 |
| | | |||||
| * | use resources in place of map.resources | Vijay Dev | 2011-03-05 | 1 | -1/+1 |
| | | |||||
| * | Warn people that these methods are deprecated. | Ben Orenstein | 2011-03-05 | 1 | -0/+2 |
| | | |||||
| * | added information about TEST_DIR env variable | Ilya Zayats | 2011-03-05 | 1 | -0/+8 |
| | | |||||
| * | Updated the AS guides with some information on the difference between ↵ | Josh Kalderimis | 2011-02-28 | 1 | -1/+9 |
| | | | | | | | | Date.today and Date.current. | ||||
* | | Properly escaped a + in the dynamic segments TIP | tashian | 2011-03-03 | 1 | -1/+1 |
| | | |||||
* | | Removed link to un-existing Issues page on Github | Dalibor Nasevic | 2011-03-01 | 1 | -3/+0 |
| | | |||||
* | | Added some new advice on applying patches | Lars Smit | 2011-02-28 | 1 | -0/+14 |
| | | |||||
* | | Pointing out that dynamic_form plugin must be installed to be able to use ↵ | Rodrigo Navarro | 2011-02-27 | 1 | -1/+14 |
| | | | | | | | | error_messages and error_messages_for view helpers. | ||||
* | | Clean up wording. | Ben Orenstein | 2011-02-26 | 1 | -1/+1 |
| | | |||||
* | | use resources in place of map.resources | Vijay Dev | 2011-02-27 | 1 | -1/+1 |
| | | |||||
* | | Warn people that these methods are deprecated. | Ben Orenstein | 2011-02-26 | 1 | -0/+2 |
| | | |||||
* | | added information about TEST_DIR env variable | Ilya Zayats | 2011-02-26 | 1 | -0/+8 |
|/ | |||||
* | standardize all shell commands with the $ prefix | Vijay Dev | 2011-02-25 | 12 | -78/+78 |
| | |||||
* | Fixing wrong class name. | Rodrigo Navarro | 2011-02-23 | 1 | -1/+1 |
| | |||||
* | ActiveModel::Validator#validate must receive have a record parameter. | Rodrigo Navarro | 2011-02-23 | 1 | -6/+3 |
| | |||||
* | alteracao de HTML para HTTP | Mateus Paixão | 2011-02-22 | 1 | -1/+1 |
| | |||||
* | Fix typo in i18n guide: 'explicitely' | Mani Tadayon | 2011-02-21 | 1 | -1/+1 |
| |