Ruby on Rails
Repository: https://github.com/flayyer/integration-examples/tree/main/examples/rails
Basically, we are going to use flayyer/flayyer-ruby to format Flayyer URL and kpumuk/meta-tags to render them into the <head />
of your views.
Add to your Gemfile:
Gemfile
And then execute:
Terminal.app
Add display_meta_tags
to your layouts files:
app/views/layouts/application.html.erb
We recommended adding a before action so every view has a Flayyer URL.
app/controllers/application_controller.rb
note
For more information refer to: