heroku_config_vars 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.md +3 -1
- data/lib/heroku_config_vars/version.rb +1 -1
- data/spec/dummy/log/production.log +23 -0
- data/spec/dummy/log/test.log +173 -0
- data/spec/dummy/tmp/cache/assets/C20/540/sprockets%2F9f7052464a49612e023f9088fa442053 +0 -0
- data/spec/dummy/tmp/cache/assets/C97/2C0/sprockets%2F3945d527e8ea800568e77dd095c67391 +0 -0
- data/spec/dummy/tmp/cache/assets/C9B/060/sprockets%2Fa20484759fec963d3f51839934c3848f +0 -0
- data/spec/dummy/tmp/cache/assets/CAC/5E0/sprockets%2F425b0f4900e04b7736af6e64c4f46902 +0 -0
- data/spec/dummy/tmp/cache/assets/CBA/440/sprockets%2F8291695bea92c347d6a509dfa2379810 +0 -0
- data/spec/dummy/tmp/cache/assets/CBC/390/sprockets%2Fac75229c5880bdb994980077ebe48420 +0 -0
- data/spec/dummy/tmp/cache/assets/CBF/C20/sprockets%2Fdd57917c8268e99fe0a17332550ef632 +0 -0
- data/spec/dummy/tmp/cache/assets/CCF/820/sprockets%2F950c3b15d448320e7a50a73c39ef005b +0 -0
- data/spec/dummy/tmp/cache/assets/CD8/370/sprockets%2F357970feca3ac29060c1e3861e2c0953 +0 -0
- data/spec/dummy/tmp/cache/assets/CD9/8E0/sprockets%2F0681932233ab9af521f58c34cbf091f5 +0 -0
- data/spec/dummy/tmp/cache/assets/CF0/D20/sprockets%2F6997e8f2f3f34b07c51d6689d3ec5120 +0 -0
- data/spec/dummy/tmp/cache/assets/D0F/CF0/sprockets%2Fa54d897b366850d6aff2583dcd21141b +0 -0
- data/spec/dummy/tmp/cache/assets/D11/650/sprockets%2Fa79c1979284b6712e0a09bdde83c711b +0 -0
- data/spec/dummy/tmp/cache/assets/D2A/5E0/sprockets%2F8f9f3295a33983dafe83cbc75895a346 +0 -0
- data/spec/dummy/tmp/cache/assets/D2F/830/sprockets%2Fd6b510595130dc04df17a75eae623ee0 +0 -0
- data/spec/dummy/tmp/cache/assets/D32/A10/sprockets%2F13fe41fee1fe35b49d145bcc06610705 +0 -0
- data/spec/dummy/tmp/cache/assets/D3A/0E0/sprockets%2F12c0c4243a0757c81af09989ece2d4dc +0 -0
- data/spec/dummy/tmp/cache/assets/D3A/B10/sprockets%2Fa6033a4a85f3d8f4f5a68c3215bc64b6 +0 -0
- data/spec/dummy/tmp/cache/assets/D44/BB0/sprockets%2F6f8a1b369f3e20121751ff9356bebf8c +0 -0
- data/spec/dummy/tmp/cache/assets/D4E/1B0/sprockets%2Ff7cbd26ba1d28d48de824f0e94586655 +0 -0
- data/spec/dummy/tmp/cache/assets/D5A/EA0/sprockets%2Fd771ace226fc8215a3572e0aa35bb0d6 +0 -0
- data/spec/dummy/tmp/cache/assets/D94/CA0/sprockets%2Fb36822d80e1aee3257c5cf2f4ddeb043 +0 -0
- data/spec/dummy/tmp/cache/assets/DAA/850/sprockets%2F7e2ddb2b088e0c526941fef48af19ff5 +0 -0
- data/spec/dummy/tmp/cache/assets/DC3/970/sprockets%2Fd5d2e0cc86cec4e411aa31c549fcb870 +0 -0
- data/spec/dummy/tmp/cache/assets/DDC/400/sprockets%2Fcffd775d018f68ce5dba1ee0d951a994 +0 -0
- data/spec/dummy/tmp/cache/assets/E04/890/sprockets%2F2f5173deea6c795b8fdde723bb4b63af +0 -0
- metadata +37 -25
- data/spec/dummy/tmp/cache/assets/CFA/C10/sprockets%2Fca5852e7ebc212e12405091c0ca7a449 +0 -0
- data/spec/dummy/tmp/cache/assets/D0C/BD0/sprockets%2F7e5673b3d2e6c24b8a290ff222a4843d +0 -0
- data/spec/dummy/tmp/cache/assets/D70/B70/sprockets%2Fa1415c8ffaef728e4e786c0e48061ac2 +0 -0
data/README.md
CHANGED
@@ -12,7 +12,8 @@ This engine allows you to manage Heroku configuration variables from within your
|
|
12
12
|
2. Add `mount HerokuConfigVars::Engine => "/heroku_config_vars"` to your routes.rb
|
13
13
|
3. Implement the method `:heroku_config_vars_authorized?` on your ApplicationController. (See [Customization](#customization))
|
14
14
|
4. To make authorization easy, this engine inherits from your ApplicationController.
|
15
|
-
This means that you may have to change named routes to be more specific
|
15
|
+
This means that you may have to change named routes to be more specific,
|
16
|
+
otherwise the url_helper will raise a `ActionController::RoutingError`. e.g.
|
16
17
|
|
17
18
|
```diff
|
18
19
|
class ApplicationController < ActionController::Base
|
@@ -27,6 +28,7 @@ This means that you may have to change named routes to be more specific. e.g.
|
|
27
28
|
|
28
29
|
## Setup
|
29
30
|
|
31
|
+
0. (Test it works in development)
|
30
32
|
1. Deploy your app to Heroku
|
31
33
|
2. Visit /heroku_config_vars
|
32
34
|
3. Enter valid Heroku credentials for your application.
|
@@ -0,0 +1,23 @@
|
|
1
|
+
Compiled jquery.js (1ms) (pid 44202)
|
2
|
+
Compiled jquery_ujs.js (0ms) (pid 44202)
|
3
|
+
Compiled application.js (31ms) (pid 44202)
|
4
|
+
Compiled application.css (0ms) (pid 44202)
|
5
|
+
Compiled heroku_config_vars/var_form.js (0ms) (pid 44202)
|
6
|
+
Compiled heroku_config_vars/application.js (10ms) (pid 44202)
|
7
|
+
Compiled heroku_config_vars/button.css (103ms) (pid 44202)
|
8
|
+
Compiled heroku_config_vars/menu.css (6ms) (pid 44202)
|
9
|
+
Compiled heroku_config_vars/table.css (4ms) (pid 44202)
|
10
|
+
Compiled heroku_config_vars/application.css (128ms) (pid 44202)
|
11
|
+
Compiled jquery.js (1ms) (pid 44299)
|
12
|
+
Compiled jquery_ujs.js (0ms) (pid 44299)
|
13
|
+
Compiled application.js (15ms) (pid 44299)
|
14
|
+
Compiled jquery.js (1ms) (pid 44306)
|
15
|
+
Compiled jquery_ujs.js (0ms) (pid 44306)
|
16
|
+
Compiled application.js (13ms) (pid 44306)
|
17
|
+
Compiled heroku_config_vars/button.css (81ms) (pid 44306)
|
18
|
+
Compiled heroku_config_vars/menu.css (2ms) (pid 44306)
|
19
|
+
Compiled heroku_config_vars/table.css (2ms) (pid 44306)
|
20
|
+
Compiled heroku_config_vars/application.css (103ms) (pid 44306)
|
21
|
+
Compiled application.css (112ms) (pid 44306)
|
22
|
+
Compiled heroku_config_vars/var_form.js (0ms) (pid 44306)
|
23
|
+
Compiled heroku_config_vars/application.js (12ms) (pid 44306)
|
data/spec/dummy/log/test.log
CHANGED
@@ -13052,3 +13052,176 @@ Processing by HerokuConfigVars::HerokuAppsController#show as HTML
|
|
13052
13052
|
Connecting to Heroku
|
13053
13053
|
Loading config
|
13054
13054
|
Completed 200 OK in 3ms (Views: 1.4ms)
|
13055
|
+
Started GET "/heroku_config_vars/" for 127.0.0.1 at 2013-03-21 15:25:20 +1300
|
13056
|
+
Processing by HerokuConfigVars::HerokuAppsController#show as HTML
|
13057
|
+
Redirected to https://www.example.com/heroku_config_vars/heroku_app/new
|
13058
|
+
Filter chain halted as :require_heroku_app rendered or redirected
|
13059
|
+
Completed 302 Found in 5ms
|
13060
|
+
Started GET "/heroku_config_vars/heroku_app/new" for 127.0.0.1 at 2013-03-21 15:25:20 +1300
|
13061
|
+
Processing by HerokuConfigVars::HerokuAppsController#new as HTML
|
13062
|
+
Rendered /Users/danielfone/Production/personal/heroku_config_vars/app/views/heroku_config_vars/heroku_apps/_errors.html.erb (0.7ms)
|
13063
|
+
Rendered /Users/danielfone/Production/personal/heroku_config_vars/app/views/heroku_config_vars/heroku_apps/new.html.erb within layouts/heroku_config_vars/application (4.1ms)
|
13064
|
+
Completed 200 OK in 11ms (Views: 9.8ms)
|
13065
|
+
Started GET "/heroku_config_vars/heroku_app/new" for 127.0.0.1 at 2013-03-21 15:25:20 +1300
|
13066
|
+
Processing by HerokuConfigVars::HerokuAppsController#new as HTML
|
13067
|
+
Rendered /Users/danielfone/Production/personal/heroku_config_vars/app/views/heroku_config_vars/heroku_apps/_errors.html.erb (0.4ms)
|
13068
|
+
Rendered /Users/danielfone/Production/personal/heroku_config_vars/app/views/heroku_config_vars/heroku_apps/new.html.erb within layouts/heroku_config_vars/application (1.3ms)
|
13069
|
+
Completed 200 OK in 3ms (Views: 2.5ms)
|
13070
|
+
Started GET "/heroku_config_vars/heroku_app/new" for 127.0.0.1 at 2013-03-21 15:25:20 +1300
|
13071
|
+
Processing by HerokuConfigVars::HerokuAppsController#new as HTML
|
13072
|
+
Rendered /Users/danielfone/Production/personal/heroku_config_vars/app/views/heroku_config_vars/heroku_apps/_errors.html.erb (0.4ms)
|
13073
|
+
Rendered /Users/danielfone/Production/personal/heroku_config_vars/app/views/heroku_config_vars/heroku_apps/new.html.erb within layouts/heroku_config_vars/application (1.4ms)
|
13074
|
+
Completed 200 OK in 4ms (Views: 2.7ms)
|
13075
|
+
Started POST "/heroku_config_vars/heroku_app" for 127.0.0.1 at 2013-03-21 15:25:20 +1300
|
13076
|
+
Processing by HerokuConfigVars::HerokuAppsController#create as HTML
|
13077
|
+
Parameters: {"utf8"=>"✓", "heroku_app"=>{"app_name"=>"valid_app_name", "api_key"=>"valid_api_key"}, "commit"=>"Save"}
|
13078
|
+
Updating config
|
13079
|
+
Connecting to Heroku
|
13080
|
+
Redirected to https://www.example.com/heroku_config_vars/heroku_app
|
13081
|
+
Completed 302 Found in 3ms
|
13082
|
+
Started GET "/heroku_config_vars/heroku_app" for 127.0.0.1 at 2013-03-21 15:25:20 +1300
|
13083
|
+
Processing by HerokuConfigVars::HerokuAppsController#show as HTML
|
13084
|
+
Connecting to Heroku
|
13085
|
+
Loading config
|
13086
|
+
Rendered /Users/danielfone/Production/personal/heroku_config_vars/app/views/heroku_config_vars/heroku_apps/show.html.erb within layouts/heroku_config_vars/application (0.7ms)
|
13087
|
+
Completed 200 OK in 4ms (Views: 2.3ms)
|
13088
|
+
Started GET "/heroku_config_vars/heroku_app/new" for 127.0.0.1 at 2013-03-21 15:25:20 +1300
|
13089
|
+
Processing by HerokuConfigVars::HerokuAppsController#new as HTML
|
13090
|
+
Rendered /Users/danielfone/Production/personal/heroku_config_vars/app/views/heroku_config_vars/heroku_apps/_errors.html.erb (0.4ms)
|
13091
|
+
Rendered /Users/danielfone/Production/personal/heroku_config_vars/app/views/heroku_config_vars/heroku_apps/new.html.erb within layouts/heroku_config_vars/application (1.2ms)
|
13092
|
+
Completed 200 OK in 3ms (Views: 2.4ms)
|
13093
|
+
Started POST "/heroku_config_vars/heroku_app" for 127.0.0.1 at 2013-03-21 15:25:20 +1300
|
13094
|
+
Processing by HerokuConfigVars::HerokuAppsController#create as HTML
|
13095
|
+
Parameters: {"utf8"=>"✓", "heroku_app"=>{"app_name"=>"", "api_key"=>""}, "commit"=>"Save"}
|
13096
|
+
Rendered /Users/danielfone/Production/personal/heroku_config_vars/app/views/heroku_config_vars/heroku_apps/_errors.html.erb (0.4ms)
|
13097
|
+
Rendered /Users/danielfone/Production/personal/heroku_config_vars/app/views/heroku_config_vars/heroku_apps/new.html.erb within layouts/heroku_config_vars/application (1.1ms)
|
13098
|
+
Completed 200 OK in 3ms (Views: 2.0ms)
|
13099
|
+
Started GET "/heroku_config_vars/?admin=false" for 127.0.0.1 at 2013-03-21 15:25:20 +1300
|
13100
|
+
Processing by HerokuConfigVars::HerokuAppsController#show as HTML
|
13101
|
+
Parameters: {"admin"=>"false"}
|
13102
|
+
Completed 404 Not Found in 0ms
|
13103
|
+
Started GET "/heroku_config_vars/env" for 127.0.0.1 at 2013-03-21 15:25:20 +1300
|
13104
|
+
Processing by HerokuConfigVars::ApplicationController#env as HTML
|
13105
|
+
Completed 200 OK in 3ms (Views: 3.0ms)
|
13106
|
+
Started GET "/heroku_config_vars/heroku_app" for 127.0.0.1 at 2013-03-21 15:25:20 +1300
|
13107
|
+
Processing by HerokuConfigVars::HerokuAppsController#show as HTML
|
13108
|
+
Connecting to Heroku
|
13109
|
+
Loading config
|
13110
|
+
Completed 200 OK in 3ms (Views: 1.3ms)
|
13111
|
+
Connecting to Heroku
|
13112
|
+
Loading config
|
13113
|
+
Connecting to Heroku
|
13114
|
+
Loading config
|
13115
|
+
Connecting to Heroku
|
13116
|
+
Loading config
|
13117
|
+
Connecting to Heroku
|
13118
|
+
Loading config
|
13119
|
+
Started GET "/heroku_config_vars/" for 127.0.0.1 at 2013-03-21 15:25:20 +1300
|
13120
|
+
Processing by HerokuConfigVars::HerokuAppsController#show as HTML
|
13121
|
+
Filter chain halted as :recommend_https rendered or redirected
|
13122
|
+
Completed 200 OK in 8ms (Views: 7.6ms)
|
13123
|
+
Started GET "/heroku_config_vars/heroku_app" for 127.0.0.1 at 2013-03-21 15:25:20 +1300
|
13124
|
+
Processing by HerokuConfigVars::HerokuAppsController#show as HTML
|
13125
|
+
Redirected to https://www.example.com/heroku_config_vars/heroku_app/new
|
13126
|
+
Filter chain halted as :require_heroku_app rendered or redirected
|
13127
|
+
Completed 302 Found in 1ms
|
13128
|
+
Started GET "/heroku_config_vars/heroku_app/new" for 127.0.0.1 at 2013-03-21 15:25:20 +1300
|
13129
|
+
Processing by HerokuConfigVars::HerokuAppsController#new as HTML
|
13130
|
+
Rendered /Users/danielfone/Production/personal/heroku_config_vars/app/views/heroku_config_vars/heroku_apps/_errors.html.erb (0.4ms)
|
13131
|
+
Completed 200 OK in 3ms (Views: 2.4ms)
|
13132
|
+
Started GET "/heroku_config_vars/" for 127.0.0.1 at 2013-03-21 15:25:20 +1300
|
13133
|
+
Processing by HerokuConfigVars::HerokuAppsController#show as HTML
|
13134
|
+
Filter chain halted as :recommend_https rendered or redirected
|
13135
|
+
Completed 200 OK in 2ms (Views: 1.5ms)
|
13136
|
+
Started GET "/heroku_config_vars/heroku_app?insecure=ok" for 127.0.0.1 at 2013-03-21 15:25:20 +1300
|
13137
|
+
Processing by HerokuConfigVars::HerokuAppsController#show as HTML
|
13138
|
+
Parameters: {"insecure"=>"ok"}
|
13139
|
+
Redirected to http://www.example.com/heroku_config_vars/heroku_app/new
|
13140
|
+
Filter chain halted as :require_heroku_app rendered or redirected
|
13141
|
+
Completed 302 Found in 1ms
|
13142
|
+
Started GET "/heroku_config_vars/heroku_app/new" for 127.0.0.1 at 2013-03-21 15:25:20 +1300
|
13143
|
+
Processing by HerokuConfigVars::HerokuAppsController#new as HTML
|
13144
|
+
Rendered /Users/danielfone/Production/personal/heroku_config_vars/app/views/heroku_config_vars/heroku_apps/_errors.html.erb (0.4ms)
|
13145
|
+
Completed 200 OK in 3ms (Views: 2.2ms)
|
13146
|
+
Started GET "/heroku_config_vars/" for 127.0.0.1 at 2013-03-21 15:25:20 +1300
|
13147
|
+
Processing by HerokuConfigVars::HerokuAppsController#show as HTML
|
13148
|
+
Redirected to http://www.example.com/heroku_config_vars/heroku_app/new
|
13149
|
+
Filter chain halted as :require_heroku_app rendered or redirected
|
13150
|
+
Completed 302 Found in 1ms
|
13151
|
+
Started GET "/heroku_config_vars/heroku_app/new" for 127.0.0.1 at 2013-03-21 15:25:20 +1300
|
13152
|
+
Processing by HerokuConfigVars::HerokuAppsController#new as HTML
|
13153
|
+
Rendered /Users/danielfone/Production/personal/heroku_config_vars/app/views/heroku_config_vars/heroku_apps/_errors.html.erb (0.4ms)
|
13154
|
+
Completed 200 OK in 3ms (Views: 2.1ms)
|
13155
|
+
Started GET "/heroku_config_vars/heroku_app/edit" for 127.0.0.1 at 2013-03-21 15:25:20 +1300
|
13156
|
+
Processing by HerokuConfigVars::HerokuAppsController#edit as HTML
|
13157
|
+
Connecting to Heroku
|
13158
|
+
Loading config
|
13159
|
+
Completed 200 OK in 5ms (Views: 3.6ms)
|
13160
|
+
Started GET "/heroku_config_vars/heroku_app" for 127.0.0.1 at 2013-03-21 15:25:20 +1300
|
13161
|
+
Processing by HerokuConfigVars::HerokuAppsController#show as HTML
|
13162
|
+
Connecting to Heroku
|
13163
|
+
Loading config
|
13164
|
+
Completed 200 OK in 3ms (Views: 1.3ms)
|
13165
|
+
Started GET "/heroku_config_vars/heroku_app/edit" for 127.0.0.1 at 2013-03-21 15:25:20 +1300
|
13166
|
+
Processing by HerokuConfigVars::HerokuAppsController#edit as HTML
|
13167
|
+
Connecting to Heroku
|
13168
|
+
Loading config
|
13169
|
+
Completed 200 OK in 4ms (Views: 2.3ms)
|
13170
|
+
Started GET "/heroku_config_vars/heroku_app" for 127.0.0.1 at 2013-03-21 15:25:20 +1300
|
13171
|
+
Processing by HerokuConfigVars::HerokuAppsController#show as HTML
|
13172
|
+
Connecting to Heroku
|
13173
|
+
Loading config
|
13174
|
+
Completed 200 OK in 2ms (Views: 1.1ms)
|
13175
|
+
Started GET "/heroku_config_vars/heroku_app" for 127.0.0.1 at 2013-03-21 15:25:20 +1300
|
13176
|
+
Processing by HerokuConfigVars::HerokuAppsController#show as HTML
|
13177
|
+
Connecting to Heroku
|
13178
|
+
Loading config
|
13179
|
+
Completed 200 OK in 3ms (Views: 1.3ms)
|
13180
|
+
Started GET "/heroku_config_vars/heroku_app/edit" for 127.0.0.1 at 2013-03-21 15:25:20 +1300
|
13181
|
+
Processing by HerokuConfigVars::HerokuAppsController#edit as HTML
|
13182
|
+
Connecting to Heroku
|
13183
|
+
Loading config
|
13184
|
+
Completed 200 OK in 4ms (Views: 2.3ms)
|
13185
|
+
Started PUT "/heroku_config_vars/heroku_app" for 127.0.0.1 at 2013-03-21 15:25:20 +1300
|
13186
|
+
Processing by HerokuConfigVars::HerokuAppsController#update as HTML
|
13187
|
+
Parameters: {"utf8"=>"✓", "heroku_app"=>{"vars"=>{"VAR1"=>"value 1", "VAR2"=>"value 2 updated", "VAR3"=>"value 3", "VAR4"=>"value 4"}}, "remove"=>{"VAR1"=>"1"}, "add"=>[{"key"=>"NEW_KEY", "value"=>"a new value"}], "commit"=>"Prepare..."}
|
13188
|
+
Connecting to Heroku
|
13189
|
+
Loading config
|
13190
|
+
Completed 200 OK in 5ms (Views: 3.5ms)
|
13191
|
+
Started GET "/heroku_config_vars/heroku_app/edit" for 127.0.0.1 at 2013-03-21 15:25:20 +1300
|
13192
|
+
Processing by HerokuConfigVars::HerokuAppsController#edit as HTML
|
13193
|
+
Connecting to Heroku
|
13194
|
+
Loading config
|
13195
|
+
Completed 200 OK in 4ms (Views: 2.6ms)
|
13196
|
+
Started GET "/heroku_config_vars/heroku_app" for 127.0.0.1 at 2013-03-21 15:25:20 +1300
|
13197
|
+
Processing by HerokuConfigVars::HerokuAppsController#show as HTML
|
13198
|
+
Connecting to Heroku
|
13199
|
+
Loading config
|
13200
|
+
Completed 200 OK in 3ms (Views: 1.3ms)
|
13201
|
+
Started GET "/heroku_config_vars/heroku_app/edit" for 127.0.0.1 at 2013-03-21 15:25:20 +1300
|
13202
|
+
Processing by HerokuConfigVars::HerokuAppsController#edit as HTML
|
13203
|
+
Connecting to Heroku
|
13204
|
+
Loading config
|
13205
|
+
Completed 200 OK in 4ms (Views: 2.4ms)
|
13206
|
+
Started PUT "/heroku_config_vars/heroku_app" for 127.0.0.1 at 2013-03-21 15:25:20 +1300
|
13207
|
+
Processing by HerokuConfigVars::HerokuAppsController#update as HTML
|
13208
|
+
Parameters: {"utf8"=>"✓", "heroku_app"=>{"vars"=>{"VAR1"=>"value 1", "VAR2"=>"value 2 updated", "VAR3"=>"value 3", "VAR4"=>"value 4"}}, "remove"=>{"VAR1"=>"1"}, "add"=>[{"key"=>"NEW_KEY", "value"=>"a new value"}], "commit"=>"Prepare..."}
|
13209
|
+
Connecting to Heroku
|
13210
|
+
Loading config
|
13211
|
+
Completed 200 OK in 28ms (Views: 2.1ms)
|
13212
|
+
Started PUT "/heroku_config_vars/heroku_app?confirmation=true" for 127.0.0.1 at 2013-03-21 15:25:20 +1300
|
13213
|
+
Processing by HerokuConfigVars::HerokuAppsController#update as HTML
|
13214
|
+
Parameters: {"utf8"=>"✓", "heroku_app"=>{"vars"=>{"VAR2"=>"value 2 updated", "VAR3"=>"value 3", "VAR4"=>"value 4", "NEW_KEY"=>"a new value"}}, "commit"=>"Update and restart app", "confirmation"=>"true"}
|
13215
|
+
Connecting to Heroku
|
13216
|
+
Loading config
|
13217
|
+
Updating config
|
13218
|
+
Connecting to Heroku
|
13219
|
+
deleting VAR1
|
13220
|
+
Connecting to Heroku
|
13221
|
+
Redirected to https://www.example.com/heroku_config_vars/heroku_app/edit
|
13222
|
+
Completed 302 Found in 5ms
|
13223
|
+
Started GET "/heroku_config_vars/heroku_app/edit" for 127.0.0.1 at 2013-03-21 15:25:20 +1300
|
13224
|
+
Processing by HerokuConfigVars::HerokuAppsController#edit as HTML
|
13225
|
+
Connecting to Heroku
|
13226
|
+
Loading config
|
13227
|
+
Completed 200 OK in 4ms (Views: 2.4ms)
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
metadata
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
name: heroku_config_vars
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease:
|
5
|
-
version: 1.0.
|
5
|
+
version: 1.0.1
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- Daniel Fone
|
@@ -27,6 +27,22 @@ dependencies:
|
|
27
27
|
version: '3.0'
|
28
28
|
none: false
|
29
29
|
type: :runtime
|
30
|
+
- !ruby/object:Gem::Dependency
|
31
|
+
version_requirements: !ruby/object:Gem::Requirement
|
32
|
+
requirements:
|
33
|
+
- - ~>
|
34
|
+
- !ruby/object:Gem::Version
|
35
|
+
version: '3.2'
|
36
|
+
none: false
|
37
|
+
prerelease: false
|
38
|
+
name: sass-rails
|
39
|
+
requirement: !ruby/object:Gem::Requirement
|
40
|
+
requirements:
|
41
|
+
- - ~>
|
42
|
+
- !ruby/object:Gem::Version
|
43
|
+
version: '3.2'
|
44
|
+
none: false
|
45
|
+
type: :runtime
|
30
46
|
- !ruby/object:Gem::Dependency
|
31
47
|
version_requirements: !ruby/object:Gem::Requirement
|
32
48
|
requirements:
|
@@ -123,22 +139,6 @@ dependencies:
|
|
123
139
|
version: 2.2.0
|
124
140
|
none: false
|
125
141
|
type: :development
|
126
|
-
- !ruby/object:Gem::Dependency
|
127
|
-
version_requirements: !ruby/object:Gem::Requirement
|
128
|
-
requirements:
|
129
|
-
- - ~>
|
130
|
-
- !ruby/object:Gem::Version
|
131
|
-
version: 3.2.0
|
132
|
-
none: false
|
133
|
-
prerelease: false
|
134
|
-
name: sass-rails
|
135
|
-
requirement: !ruby/object:Gem::Requirement
|
136
|
-
requirements:
|
137
|
-
- - ~>
|
138
|
-
- !ruby/object:Gem::Version
|
139
|
-
version: 3.2.0
|
140
|
-
none: false
|
141
|
-
type: :development
|
142
142
|
description: Engine to manage Heroku configuration variables from within your application
|
143
143
|
email:
|
144
144
|
- daniel@fone.net.nz
|
@@ -192,6 +192,7 @@ files:
|
|
192
192
|
- spec/dummy/config/locales/en.yml
|
193
193
|
- spec/dummy/config/routes.rb
|
194
194
|
- spec/dummy/config.ru
|
195
|
+
- spec/dummy/log/production.log
|
195
196
|
- spec/dummy/log/test.log
|
196
197
|
- spec/dummy/public/404.html
|
197
198
|
- spec/dummy/public/422.html
|
@@ -205,22 +206,27 @@ files:
|
|
205
206
|
- spec/dummy/tmp/cache/assets/C9B/060/sprockets%2Fa20484759fec963d3f51839934c3848f
|
206
207
|
- spec/dummy/tmp/cache/assets/CAC/5E0/sprockets%2F425b0f4900e04b7736af6e64c4f46902
|
207
208
|
- spec/dummy/tmp/cache/assets/CBA/440/sprockets%2F8291695bea92c347d6a509dfa2379810
|
209
|
+
- spec/dummy/tmp/cache/assets/CBC/390/sprockets%2Fac75229c5880bdb994980077ebe48420
|
208
210
|
- spec/dummy/tmp/cache/assets/CBF/C20/sprockets%2Fdd57917c8268e99fe0a17332550ef632
|
211
|
+
- spec/dummy/tmp/cache/assets/CCF/820/sprockets%2F950c3b15d448320e7a50a73c39ef005b
|
212
|
+
- spec/dummy/tmp/cache/assets/CD8/370/sprockets%2F357970feca3ac29060c1e3861e2c0953
|
209
213
|
- spec/dummy/tmp/cache/assets/CD9/8E0/sprockets%2F0681932233ab9af521f58c34cbf091f5
|
210
214
|
- spec/dummy/tmp/cache/assets/CF0/D20/sprockets%2F6997e8f2f3f34b07c51d6689d3ec5120
|
211
|
-
- spec/dummy/tmp/cache/assets/CFA/C10/sprockets%2Fca5852e7ebc212e12405091c0ca7a449
|
212
|
-
- spec/dummy/tmp/cache/assets/D0C/BD0/sprockets%2F7e5673b3d2e6c24b8a290ff222a4843d
|
213
215
|
- spec/dummy/tmp/cache/assets/D0F/CF0/sprockets%2Fa54d897b366850d6aff2583dcd21141b
|
214
216
|
- spec/dummy/tmp/cache/assets/D11/650/sprockets%2Fa79c1979284b6712e0a09bdde83c711b
|
215
217
|
- spec/dummy/tmp/cache/assets/D2A/5E0/sprockets%2F8f9f3295a33983dafe83cbc75895a346
|
216
218
|
- spec/dummy/tmp/cache/assets/D2F/830/sprockets%2Fd6b510595130dc04df17a75eae623ee0
|
219
|
+
- spec/dummy/tmp/cache/assets/D32/A10/sprockets%2F13fe41fee1fe35b49d145bcc06610705
|
217
220
|
- spec/dummy/tmp/cache/assets/D3A/0E0/sprockets%2F12c0c4243a0757c81af09989ece2d4dc
|
218
221
|
- spec/dummy/tmp/cache/assets/D3A/B10/sprockets%2Fa6033a4a85f3d8f4f5a68c3215bc64b6
|
219
222
|
- spec/dummy/tmp/cache/assets/D44/BB0/sprockets%2F6f8a1b369f3e20121751ff9356bebf8c
|
220
|
-
- spec/dummy/tmp/cache/assets/
|
223
|
+
- spec/dummy/tmp/cache/assets/D4E/1B0/sprockets%2Ff7cbd26ba1d28d48de824f0e94586655
|
224
|
+
- spec/dummy/tmp/cache/assets/D5A/EA0/sprockets%2Fd771ace226fc8215a3572e0aa35bb0d6
|
221
225
|
- spec/dummy/tmp/cache/assets/D94/CA0/sprockets%2Fb36822d80e1aee3257c5cf2f4ddeb043
|
222
226
|
- spec/dummy/tmp/cache/assets/DAA/850/sprockets%2F7e2ddb2b088e0c526941fef48af19ff5
|
223
227
|
- spec/dummy/tmp/cache/assets/DC3/970/sprockets%2Fd5d2e0cc86cec4e411aa31c549fcb870
|
228
|
+
- spec/dummy/tmp/cache/assets/DDC/400/sprockets%2Fcffd775d018f68ce5dba1ee0d951a994
|
229
|
+
- spec/dummy/tmp/cache/assets/E04/890/sprockets%2F2f5173deea6c795b8fdde723bb4b63af
|
224
230
|
- spec/dummy/tmp/capybara/capybara-201302162255389397158257.html
|
225
231
|
- spec/dummy/tmp/capybara/capybara-201302162255545698499887.html
|
226
232
|
- spec/dummy/tmp/capybara/capybara-201302162256212974676040.html
|
@@ -254,7 +260,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
254
260
|
version: '0'
|
255
261
|
segments:
|
256
262
|
- 0
|
257
|
-
hash:
|
263
|
+
hash: 2445428095043158372
|
258
264
|
none: false
|
259
265
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
260
266
|
requirements:
|
@@ -263,7 +269,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
263
269
|
version: '0'
|
264
270
|
segments:
|
265
271
|
- 0
|
266
|
-
hash:
|
272
|
+
hash: 2445428095043158372
|
267
273
|
none: false
|
268
274
|
requirements: []
|
269
275
|
rubyforge_project:
|
@@ -292,6 +298,7 @@ test_files:
|
|
292
298
|
- spec/dummy/config/locales/en.yml
|
293
299
|
- spec/dummy/config/routes.rb
|
294
300
|
- spec/dummy/config.ru
|
301
|
+
- spec/dummy/log/production.log
|
295
302
|
- spec/dummy/log/test.log
|
296
303
|
- spec/dummy/public/404.html
|
297
304
|
- spec/dummy/public/422.html
|
@@ -305,22 +312,27 @@ test_files:
|
|
305
312
|
- spec/dummy/tmp/cache/assets/C9B/060/sprockets%2Fa20484759fec963d3f51839934c3848f
|
306
313
|
- spec/dummy/tmp/cache/assets/CAC/5E0/sprockets%2F425b0f4900e04b7736af6e64c4f46902
|
307
314
|
- spec/dummy/tmp/cache/assets/CBA/440/sprockets%2F8291695bea92c347d6a509dfa2379810
|
315
|
+
- spec/dummy/tmp/cache/assets/CBC/390/sprockets%2Fac75229c5880bdb994980077ebe48420
|
308
316
|
- spec/dummy/tmp/cache/assets/CBF/C20/sprockets%2Fdd57917c8268e99fe0a17332550ef632
|
317
|
+
- spec/dummy/tmp/cache/assets/CCF/820/sprockets%2F950c3b15d448320e7a50a73c39ef005b
|
318
|
+
- spec/dummy/tmp/cache/assets/CD8/370/sprockets%2F357970feca3ac29060c1e3861e2c0953
|
309
319
|
- spec/dummy/tmp/cache/assets/CD9/8E0/sprockets%2F0681932233ab9af521f58c34cbf091f5
|
310
320
|
- spec/dummy/tmp/cache/assets/CF0/D20/sprockets%2F6997e8f2f3f34b07c51d6689d3ec5120
|
311
|
-
- spec/dummy/tmp/cache/assets/CFA/C10/sprockets%2Fca5852e7ebc212e12405091c0ca7a449
|
312
|
-
- spec/dummy/tmp/cache/assets/D0C/BD0/sprockets%2F7e5673b3d2e6c24b8a290ff222a4843d
|
313
321
|
- spec/dummy/tmp/cache/assets/D0F/CF0/sprockets%2Fa54d897b366850d6aff2583dcd21141b
|
314
322
|
- spec/dummy/tmp/cache/assets/D11/650/sprockets%2Fa79c1979284b6712e0a09bdde83c711b
|
315
323
|
- spec/dummy/tmp/cache/assets/D2A/5E0/sprockets%2F8f9f3295a33983dafe83cbc75895a346
|
316
324
|
- spec/dummy/tmp/cache/assets/D2F/830/sprockets%2Fd6b510595130dc04df17a75eae623ee0
|
325
|
+
- spec/dummy/tmp/cache/assets/D32/A10/sprockets%2F13fe41fee1fe35b49d145bcc06610705
|
317
326
|
- spec/dummy/tmp/cache/assets/D3A/0E0/sprockets%2F12c0c4243a0757c81af09989ece2d4dc
|
318
327
|
- spec/dummy/tmp/cache/assets/D3A/B10/sprockets%2Fa6033a4a85f3d8f4f5a68c3215bc64b6
|
319
328
|
- spec/dummy/tmp/cache/assets/D44/BB0/sprockets%2F6f8a1b369f3e20121751ff9356bebf8c
|
320
|
-
- spec/dummy/tmp/cache/assets/
|
329
|
+
- spec/dummy/tmp/cache/assets/D4E/1B0/sprockets%2Ff7cbd26ba1d28d48de824f0e94586655
|
330
|
+
- spec/dummy/tmp/cache/assets/D5A/EA0/sprockets%2Fd771ace226fc8215a3572e0aa35bb0d6
|
321
331
|
- spec/dummy/tmp/cache/assets/D94/CA0/sprockets%2Fb36822d80e1aee3257c5cf2f4ddeb043
|
322
332
|
- spec/dummy/tmp/cache/assets/DAA/850/sprockets%2F7e2ddb2b088e0c526941fef48af19ff5
|
323
333
|
- spec/dummy/tmp/cache/assets/DC3/970/sprockets%2Fd5d2e0cc86cec4e411aa31c549fcb870
|
334
|
+
- spec/dummy/tmp/cache/assets/DDC/400/sprockets%2Fcffd775d018f68ce5dba1ee0d951a994
|
335
|
+
- spec/dummy/tmp/cache/assets/E04/890/sprockets%2F2f5173deea6c795b8fdde723bb4b63af
|
324
336
|
- spec/dummy/tmp/capybara/capybara-201302162255389397158257.html
|
325
337
|
- spec/dummy/tmp/capybara/capybara-201302162255545698499887.html
|
326
338
|
- spec/dummy/tmp/capybara/capybara-201302162256212974676040.html
|
Binary file
|
Binary file
|