ember_cli_deploy_redis 1.0.2
Handles the serving of page contents of deployed ember-cli projects deployed using our fork of (ember-cli-deploy-redis)[https://github.com/Ahalogy/ember-cli-deploy-redis], which stores deployment information including the index page contents in Redis.
Gemfile:
=
安装:
=
Runtime 依赖 (1):
redis
>= 0
Development 依赖 (7):
dotenv
>= 0
fakeredis
>= 0
rack-test
>= 0
rspec
>= 0
rspec-html-matchers
>= 0
shoulda-matchers
>= 0
sinatra
>= 1.4.6, ~> 1.4
要求:
An Ember-ClI project
(ember-cli-deploy)[https://github.com/ember-cli/ember-cli-deploy], 0.4.x
(ember-cli-deploy-redis)[https://github.com/Ahalogy/ember-cli-deploy-redis]
A Ruby (Rails/Sinatra/etc) app to serve up the Ember-CLI project and provide it an API.