Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | minor typo fix | Vijay Dev | 2011-12-01 | 1 | -1/+1 |
| | |||||
* | update guides | Vasiliy Ermolovich | 2011-11-28 | 1 | -1/+1 |
| | |||||
* | No more changelogs inside guides | Vijay Dev | 2011-09-15 | 1 | -10/+0 |
| | |||||
* | Updates to remove extra whitespaces and notably fix a whitespace issue with ↵ | Jeff Dutil | 2011-08-16 | 1 | -1/+0 |
| | | | | ajax_on_rails causing a code block not to render the entire block properly. | ||||
* | Revert "grammatical changes" | Xavier Noria | 2011-08-13 | 1 | -2/+1 |
| | | | | | | | Reason: As discussed in GitHub, it is debatable, and present tense is fine (and simple, and preferred). This reverts commit 54ccda9f0a5e4a5e72a4c159dc8787faaf65e8a2. | ||||
* | grammatical changes | JudeArasu | 2011-08-13 | 1 | -1/+2 |
| | |||||
* | Improve ch. 1 of the Form Helpers guide | Elliot Winkler | 2011-07-24 | 1 | -46/+28 |
| | |||||
* | minor corrections in form helpers guide and api docs | Vijay Dev | 2011-07-20 | 1 | -5/+4 |
| | |||||
* | Add seach, tel, url and email inputs as 'Other Helpers of Interest' | Ray Baxter | 2011-07-17 | 1 | -3/+11 |
| | |||||
* | Remove attachment_fu, add CarrierWave to suggested uploader libraries | James Miller | 2011-07-05 | 1 | -1/+1 |
| | |||||
* | Fixed typo | Mikhail Dieterle | 2011-06-22 | 1 | -1/+1 |
| | |||||
* | Spelling corrections in the guides. | Evan Farrar | 2011-05-29 | 1 | -1/+1 |
| | |||||
* | Changin 'for' with 'each' on FormHelpers guide | Guillermo Iguaran | 2011-05-19 | 1 | -1/+1 |
| | |||||
* | Remove extra whitespaces from guides | Sebastian Martinez | 2011-04-14 | 1 | -3/+3 |
| | |||||
* | update plugin urls to reflect official maintainers | Vijay Dev | 2011-03-10 | 1 | -1/+1 |
| | |||||
* | more "SSL everywhere" for GitHub URLs | Akira Matsuda | 2011-03-07 | 1 | -5/+5 |
| | | | | see: https://github.com/blog/738-sidejack-prevention-phase-2-ssl-everywhere | ||||
* | merges docrails | Xavier Noria | 2011-02-18 | 1 | -2/+2 |
|\ | |||||
| * | updated reference to remote_form_for | Vijay Dev | 2011-02-11 | 1 | -2/+2 |
| | | |||||
* | | Updated form rails guide for new place of authenticity_token option | Timothy N. Tsvetkov | 2011-02-07 | 1 | -3/+3 |
| | | | | | | | | Signed-off-by: Santiago Pastorino <santiago@wyeworks.com> | ||||
* | | Added tests for form_for and an authenticity_token option. Added docs for ↵ | Timothy N. Tsvetkov | 2011-02-05 | 1 | -0/+36 |
|/ | | | | | | | | for_for and authenticity_token option. Added section to form helpers guide about forms for external resources and new authenticity_token option for form_tag and form_for helpers. [#6228 state:committed] Signed-off-by: Santiago Pastorino <santiago@wyeworks.com> | ||||
* | deleting trailing whitespaces | Vijay Dev | 2010-12-19 | 1 | -1/+1 |
| | |||||
* | guides: gives clear instructions for feedback, removes links to the now ↵ | Xavier Noria | 2010-11-19 | 1 | -2/+0 |
| | | | | archived LH project | ||||
* | Merge branch 'master' of git://github.com/lifo/docrails | Xavier Noria | 2010-11-15 | 1 | -11/+11 |
|\ | |||||
| * | this reads better, i don't know what the other 'so on' are, doesn't help ↵ | Rajinder Yadav | 2010-11-09 | 1 | -1/+1 |
| | | | | | | | | reader imho | ||||
| * | added missing word to clear up meaning in my previous commit | Rajinder Yadav | 2010-11-09 | 1 | -1/+1 |
| | | |||||
| * | removed indentation, for code style consistency and readibility | Rajinder Yadav | 2010-11-08 | 1 | -8/+8 |
| | | |||||
| * | removed etc. not require | Rajinder Yadav | 2010-11-08 | 1 | -1/+1 |
| | | |||||
| * | added missing space and minor rewording | Rajinder Yadav | 2010-11-08 | 1 | -1/+1 |
| | | |||||
| * | corrected to Rails 3 syntax for declaring resources | Rajinder Yadav | 2010-11-08 | 1 | -1/+1 |
| | | |||||
* | | Change deprecated syntax and use f.submit instead of submit_tag | Santiago Pastorino | 2010-11-14 | 1 | -4/+4 |
|/ | |||||
* | switches guides code syntax highlighting to the better SyntaxHighlighter, I ↵ | Xavier Noria | 2010-10-24 | 1 | -5/+11 |
| | | | | did my best with the theme, I swear | ||||
* | corrected wording for better reading, fixed ugly intented quote by using ↵ | Rajinder Yadav | 2010-10-03 | 1 | -1/+1 |
| | | | | code tags | ||||
* | Updated all forms to accept UTF-8 encoding in Form Helpers guide wrt Rails 3. | Kulbir Saini | 2010-09-25 | 1 | -11/+18 |
| | |||||
* | Document form_for behaviour when using file_field inside the block | Joost Baaij | 2010-09-21 | 1 | -2/+4 |
| | |||||
* | Updated old fashion form_for samples. | oamblet | 2010-09-15 | 1 | -2/+2 |
| | | | | when 'form_for :resource, @resource ...' is found, remove the first argument (there is no need to use the :as option when the name is the same). | ||||
* | form helpers guide: fixes an example | Xavier Noria | 2010-08-09 | 1 | -1/+1 |
| | |||||
* | Guides: renaming to active_record_validations_callbacks for consistency and ↵ | Bryan Woods | 2010-06-16 | 1 | -1/+1 |
| | | | | updating links to reflect new path | ||||
* | Form Helpers guide: Use new syntax for fields_for examples | Josiah Ivey | 2010-05-25 | 1 | -4/+4 |
| | |||||
* | Guides: Fix numerous broken links | Josiah Ivey | 2010-05-16 | 1 | -2/+2 |
| | |||||
* | Added a note in the section on complex forms regarding nested attributes in 2.3 | Jared Giles | 2010-04-15 | 1 | -0/+1 |
| | |||||
* | First run of updating erb syntax for 3.0 | James Miller | 2010-04-06 | 1 | -9/+9 |
| | |||||
* | Fix form_helpers guide to validate XHTML 1.0 Strict | Jaime Iniesta | 2010-04-06 | 1 | -3/+5 |
| | |||||
* | fixes duplicate element IDs in some guides | Xavier Noria | 2010-04-04 | 1 | -1/+1 |
| | |||||
* | Corrects setting of :method on custom form_for | Malcolm Locke | 2010-03-06 | 1 | -1/+1 |
| | |||||
* | fixes broken links in form helpers guide | Xavier Noria | 2009-12-30 | 1 | -2/+2 |
| | |||||
* | form helpers guide: revises a TIP on resources | Xavier Noria | 2009-05-30 | 1 | -3/+7 |
| | |||||
* | Fixed links to the Routing Guide. | Joseph Pecoraro | 2009-05-30 | 1 | -2/+2 |
| | |||||
* | Added TIP about resources when using the short form_for syntax. | Joseph Pecoraro | 2009-05-30 | 1 | -0/+2 |
| | |||||
* | Clarification in an example. Grammar correction. | Joseph Pecoraro | 2009-05-29 | 1 | -7/+3 |
| | |||||
* | Capitalized Rails where appropriate. | Joseph Pecoraro | 2009-05-29 | 1 | -3/+3 |
| |