Commit Graph

15 Commits

Author SHA1 Message Date
BK e87ed40fd7
Update Documentation - add method which eliminates N + 1 queries 2020-02-17 00:42:02 +01:00
Carlos Antonio da Silva 95eb9cfd3c Fix markup and improve Action Text guide a bit [ci skip]
* 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.
2019-12-31 07:42:13 -03:00
Rafael França 4fbb393b25
Merge pull request #35023 from hahmed/deprecate-global-rails-command-docs
Remove reference to global rails command in the docs
2019-12-27 16:39:55 -03:00
Haroon Ahmed db1ae8cbb4 remove reference to global rails command and replace with bin/rails 2019-12-27 19:32:37 +00:00
Uģis Ozols e473eb392c Polish the Action Text guide [ci skip] 2019-12-26 20:23:48 -05:00
Petrik c711edb23f Use the 'What is FRAMEWORK?' title for all framework guides [ci skip]
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.
2019-12-20 13:18:22 +01:00
Jack Kinsella e1e9373fae
Reword docs on ActionText [ci skip] 2019-12-18 16:31:39 +01:00
Jack Kinsella 695b6e0d86
Update ActionText docs [ci skip]
- Added guidance on issues with webpacker (making actiontext more beginner friendly)
- Clarify confusion about whether `content` attribute in database is needed.
2019-12-18 14:42:21 +01:00
Rafael França 3bcc0ae0f4
Merge pull request #36143 from fedeagripa/guides/action-text_backend
Add backend API doc for action text [ci skip]
2019-12-17 21:19:32 -03:00
Jonathan Hefner f2cedf9151 Update form examples [ci skip]
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 8ff7ca5d11.
2019-11-01 18:10:36 -05:00
Yuji Yaginuma 3567fa53f7
Merge pull request #36117 from shioimm/fix_action_text_overview
Fix installation on guides/source/action_text_overview.md
2019-06-09 07:10:14 +09:00
Misaki Shioi 86ba1ee824 Fix installation on guides/source/action_text_overview.md
gem 'image_proccessing' is required.
2019-06-08 23:46:43 +09:00
fedeagripa ed7f409d52 Add backend API doc for action text 2019-05-28 15:33:01 -03:00
Alec Clarke 4c3231ebb6 [ci skip] Correct the stylesheet name used in the guide.
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.
2019-05-02 19:32:52 -04:00
bogdanvlviv 0fb6c9011f
Add Action Text to guides [ci skip]
- 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
2019-01-05 13:30:37 +02:00