1. 31 12月, 2019 1 次提交
    • C
      Fix markup and improve Action Text guide a bit [ci skip] · 95eb9cfd
      Carlos Antonio da Silva 提交于
      * The last html block wasn't formatting properly, it needed a blank line
        between the paragraph and the text.
      * The ordered list wasn't generating the sequence, but always showing 1.,
        the inner content/examples needed to be indented for that to work.
      * Mark some pieces as inline code for highlighting.
      * Tweak a couple sentences.
      95eb9cfd
  2. 28 12月, 2019 1 次提交
  3. 27 12月, 2019 1 次提交
  4. 20 12月, 2019 1 次提交
    • P
      Use the 'What is FRAMEWORK?' title for all framework guides [ci skip] · c711edb2
      Petrik 提交于
      Action View, Active Record and Active Storage use the 'What is
      FRAMEWORK?' title for the framework introduction, the other frameworks
      use 'Introduction'. The 'What is' form is more descriptive and better
      for SEO.
      
      This change makes the titles more consistent by using the 'What is
      FRAMEWORK?' title for the other frameworks.
      c711edb2
  5. 18 12月, 2019 2 次提交
  6. 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
  7. 08 6月, 2019 1 次提交
  8. 29 5月, 2019 1 次提交
  9. 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
  10. 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