Skip to content

Instantly share code, notes, and snippets.

@theachyutkadam
Created March 31, 2021 09:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save theachyutkadam/5e253fb923bc57722d313e6ac626dfda to your computer and use it in GitHub Desktop.
Save theachyutkadam/5e253fb923bc57722d313e6ac626dfda to your computer and use it in GitHub Desktop.
Added Rails 6 new features.
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