Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
NotificationsYou must be signed in to change notification settings

joshmn/caffeinate-webui

Repository files navigation

Provides a simple UI to view and manage some aspects of Caffeinate.

Caffeinate logo
Caffeinate WebUI Example

Installation

Add this line to your application's Gemfile:

gem'caffeinate_webui'

And then execute:

$ bundle install

Drop it into your routes:

mountCaffeinate::Webui::Engine=>'/admin/caffeinate'

Protect it

If you're using Devise, you can simply:

authenticate:user,->(user){user.admin?}domountCaffeinate::Webui::Engine=>'/admin/caffeinate'end

Otherwise, protect it with your preferred rack-based strategy.

Features

  • Some lightweight dashboard stuff
  • View campaigns and their steps
  • View subscriptions
  • Unsubscribe a subscription
  • View mailings

Dependencies

Doesn't need Sprockets, so I guess that's nice.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp