Docs
Updates

Updates

Rails UI ships as a Ruby gem hosted on GitHub. Updates are simple with Bundler and Git.

Source code lives on GitHub for easier updates, releases, and distribution. The free version lives on rubygems.org.

Updates with Bundler

Run Bundler's update command to fetch the latest version:

bundle update railsui

Or update all gems:

bundle update --all

To update to a specific version, use Bundler's versioning options. Learn more.

A subscription provides ongoing access to premium templates, components, design systems, and mailers.

Free and premium updates are released in versioned batches.

V2 to V3 Updates

Version 2 of Rails UI is sunset with no upgrade path. Version 3 is a complete rewrite for better flexibility, offering theme swapping, installation on new and existing Rails apps, and numerous features. This enables efficient future development and existing app integration.

Version 2 exists on a dedicated GitHub branch. Active users should update their Gemfile to reference the correct branch.

Version 2

bundle update --all
gem 'railsui', github: 'getrailsui/railsui', branch: 'v2'

Version 3+

Version 3 lives on the main branch and rubygems.org.

bundle update --all
gem 'railsui'

Get all updates directly to your inbox.
Sign up for the newsletter.

    We won't send you spam. Unsubscribe at any time.