aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/form_helpers.textile
Commit message (Expand)AuthorAgeFilesLines
* uses PATCH for the forms of persisted records, and routes PATCH and PUT to th...Xavier Noria2012-02-241-6/+1
* Add config.default_method_for_update to support PATCHDavid Lee2012-02-221-5/+10
* Add HTML5 input[type="date"] helperOlek Janiszewski2012-02-121-3/+5
* Fixed typo. "from" should be "form".Ying Tsen Hong2012-01-301-1/+1
* ActionController::UrlEncodedPairParser is deprecated. Replaced the url parsin...Makoto Inoue2012-01-161-2/+2
* minor typo fixVijay Dev2011-12-011-1/+1
* update guidesVasiliy Ermolovich2011-11-281-1/+1
* No more changelogs inside guidesVijay Dev2011-09-151-10/+0
* Updates to remove extra whitespaces and notably fix a whitespace issue with a...Jeff Dutil2011-08-161-1/+0
* Revert "grammatical changes"Xavier Noria2011-08-131-2/+1
* grammatical changesJudeArasu2011-08-131-1/+2
* Improve ch. 1 of the Form Helpers guideElliot Winkler2011-07-241-46/+28
* minor corrections in form helpers guide and api docsVijay Dev2011-07-201-5/+4
* Add seach, tel, url and email inputs as 'Other Helpers of Interest'Ray Baxter2011-07-171-3/+11
* Remove attachment_fu, add CarrierWave to suggested uploader librariesJames Miller2011-07-051-1/+1
* Fixed typoMikhail Dieterle2011-06-221-1/+1
* Spelling corrections in the guides.Evan Farrar2011-05-291-1/+1
* Changin 'for' with 'each' on FormHelpers guideGuillermo Iguaran2011-05-191-1/+1
* Remove extra whitespaces from guidesSebastian Martinez2011-04-141-3/+3
* update plugin urls to reflect official maintainersVijay Dev2011-03-101-1/+1
* more "SSL everywhere" for GitHub URLsAkira Matsuda2011-03-071-5/+5
* merges docrailsXavier Noria2011-02-181-2/+2
|\
| * updated reference to remote_form_forVijay Dev2011-02-111-2/+2
* | Updated form rails guide for new place of authenticity_token optionTimothy N. Tsvetkov2011-02-071-3/+3
* | Added tests for form_for and an authenticity_token option. Added docs for for...Timothy N. Tsvetkov2011-02-051-0/+36
|/
* deleting trailing whitespacesVijay Dev2010-12-191-1/+1
* guides: gives clear instructions for feedback, removes links to the now archi...Xavier Noria2010-11-191-2/+0
* Merge branch 'master' of git://github.com/lifo/docrailsXavier Noria2010-11-151-11/+11
|\
| * this reads better, i don't know what the other 'so on' are, doesn't help read...Rajinder Yadav2010-11-091-1/+1
| * added missing word to clear up meaning in my previous commitRajinder Yadav2010-11-091-1/+1
| * removed indentation, for code style consistency and readibilityRajinder Yadav2010-11-081-8/+8
| * removed etc. not requireRajinder Yadav2010-11-081-1/+1
| * added missing space and minor rewordingRajinder Yadav2010-11-081-1/+1
| * corrected to Rails 3 syntax for declaring resourcesRajinder Yadav2010-11-081-1/+1
* | Change deprecated syntax and use f.submit instead of submit_tagSantiago Pastorino2010-11-141-4/+4
|/
* switches guides code syntax highlighting to the better SyntaxHighlighter, I d...Xavier Noria2010-10-241-5/+11
* corrected wording for better reading, fixed ugly intented quote by using code...Rajinder Yadav2010-10-031-1/+1
* Updated all forms to accept UTF-8 encoding in Form Helpers guide wrt Rails 3.Kulbir Saini2010-09-251-11/+18
* Document form_for behaviour when using file_field inside the blockJoost Baaij2010-09-211-2/+4
* Updated old fashion form_for samples.oamblet2010-09-151-2/+2
* form helpers guide: fixes an exampleXavier Noria2010-08-091-1/+1
* Guides: renaming to active_record_validations_callbacks for consistency and u...Bryan Woods2010-06-161-1/+1
* Form Helpers guide: Use new syntax for fields_for examplesJosiah Ivey2010-05-251-4/+4
* Guides: Fix numerous broken linksJosiah Ivey2010-05-161-2/+2
* Added a note in the section on complex forms regarding nested attributes in 2.3Jared Giles2010-04-151-0/+1
* First run of updating erb syntax for 3.0James Miller2010-04-061-9/+9
* Fix form_helpers guide to validate XHTML 1.0 StrictJaime Iniesta2010-04-061-3/+5
* fixes duplicate element IDs in some guidesXavier Noria2010-04-041-1/+1
* Corrects setting of :method on custom form_forMalcolm Locke2010-03-061-1/+1
* fixes broken links in form helpers guideXavier Noria2009-12-301-2/+2