cytoplasm 0.2.1 → 0.2.2
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.
|
@@ -88,7 +88,7 @@ module Cytoplasm
|
|
|
88
88
|
|
|
89
89
|
# Fetch imported GoogleWebFonts fonts
|
|
90
90
|
yaml = fetch_yaml(@@gwf_file)
|
|
91
|
-
yaml["imported"].each {|f| imported["googlewebfonts"][f] = fetch_gwf_family(f)} unless yaml
|
|
91
|
+
yaml["imported"].each {|f| imported["googlewebfonts"][f] = fetch_gwf_family(f)} unless yaml == false or yaml["imported"].nil?
|
|
92
92
|
|
|
93
93
|
return imported
|
|
94
94
|
end
|
data/lib/cytoplasm/version.rb
CHANGED
data/test/dummy/Gemfile.lock
CHANGED
|
@@ -617152,3 +617152,379 @@ Processing by Cytoplasm::SettingsController#fetch as */*
|
|
|
617152
617152
|
WARNING: Can't verify CSRF token authenticity
|
|
617153
617153
|
Rendered text template (0.0ms)
|
|
617154
617154
|
Completed 200 OK in 7ms (Views: 1.8ms | ActiveRecord: 0.0ms)
|
|
617155
|
+
|
|
617156
|
+
|
|
617157
|
+
Started GET "/" for 127.0.0.1 at 2013-01-24 14:55:15 -0500
|
|
617158
|
+
Connecting to database specified by database.yml
|
|
617159
|
+
Processing by HomeController#index as HTML
|
|
617160
|
+
Rendered home/index.html.erb within layouts/application (2.6ms)
|
|
617161
|
+
Completed 200 OK in 81ms (Views: 81.0ms | ActiveRecord: 0.0ms)
|
|
617162
|
+
|
|
617163
|
+
|
|
617164
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-01-24 14:55:16 -0500
|
|
617165
|
+
Served asset /application.css - 304 Not Modified (9ms)
|
|
617166
|
+
|
|
617167
|
+
|
|
617168
|
+
Started GET "/assets/about.css?body=1" for 127.0.0.1 at 2013-01-24 14:55:16 -0500
|
|
617169
|
+
Served asset /about.css - 304 Not Modified (1ms)
|
|
617170
|
+
|
|
617171
|
+
|
|
617172
|
+
Started GET "/assets/demos.css?body=1" for 127.0.0.1 at 2013-01-24 14:55:16 -0500
|
|
617173
|
+
Served asset /demos.css - 304 Not Modified (1ms)
|
|
617174
|
+
|
|
617175
|
+
|
|
617176
|
+
Started GET "/assets/docs.css?body=1" for 127.0.0.1 at 2013-01-24 14:55:16 -0500
|
|
617177
|
+
Served asset /docs.css - 304 Not Modified (2ms)
|
|
617178
|
+
|
|
617179
|
+
|
|
617180
|
+
Started GET "/assets/downloads.css?body=1" for 127.0.0.1 at 2013-01-24 14:55:16 -0500
|
|
617181
|
+
Served asset /downloads.css - 304 Not Modified (3ms)
|
|
617182
|
+
|
|
617183
|
+
|
|
617184
|
+
Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2013-01-24 14:55:16 -0500
|
|
617185
|
+
Served asset /home.css - 200 OK (1ms)
|
|
617186
|
+
|
|
617187
|
+
|
|
617188
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-24 14:55:16 -0500
|
|
617189
|
+
Served asset /jquery.js - 304 Not Modified (3ms)
|
|
617190
|
+
|
|
617191
|
+
|
|
617192
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-24 14:55:16 -0500
|
|
617193
|
+
Served asset /jquery_ujs.js - 304 Not Modified (1ms)
|
|
617194
|
+
|
|
617195
|
+
|
|
617196
|
+
Started GET "/assets/about.js?body=1" for 127.0.0.1 at 2013-01-24 14:55:16 -0500
|
|
617197
|
+
Served asset /about.js - 304 Not Modified (1ms)
|
|
617198
|
+
|
|
617199
|
+
|
|
617200
|
+
Started GET "/assets/demos.js?body=1" for 127.0.0.1 at 2013-01-24 14:55:16 -0500
|
|
617201
|
+
Served asset /demos.js - 304 Not Modified (1ms)
|
|
617202
|
+
|
|
617203
|
+
|
|
617204
|
+
Started GET "/assets/downloads.js?body=1" for 127.0.0.1 at 2013-01-24 14:55:16 -0500
|
|
617205
|
+
Served asset /downloads.js - 304 Not Modified (1ms)
|
|
617206
|
+
|
|
617207
|
+
|
|
617208
|
+
Started GET "/assets/docs.js?body=1" for 127.0.0.1 at 2013-01-24 14:55:16 -0500
|
|
617209
|
+
Served asset /docs.js - 304 Not Modified (2ms)
|
|
617210
|
+
|
|
617211
|
+
|
|
617212
|
+
Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2013-01-24 14:55:16 -0500
|
|
617213
|
+
Served asset /home.js - 200 OK (1ms)
|
|
617214
|
+
|
|
617215
|
+
|
|
617216
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-24 14:55:16 -0500
|
|
617217
|
+
Served asset /application.js - 304 Not Modified (10ms)
|
|
617218
|
+
|
|
617219
|
+
|
|
617220
|
+
Started GET "/assets/cytoplasm/less-1.3.1.min.js?body=1" for 127.0.0.1 at 2013-01-24 14:55:16 -0500
|
|
617221
|
+
Served asset /cytoplasm/less-1.3.1.min.js - 304 Not Modified (2ms)
|
|
617222
|
+
|
|
617223
|
+
|
|
617224
|
+
Started GET "/assets/cytoplasm/cytoplasm.js?body=1" for 127.0.0.1 at 2013-01-24 14:55:16 -0500
|
|
617225
|
+
Served asset /cytoplasm/cytoplasm.js - 304 Not Modified (2ms)
|
|
617226
|
+
|
|
617227
|
+
|
|
617228
|
+
Started GET "/assets/cytoplasm/jquery.ba-throttle-debounce.min.js?body=1" for 127.0.0.1 at 2013-01-24 14:55:16 -0500
|
|
617229
|
+
Served asset /cytoplasm/jquery.ba-throttle-debounce.min.js - 304 Not Modified (1ms)
|
|
617230
|
+
|
|
617231
|
+
|
|
617232
|
+
Started GET "/assets/cytoplasm/cytoAjax.js?body=1" for 127.0.0.1 at 2013-01-24 14:55:16 -0500
|
|
617233
|
+
Served asset /cytoplasm/cytoAjax.js - 304 Not Modified (1ms)
|
|
617234
|
+
|
|
617235
|
+
|
|
617236
|
+
Started GET "/assets/cytoplasm/jquery.color.js?body=1" for 127.0.0.1 at 2013-01-24 14:55:16 -0500
|
|
617237
|
+
Served asset /cytoplasm/jquery.color.js - 304 Not Modified (24ms)
|
|
617238
|
+
|
|
617239
|
+
|
|
617240
|
+
Started GET "/assets/cytoplasm/cytoSelect.js?body=1" for 127.0.0.1 at 2013-01-24 14:55:16 -0500
|
|
617241
|
+
Served asset /cytoplasm/cytoSelect.js - 304 Not Modified (2ms)
|
|
617242
|
+
|
|
617243
|
+
|
|
617244
|
+
Started GET "/assets/cytoplasm/cytoRadio.js?body=1" for 127.0.0.1 at 2013-01-24 14:55:16 -0500
|
|
617245
|
+
Served asset /cytoplasm/cytoRadio.js - 304 Not Modified (3ms)
|
|
617246
|
+
|
|
617247
|
+
|
|
617248
|
+
Started GET "/assets/cytoplasm/cytoSlider.js?body=1" for 127.0.0.1 at 2013-01-24 14:55:16 -0500
|
|
617249
|
+
Served asset /cytoplasm/cytoSlider.js - 304 Not Modified (2ms)
|
|
617250
|
+
|
|
617251
|
+
|
|
617252
|
+
Started GET "/assets/cytoplasm/cytoUpload.js?body=1" for 127.0.0.1 at 2013-01-24 14:55:16 -0500
|
|
617253
|
+
Served asset /cytoplasm/cytoUpload.js - 304 Not Modified (1ms)
|
|
617254
|
+
|
|
617255
|
+
|
|
617256
|
+
Started GET "/assets/cytoplasm/cytoColorPicker.js?body=1" for 127.0.0.1 at 2013-01-24 14:55:16 -0500
|
|
617257
|
+
Served asset /cytoplasm/cytoColorPicker.js - 304 Not Modified (1ms)
|
|
617258
|
+
|
|
617259
|
+
|
|
617260
|
+
Started GET "/assets/cytoplasm/cytoField.js?body=1" for 127.0.0.1 at 2013-01-24 14:55:16 -0500
|
|
617261
|
+
Served asset /cytoplasm/cytoField.js - 304 Not Modified (1ms)
|
|
617262
|
+
|
|
617263
|
+
|
|
617264
|
+
Started GET "/assets/cytoplasm/cytoTable.js?body=1" for 127.0.0.1 at 2013-01-24 14:55:16 -0500
|
|
617265
|
+
Served asset /cytoplasm/cytoTable.js - 304 Not Modified (1ms)
|
|
617266
|
+
|
|
617267
|
+
|
|
617268
|
+
Started GET "/assets/cytoplasm/cytoLogo.js?body=1" for 127.0.0.1 at 2013-01-24 14:55:16 -0500
|
|
617269
|
+
Served asset /cytoplasm/cytoLogo.js - 304 Not Modified (1ms)
|
|
617270
|
+
|
|
617271
|
+
|
|
617272
|
+
Started GET "/assets/jquery-ui.js?_=1359057316604" for 127.0.0.1 at 2013-01-24 14:55:16 -0500
|
|
617273
|
+
Served asset /jquery-ui.js - 200 OK (4ms)
|
|
617274
|
+
|
|
617275
|
+
|
|
617276
|
+
Started POST "/cytoplasm/settings/fetch" for 127.0.0.1 at 2013-01-24 14:55:17 -0500
|
|
617277
|
+
Processing by Cytoplasm::SettingsController#fetch as */*
|
|
617278
|
+
WARNING: Can't verify CSRF token authenticity
|
|
617279
|
+
Rendered text template (0.0ms)
|
|
617280
|
+
Completed 200 OK in 7ms (Views: 1.7ms | ActiveRecord: 0.0ms)
|
|
617281
|
+
|
|
617282
|
+
|
|
617283
|
+
Started GET "/demos" for 127.0.0.1 at 2013-01-24 14:55:21 -0500
|
|
617284
|
+
Processing by DemosController#index as HTML
|
|
617285
|
+
Rendered demos/index.html.erb within layouts/application (0.8ms)
|
|
617286
|
+
Completed 200 OK in 35ms (Views: 34.9ms | ActiveRecord: 0.0ms)
|
|
617287
|
+
|
|
617288
|
+
|
|
617289
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-01-24 14:55:21 -0500
|
|
617290
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
|
617291
|
+
|
|
617292
|
+
|
|
617293
|
+
Started GET "/assets/about.css?body=1" for 127.0.0.1 at 2013-01-24 14:55:21 -0500
|
|
617294
|
+
Served asset /about.css - 304 Not Modified (0ms)
|
|
617295
|
+
|
|
617296
|
+
|
|
617297
|
+
Started GET "/assets/downloads.css?body=1" for 127.0.0.1 at 2013-01-24 14:55:21 -0500
|
|
617298
|
+
Served asset /downloads.css - 304 Not Modified (0ms)
|
|
617299
|
+
|
|
617300
|
+
|
|
617301
|
+
Started GET "/assets/demos.css?body=1" for 127.0.0.1 at 2013-01-24 14:55:21 -0500
|
|
617302
|
+
Served asset /demos.css - 304 Not Modified (0ms)
|
|
617303
|
+
|
|
617304
|
+
|
|
617305
|
+
Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2013-01-24 14:55:21 -0500
|
|
617306
|
+
Served asset /home.css - 304 Not Modified (0ms)
|
|
617307
|
+
|
|
617308
|
+
|
|
617309
|
+
Started GET "/assets/docs.css?body=1" for 127.0.0.1 at 2013-01-24 14:55:21 -0500
|
|
617310
|
+
Served asset /docs.css - 304 Not Modified (0ms)
|
|
617311
|
+
|
|
617312
|
+
|
|
617313
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-24 14:55:21 -0500
|
|
617314
|
+
Served asset /jquery.js - 304 Not Modified (0ms)
|
|
617315
|
+
|
|
617316
|
+
|
|
617317
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-24 14:55:21 -0500
|
|
617318
|
+
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
|
617319
|
+
|
|
617320
|
+
|
|
617321
|
+
Started GET "/assets/about.js?body=1" for 127.0.0.1 at 2013-01-24 14:55:21 -0500
|
|
617322
|
+
Served asset /about.js - 304 Not Modified (0ms)
|
|
617323
|
+
|
|
617324
|
+
|
|
617325
|
+
Started GET "/assets/demos.js?body=1" for 127.0.0.1 at 2013-01-24 14:55:21 -0500
|
|
617326
|
+
Served asset /demos.js - 304 Not Modified (0ms)
|
|
617327
|
+
|
|
617328
|
+
|
|
617329
|
+
Started GET "/assets/downloads.js?body=1" for 127.0.0.1 at 2013-01-24 14:55:21 -0500
|
|
617330
|
+
Served asset /downloads.js - 304 Not Modified (0ms)
|
|
617331
|
+
|
|
617332
|
+
|
|
617333
|
+
Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2013-01-24 14:55:21 -0500
|
|
617334
|
+
Served asset /home.js - 304 Not Modified (0ms)
|
|
617335
|
+
|
|
617336
|
+
|
|
617337
|
+
Started GET "/assets/docs.js?body=1" for 127.0.0.1 at 2013-01-24 14:55:21 -0500
|
|
617338
|
+
Served asset /docs.js - 304 Not Modified (0ms)
|
|
617339
|
+
|
|
617340
|
+
|
|
617341
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-24 14:55:21 -0500
|
|
617342
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
|
617343
|
+
|
|
617344
|
+
|
|
617345
|
+
Started GET "/assets/cytoplasm/less-1.3.1.min.js?body=1" for 127.0.0.1 at 2013-01-24 14:55:21 -0500
|
|
617346
|
+
Served asset /cytoplasm/less-1.3.1.min.js - 304 Not Modified (0ms)
|
|
617347
|
+
|
|
617348
|
+
|
|
617349
|
+
Started GET "/assets/cytoplasm/jquery.ba-throttle-debounce.min.js?body=1" for 127.0.0.1 at 2013-01-24 14:55:21 -0500
|
|
617350
|
+
Served asset /cytoplasm/jquery.ba-throttle-debounce.min.js - 304 Not Modified (0ms)
|
|
617351
|
+
|
|
617352
|
+
|
|
617353
|
+
Started GET "/assets/cytoplasm/cytoplasm.js?body=1" for 127.0.0.1 at 2013-01-24 14:55:21 -0500
|
|
617354
|
+
Served asset /cytoplasm/cytoplasm.js - 304 Not Modified (2ms)
|
|
617355
|
+
|
|
617356
|
+
|
|
617357
|
+
Started GET "/assets/cytoplasm/jquery.color.js?body=1" for 127.0.0.1 at 2013-01-24 14:55:21 -0500
|
|
617358
|
+
Served asset /cytoplasm/jquery.color.js - 304 Not Modified (0ms)
|
|
617359
|
+
|
|
617360
|
+
|
|
617361
|
+
Started GET "/assets/cytoplasm/cytoAjax.js?body=1" for 127.0.0.1 at 2013-01-24 14:55:21 -0500
|
|
617362
|
+
Served asset /cytoplasm/cytoAjax.js - 304 Not Modified (0ms)
|
|
617363
|
+
|
|
617364
|
+
|
|
617365
|
+
Started GET "/assets/cytoplasm/cytoSelect.js?body=1" for 127.0.0.1 at 2013-01-24 14:55:21 -0500
|
|
617366
|
+
Served asset /cytoplasm/cytoSelect.js - 304 Not Modified (0ms)
|
|
617367
|
+
|
|
617368
|
+
|
|
617369
|
+
Started GET "/assets/cytoplasm/cytoRadio.js?body=1" for 127.0.0.1 at 2013-01-24 14:55:21 -0500
|
|
617370
|
+
Served asset /cytoplasm/cytoRadio.js - 304 Not Modified (0ms)
|
|
617371
|
+
|
|
617372
|
+
|
|
617373
|
+
Started GET "/assets/cytoplasm/cytoSlider.js?body=1" for 127.0.0.1 at 2013-01-24 14:55:21 -0500
|
|
617374
|
+
Served asset /cytoplasm/cytoSlider.js - 304 Not Modified (0ms)
|
|
617375
|
+
|
|
617376
|
+
|
|
617377
|
+
Started GET "/assets/cytoplasm/cytoUpload.js?body=1" for 127.0.0.1 at 2013-01-24 14:55:21 -0500
|
|
617378
|
+
Served asset /cytoplasm/cytoUpload.js - 304 Not Modified (0ms)
|
|
617379
|
+
|
|
617380
|
+
|
|
617381
|
+
Started GET "/assets/cytoplasm/cytoColorPicker.js?body=1" for 127.0.0.1 at 2013-01-24 14:55:21 -0500
|
|
617382
|
+
Served asset /cytoplasm/cytoColorPicker.js - 304 Not Modified (0ms)
|
|
617383
|
+
|
|
617384
|
+
|
|
617385
|
+
Started GET "/assets/cytoplasm/cytoField.js?body=1" for 127.0.0.1 at 2013-01-24 14:55:21 -0500
|
|
617386
|
+
Served asset /cytoplasm/cytoField.js - 304 Not Modified (0ms)
|
|
617387
|
+
|
|
617388
|
+
|
|
617389
|
+
Started GET "/assets/cytoplasm/cytoTable.js?body=1" for 127.0.0.1 at 2013-01-24 14:55:21 -0500
|
|
617390
|
+
Served asset /cytoplasm/cytoTable.js - 304 Not Modified (0ms)
|
|
617391
|
+
|
|
617392
|
+
|
|
617393
|
+
Started GET "/assets/cytoplasm/cytoLogo.js?body=1" for 127.0.0.1 at 2013-01-24 14:55:21 -0500
|
|
617394
|
+
Served asset /cytoplasm/cytoLogo.js - 304 Not Modified (0ms)
|
|
617395
|
+
|
|
617396
|
+
|
|
617397
|
+
Started GET "/assets/jquery-ui.js?_=1359057321528" for 127.0.0.1 at 2013-01-24 14:55:21 -0500
|
|
617398
|
+
Served asset /jquery-ui.js - 200 OK (0ms)
|
|
617399
|
+
|
|
617400
|
+
|
|
617401
|
+
Started POST "/cytoplasm/settings/fetch" for 127.0.0.1 at 2013-01-24 14:55:21 -0500
|
|
617402
|
+
Processing by Cytoplasm::SettingsController#fetch as */*
|
|
617403
|
+
WARNING: Can't verify CSRF token authenticity
|
|
617404
|
+
Rendered text template (0.0ms)
|
|
617405
|
+
Completed 200 OK in 5ms (Views: 0.4ms | ActiveRecord: 0.0ms)
|
|
617406
|
+
|
|
617407
|
+
|
|
617408
|
+
Started GET "/about" for 127.0.0.1 at 2013-01-24 14:55:22 -0500
|
|
617409
|
+
Processing by AboutController#index as HTML
|
|
617410
|
+
Rendered about/index.html.erb within layouts/application (0.3ms)
|
|
617411
|
+
Completed 200 OK in 13ms (Views: 13.2ms | ActiveRecord: 0.0ms)
|
|
617412
|
+
|
|
617413
|
+
|
|
617414
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-01-24 14:55:22 -0500
|
|
617415
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
|
617416
|
+
|
|
617417
|
+
|
|
617418
|
+
Started GET "/assets/about.css?body=1" for 127.0.0.1 at 2013-01-24 14:55:22 -0500
|
|
617419
|
+
Served asset /about.css - 304 Not Modified (0ms)
|
|
617420
|
+
|
|
617421
|
+
|
|
617422
|
+
Started GET "/assets/demos.css?body=1" for 127.0.0.1 at 2013-01-24 14:55:22 -0500
|
|
617423
|
+
Served asset /demos.css - 304 Not Modified (0ms)
|
|
617424
|
+
|
|
617425
|
+
|
|
617426
|
+
Started GET "/assets/docs.css?body=1" for 127.0.0.1 at 2013-01-24 14:55:22 -0500
|
|
617427
|
+
Served asset /docs.css - 304 Not Modified (0ms)
|
|
617428
|
+
|
|
617429
|
+
|
|
617430
|
+
Started GET "/assets/downloads.css?body=1" for 127.0.0.1 at 2013-01-24 14:55:22 -0500
|
|
617431
|
+
Served asset /downloads.css - 304 Not Modified (0ms)
|
|
617432
|
+
|
|
617433
|
+
|
|
617434
|
+
Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2013-01-24 14:55:22 -0500
|
|
617435
|
+
Served asset /home.css - 304 Not Modified (0ms)
|
|
617436
|
+
|
|
617437
|
+
|
|
617438
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-24 14:55:22 -0500
|
|
617439
|
+
Served asset /jquery.js - 304 Not Modified (0ms)
|
|
617440
|
+
|
|
617441
|
+
|
|
617442
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-24 14:55:22 -0500
|
|
617443
|
+
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
|
617444
|
+
|
|
617445
|
+
|
|
617446
|
+
Started GET "/assets/about.js?body=1" for 127.0.0.1 at 2013-01-24 14:55:22 -0500
|
|
617447
|
+
Served asset /about.js - 304 Not Modified (23ms)
|
|
617448
|
+
|
|
617449
|
+
|
|
617450
|
+
Started GET "/assets/demos.js?body=1" for 127.0.0.1 at 2013-01-24 14:55:22 -0500
|
|
617451
|
+
Served asset /demos.js - 304 Not Modified (0ms)
|
|
617452
|
+
|
|
617453
|
+
|
|
617454
|
+
Started GET "/assets/docs.js?body=1" for 127.0.0.1 at 2013-01-24 14:55:22 -0500
|
|
617455
|
+
Served asset /docs.js - 304 Not Modified (0ms)
|
|
617456
|
+
|
|
617457
|
+
|
|
617458
|
+
Started GET "/assets/downloads.js?body=1" for 127.0.0.1 at 2013-01-24 14:55:22 -0500
|
|
617459
|
+
Served asset /downloads.js - 304 Not Modified (0ms)
|
|
617460
|
+
|
|
617461
|
+
|
|
617462
|
+
Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2013-01-24 14:55:22 -0500
|
|
617463
|
+
Served asset /home.js - 304 Not Modified (0ms)
|
|
617464
|
+
|
|
617465
|
+
|
|
617466
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-24 14:55:22 -0500
|
|
617467
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
|
617468
|
+
|
|
617469
|
+
|
|
617470
|
+
Started GET "/assets/cytoplasm/less-1.3.1.min.js?body=1" for 127.0.0.1 at 2013-01-24 14:55:22 -0500
|
|
617471
|
+
Served asset /cytoplasm/less-1.3.1.min.js - 304 Not Modified (0ms)
|
|
617472
|
+
|
|
617473
|
+
|
|
617474
|
+
Started GET "/assets/cytoplasm/cytoplasm.js?body=1" for 127.0.0.1 at 2013-01-24 14:55:22 -0500
|
|
617475
|
+
Served asset /cytoplasm/cytoplasm.js - 304 Not Modified (1ms)
|
|
617476
|
+
|
|
617477
|
+
|
|
617478
|
+
Started GET "/assets/cytoplasm/jquery.ba-throttle-debounce.min.js?body=1" for 127.0.0.1 at 2013-01-24 14:55:22 -0500
|
|
617479
|
+
Served asset /cytoplasm/jquery.ba-throttle-debounce.min.js - 304 Not Modified (0ms)
|
|
617480
|
+
|
|
617481
|
+
|
|
617482
|
+
Started GET "/assets/cytoplasm/jquery.color.js?body=1" for 127.0.0.1 at 2013-01-24 14:55:22 -0500
|
|
617483
|
+
Served asset /cytoplasm/jquery.color.js - 304 Not Modified (0ms)
|
|
617484
|
+
|
|
617485
|
+
|
|
617486
|
+
Started GET "/assets/cytoplasm/cytoAjax.js?body=1" for 127.0.0.1 at 2013-01-24 14:55:22 -0500
|
|
617487
|
+
Served asset /cytoplasm/cytoAjax.js - 304 Not Modified (0ms)
|
|
617488
|
+
|
|
617489
|
+
|
|
617490
|
+
Started GET "/assets/cytoplasm/cytoSelect.js?body=1" for 127.0.0.1 at 2013-01-24 14:55:22 -0500
|
|
617491
|
+
Served asset /cytoplasm/cytoSelect.js - 304 Not Modified (0ms)
|
|
617492
|
+
|
|
617493
|
+
|
|
617494
|
+
Started GET "/assets/cytoplasm/cytoRadio.js?body=1" for 127.0.0.1 at 2013-01-24 14:55:22 -0500
|
|
617495
|
+
Served asset /cytoplasm/cytoRadio.js - 304 Not Modified (0ms)
|
|
617496
|
+
|
|
617497
|
+
|
|
617498
|
+
Started GET "/assets/cytoplasm/cytoSlider.js?body=1" for 127.0.0.1 at 2013-01-24 14:55:22 -0500
|
|
617499
|
+
Served asset /cytoplasm/cytoSlider.js - 304 Not Modified (0ms)
|
|
617500
|
+
|
|
617501
|
+
|
|
617502
|
+
Started GET "/assets/cytoplasm/cytoUpload.js?body=1" for 127.0.0.1 at 2013-01-24 14:55:22 -0500
|
|
617503
|
+
Served asset /cytoplasm/cytoUpload.js - 304 Not Modified (0ms)
|
|
617504
|
+
|
|
617505
|
+
|
|
617506
|
+
Started GET "/assets/cytoplasm/cytoColorPicker.js?body=1" for 127.0.0.1 at 2013-01-24 14:55:22 -0500
|
|
617507
|
+
Served asset /cytoplasm/cytoColorPicker.js - 304 Not Modified (0ms)
|
|
617508
|
+
|
|
617509
|
+
|
|
617510
|
+
Started GET "/assets/cytoplasm/cytoField.js?body=1" for 127.0.0.1 at 2013-01-24 14:55:22 -0500
|
|
617511
|
+
Served asset /cytoplasm/cytoField.js - 304 Not Modified (0ms)
|
|
617512
|
+
|
|
617513
|
+
|
|
617514
|
+
Started GET "/assets/cytoplasm/cytoTable.js?body=1" for 127.0.0.1 at 2013-01-24 14:55:22 -0500
|
|
617515
|
+
Served asset /cytoplasm/cytoTable.js - 304 Not Modified (0ms)
|
|
617516
|
+
|
|
617517
|
+
|
|
617518
|
+
Started GET "/assets/cytoplasm/cytoLogo.js?body=1" for 127.0.0.1 at 2013-01-24 14:55:22 -0500
|
|
617519
|
+
Served asset /cytoplasm/cytoLogo.js - 304 Not Modified (0ms)
|
|
617520
|
+
|
|
617521
|
+
|
|
617522
|
+
Started GET "/assets/jquery-ui.js?_=1359057323013" for 127.0.0.1 at 2013-01-24 14:55:23 -0500
|
|
617523
|
+
Served asset /jquery-ui.js - 200 OK (0ms)
|
|
617524
|
+
|
|
617525
|
+
|
|
617526
|
+
Started POST "/cytoplasm/settings/fetch" for 127.0.0.1 at 2013-01-24 14:55:23 -0500
|
|
617527
|
+
Processing by Cytoplasm::SettingsController#fetch as */*
|
|
617528
|
+
WARNING: Can't verify CSRF token authenticity
|
|
617529
|
+
Rendered text template (0.0ms)
|
|
617530
|
+
Completed 200 OK in 8ms (Views: 0.4ms | ActiveRecord: 0.0ms)
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cytoplasm
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -389,7 +389,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
389
389
|
version: '0'
|
|
390
390
|
segments:
|
|
391
391
|
- 0
|
|
392
|
-
hash:
|
|
392
|
+
hash: 1305867446761883813
|
|
393
393
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
394
394
|
none: false
|
|
395
395
|
requirements:
|
|
@@ -398,7 +398,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
398
398
|
version: '0'
|
|
399
399
|
segments:
|
|
400
400
|
- 0
|
|
401
|
-
hash:
|
|
401
|
+
hash: 1305867446761883813
|
|
402
402
|
requirements: []
|
|
403
403
|
rubyforge_project:
|
|
404
404
|
rubygems_version: 1.8.24
|