Public instance methods| edgeapi.rubyonrails.org
Defines an attribute with a type on this model. It will override the type of existing attributes if needed. This allows control over how values are converted to and from SQL when assigned to a model. It also changes the behavior of values passed to ActiveRecord::Base.where. This will let you use your domain objects across much of Active Record, without having to rely on implementation details or monkey patching.| edgeapi.rubyonrails.org
The RichText record holds the content produced by the Trix editor in a serialized body attribute. It also holds all the references to the embedded files...| edgeapi.rubyonrails.org
Provides a set of methods for making links and getting URLs that depend on the routing subsystem (see ActionDispatch::Routing). This allows you to use the...| edgeapi.rubyonrails.org
The TextHelper module provides a set of methods for filtering, formatting and transforming strings, which can reduce the amount of inline Ruby code in your...| edgeapi.rubyonrails.org
Adds methods to set and authenticate against a BCrypt password. This mechanism requires you to have a XXX_digest attribute, where XXX is the attribute name of your desired password.| edgeapi.rubyonrails.org