Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve readability in form helpers guide [ci skip] | tkoyama1988 | 2018-09-17 | 1 | -2/+2 |
| | |||||
* | [ci skip] Typo in form helpers guide | Nicolas Maloeuvre | 2018-08-30 | 1 | -1/+1 |
| | |||||
* | Update "Action View Form Helpers" guide [ci skip] | bogdanvlviv | 2018-08-27 | 1 | -96/+118 |
| | |||||
* | Follow up #33523 [ci skip] | bogdanvlviv | 2018-08-27 | 1 | -50/+20 |
| | | | | | | | | | | | This commit is the next work after #33523. Also, this commit removes mention about hidden `utf8` input. Since form helpers don't generate this input by default since #32125. Note that I also had created PR #31972 with improvements to "Action View Form Helpers" guide, but I'll rebase it after merging the current PR. | ||||
* | Merge pull request #33681 from minaslater/replace-white-and-blacklist | Aaron Patterson | 2018-08-23 | 1 | -2/+2 |
|\ | | | | | [ci skip] change all instances of blacklist and whitelist to denylist… | ||||
| * | [ci skip] corrects more grammar awkwardness, replacing denylist with ↵ | Mina Slater | 2018-08-22 | 1 | -1/+1 |
| | | | | | | | | restricted list and consistently use permitted | ||||
| * | [ci skip] fixes awkward grammar | Mina Slater | 2018-08-22 | 1 | -2/+2 |
| | | |||||
| * | [ci skip] change all instances of blacklist and whitelist to denylist and ↵ | Mina Slater | 2018-08-21 | 1 | -2/+2 |
| | | | | | | | | allowlist | ||||
* | | Include form_with in form_helpers rails guide (#33523) | Nick Schwaderer | 2018-08-22 | 1 | -53/+49 |
|/ | | | | | | | | | | | | | | | | | | | | * Include form_with in form_helpers rails guide * Include form_tag and form_for footnote * Id and class attributes are not wrapped anymore * Include note that all form_with forms are remote:true by default * Underline most common use case of form_with is with arguments * Form_with no longer accepts multiple hashes in form helper calls * Review final sections * Revert extra documentation * Remove unnecessary link | ||||
* | Reference Active Storage instead of third-party libraries in guide | Paul McMahon | 2018-07-26 | 1 | -1/+1 |
| | | | | | | | | | | | Paperclip has officially been deprecated, so we shouldn't mention it anymore. CarrierWave could still be referenced, as there are use cases where it currently makes more sense, but for simplicity, I thought removing the mention of third party libraries made sense. If we want to talk about them, listing "alternatives" within the Active Storage guide could make more sense. | ||||
* | Rails guides are now served over https | Paul McMahon | 2018-07-24 | 1 | -1/+1 |
| | | | | | http links will be redirected to the https version, but still better to just directly link to the https version. | ||||
* | Added a lot of Oxford commas | Anthony Crumley | 2018-05-10 | 1 | -8/+8 |
| | | | | | | | [ci skip] A regular expression was used to find a lot of missing Oxford commas and add them. The regular expression was as follows. ", ([a-zA-Z0-9.\`:'\"]+ ){1,6}(or|and) " | ||||
* | Merge pull request #30474 from yhirano55/make_it_same_title_in_index_and_page | Eileen M. Uchitelle | 2017-12-13 | 1 | -2/+2 |
|\ | | | | | Make it same title in index and page [ci skip] | ||||
| * | Make it same title in index and page [ci skip] | Yoshiyuki Hirano | 2017-08-31 | 1 | -2/+2 |
| | | |||||
* | | [ci skip] Add a missing space before closing curly braces | willnet | 2017-12-02 | 1 | -1/+1 |
| | | |||||
* | | Update Form Helpers guide to fix example codes [ci skip] | Yoshiyuki Hirano | 2017-09-17 | 1 | -7/+11 |
|/ | | | | | | | | * It looks that example codes are not based on actual output. So I've fixed it. * Specifically: * There are no lines about utf-8 and authenticity_token. * The submit button doesn't have data-disabled-with attribute. * Each attribute order of html element is different from actual ones. | ||||
* | Merge pull request #28432 from marksiemers/master | Rafael França | 2017-04-20 | 1 | -1/+1 |
|\ | | | | | Update 'Building Complex Forms' with `inverse_of` | ||||
| * | Update 'Building Complex Forms' with `inverse_of` | marksiemers | 2017-03-15 | 1 | -1/+1 |
| | | | | | | If the example for complex forms is implemented, ActiveRecord will prevent saving unless `inverse_of: :person` is added to the `has_many :addresses` association. | ||||
* | | Remove datetime fields from helper list [ci skip] | yuuji.yaginuma | 2017-04-19 | 1 | -1/+1 |
|/ | | | | | | The `datetime_field` is an alias of the `datetime_local_field`, there is no helper to generate datetime fields. Ref: #25469 | ||||
* | Add link to mentioned API [ci skip] (#28392) | Vipul A M | 2017-03-12 | 1 | -1/+1 |
| | |||||
* | Fixes #27202, [ci skip] | utilum | 2016-11-30 | 1 | -2/+0 |
| | |||||
* | remove deprecated `datetime_field` from guide [ci skip] | yuuji.yaginuma | 2016-04-03 | 1 | -2/+0 |
| | | | | `datetime_field` was deprecated in 316811b4d3f4e5a1a7bcd03de97c67218770e333 | ||||
* | [ci skip] No hyphen in 'side effects' | Michael Groeneman | 2016-02-23 | 1 | -1/+1 |
| | |||||
* | [ci skip] Fix typo in Form Helpers Guide | Michael Groeneman | 2016-02-23 | 1 | -1/+1 |
| | |||||
* | ApplicationRecord documentation pass | Genadi Samokovarov | 2015-12-17 | 1 | -4/+4 |
| | | | | | | | This is a pass over the documentation which fills the missing gaps of `ApplicationRecord`. [ci skip] | ||||
* | Add comma to to make the information clear | Ubuntu | 2015-11-07 | 1 | -1/+1 |
| | |||||
* | Minor cleanup for form helpers guide [ci skip] | Scott González | 2015-10-08 | 1 | -6/+8 |
| | |||||
* | Remove TIP on parse_query | David Verhasselt | 2015-10-05 | 1 | -7/+0 |
| | | | | [ci skip] | ||||
* | Remove yepnope mention from form helpers guide because it's deprecated [ci skip] | Anton Chuchkalov | 2015-07-30 | 1 | -3/+2 |
| | |||||
* | [ci skip] Upcase `when` | yui-knk | 2015-05-16 | 1 | -1/+1 |
| | |||||
* | [ci skip] Fix to a singular form (person has one contact_detail) | yui-knk | 2015-05-16 | 1 | -2/+2 |
| | |||||
* | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2015-03-26 | 1 | -1/+1 |
|\ | | | | | | | | | Conflicts: guides/source/4_0_release_notes.md | ||||
| * | [ci skip] Fix link format | yui-knk | 2015-03-15 | 1 | -1/+1 |
| | | |||||
* | | [ci skip] Add link for "parameter_names section" | yui-knk | 2015-03-23 | 1 | -1/+1 |
|/ | |||||
* | [ci skip] Fix fenced code block lang | yui-knk | 2015-03-01 | 1 | -1/+1 |
| | |||||
* | Improving 'Customizing Form Builder' section with example [ci skip] | Andrey Nering | 2015-01-16 | 1 | -1/+8 |
| | |||||
* | Merge pull request #18503 from vipulnsward/guides-in-on | Xavier Noria | 2015-01-14 | 1 | -1/+1 |
|\ | | | | | Changed `IN` to `ON` in markdown renderer condition | ||||
| * | - Changed `IN` to `ON` in markdown renderer condition | Vipul A M | 2015-01-14 | 1 | -1/+1 |
| | | | | | | | | - Changed `IN` to `ON` in all note sentences in guides. | ||||
* | | Fix form_for guide binding a form to an object. | Derek Reeve | 2015-01-13 | 1 | -2/+2 |
|/ | | | | | | | The HTML generated using url: { action: :create} will not generate the form action "/articles/create", it should generate the form action "/articles" for a new object. | ||||
* | warn about reading guides in GitHub | Xavier Noria | 2014-12-23 | 1 | -0/+2 |
| | | | | References #18148. | ||||
* | Merge pull request #17796 from leafac/fix-format | Yves Senn | 2014-11-27 | 1 | -1/+9 |
|\ | | | | | | | Fix format "Form Helpers" guide | ||||
| * | Fix format "Form Helpers" guide | Leandro Facchinetti | 2014-11-26 | 1 | -1/+1 |
| | | | | | | | | The `"_tag"` was interpreted as the start of a italics. | ||||
* | | [ci skip] Add highlight to code (form helper guide). | Juanito Fatas | 2014-10-25 | 1 | -1/+1 |
| | | |||||
* | | form_helpers: demonstrating there is also a collection_select method in form ↵ | Thiago Pinto | 2014-09-13 | 1 | -0/+6 |
|/ | | | | builder | ||||
* | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2014-09-03 | 1 | -1/+1 |
|\ | |||||
| * | code quotes for classname | Mikhail Dieterle | 2014-08-24 | 1 | -1/+1 |
| | | |||||
* | | Adjusted punctuation and grammar for Form Helpers guide [ci skip] | Brian Jordan | 2014-08-26 | 1 | -16/+16 |
|/ | |||||
* | Fix indentation from 1b4b26f [ci skip] | Zachary Scott | 2014-05-28 | 1 | -3/+3 |
| | |||||
* | [ci skip] Improve form_helpers.md guide. | Juanito Fatas | 2014-05-29 | 1 | -31/+25 |
| | |||||
* | Merge pull request #14872 from jonatack/patch-7 | Vijay Dev | 2014-04-27 | 1 | -6/+11 |
|\ | | | | | Grammar and formatting fixes in Form Helpers Guide |