1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
Commit graph

11 commits

Author SHA1 Message Date
Haroon Ahmed
db1ae8cbb4 remove reference to global rails command and replace with bin/rails 2019-12-27 19:32:37 +00: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