Created
March 31, 2021 09:57
-
-
Save theachyutkadam/5e253fb923bc57722d313e6ac626dfda to your computer and use it in GitHub Desktop.
Added Rails 6 new features.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Action Text:- | |
How To Implement:- | |
If you want to add action_text into User model. | |
Step:- | |
1. rails action_text:install | |
2. add “has_rich_text :text” string into user.rb | |
3. <%= form.rich_text_area :content %> | |
RealTimeUser:- | |
Wikipedia use this text feature, for write/store information. | |
Work/Feature:- | |
User can write a large size of text with adding extra features into the text, like | |
* add link | |
* add image | |
* change word/sentence size/colour | |
* add points. | |
Multi DB:- | |
Action Mailer:- |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment