redirect_from |
---|
/docs/0-installation.html |
Caffeinate is a Ruby Gem meant to be used with the Ruby on Rails framework.
gem 'caffeinate'
It's a Rails Engine that can be injected into your existing Ruby on Rails application.
After installing the gem, you need to run the install generator.
$ rails g caffeinate:install
The generator adds these core files:
app/campaign_mailers/application_campaign.rb
config/initializers/caffeinate.rb
Now, migrate your database before starting the server:
$ rails db:migrate
Next, configure Caffeinate.