Created by: seanpdoyle
This commit introduces a Fields::Url
field.
When used in a form, the field will be rendered as an <input type="url">
element.
When used on show
and index
pages, the field will be rendered as an
<a href="..."></a>
element.
Additionally, ensure that the fields are searchable and truncated to 50 characters, by default.
.ruby-version
asdf compatible
Make Since August 2017, the thoughtbot/dotfiles
have used ASDF
for tool version management.
The asdf
package manager can support "legacy" configuration
files like .ruby-version
.
This commit changes the project's .ruby-version
format for
interoperability between asdf
and rbenv
.