Deprecated — gem consolidated

This gem has been merged into the main goldlapel gem.

Install instead:

# Gemfile
gem 'goldlapel'

then

require 'goldlapel/rails'

Source code: https://github.com/goldlapel/goldlapel-ruby

This redirect gem remains installable for backward compatibility — it depends transitively on goldlapel and the canonical goldlapel/rails.rb keeps working unchanged — but emits a deprecation warning on load.

New development happens in the consolidated repo.


goldlapel-rails (legacy)

This gem has been consolidated into goldlapel.

Install with:

gem install goldlapel

Then use require 'goldlapel/rails' in your Rails app. See the Gold Lapel docs for details.