1. 02 11月, 2019 1 次提交
    • J
      Update form examples [ci skip] · f2cedf91
      Jonathan Hefner 提交于
      Convert examples to use `form_with` instead of `form_for` or `form_tag`,
      which have been soft-deprecated.  Also rename form variable in examples
      from `f` to `form`, as exemplified by 8ff7ca5d.
      f2cedf91
  2. 08 6月, 2019 1 次提交
  3. 29 5月, 2019 1 次提交
  4. 03 5月, 2019 1 次提交
    • A
      [ci skip] Correct the stylesheet name used in the guide. · 4c3231eb
      Alec Clarke 提交于
      In the Action Text guides, `app/assets/stylesheets/actiontext.css`
      is specified as the file used to style the Action Text editor and
      content but the actual file generated from `rails action_text:install`
      is `app/assets/stylesheets/actiontext.scss`.
      
      This change simply corrects the file extension shown in the guide.
      4c3231eb
  5. 05 1月, 2019 1 次提交
    • B
      Add Action Text to guides [ci skip] · 0fb6c901
      bogdanvlviv 提交于
      - Move some actiontext/README.md content to Action Text Overview guide
      - I added WIP label to that guide since we definitely want to complement it.
      - Add Action Text to Major Features of Rails 6.0
      
      Similar approach was used in #34812
      0fb6c901