meroku 2.0.22 → 2.0.23
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.gitignore +0 -1
- data/.travis.yml +0 -10
- data/Guardfile +43 -0
- data/LICENSE.txt +1 -1
- data/README.md +29 -89
- data/bin/meroku +5 -3
- data/{frontend → data}/etc_nginx_sites-enabled_template +0 -0
- data/guard +25 -0
- data/lib/meroku.rb +17 -20
- data/lib/meroku/api.rb +15 -3
- data/lib/meroku/aws.rb +69 -6
- data/lib/meroku/cli.rb +23 -91
- data/lib/meroku/error.rb +11 -0
- data/lib/meroku/node.rb +70 -70
- data/lib/meroku/options.rb +79 -0
- data/lib/meroku/secrets.rb +38 -0
- data/lib/meroku/shared.rb +23 -0
- data/lib/meroku/user.rb +25 -0
- data/lib/meroku/version.rb +3 -1
- data/meroku.gemspec +10 -19
- metadata +20 -319
- data/circle.yml +0 -23
- data/frontend/.gitignore +0 -23
- data/frontend/.ruby-version +0 -2
- data/frontend/Gemfile +0 -61
- data/frontend/Gemfile.lock +0 -236
- data/frontend/README.md +0 -24
- data/frontend/Rakefile +0 -6
- data/frontend/app/assets/config/manifest.js +0 -3
- data/frontend/app/assets/images/.keep +0 -0
- data/frontend/app/assets/javascripts/application.js +0 -15
- data/frontend/app/assets/javascripts/apps.coffee +0 -3
- data/frontend/app/assets/javascripts/cable.js +0 -13
- data/frontend/app/assets/javascripts/channels/.keep +0 -0
- data/frontend/app/assets/javascripts/pages.coffee +0 -3
- data/frontend/app/assets/javascripts/publickeys.coffee +0 -3
- data/frontend/app/assets/stylesheets/application.css +0 -15
- data/frontend/app/assets/stylesheets/apps.scss +0 -3
- data/frontend/app/assets/stylesheets/pages.scss +0 -3
- data/frontend/app/assets/stylesheets/publickeys.scss +0 -3
- data/frontend/app/assets/stylesheets/scaffolds.scss +0 -84
- data/frontend/app/channels/application_cable/channel.rb +0 -4
- data/frontend/app/channels/application_cable/connection.rb +0 -4
- data/frontend/app/controllers/application_controller.rb +0 -4
- data/frontend/app/controllers/apps_controller.rb +0 -83
- data/frontend/app/controllers/concerns/.keep +0 -0
- data/frontend/app/controllers/publickeys_controller.rb +0 -82
- data/frontend/app/controllers/users/confirmations_controller.rb +0 -28
- data/frontend/app/controllers/users/omniauth_callbacks_controller.rb +0 -28
- data/frontend/app/controllers/users/passwords_controller.rb +0 -32
- data/frontend/app/controllers/users/registrations_controller.rb +0 -74
- data/frontend/app/controllers/users/sessions_controller.rb +0 -34
- data/frontend/app/controllers/users/unlocks_controller.rb +0 -28
- data/frontend/app/helpers/application_helper.rb +0 -2
- data/frontend/app/helpers/apps_helper.rb +0 -2
- data/frontend/app/helpers/pages_helper.rb +0 -2
- data/frontend/app/helpers/publickeys_helper.rb +0 -2
- data/frontend/app/jobs/application_job.rb +0 -2
- data/frontend/app/lib/cmd.rb +0 -11
- data/frontend/app/mailers/application_mailer.rb +0 -4
- data/frontend/app/models/app.rb +0 -37
- data/frontend/app/models/application_record.rb +0 -3
- data/frontend/app/models/concerns/.keep +0 -0
- data/frontend/app/models/publickey.rb +0 -15
- data/frontend/app/models/user.rb +0 -22
- data/frontend/app/policies/application_policy.rb +0 -53
- data/frontend/app/policies/publickey_policy.rb +0 -7
- data/frontend/app/serializable/serializable_app.rb +0 -6
- data/frontend/app/serializable/serializable_publickey.rb +0 -7
- data/frontend/app/serializable/serializable_user.rb +0 -8
- data/frontend/app/serializers/app_serializer.rb +0 -3
- data/frontend/app/serializers/publickey_serializer.rb +0 -4
- data/frontend/app/views/apps/_app.json.jbuilder +0 -2
- data/frontend/app/views/apps/_form.html.erb +0 -22
- data/frontend/app/views/apps/edit.html.erb +0 -6
- data/frontend/app/views/apps/index.html.erb +0 -27
- data/frontend/app/views/apps/index.json.jbuilder +0 -1
- data/frontend/app/views/apps/new.html.erb +0 -5
- data/frontend/app/views/apps/show.html.erb +0 -9
- data/frontend/app/views/apps/show.json.jbuilder +0 -1
- data/frontend/app/views/devise/confirmations/new.html.erb +0 -16
- data/frontend/app/views/devise/mailer/confirmation_instructions.html.erb +0 -5
- data/frontend/app/views/devise/mailer/email_changed.html.erb +0 -7
- data/frontend/app/views/devise/mailer/password_change.html.erb +0 -3
- data/frontend/app/views/devise/mailer/reset_password_instructions.html.erb +0 -8
- data/frontend/app/views/devise/mailer/unlock_instructions.html.erb +0 -7
- data/frontend/app/views/devise/passwords/edit.html.erb +0 -25
- data/frontend/app/views/devise/passwords/new.html.erb +0 -16
- data/frontend/app/views/devise/registrations/edit.html.erb +0 -43
- data/frontend/app/views/devise/registrations/new.html.erb +0 -29
- data/frontend/app/views/devise/sessions/new.html.erb +0 -26
- data/frontend/app/views/devise/shared/_links.html.erb +0 -25
- data/frontend/app/views/devise/unlocks/new.html.erb +0 -16
- data/frontend/app/views/layouts/application.html.erb +0 -16
- data/frontend/app/views/layouts/mailer.html.erb +0 -13
- data/frontend/app/views/layouts/mailer.text.erb +0 -1
- data/frontend/app/views/publickeys/_form.html.erb +0 -32
- data/frontend/app/views/publickeys/_publickey.json.jbuilder +0 -2
- data/frontend/app/views/publickeys/edit.html.erb +0 -6
- data/frontend/app/views/publickeys/index.html.erb +0 -31
- data/frontend/app/views/publickeys/index.json.jbuilder +0 -1
- data/frontend/app/views/publickeys/new.html.erb +0 -5
- data/frontend/app/views/publickeys/show.html.erb +0 -19
- data/frontend/app/views/publickeys/show.json.jbuilder +0 -1
- data/frontend/bin/bundle +0 -3
- data/frontend/bin/rails +0 -9
- data/frontend/bin/rake +0 -9
- data/frontend/bin/setup +0 -38
- data/frontend/bin/spring +0 -17
- data/frontend/bin/update +0 -29
- data/frontend/bin/yarn +0 -11
- data/frontend/config.ru +0 -5
- data/frontend/config/application.rb +0 -18
- data/frontend/config/boot.rb +0 -3
- data/frontend/config/cable.yml +0 -10
- data/frontend/config/database.yml +0 -87
- data/frontend/config/environment.rb +0 -5
- data/frontend/config/environments/development.rb +0 -56
- data/frontend/config/environments/production.rb +0 -97
- data/frontend/config/environments/test.rb +0 -42
- data/frontend/config/initializers/ams.rb +0 -3
- data/frontend/config/initializers/application_controller_renderer.rb +0 -8
- data/frontend/config/initializers/assets.rb +0 -14
- data/frontend/config/initializers/backtrace_silencers.rb +0 -7
- data/frontend/config/initializers/cookies_serializer.rb +0 -5
- data/frontend/config/initializers/devise.rb +0 -277
- data/frontend/config/initializers/filter_parameter_logging.rb +0 -4
- data/frontend/config/initializers/inflections.rb +0 -16
- data/frontend/config/initializers/mime_types.rb +0 -4
- data/frontend/config/initializers/wrap_parameters.rb +0 -14
- data/frontend/config/locales/devise.en.yml +0 -64
- data/frontend/config/locales/en.yml +0 -33
- data/frontend/config/puma.rb +0 -66
- data/frontend/config/routes.rb +0 -11
- data/frontend/config/secrets.yml +0 -32
- data/frontend/config/spring.rb +0 -6
- data/frontend/db/migrate/20171023223732_devise_create_users.rb +0 -42
- data/frontend/db/migrate/20171025203706_create_apps.rb +0 -9
- data/frontend/db/migrate/20171025223804_add_user_to_apps.rb +0 -5
- data/frontend/db/migrate/20171026071440_create_publickeys.rb +0 -11
- data/frontend/db/migrate/20171028150506_add_apisecret_to_users.rb +0 -6
- data/frontend/db/schema.rb +0 -32
- data/frontend/db/seeds.rb +0 -7
- data/frontend/etc_nginx_sites-enabled_default +0 -29
- data/frontend/lib/assets/.keep +0 -0
- data/frontend/lib/tasks/.keep +0 -0
- data/frontend/log/.keep +0 -0
- data/frontend/package.json +0 -5
- data/frontend/public/404.html +0 -67
- data/frontend/public/422.html +0 -67
- data/frontend/public/500.html +0 -66
- data/frontend/public/Meroku.html +0 -140
- data/frontend/public/Meroku/Api.html +0 -129
- data/frontend/public/Meroku/Api/Request.html +0 -221
- data/frontend/public/Meroku/Aws/Ec2.html +0 -477
- data/frontend/public/Meroku/CLI.html +0 -796
- data/frontend/public/Meroku/CLI/Help.html +0 -224
- data/frontend/public/Meroku/CLI/Secrets.html +0 -191
- data/frontend/public/Meroku/CLI/Session.html +0 -456
- data/frontend/public/Meroku/Extensions.html +0 -405
- data/frontend/public/Meroku/Infrastructure.html +0 -279
- data/frontend/public/Meroku/Infrastructure/Server.html +0 -373
- data/frontend/public/Meroku/Node.html +0 -845
- data/frontend/public/Meroku/Tunnelable.html +0 -247
- data/frontend/public/_index.html +0 -273
- data/frontend/public/apple-touch-icon-precomposed.png +0 -0
- data/frontend/public/apple-touch-icon.png +0 -0
- data/frontend/public/class_list.html +0 -51
- data/frontend/public/css/common.css +0 -1
- data/frontend/public/css/full_list.css +0 -58
- data/frontend/public/css/style.css +0 -492
- data/frontend/public/favicon.ico +0 -0
- data/frontend/public/file.README.html +0 -179
- data/frontend/public/file_list.html +0 -56
- data/frontend/public/frames.html +0 -17
- data/frontend/public/index.html +0 -179
- data/frontend/public/js/app.js +0 -248
- data/frontend/public/js/full_list.js +0 -216
- data/frontend/public/js/jquery.js +0 -4
- data/frontend/public/method_list.html +0 -395
- data/frontend/public/robots.txt +0 -2
- data/frontend/public/top-level-namespace.html +0 -110
- data/frontend/test/application_system_test_case.rb +0 -5
- data/frontend/test/controllers/.keep +0 -0
- data/frontend/test/controllers/apps_controller_test.rb +0 -48
- data/frontend/test/controllers/pages_controller_test.rb +0 -9
- data/frontend/test/controllers/publickeys_controller_test.rb +0 -48
- data/frontend/test/fixtures/.keep +0 -0
- data/frontend/test/fixtures/apps.yml +0 -7
- data/frontend/test/fixtures/files/.keep +0 -0
- data/frontend/test/fixtures/publickeys.yml +0 -11
- data/frontend/test/fixtures/users.yml +0 -11
- data/frontend/test/helpers/.keep +0 -0
- data/frontend/test/integration/.keep +0 -0
- data/frontend/test/mailers/.keep +0 -0
- data/frontend/test/models/.keep +0 -0
- data/frontend/test/models/app_test.rb +0 -7
- data/frontend/test/models/publickey_test.rb +0 -7
- data/frontend/test/models/user_test.rb +0 -7
- data/frontend/test/policies/publickey_policy_test.rb +0 -19
- data/frontend/test/system/.keep +0 -0
- data/frontend/test/system/apps_test.rb +0 -9
- data/frontend/test/system/publickeys_test.rb +0 -9
- data/frontend/test/test_helper.rb +0 -9
- data/frontend/tmp/.keep +0 -0
- data/frontend/vendor/.keep +0 -0
- data/lib/meroku/api/request.rb +0 -17
- data/lib/meroku/aws/ec2.rb +0 -59
- data/lib/meroku/cli/help.rb +0 -27
- data/lib/meroku/cli/secrets.rb +0 -23
- data/lib/meroku/cli/session.rb +0 -46
- data/lib/meroku/extensions.rb +0 -32
- data/lib/meroku/infrastructure.rb +0 -23
- data/lib/meroku/infrastructure/server.rb +0 -20
- data/lib/meroku/tunnelable.rb +0 -35
- data/modified-cedar-14.sh +0 -171
data/frontend/public/favicon.ico
DELETED
File without changes
|
@@ -1,179 +0,0 @@
|
|
1
|
-
<!DOCTYPE html>
|
2
|
-
<html>
|
3
|
-
<head>
|
4
|
-
<meta charset="UTF-8">
|
5
|
-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6
|
-
<title>
|
7
|
-
File: README
|
8
|
-
|
9
|
-
— Documentation by YARD 0.9.9
|
10
|
-
|
11
|
-
</title>
|
12
|
-
|
13
|
-
<link rel="stylesheet" href="css/style.css" type="text/css" charset="utf-8" />
|
14
|
-
|
15
|
-
<link rel="stylesheet" href="css/common.css" type="text/css" charset="utf-8" />
|
16
|
-
|
17
|
-
<script type="text/javascript" charset="utf-8">
|
18
|
-
pathId = "README";
|
19
|
-
relpath = '';
|
20
|
-
</script>
|
21
|
-
|
22
|
-
|
23
|
-
<script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>
|
24
|
-
|
25
|
-
<script type="text/javascript" charset="utf-8" src="js/app.js"></script>
|
26
|
-
|
27
|
-
|
28
|
-
</head>
|
29
|
-
<body>
|
30
|
-
<div class="nav_wrap">
|
31
|
-
<iframe id="nav" src="file_list.html?1"></iframe>
|
32
|
-
<div id="resizer"></div>
|
33
|
-
</div>
|
34
|
-
|
35
|
-
<div id="main" tabindex="-1">
|
36
|
-
<div id="header">
|
37
|
-
<div id="menu">
|
38
|
-
|
39
|
-
<a href="_index.html">Index</a> »
|
40
|
-
<span class="title">File: README</span>
|
41
|
-
|
42
|
-
</div>
|
43
|
-
|
44
|
-
<div id="search">
|
45
|
-
|
46
|
-
<a class="full_list_link" id="class_list_link"
|
47
|
-
href="class_list.html">
|
48
|
-
|
49
|
-
<svg width="24" height="24">
|
50
|
-
<rect x="0" y="4" width="24" height="4" rx="1" ry="1"></rect>
|
51
|
-
<rect x="0" y="12" width="24" height="4" rx="1" ry="1"></rect>
|
52
|
-
<rect x="0" y="20" width="24" height="4" rx="1" ry="1"></rect>
|
53
|
-
</svg>
|
54
|
-
</a>
|
55
|
-
|
56
|
-
</div>
|
57
|
-
<div class="clear"></div>
|
58
|
-
</div>
|
59
|
-
|
60
|
-
<div id="content"><div id='filecontents'>
|
61
|
-
<p><a href="https://travis-ci.org/meroku/meroku"><img
|
62
|
-
src="https://travis-ci.org/meroku/meroku.svg?branch=master"></a> <a
|
63
|
-
href="https://coveralls.io/github/meroku/meroku?branch=master"><img
|
64
|
-
src="https://coveralls.io/repos/github/meroku/meroku/badge.svg?branch=master"></a>
|
65
|
-
<a href="https://codeclimate.com/github/meroku/meroku/maintainability"><img
|
66
|
-
src="https://api.codeclimate.com/v1/badges/266f087c272cd3ca268e/maintainability"></a>
|
67
|
-
<a href="https://codeclimate.com/github/codeclimate/codeclimate"><img
|
68
|
-
src="https://codeclimate.com/github/codeclimate/codeclimate/badges/gpa.svg"></a>
|
69
|
-
<a href="https://gemnasium.com/github.com/meroku/meroku"><img
|
70
|
-
src="https://gemnasium.com/badges/github.com/meroku/meroku.svg"></a> <a
|
71
|
-
href="https://gratipay.com/meroku/"><img
|
72
|
-
src="https://img.shields.io/gratipay/user/meroku.svg"></a> <a
|
73
|
-
href="https://badge.fury.io/rb/meroku"><img
|
74
|
-
src="https://badge.fury.io/rb/meroku.svg"></a></p>
|
75
|
-
|
76
|
-
<h1 id="label-My+Heroku+-28Meroku-29-2C+because+hosting+100+apps+costs+-24700+-28-247x100-29+at+heroku.com">My Heroku (Meroku), because hosting 100 apps costs $700 ($7x100) at heroku.com</h1>
|
77
|
-
|
78
|
-
<p>Ruby on Rails is a popular web framework written in Ruby. This guide covers
|
79
|
-
using Rails 5 on Meroku. To follow along, you need</p>
|
80
|
-
<ul><li>
|
81
|
-
<p>Basic Ruby/Rails knowledge.</p>
|
82
|
-
</li><li>
|
83
|
-
<p>A locally installed version of Ruby 2.4.2+, Rubygems, Bundler, and Rails
|
84
|
-
5+.</p>
|
85
|
-
</li><li>
|
86
|
-
<p>Basic Git knowledge.</p>
|
87
|
-
</li></ul>
|
88
|
-
|
89
|
-
<p>Install the meroku gem on your local workstation</p>
|
90
|
-
|
91
|
-
<pre class="code ruby"><code class="ruby">$ gem install meroku</code></pre>
|
92
|
-
|
93
|
-
<p>Once installed, you’ll have access to the <code>$ meroku</code> command
|
94
|
-
from your command shell.</p>
|
95
|
-
|
96
|
-
<pre class="code ruby"><code class="ruby">$ meroku signup # if you haven't done already</code></pre>
|
97
|
-
|
98
|
-
<p>Make sure you're running the latest version of ruby</p>
|
99
|
-
|
100
|
-
<pre class="code ruby"><code class="ruby">$ cd ~; ruby --version
|
101
|
-
ruby 2.4.2p198 (2017-09-14 revision 59899) [x86_64-darwin16]</code></pre>
|
102
|
-
|
103
|
-
<p>Install the rails gem if you haven't done already</p>
|
104
|
-
|
105
|
-
<pre class="code ruby"><code class="ruby">$ gem install rails --no-ri --no-rdoc
|
106
|
-
Successfully installed rails-5.1.4
|
107
|
-
1 gem installed</code></pre>
|
108
|
-
|
109
|
-
<p>Then create a new app:</p>
|
110
|
-
|
111
|
-
<pre class="code ruby"><code class="ruby">$ rails new myapp --database=postgresql</code></pre>
|
112
|
-
|
113
|
-
<p>Then move into your application directory.</p>
|
114
|
-
|
115
|
-
<pre class="code ruby"><code class="ruby">$ cd myapp</code></pre>
|
116
|
-
|
117
|
-
<p>Mention you want to the latest ruby version</p>
|
118
|
-
|
119
|
-
<pre class="code ruby"><code class="ruby">$ echo "2.4.2" > .ruby-version</code></pre>
|
120
|
-
|
121
|
-
<p>And commit it</p>
|
122
|
-
|
123
|
-
<pre class="code ruby"><code class="ruby">$ git add --all; git commit -m "Added ruby version";</code></pre>
|
124
|
-
|
125
|
-
<p>Register your application with meroku</p>
|
126
|
-
|
127
|
-
<pre class="code ruby"><code class="ruby">$ meroku create
|
128
|
-
Creating app... done</code></pre>
|
129
|
-
|
130
|
-
<p>Add your public key to meroku</p>
|
131
|
-
|
132
|
-
<pre class="code ruby"><code class="ruby">$ meroku keys:add</code></pre>
|
133
|
-
|
134
|
-
<p>And deploy</p>
|
135
|
-
|
136
|
-
<pre class="code ruby"><code class="ruby">$ git push meroku master
|
137
|
-
$ meroku run rake db:migrate</code></pre>
|
138
|
-
|
139
|
-
<h2 id="label-DOCUMENTATION+FOR+MAINTAINERS">DOCUMENTATION FOR MAINTAINERS</h2>
|
140
|
-
|
141
|
-
<h3 id="label-Prereqs">Prereqs</h3>
|
142
|
-
|
143
|
-
<p>You will need a copy of the file <code>.secret</code>. Place it at
|
144
|
-
<code>~/.meroku/.secret</code></p>
|
145
|
-
|
146
|
-
<h3 id="label-Commands">Commands</h3>
|
147
|
-
|
148
|
-
<pre class="code ruby"><code class="ruby">$ meroku infrastructure spawn
|
149
|
-
$ meroku infrastructure despawn
|
150
|
-
|
151
|
-
$ rubocop -D -F --except FrozenStringLiteralComment,StringLiterals,MutableConstant lib/
|
152
|
-
Inspecting 15 files
|
153
|
-
...............
|
154
|
-
|
155
|
-
15 files inspected, no offenses detected
|
156
|
-
$</code></pre>
|
157
|
-
|
158
|
-
<h3 id="label-TODO">TODO</h3>
|
159
|
-
|
160
|
-
<pre class="code ruby"><code class="ruby">- Only latest stable ruby is supported at the moment
|
161
|
-
- Only latest stable rails is supported at the moment
|
162
|
-
- Only RAILS_ENV=procution is supported at the moment
|
163
|
-
- Only puma is supported at the moment</code></pre>
|
164
|
-
|
165
|
-
<h3 id="label-To+Run+tests">To Run tests</h3>
|
166
|
-
|
167
|
-
<pre class="code ruby"><code class="ruby"><span class='id identifier rubyid_rake'>rake</span>
|
168
|
-
</code></pre>
|
169
|
-
</div></div>
|
170
|
-
|
171
|
-
<div id="footer">
|
172
|
-
Generated on Wed Nov 1 08:50:09 2017 by
|
173
|
-
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
174
|
-
0.9.9 (ruby-2.4.2).
|
175
|
-
</div>
|
176
|
-
|
177
|
-
</div>
|
178
|
-
</body>
|
179
|
-
</html>
|
@@ -1,56 +0,0 @@
|
|
1
|
-
<!DOCTYPE html>
|
2
|
-
<html>
|
3
|
-
<head>
|
4
|
-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
5
|
-
<meta charset="utf-8" />
|
6
|
-
|
7
|
-
<link rel="stylesheet" href="css/full_list.css" type="text/css" media="screen" charset="utf-8" />
|
8
|
-
|
9
|
-
<link rel="stylesheet" href="css/common.css" type="text/css" media="screen" charset="utf-8" />
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
<script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>
|
14
|
-
|
15
|
-
<script type="text/javascript" charset="utf-8" src="js/full_list.js"></script>
|
16
|
-
|
17
|
-
|
18
|
-
<title>File List</title>
|
19
|
-
<base id="base_target" target="_parent" />
|
20
|
-
</head>
|
21
|
-
<body>
|
22
|
-
<div id="content">
|
23
|
-
<div class="fixed_header">
|
24
|
-
<h1 id="full_list_header">File List</h1>
|
25
|
-
<div id="full_list_nav">
|
26
|
-
|
27
|
-
<span><a target="_self" href="class_list.html">
|
28
|
-
Classes
|
29
|
-
</a></span>
|
30
|
-
|
31
|
-
<span><a target="_self" href="method_list.html">
|
32
|
-
Methods
|
33
|
-
</a></span>
|
34
|
-
|
35
|
-
<span><a target="_self" href="file_list.html">
|
36
|
-
Files
|
37
|
-
</a></span>
|
38
|
-
|
39
|
-
</div>
|
40
|
-
|
41
|
-
<div id="search">Search: <input type="text" /></div>
|
42
|
-
</div>
|
43
|
-
|
44
|
-
<ul id="full_list" class="file">
|
45
|
-
|
46
|
-
|
47
|
-
<li id="object_README" class="odd">
|
48
|
-
<div class="item"><span class="object_link"><a href="index.html" title="README">README</a></span></div>
|
49
|
-
</li>
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
</ul>
|
54
|
-
</div>
|
55
|
-
</body>
|
56
|
-
</html>
|
data/frontend/public/frames.html
DELETED
@@ -1,17 +0,0 @@
|
|
1
|
-
<!DOCTYPE html>
|
2
|
-
<html>
|
3
|
-
<head>
|
4
|
-
<meta charset="utf-8">
|
5
|
-
<title>Documentation by YARD 0.9.9</title>
|
6
|
-
</head>
|
7
|
-
<script type="text/javascript" charset="utf-8">
|
8
|
-
var match = unescape(window.location.hash).match(/^#!(.+)/);
|
9
|
-
var name = match ? match[1] : 'index.html';
|
10
|
-
name = name.replace(/^(\w+):\/\//, '').replace(/^\/\//, '');
|
11
|
-
window.top.location = name;
|
12
|
-
</script>
|
13
|
-
<noscript>
|
14
|
-
<h1>Oops!</h1>
|
15
|
-
<h2>YARD requires JavaScript!</h2>
|
16
|
-
</noscript>
|
17
|
-
</html>
|
data/frontend/public/index.html
DELETED
@@ -1,179 +0,0 @@
|
|
1
|
-
<!DOCTYPE html>
|
2
|
-
<html>
|
3
|
-
<head>
|
4
|
-
<meta charset="UTF-8">
|
5
|
-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6
|
-
<title>
|
7
|
-
File: README
|
8
|
-
|
9
|
-
— Documentation by YARD 0.9.9
|
10
|
-
|
11
|
-
</title>
|
12
|
-
|
13
|
-
<link rel="stylesheet" href="css/style.css" type="text/css" charset="utf-8" />
|
14
|
-
|
15
|
-
<link rel="stylesheet" href="css/common.css" type="text/css" charset="utf-8" />
|
16
|
-
|
17
|
-
<script type="text/javascript" charset="utf-8">
|
18
|
-
pathId = "README";
|
19
|
-
relpath = '';
|
20
|
-
</script>
|
21
|
-
|
22
|
-
|
23
|
-
<script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>
|
24
|
-
|
25
|
-
<script type="text/javascript" charset="utf-8" src="js/app.js"></script>
|
26
|
-
|
27
|
-
|
28
|
-
</head>
|
29
|
-
<body>
|
30
|
-
<div class="nav_wrap">
|
31
|
-
<iframe id="nav" src="class_list.html?1"></iframe>
|
32
|
-
<div id="resizer"></div>
|
33
|
-
</div>
|
34
|
-
|
35
|
-
<div id="main" tabindex="-1">
|
36
|
-
<div id="header">
|
37
|
-
<div id="menu">
|
38
|
-
|
39
|
-
<a href="_index.html">Index</a> »
|
40
|
-
<span class="title">File: README</span>
|
41
|
-
|
42
|
-
</div>
|
43
|
-
|
44
|
-
<div id="search">
|
45
|
-
|
46
|
-
<a class="full_list_link" id="class_list_link"
|
47
|
-
href="class_list.html">
|
48
|
-
|
49
|
-
<svg width="24" height="24">
|
50
|
-
<rect x="0" y="4" width="24" height="4" rx="1" ry="1"></rect>
|
51
|
-
<rect x="0" y="12" width="24" height="4" rx="1" ry="1"></rect>
|
52
|
-
<rect x="0" y="20" width="24" height="4" rx="1" ry="1"></rect>
|
53
|
-
</svg>
|
54
|
-
</a>
|
55
|
-
|
56
|
-
</div>
|
57
|
-
<div class="clear"></div>
|
58
|
-
</div>
|
59
|
-
|
60
|
-
<div id="content"><div id='filecontents'>
|
61
|
-
<p><a href="https://travis-ci.org/meroku/meroku"><img
|
62
|
-
src="https://travis-ci.org/meroku/meroku.svg?branch=master"></a> <a
|
63
|
-
href="https://coveralls.io/github/meroku/meroku?branch=master"><img
|
64
|
-
src="https://coveralls.io/repos/github/meroku/meroku/badge.svg?branch=master"></a>
|
65
|
-
<a href="https://codeclimate.com/github/meroku/meroku/maintainability"><img
|
66
|
-
src="https://api.codeclimate.com/v1/badges/266f087c272cd3ca268e/maintainability"></a>
|
67
|
-
<a href="https://codeclimate.com/github/codeclimate/codeclimate"><img
|
68
|
-
src="https://codeclimate.com/github/codeclimate/codeclimate/badges/gpa.svg"></a>
|
69
|
-
<a href="https://gemnasium.com/github.com/meroku/meroku"><img
|
70
|
-
src="https://gemnasium.com/badges/github.com/meroku/meroku.svg"></a> <a
|
71
|
-
href="https://gratipay.com/meroku/"><img
|
72
|
-
src="https://img.shields.io/gratipay/user/meroku.svg"></a> <a
|
73
|
-
href="https://badge.fury.io/rb/meroku"><img
|
74
|
-
src="https://badge.fury.io/rb/meroku.svg"></a></p>
|
75
|
-
|
76
|
-
<h1 id="label-My+Heroku+-28Meroku-29-2C+because+hosting+100+apps+costs+-24700+-28-247x100-29+at+heroku.com">My Heroku (Meroku), because hosting 100 apps costs $700 ($7x100) at heroku.com</h1>
|
77
|
-
|
78
|
-
<p>Ruby on Rails is a popular web framework written in Ruby. This guide covers
|
79
|
-
using Rails 5 on Meroku. To follow along, you need</p>
|
80
|
-
<ul><li>
|
81
|
-
<p>Basic Ruby/Rails knowledge.</p>
|
82
|
-
</li><li>
|
83
|
-
<p>A locally installed version of Ruby 2.4.2+, Rubygems, Bundler, and Rails
|
84
|
-
5+.</p>
|
85
|
-
</li><li>
|
86
|
-
<p>Basic Git knowledge.</p>
|
87
|
-
</li></ul>
|
88
|
-
|
89
|
-
<p>Install the meroku gem on your local workstation</p>
|
90
|
-
|
91
|
-
<pre class="code ruby"><code class="ruby">$ gem install meroku</code></pre>
|
92
|
-
|
93
|
-
<p>Once installed, you’ll have access to the <code>$ meroku</code> command
|
94
|
-
from your command shell.</p>
|
95
|
-
|
96
|
-
<pre class="code ruby"><code class="ruby">$ meroku signup # if you haven't done already</code></pre>
|
97
|
-
|
98
|
-
<p>Make sure you're running the latest version of ruby</p>
|
99
|
-
|
100
|
-
<pre class="code ruby"><code class="ruby">$ cd ~; ruby --version
|
101
|
-
ruby 2.4.2p198 (2017-09-14 revision 59899) [x86_64-darwin16]</code></pre>
|
102
|
-
|
103
|
-
<p>Install the rails gem if you haven't done already</p>
|
104
|
-
|
105
|
-
<pre class="code ruby"><code class="ruby">$ gem install rails --no-ri --no-rdoc
|
106
|
-
Successfully installed rails-5.1.4
|
107
|
-
1 gem installed</code></pre>
|
108
|
-
|
109
|
-
<p>Then create a new app:</p>
|
110
|
-
|
111
|
-
<pre class="code ruby"><code class="ruby">$ rails new myapp --database=postgresql</code></pre>
|
112
|
-
|
113
|
-
<p>Then move into your application directory.</p>
|
114
|
-
|
115
|
-
<pre class="code ruby"><code class="ruby">$ cd myapp</code></pre>
|
116
|
-
|
117
|
-
<p>Mention you want to the latest ruby version</p>
|
118
|
-
|
119
|
-
<pre class="code ruby"><code class="ruby">$ echo "2.4.2" > .ruby-version</code></pre>
|
120
|
-
|
121
|
-
<p>And commit it</p>
|
122
|
-
|
123
|
-
<pre class="code ruby"><code class="ruby">$ git add --all; git commit -m "Added ruby version";</code></pre>
|
124
|
-
|
125
|
-
<p>Register your application with meroku</p>
|
126
|
-
|
127
|
-
<pre class="code ruby"><code class="ruby">$ meroku create
|
128
|
-
Creating app... done</code></pre>
|
129
|
-
|
130
|
-
<p>Add your public key to meroku</p>
|
131
|
-
|
132
|
-
<pre class="code ruby"><code class="ruby">$ meroku keys:add</code></pre>
|
133
|
-
|
134
|
-
<p>And deploy</p>
|
135
|
-
|
136
|
-
<pre class="code ruby"><code class="ruby">$ git push meroku master
|
137
|
-
$ meroku run rake db:migrate</code></pre>
|
138
|
-
|
139
|
-
<h2 id="label-DOCUMENTATION+FOR+MAINTAINERS">DOCUMENTATION FOR MAINTAINERS</h2>
|
140
|
-
|
141
|
-
<h3 id="label-Prereqs">Prereqs</h3>
|
142
|
-
|
143
|
-
<p>You will need a copy of the file <code>.secret</code>. Place it at
|
144
|
-
<code>~/.meroku/.secret</code></p>
|
145
|
-
|
146
|
-
<h3 id="label-Commands">Commands</h3>
|
147
|
-
|
148
|
-
<pre class="code ruby"><code class="ruby">$ meroku infrastructure spawn
|
149
|
-
$ meroku infrastructure despawn
|
150
|
-
|
151
|
-
$ rubocop -D -F --except FrozenStringLiteralComment,StringLiterals,MutableConstant lib/
|
152
|
-
Inspecting 15 files
|
153
|
-
...............
|
154
|
-
|
155
|
-
15 files inspected, no offenses detected
|
156
|
-
$</code></pre>
|
157
|
-
|
158
|
-
<h3 id="label-TODO">TODO</h3>
|
159
|
-
|
160
|
-
<pre class="code ruby"><code class="ruby">- Only latest stable ruby is supported at the moment
|
161
|
-
- Only latest stable rails is supported at the moment
|
162
|
-
- Only RAILS_ENV=procution is supported at the moment
|
163
|
-
- Only puma is supported at the moment</code></pre>
|
164
|
-
|
165
|
-
<h3 id="label-To+Run+tests">To Run tests</h3>
|
166
|
-
|
167
|
-
<pre class="code ruby"><code class="ruby"><span class='id identifier rubyid_rake'>rake</span>
|
168
|
-
</code></pre>
|
169
|
-
</div></div>
|
170
|
-
|
171
|
-
<div id="footer">
|
172
|
-
Generated on Wed Nov 1 08:50:09 2017 by
|
173
|
-
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
174
|
-
0.9.9 (ruby-2.4.2).
|
175
|
-
</div>
|
176
|
-
|
177
|
-
</div>
|
178
|
-
</body>
|
179
|
-
</html>
|
data/frontend/public/js/app.js
DELETED
@@ -1,248 +0,0 @@
|
|
1
|
-
(function() {
|
2
|
-
|
3
|
-
var localStorage = {}, sessionStorage = {};
|
4
|
-
try { localStorage = window.localStorage; } catch (e) { }
|
5
|
-
try { sessionStorage = window.sessionStorage; } catch (e) { }
|
6
|
-
|
7
|
-
function createSourceLinks() {
|
8
|
-
$('.method_details_list .source_code').
|
9
|
-
before("<span class='showSource'>[<a href='#' class='toggleSource'>View source</a>]</span>");
|
10
|
-
$('.toggleSource').toggle(function() {
|
11
|
-
$(this).parent().nextAll('.source_code').slideDown(100);
|
12
|
-
$(this).text("Hide source");
|
13
|
-
},
|
14
|
-
function() {
|
15
|
-
$(this).parent().nextAll('.source_code').slideUp(100);
|
16
|
-
$(this).text("View source");
|
17
|
-
});
|
18
|
-
}
|
19
|
-
|
20
|
-
function createDefineLinks() {
|
21
|
-
var tHeight = 0;
|
22
|
-
$('.defines').after(" <a href='#' class='toggleDefines'>more...</a>");
|
23
|
-
$('.toggleDefines').toggle(function() {
|
24
|
-
tHeight = $(this).parent().prev().height();
|
25
|
-
$(this).prev().css('display', 'inline');
|
26
|
-
$(this).parent().prev().height($(this).parent().height());
|
27
|
-
$(this).text("(less)");
|
28
|
-
},
|
29
|
-
function() {
|
30
|
-
$(this).prev().hide();
|
31
|
-
$(this).parent().prev().height(tHeight);
|
32
|
-
$(this).text("more...");
|
33
|
-
});
|
34
|
-
}
|
35
|
-
|
36
|
-
function createFullTreeLinks() {
|
37
|
-
var tHeight = 0;
|
38
|
-
$('.inheritanceTree').toggle(function() {
|
39
|
-
tHeight = $(this).parent().prev().height();
|
40
|
-
$(this).parent().toggleClass('showAll');
|
41
|
-
$(this).text("(hide)");
|
42
|
-
$(this).parent().prev().height($(this).parent().height());
|
43
|
-
},
|
44
|
-
function() {
|
45
|
-
$(this).parent().toggleClass('showAll');
|
46
|
-
$(this).parent().prev().height(tHeight);
|
47
|
-
$(this).text("show all");
|
48
|
-
});
|
49
|
-
}
|
50
|
-
|
51
|
-
function searchFrameButtons() {
|
52
|
-
$('.full_list_link').click(function() {
|
53
|
-
toggleSearchFrame(this, $(this).attr('href'));
|
54
|
-
return false;
|
55
|
-
});
|
56
|
-
window.addEventListener('message', function(e) {
|
57
|
-
if (e.data === 'navEscape') {
|
58
|
-
$('#nav').slideUp(100);
|
59
|
-
$('#search a').removeClass('active inactive');
|
60
|
-
$(window).focus();
|
61
|
-
}
|
62
|
-
});
|
63
|
-
|
64
|
-
$(window).resize(function() {
|
65
|
-
if ($('#search:visible').length === 0) {
|
66
|
-
$('#nav').removeAttr('style');
|
67
|
-
$('#search a').removeClass('active inactive');
|
68
|
-
$(window).focus();
|
69
|
-
}
|
70
|
-
});
|
71
|
-
}
|
72
|
-
|
73
|
-
function toggleSearchFrame(id, link) {
|
74
|
-
var frame = $('#nav');
|
75
|
-
$('#search a').removeClass('active').addClass('inactive');
|
76
|
-
if (frame.attr('src') === link && frame.css('display') !== "none") {
|
77
|
-
frame.slideUp(100);
|
78
|
-
$('#search a').removeClass('active inactive');
|
79
|
-
}
|
80
|
-
else {
|
81
|
-
$(id).addClass('active').removeClass('inactive');
|
82
|
-
if (frame.attr('src') !== link) frame.attr('src', link);
|
83
|
-
frame.slideDown(100);
|
84
|
-
}
|
85
|
-
}
|
86
|
-
|
87
|
-
function linkSummaries() {
|
88
|
-
$('.summary_signature').click(function() {
|
89
|
-
document.location = $(this).find('a').attr('href');
|
90
|
-
});
|
91
|
-
}
|
92
|
-
|
93
|
-
function summaryToggle() {
|
94
|
-
$('.summary_toggle').click(function(e) {
|
95
|
-
e.preventDefault();
|
96
|
-
localStorage.summaryCollapsed = $(this).text();
|
97
|
-
$('.summary_toggle').each(function() {
|
98
|
-
$(this).text($(this).text() == "collapse" ? "expand" : "collapse");
|
99
|
-
var next = $(this).parent().parent().nextAll('ul.summary').first();
|
100
|
-
if (next.hasClass('compact')) {
|
101
|
-
next.toggle();
|
102
|
-
next.nextAll('ul.summary').first().toggle();
|
103
|
-
}
|
104
|
-
else if (next.hasClass('summary')) {
|
105
|
-
var list = $('<ul class="summary compact" />');
|
106
|
-
list.html(next.html());
|
107
|
-
list.find('.summary_desc, .note').remove();
|
108
|
-
list.find('a').each(function() {
|
109
|
-
$(this).html($(this).find('strong').html());
|
110
|
-
$(this).parent().html($(this)[0].outerHTML);
|
111
|
-
});
|
112
|
-
next.before(list);
|
113
|
-
next.toggle();
|
114
|
-
}
|
115
|
-
});
|
116
|
-
return false;
|
117
|
-
});
|
118
|
-
if (localStorage.summaryCollapsed == "collapse") {
|
119
|
-
$('.summary_toggle').first().click();
|
120
|
-
} else { localStorage.summaryCollapsed = "expand"; }
|
121
|
-
}
|
122
|
-
|
123
|
-
function generateTOC() {
|
124
|
-
if ($('#filecontents').length === 0) return;
|
125
|
-
var _toc = $('<ol class="top"></ol>');
|
126
|
-
var show = false;
|
127
|
-
var toc = _toc;
|
128
|
-
var counter = 0;
|
129
|
-
var tags = ['h2', 'h3', 'h4', 'h5', 'h6'];
|
130
|
-
var i;
|
131
|
-
if ($('#filecontents h1').length > 1) tags.unshift('h1');
|
132
|
-
for (i = 0; i < tags.length; i++) { tags[i] = '#filecontents ' + tags[i]; }
|
133
|
-
var lastTag = parseInt(tags[0][1], 10);
|
134
|
-
$(tags.join(', ')).each(function() {
|
135
|
-
if ($(this).parents('.method_details .docstring').length != 0) return;
|
136
|
-
if (this.id == "filecontents") return;
|
137
|
-
show = true;
|
138
|
-
var thisTag = parseInt(this.tagName[1], 10);
|
139
|
-
if (this.id.length === 0) {
|
140
|
-
var proposedId = $(this).attr('toc-id');
|
141
|
-
if (typeof(proposedId) != "undefined") this.id = proposedId;
|
142
|
-
else {
|
143
|
-
var proposedId = $(this).text().replace(/[^a-z0-9-]/ig, '_');
|
144
|
-
if ($('#' + proposedId).length > 0) { proposedId += counter; counter++; }
|
145
|
-
this.id = proposedId;
|
146
|
-
}
|
147
|
-
}
|
148
|
-
if (thisTag > lastTag) {
|
149
|
-
for (i = 0; i < thisTag - lastTag; i++) {
|
150
|
-
var tmp = $('<ol/>'); toc.append(tmp); toc = tmp;
|
151
|
-
}
|
152
|
-
}
|
153
|
-
if (thisTag < lastTag) {
|
154
|
-
for (i = 0; i < lastTag - thisTag; i++) toc = toc.parent();
|
155
|
-
}
|
156
|
-
var title = $(this).attr('toc-title');
|
157
|
-
if (typeof(title) == "undefined") title = $(this).text();
|
158
|
-
toc.append('<li><a href="#' + this.id + '">' + title + '</a></li>');
|
159
|
-
lastTag = thisTag;
|
160
|
-
});
|
161
|
-
if (!show) return;
|
162
|
-
html = '<div id="toc"><p class="title hide_toc"><a href="#"><strong>Table of Contents</strong></a></p></div>';
|
163
|
-
$('#content').prepend(html);
|
164
|
-
$('#toc').append(_toc);
|
165
|
-
$('#toc .hide_toc').toggle(function() {
|
166
|
-
$('#toc .top').slideUp('fast');
|
167
|
-
$('#toc').toggleClass('hidden');
|
168
|
-
$('#toc .title small').toggle();
|
169
|
-
}, function() {
|
170
|
-
$('#toc .top').slideDown('fast');
|
171
|
-
$('#toc').toggleClass('hidden');
|
172
|
-
$('#toc .title small').toggle();
|
173
|
-
});
|
174
|
-
}
|
175
|
-
|
176
|
-
function navResizeFn(e) {
|
177
|
-
if (e.which !== 1) {
|
178
|
-
navResizeFnStop();
|
179
|
-
return;
|
180
|
-
}
|
181
|
-
|
182
|
-
sessionStorage.navWidth = e.pageX.toString();
|
183
|
-
$('.nav_wrap').css('width', e.pageX);
|
184
|
-
$('.nav_wrap').css('-ms-flex', 'inherit');
|
185
|
-
}
|
186
|
-
|
187
|
-
function navResizeFnStop() {
|
188
|
-
$(window).unbind('mousemove', navResizeFn);
|
189
|
-
window.removeEventListener('message', navMessageFn, false);
|
190
|
-
}
|
191
|
-
|
192
|
-
function navMessageFn(e) {
|
193
|
-
if (e.data.action === 'mousemove') navResizeFn(e.data.event);
|
194
|
-
if (e.data.action === 'mouseup') navResizeFnStop();
|
195
|
-
}
|
196
|
-
|
197
|
-
function navResizer() {
|
198
|
-
$('#resizer').mousedown(function(e) {
|
199
|
-
e.preventDefault();
|
200
|
-
$(window).mousemove(navResizeFn);
|
201
|
-
window.addEventListener('message', navMessageFn, false);
|
202
|
-
});
|
203
|
-
$(window).mouseup(navResizeFnStop);
|
204
|
-
|
205
|
-
if (sessionStorage.navWidth) {
|
206
|
-
navResizeFn({which: 1, pageX: parseInt(sessionStorage.navWidth, 10)});
|
207
|
-
}
|
208
|
-
}
|
209
|
-
|
210
|
-
function navExpander() {
|
211
|
-
var done = false, timer = setTimeout(postMessage, 500);
|
212
|
-
function postMessage() {
|
213
|
-
if (done) return;
|
214
|
-
clearTimeout(timer);
|
215
|
-
var opts = { action: 'expand', path: pathId };
|
216
|
-
document.getElementById('nav').contentWindow.postMessage(opts, '*');
|
217
|
-
done = true;
|
218
|
-
}
|
219
|
-
|
220
|
-
window.addEventListener('message', function(event) {
|
221
|
-
if (event.data === 'navReady') postMessage();
|
222
|
-
return false;
|
223
|
-
}, false);
|
224
|
-
}
|
225
|
-
|
226
|
-
function mainFocus() {
|
227
|
-
var hash = window.location.hash;
|
228
|
-
if (hash !== '' && $(hash)[0]) {
|
229
|
-
$(hash)[0].scrollIntoView();
|
230
|
-
}
|
231
|
-
|
232
|
-
setTimeout(function() { $('#main').focus(); }, 10);
|
233
|
-
}
|
234
|
-
|
235
|
-
$(document).ready(function() {
|
236
|
-
navResizer();
|
237
|
-
navExpander();
|
238
|
-
createSourceLinks();
|
239
|
-
createDefineLinks();
|
240
|
-
createFullTreeLinks();
|
241
|
-
searchFrameButtons();
|
242
|
-
linkSummaries();
|
243
|
-
summaryToggle();
|
244
|
-
generateTOC();
|
245
|
-
mainFocus();
|
246
|
-
});
|
247
|
-
|
248
|
-
})();
|