Skip to content

Commit 16b9290

Browse files
committed
rails_apps_composer: prepare for deployment
1 parent 9ea7b0a commit 16b9290

8 files changed

+52
-0
lines changed

app.json

+42
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
{
2+
"name": "Memberful Example",
3+
"description": "Starter application generated by Rails Composer",
4+
"logo": "https://avatars3.githubusercontent.com/u/788200",
5+
"repository": "https://github.com/RailsApps/none",
6+
"keywords": [
7+
"Rails Composer",
8+
"RailsApps",
9+
"starter",
10+
"RSpec",
11+
"authentication",
12+
"OmniAuth",
13+
"authorization",
14+
"Pundit",
15+
"Ruby",
16+
"Rails"
17+
],
18+
"scripts": {"postdeploy": "bundle exec rake db:migrate; bundle exec rake db:seed"},
19+
"env": {
20+
"MANDRILL_USERNAME": {
21+
"description": "Your Mandrill address for sending mail.",
22+
"value": "[email protected]",
23+
"required": false
24+
},
25+
"MANDRILL_APIKEY": {
26+
"description": "Your Mandrill API key for sending mail.",
27+
"value": "changeme",
28+
"required": false
29+
},
30+
"OMNIAUTH_PROVIDER_KEY": {
31+
"description": "Credentials from Twitter, Facebook, or another provider.",
32+
"value": "some_long_key",
33+
"required": false
34+
},
35+
"OMNIAUTH_PROVIDER_SECRET": {
36+
"description": "Credentials from Twitter, Facebook, or another provider.",
37+
"value": "some_long_key",
38+
"required": false
39+
},
40+
"RAILS_ENV": "production"
41+
}
42+
}

public/assets/application-43468baae25a5f1c231958de5b7f7b9c.css

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Binary file not shown.

public/assets/application-7ed39145685e5b39f765aba00b1b6908.js

+7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"files":{"application-7ed39145685e5b39f765aba00b1b6908.js":{"logical_path":"application.js","mtime":"2015-02-06T09:48:52-05:00","size":220316,"digest":"7ed39145685e5b39f765aba00b1b6908"},"application-43468baae25a5f1c231958de5b7f7b9c.css":{"logical_path":"application.css","mtime":"2015-02-06T09:48:44-05:00","size":204816,"digest":"43468baae25a5f1c231958de5b7f7b9c"},"vendor/modernizr-50e63df78e278bef5a9c8dab29c3f23d.js":{"logical_path":"vendor/modernizr.js","mtime":"2015-02-06T09:44:03-05:00","size":11084,"digest":"50e63df78e278bef5a9c8dab29c3f23d"}},"assets":{"application.js":"application-7ed39145685e5b39f765aba00b1b6908.js","application.css":"application-43468baae25a5f1c231958de5b7f7b9c.css","vendor/modernizr.js":"vendor/modernizr-50e63df78e278bef5a9c8dab29c3f23d.js"}}

public/assets/vendor/modernizr-50e63df78e278bef5a9c8dab29c3f23d.js

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Binary file not shown.

0 commit comments

Comments
 (0)