Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • A administrate
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 96
    • Issues 96
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 32
    • Merge requests 32
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • thoughtbot, inc.
  • administrate
  • Merge requests
  • !1262

Introduce `Fields::Url`

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Administrator requested to merge url-field into master Dec 14, 2018
  • Overview 3
  • Commits 2
  • Pipelines 0
  • Changes 12

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.


Make .ruby-version asdf compatible

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.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: url-field