aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/form_helpers.md
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix indentation from 1b4b26f [ci skip]Zachary Scott2014-05-281-3/+3
|
* [ci skip] Improve form_helpers.md guide.Juanito Fatas2014-05-291-31/+25
|
* Merge pull request #14872 from jonatack/patch-7Vijay Dev2014-04-271-6/+11
|\ | | | | Grammar and formatting fixes in Form Helpers Guide
| * Grammar and formatting fixes in Form Helpers GuideJon Atack2014-04-251-6/+11
| | | | | | | | | | Improved version of #14851 after helpful feedback from @robin850 and @matthewd. [skip ci]
* | Fix code & grammar in Form Helpers GuideJon Atack2014-04-251-5/+5
|/ | | in the "Forms to External Resources" section [skip ci]
* [ci skip] builtin -> built-inAkshay Vishnoi2014-04-201-1/+1
|
* Updating select helper doc [ci skip]Rashmi Yadav2014-03-081-0/+10
|
* Fix fields_for documentation with index option [ci skip]Prathamesh Sonpatki2014-01-141-3/+10
| | | | | | | - fields_for documentation with index option was wrong. - It does not work with passing model as it is. - Changed the example by passing id of the address object. - Fixes #13125.
* Improved documents [ci skip]Kuldeep Aggarwal2013-12-141-1/+1
|
* Some improvements on building nested forms. [ci skip]Juanito Fatas2013-12-071-7/+11
|
* Add number and range field to form helpers articleJuanito Fatas2013-12-021-2/+16
| | | | | | Also wrap surrounding text to 80 chars. [ci skip] Closes #13132
* [ci skip] Consistency wording of 9.6 in form_helpers.mdJuanito Fatas2013-09-151-1/+1
| | | | | | Chapter 9 is giving a user and set of addresses example. So 'Add a new address' would be more consistent. Also change the javascript to JavaScript.
* Merge branch 'master' of github.com:rails/docrailsVijay Dev2013-09-131-1/+1
|\
| * html generated for a search formSergio2013-09-091-1/+1
| | | | | | There's a div that is generated in rails for a default search form and is not includen in the example.
* | Use Ruby on Rails Coding Conventions for code examples in the guidesPaul Nikitochkin2013-09-061-3/+3
|/ | | | | | | | * Indent after private/protected * Ruby >= 1.9 syntax for hashes * Prefer method { do_stuff } instead of method{do_stuff} for single-line blocks. [ci skip]
* cleans the guides sources from fancy non-ASCII stuffXavier Noria2013-08-231-5/+5
|
* Use binary mode to write uploaded files [ci skip] See: ↵Brendon Muir2013-08-161-1/+1
| | | | http://stackoverflow.com/a/4988984/129798 for an explanation for why this is required for Ruby 1.9.
* params keys are StringsAkira Matsuda2013-07-081-13/+13
|
* Fixing Issue #11083Akshay Khole2013-06-251-1/+1
| | | | Removing other occurrences of `the` appearing twice
* Remove double spaces in guidesSunny Ripert2013-05-281-2/+2
|
* Remove double spaces in code examplesSunny Ripert2013-05-281-1/+1
|
* Here was a 404 error: Active Record ValidationsZoltan Debre2013-04-071-1/+1
| | | Active Record Validations and Callbacks's URL and name is changed.
* Remove deprecated attr_accessible mentionAndrea2013-04-051-4/+1
|
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2013-03-301-1/+1
|\ | | | | | | | | | | | | | | | | Conflicts: activerecord/lib/active_record/connection_adapters/abstract/schema_statements.rb activerecord/test/cases/adapter_test.rb guides/source/testing.md [ci skip]
| * fix introduced `:` ; fix another typoVipul A M2013-03-201-1/+1
| |
| * more typos in guidesVipul A M2013-03-201-1/+1
| |
| * fix typo in form helpers guideMikhail Dieterle2013-03-151-1/+1
| |
| * do some typo fixingVipul A M2013-03-141-1/+1
| |
* | mention strong parameters in complex forms section of the guides.Yves Senn2013-03-271-1/+25
|/ | | | Closes #9921.
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2013-01-091-3/+3
|\ | | | | | | | | Conflicts: guides/source/getting_started.md
| * Link to the right fork of country_select.Franck Verrot2013-01-021-1/+1
| |
| * New hash syntax works only with symbol keysMikhail Dieterle2013-01-011-1/+1
| |
| * fix wrong hash syntaxMikhail Dieterle2013-01-011-1/+1
| |
* | Change guides to use update instead of update_attributesAmparo Luna + Guillermo Iguaran2013-01-031-3/+3
|/
* Improve EnglishRuafozy2013-01-011-5/+7
| | | | | | * Fix one error * Improve wording * Improve punctuation
* remove Mass Assignment reference from Form Helpers guide [ci skip]Francesco Rodriguez2012-12-101-1/+1
|
* Remove references to Rails versions.Steve Klabnik2012-12-071-2/+0
| | | | | | | | There's no reason for guides to reference old behaviors. They should be current as of the versions of Rails that they ship with, and including older information just clutters thing. I discussed this change with @fxn and he agrees.
* Fixed grammar in a lot of guide prologues.Katie Oldaker2012-12-071-7/+7
|
* Normalize on 'After reading this guide, you will know:'Steve Klabnik2012-11-291-1/+1
| | | | | We have three or four different introduction sentences to the guides. After this commit, we use the same one everywhere.
* Fix title of 'form helpers' guide.Steve Klabnik2012-11-291-2/+2
| | | | | | They're Rails Guides, so obviously we're talking about Rails Form Helpers. Also, 'helpers' should be capitalized.
* Add periods to the bullet points in guides.Steve Klabnik2012-11-291-7/+7
| | | | Talked with @fxn about this. Bullet points should have periods at the ends.
* Switch to 1.9 hash syntaxAgis Anastasopoulos2012-11-161-30/+30
| | | I've intentionally left out some spots as they're the expected output, and since Hash#inspect yields `=>` I guess it may be confusing for beginners to see one syntax in the guide and a different one in their system.
* use em-dashes instead of two minuses in guidesburningTyger2012-11-101-4/+4
|
* Add backticks around link_to example in javascript guide [ci skip]Carlos Antonio da Silva2012-10-281-1/+1
|
* No more Textile guide generation supportPrem Sichanugrist2012-09-171-1/+1
|
* Fix the usage of `*` in MarkdownPrem Sichanugrist2012-09-171-7/+7
| | | | | In Textile `*` would convert to `<strong>`, but in Markdown we have to use `**` instead.
* Fix remaining formatting problems in the guidePrem Sichanugrist2012-09-171-22/+22
|
* Convert all the links into Markdown formatPrem Sichanugrist2012-09-171-12/+12
|
* Convert all inline codes to Markdown syntaxPrem Sichanugrist2012-09-171-106/+106
|
* Convert inline code tags to MarkdownPrem Sichanugrist2012-09-171-3/+3
|