cytoplasm 0.2.7 → 0.2.8

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.
@@ -200,7 +200,7 @@ var Cytoplasm;
200
200
  top:vars.layout.header.logo.y+10
201
201
  },
202
202
  h1:{
203
- color:"contrast("+vars.colors.header.text+",black,white)",
203
+ color:vars.colors.header.text,
204
204
  "&:hover":{
205
205
  color:vars.colors.global.accent
206
206
  }
@@ -1,15 +1,26 @@
1
1
  <h2 style="margin:0px;">Cytoplasm Backstage</h2>
2
-
3
2
  <hr />
4
3
 
4
+ <h3><%=link_to("Settings",cytoplasm_general_settings_url)%></h3>
5
5
  <ul>
6
- <li><%=link_to("General Settings",cytoplasm_general_settings_url)%></li>
7
6
  <li><%=link_to("Layout Settings",cytoplasm_layout_settings_url)%></li>
8
7
  <li><%=link_to("Colors Settings",cytoplasm_colors_settings_url)%></li>
9
- <li><%=link_to("Manage Fonts",cytoplasm_fonts_url)%></li>
10
8
  <li><%=link_to("Advanced Configuration Tool",cytoplasm_advanced_config_url)%></li>
11
9
  </ul>
12
10
 
11
+ <h3><%=link_to("Fonts",cytoplasm_fonts_url)%></h3>
12
+ <ul>
13
+ <li><%=link_to("Install New Fonts","#")%></li>
14
+ <li><%=link_to("Manage Installed Fonts",cytoplasm_fonts_url)%></li>
15
+ <li><%=link_to("Layout Font Settings","#")%></li>
16
+ </ul>
17
+
18
+ <h3><%=link_to("Transitions","#")%></h3>
19
+ <ul>
20
+ <li><%=link_to("Layout Transition Settings","#")%></li>
21
+ <li><%=link_to("Create a Transition","#")%></li>
22
+ </ul>
23
+
13
24
  <script type="text/javascript">
14
25
  $.Cytoplasm("ready",function(){
15
26
 
@@ -9,7 +9,7 @@ module Cytoplasm
9
9
  @defaults = {
10
10
  :setup => {
11
11
  :jqueryui => {
12
- :version => "1.9.2",
12
+ :version => "1.9.2", # Must be at least 1.9.2
13
13
  :theme => "ui-darkness"
14
14
  },
15
15
  :fontloader => {
@@ -1,3 +1,3 @@
1
1
  module Cytoplasm
2
- VERSION = "0.2.7"
2
+ VERSION = "0.2.8"
3
3
  end
@@ -742148,3 +742148,1055 @@ Processing by Cytoplasm::SettingsController#fetch as */*
742148
742148
  WARNING: Can't verify CSRF token authenticity
742149
742149
  Rendered text template (0.0ms)
742150
742150
  Completed 200 OK in 10ms (Views: 0.3ms | ActiveRecord: 0.0ms)
742151
+
742152
+
742153
+ Started GET "/assets/jquery-ui.js?_=1359839983351" for 127.0.0.1 at 2013-02-02 16:19:43 -0500
742154
+ Served asset /jquery-ui.js - 200 OK (0ms)
742155
+
742156
+
742157
+ Started POST "/cytoplasm/settings/fetch" for 127.0.0.1 at 2013-02-02 16:19:45 -0500
742158
+ Processing by Cytoplasm::SettingsController#fetch as */*
742159
+ WARNING: Can't verify CSRF token authenticity
742160
+ Rendered text template (0.0ms)
742161
+ Completed 200 OK in 166ms (Views: 0.3ms | ActiveRecord: 0.0ms)
742162
+
742163
+
742164
+ Started GET "/cytoplasm/" for 127.0.0.1 at 2013-02-02 17:18:51 -0500
742165
+ Processing by Cytoplasm::SettingsController#index as HTML
742166
+ Rendered /Applications/XAMPP/xamppfiles/htdocs/cytoplasm/app/views/cytoplasm/settings/index.html.erb within layouts/application (1.6ms)
742167
+ Completed 200 OK in 95ms (Views: 94.9ms | ActiveRecord: 0.0ms)
742168
+
742169
+
742170
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-02 17:18:51 -0500
742171
+ Served asset /application.css - 304 Not Modified (0ms)
742172
+
742173
+
742174
+ Started GET "/assets/about.css?body=1" for 127.0.0.1 at 2013-02-02 17:18:51 -0500
742175
+ Served asset /about.css - 304 Not Modified (0ms)
742176
+
742177
+
742178
+ Started GET "/assets/demos.css?body=1" for 127.0.0.1 at 2013-02-02 17:18:51 -0500
742179
+ Served asset /demos.css - 304 Not Modified (0ms)
742180
+
742181
+
742182
+ Started GET "/assets/docs.css?body=1" for 127.0.0.1 at 2013-02-02 17:18:51 -0500
742183
+ Served asset /docs.css - 304 Not Modified (0ms)
742184
+
742185
+
742186
+ Started GET "/assets/downloads.css?body=1" for 127.0.0.1 at 2013-02-02 17:18:51 -0500
742187
+ Served asset /downloads.css - 304 Not Modified (0ms)
742188
+
742189
+
742190
+ Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2013-02-02 17:18:51 -0500
742191
+ Served asset /home.css - 304 Not Modified (0ms)
742192
+
742193
+
742194
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-02 17:18:51 -0500
742195
+ Served asset /jquery.js - 304 Not Modified (0ms)
742196
+
742197
+
742198
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-02 17:18:51 -0500
742199
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
742200
+
742201
+
742202
+ Started GET "/assets/about.js?body=1" for 127.0.0.1 at 2013-02-02 17:18:51 -0500
742203
+ Served asset /about.js - 304 Not Modified (0ms)
742204
+
742205
+
742206
+ Started GET "/assets/demos.js?body=1" for 127.0.0.1 at 2013-02-02 17:18:51 -0500
742207
+ Served asset /demos.js - 304 Not Modified (0ms)
742208
+
742209
+
742210
+ Started GET "/assets/docs.js?body=1" for 127.0.0.1 at 2013-02-02 17:18:51 -0500
742211
+ Served asset /docs.js - 304 Not Modified (0ms)
742212
+
742213
+
742214
+ Started GET "/assets/downloads.js?body=1" for 127.0.0.1 at 2013-02-02 17:18:51 -0500
742215
+ Served asset /downloads.js - 304 Not Modified (0ms)
742216
+
742217
+
742218
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2013-02-02 17:18:51 -0500
742219
+ Served asset /home.js - 304 Not Modified (0ms)
742220
+
742221
+
742222
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-02 17:18:51 -0500
742223
+ Served asset /application.js - 304 Not Modified (0ms)
742224
+
742225
+
742226
+ Started GET "/assets/cytoplasm/less-1.3.1.min.js?body=1" for 127.0.0.1 at 2013-02-02 17:18:51 -0500
742227
+ Served asset /cytoplasm/less-1.3.1.min.js - 304 Not Modified (0ms)
742228
+
742229
+
742230
+ Started GET "/assets/cytoplasm/cytoplasm.js?body=1" for 127.0.0.1 at 2013-02-02 17:18:51 -0500
742231
+ Served asset /cytoplasm/cytoplasm.js - 304 Not Modified (1ms)
742232
+
742233
+
742234
+ Started GET "/assets/cytoplasm/jquery.ba-throttle-debounce.min.js?body=1" for 127.0.0.1 at 2013-02-02 17:18:51 -0500
742235
+ Served asset /cytoplasm/jquery.ba-throttle-debounce.min.js - 304 Not Modified (0ms)
742236
+
742237
+
742238
+ Started GET "/assets/cytoplasm/jquery.color-2.1.0.min.js?body=1" for 127.0.0.1 at 2013-02-02 17:18:51 -0500
742239
+ Served asset /cytoplasm/jquery.color-2.1.0.min.js - 304 Not Modified (0ms)
742240
+
742241
+
742242
+ Started GET "/assets/cytoplasm/cytoAjax.js?body=1" for 127.0.0.1 at 2013-02-02 17:18:51 -0500
742243
+ Served asset /cytoplasm/cytoAjax.js - 304 Not Modified (0ms)
742244
+
742245
+
742246
+ Started GET "/assets/cytoplasm/cytoSelect.js?body=1" for 127.0.0.1 at 2013-02-02 17:18:51 -0500
742247
+ Served asset /cytoplasm/cytoSelect.js - 304 Not Modified (0ms)
742248
+
742249
+
742250
+ Started GET "/assets/cytoplasm/cytoSlider.js?body=1" for 127.0.0.1 at 2013-02-02 17:18:51 -0500
742251
+ Served asset /cytoplasm/cytoSlider.js - 304 Not Modified (0ms)
742252
+
742253
+
742254
+ Started GET "/assets/cytoplasm/cytoRadio.js?body=1" for 127.0.0.1 at 2013-02-02 17:18:51 -0500
742255
+ Served asset /cytoplasm/cytoRadio.js - 304 Not Modified (0ms)
742256
+
742257
+
742258
+ Started GET "/assets/cytoplasm/cytoUpload.js?body=1" for 127.0.0.1 at 2013-02-02 17:18:51 -0500
742259
+ Served asset /cytoplasm/cytoUpload.js - 304 Not Modified (0ms)
742260
+
742261
+
742262
+ Started GET "/assets/cytoplasm/cytoColorPicker.js?body=1" for 127.0.0.1 at 2013-02-02 17:18:51 -0500
742263
+ Served asset /cytoplasm/cytoColorPicker.js - 304 Not Modified (0ms)
742264
+
742265
+
742266
+ Started GET "/assets/cytoplasm/cytoField.js?body=1" for 127.0.0.1 at 2013-02-02 17:18:51 -0500
742267
+ Served asset /cytoplasm/cytoField.js - 304 Not Modified (0ms)
742268
+
742269
+
742270
+ Started GET "/assets/cytoplasm/cytoTable.js?body=1" for 127.0.0.1 at 2013-02-02 17:18:51 -0500
742271
+ Served asset /cytoplasm/cytoTable.js - 304 Not Modified (0ms)
742272
+
742273
+
742274
+ Started GET "/assets/cytoplasm/cytoLogo.js?body=1" for 127.0.0.1 at 2013-02-02 17:18:51 -0500
742275
+ Served asset /cytoplasm/cytoLogo.js - 304 Not Modified (0ms)
742276
+
742277
+
742278
+ Started GET "/assets/cytoplasm/cytoMenu.js?body=1" for 127.0.0.1 at 2013-02-02 17:18:51 -0500
742279
+ Served asset /cytoplasm/cytoMenu.js - 304 Not Modified (0ms)
742280
+
742281
+
742282
+ Started GET "/assets/jquery-ui.js?_=1359843531892" for 127.0.0.1 at 2013-02-02 17:18:52 -0500
742283
+ Served asset /jquery-ui.js - 200 OK (0ms)
742284
+
742285
+
742286
+ Started POST "/cytoplasm/settings/fetch" for 127.0.0.1 at 2013-02-02 17:18:52 -0500
742287
+ Processing by Cytoplasm::SettingsController#fetch as */*
742288
+ WARNING: Can't verify CSRF token authenticity
742289
+ Rendered text template (0.0ms)
742290
+ Completed 200 OK in 123ms (Views: 0.4ms | ActiveRecord: 0.0ms)
742291
+
742292
+
742293
+ Started GET "/cytoplasm/" for 127.0.0.1 at 2013-02-02 17:19:54 -0500
742294
+ Processing by Cytoplasm::SettingsController#index as HTML
742295
+ Rendered /Applications/XAMPP/xamppfiles/htdocs/cytoplasm/app/views/cytoplasm/settings/index.html.erb within layouts/application (1.4ms)
742296
+ Completed 200 OK in 16ms (Views: 16.3ms | ActiveRecord: 0.0ms)
742297
+
742298
+
742299
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-02 17:19:54 -0500
742300
+ Served asset /application.css - 304 Not Modified (0ms)
742301
+
742302
+
742303
+ Started GET "/assets/about.css?body=1" for 127.0.0.1 at 2013-02-02 17:19:54 -0500
742304
+ Served asset /about.css - 304 Not Modified (0ms)
742305
+
742306
+
742307
+ Started GET "/assets/demos.css?body=1" for 127.0.0.1 at 2013-02-02 17:19:54 -0500
742308
+ Served asset /demos.css - 304 Not Modified (0ms)
742309
+
742310
+
742311
+ Started GET "/assets/docs.css?body=1" for 127.0.0.1 at 2013-02-02 17:19:54 -0500
742312
+ Served asset /docs.css - 304 Not Modified (0ms)
742313
+
742314
+
742315
+ Started GET "/assets/downloads.css?body=1" for 127.0.0.1 at 2013-02-02 17:19:54 -0500
742316
+ Served asset /downloads.css - 304 Not Modified (0ms)
742317
+
742318
+
742319
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-02 17:19:54 -0500
742320
+ Served asset /jquery.js - 304 Not Modified (0ms)
742321
+
742322
+
742323
+ Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2013-02-02 17:19:54 -0500
742324
+ Served asset /home.css - 304 Not Modified (0ms)
742325
+
742326
+
742327
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-02 17:19:54 -0500
742328
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
742329
+
742330
+
742331
+ Started GET "/assets/about.js?body=1" for 127.0.0.1 at 2013-02-02 17:19:54 -0500
742332
+ Served asset /about.js - 304 Not Modified (0ms)
742333
+
742334
+
742335
+ Started GET "/assets/demos.js?body=1" for 127.0.0.1 at 2013-02-02 17:19:54 -0500
742336
+ Served asset /demos.js - 304 Not Modified (0ms)
742337
+
742338
+
742339
+ Started GET "/assets/docs.js?body=1" for 127.0.0.1 at 2013-02-02 17:19:54 -0500
742340
+ Served asset /docs.js - 304 Not Modified (0ms)
742341
+
742342
+
742343
+ Started GET "/assets/downloads.js?body=1" for 127.0.0.1 at 2013-02-02 17:19:54 -0500
742344
+ Served asset /downloads.js - 304 Not Modified (0ms)
742345
+
742346
+
742347
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-02 17:19:54 -0500
742348
+ Served asset /application.js - 304 Not Modified (0ms)
742349
+
742350
+
742351
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2013-02-02 17:19:54 -0500
742352
+ Served asset /home.js - 304 Not Modified (0ms)
742353
+
742354
+
742355
+ Started GET "/assets/cytoplasm/less-1.3.1.min.js?body=1" for 127.0.0.1 at 2013-02-02 17:19:54 -0500
742356
+ Served asset /cytoplasm/less-1.3.1.min.js - 304 Not Modified (0ms)
742357
+
742358
+
742359
+ Started GET "/assets/cytoplasm/cytoplasm.js?body=1" for 127.0.0.1 at 2013-02-02 17:19:54 -0500
742360
+ Served asset /cytoplasm/cytoplasm.js - 304 Not Modified (1ms)
742361
+
742362
+
742363
+ Started GET "/assets/cytoplasm/jquery.ba-throttle-debounce.min.js?body=1" for 127.0.0.1 at 2013-02-02 17:19:54 -0500
742364
+ Served asset /cytoplasm/jquery.ba-throttle-debounce.min.js - 304 Not Modified (0ms)
742365
+
742366
+
742367
+ Started GET "/assets/cytoplasm/jquery.color-2.1.0.min.js?body=1" for 127.0.0.1 at 2013-02-02 17:19:54 -0500
742368
+ Served asset /cytoplasm/jquery.color-2.1.0.min.js - 304 Not Modified (0ms)
742369
+
742370
+
742371
+ Started GET "/assets/cytoplasm/cytoAjax.js?body=1" for 127.0.0.1 at 2013-02-02 17:19:54 -0500
742372
+ Served asset /cytoplasm/cytoAjax.js - 304 Not Modified (0ms)
742373
+
742374
+
742375
+ Started GET "/assets/cytoplasm/cytoSelect.js?body=1" for 127.0.0.1 at 2013-02-02 17:19:54 -0500
742376
+ Served asset /cytoplasm/cytoSelect.js - 304 Not Modified (0ms)
742377
+
742378
+
742379
+ Started GET "/assets/cytoplasm/cytoRadio.js?body=1" for 127.0.0.1 at 2013-02-02 17:19:54 -0500
742380
+ Served asset /cytoplasm/cytoRadio.js - 304 Not Modified (0ms)
742381
+
742382
+
742383
+ Started GET "/assets/cytoplasm/cytoSlider.js?body=1" for 127.0.0.1 at 2013-02-02 17:19:54 -0500
742384
+ Served asset /cytoplasm/cytoSlider.js - 304 Not Modified (0ms)
742385
+
742386
+
742387
+ Started GET "/assets/cytoplasm/cytoUpload.js?body=1" for 127.0.0.1 at 2013-02-02 17:19:54 -0500
742388
+ Served asset /cytoplasm/cytoUpload.js - 304 Not Modified (0ms)
742389
+
742390
+
742391
+ Started GET "/assets/cytoplasm/cytoColorPicker.js?body=1" for 127.0.0.1 at 2013-02-02 17:19:54 -0500
742392
+ Served asset /cytoplasm/cytoColorPicker.js - 304 Not Modified (0ms)
742393
+
742394
+
742395
+ Started GET "/assets/cytoplasm/cytoField.js?body=1" for 127.0.0.1 at 2013-02-02 17:19:54 -0500
742396
+ Served asset /cytoplasm/cytoField.js - 304 Not Modified (0ms)
742397
+
742398
+
742399
+ Started GET "/assets/cytoplasm/cytoTable.js?body=1" for 127.0.0.1 at 2013-02-02 17:19:54 -0500
742400
+ Served asset /cytoplasm/cytoTable.js - 304 Not Modified (0ms)
742401
+
742402
+
742403
+ Started GET "/assets/cytoplasm/cytoLogo.js?body=1" for 127.0.0.1 at 2013-02-02 17:19:54 -0500
742404
+ Served asset /cytoplasm/cytoLogo.js - 304 Not Modified (0ms)
742405
+
742406
+
742407
+ Started GET "/assets/cytoplasm/cytoMenu.js?body=1" for 127.0.0.1 at 2013-02-02 17:19:54 -0500
742408
+ Served asset /cytoplasm/cytoMenu.js - 304 Not Modified (0ms)
742409
+
742410
+
742411
+ Started GET "/assets/jquery-ui.js?_=1359843594801" for 127.0.0.1 at 2013-02-02 17:19:55 -0500
742412
+ Served asset /jquery-ui.js - 200 OK (0ms)
742413
+
742414
+
742415
+ Started POST "/cytoplasm/settings/fetch" for 127.0.0.1 at 2013-02-02 17:19:55 -0500
742416
+ Processing by Cytoplasm::SettingsController#fetch as */*
742417
+ WARNING: Can't verify CSRF token authenticity
742418
+ Rendered text template (0.0ms)
742419
+ Completed 200 OK in 33ms (Views: 0.5ms | ActiveRecord: 0.0ms)
742420
+
742421
+
742422
+ Started GET "/cytoplasm/" for 127.0.0.1 at 2013-02-02 17:21:17 -0500
742423
+ Processing by Cytoplasm::SettingsController#index as HTML
742424
+ Rendered /Applications/XAMPP/xamppfiles/htdocs/cytoplasm/app/views/cytoplasm/settings/index.html.erb within layouts/application (1.6ms)
742425
+ Completed 200 OK in 18ms (Views: 17.5ms | ActiveRecord: 0.0ms)
742426
+
742427
+
742428
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-02 17:21:18 -0500
742429
+ Served asset /application.css - 304 Not Modified (0ms)
742430
+
742431
+
742432
+ Started GET "/assets/demos.css?body=1" for 127.0.0.1 at 2013-02-02 17:21:18 -0500
742433
+ Served asset /demos.css - 304 Not Modified (0ms)
742434
+
742435
+
742436
+ Started GET "/assets/about.css?body=1" for 127.0.0.1 at 2013-02-02 17:21:18 -0500
742437
+ Served asset /about.css - 304 Not Modified (0ms)
742438
+
742439
+
742440
+ Started GET "/assets/docs.css?body=1" for 127.0.0.1 at 2013-02-02 17:21:18 -0500
742441
+ Served asset /docs.css - 304 Not Modified (0ms)
742442
+
742443
+
742444
+ Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2013-02-02 17:21:18 -0500
742445
+ Served asset /home.css - 304 Not Modified (0ms)
742446
+
742447
+
742448
+ Started GET "/assets/downloads.css?body=1" for 127.0.0.1 at 2013-02-02 17:21:18 -0500
742449
+ Served asset /downloads.css - 304 Not Modified (0ms)
742450
+
742451
+
742452
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-02 17:21:18 -0500
742453
+ Served asset /jquery.js - 304 Not Modified (0ms)
742454
+
742455
+
742456
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-02 17:21:18 -0500
742457
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
742458
+
742459
+
742460
+ Started GET "/assets/about.js?body=1" for 127.0.0.1 at 2013-02-02 17:21:18 -0500
742461
+ Served asset /about.js - 304 Not Modified (0ms)
742462
+
742463
+
742464
+ Started GET "/assets/demos.js?body=1" for 127.0.0.1 at 2013-02-02 17:21:18 -0500
742465
+ Served asset /demos.js - 304 Not Modified (0ms)
742466
+
742467
+
742468
+ Started GET "/assets/docs.js?body=1" for 127.0.0.1 at 2013-02-02 17:21:18 -0500
742469
+ Served asset /docs.js - 304 Not Modified (0ms)
742470
+
742471
+
742472
+ Started GET "/assets/downloads.js?body=1" for 127.0.0.1 at 2013-02-02 17:21:18 -0500
742473
+ Served asset /downloads.js - 304 Not Modified (0ms)
742474
+
742475
+
742476
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2013-02-02 17:21:18 -0500
742477
+ Served asset /home.js - 304 Not Modified (0ms)
742478
+
742479
+
742480
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-02 17:21:18 -0500
742481
+ Served asset /application.js - 304 Not Modified (0ms)
742482
+
742483
+
742484
+ Started GET "/assets/cytoplasm/less-1.3.1.min.js?body=1" for 127.0.0.1 at 2013-02-02 17:21:18 -0500
742485
+ Served asset /cytoplasm/less-1.3.1.min.js - 304 Not Modified (0ms)
742486
+
742487
+
742488
+ Started GET "/assets/cytoplasm/cytoplasm.js?body=1" for 127.0.0.1 at 2013-02-02 17:21:18 -0500
742489
+ Served asset /cytoplasm/cytoplasm.js - 304 Not Modified (0ms)
742490
+
742491
+
742492
+ Started GET "/assets/cytoplasm/jquery.ba-throttle-debounce.min.js?body=1" for 127.0.0.1 at 2013-02-02 17:21:18 -0500
742493
+ Served asset /cytoplasm/jquery.ba-throttle-debounce.min.js - 304 Not Modified (0ms)
742494
+
742495
+
742496
+ Started GET "/assets/cytoplasm/jquery.color-2.1.0.min.js?body=1" for 127.0.0.1 at 2013-02-02 17:21:18 -0500
742497
+ Served asset /cytoplasm/jquery.color-2.1.0.min.js - 304 Not Modified (0ms)
742498
+
742499
+
742500
+ Started GET "/assets/cytoplasm/cytoAjax.js?body=1" for 127.0.0.1 at 2013-02-02 17:21:18 -0500
742501
+ Served asset /cytoplasm/cytoAjax.js - 304 Not Modified (0ms)
742502
+
742503
+
742504
+ Started GET "/assets/cytoplasm/cytoSelect.js?body=1" for 127.0.0.1 at 2013-02-02 17:21:18 -0500
742505
+ Served asset /cytoplasm/cytoSelect.js - 304 Not Modified (0ms)
742506
+
742507
+
742508
+ Started GET "/assets/cytoplasm/cytoRadio.js?body=1" for 127.0.0.1 at 2013-02-02 17:21:18 -0500
742509
+ Served asset /cytoplasm/cytoRadio.js - 304 Not Modified (0ms)
742510
+
742511
+
742512
+ Started GET "/assets/cytoplasm/cytoSlider.js?body=1" for 127.0.0.1 at 2013-02-02 17:21:18 -0500
742513
+ Served asset /cytoplasm/cytoSlider.js - 304 Not Modified (0ms)
742514
+
742515
+
742516
+ Started GET "/assets/cytoplasm/cytoUpload.js?body=1" for 127.0.0.1 at 2013-02-02 17:21:18 -0500
742517
+ Served asset /cytoplasm/cytoUpload.js - 304 Not Modified (0ms)
742518
+
742519
+
742520
+ Started GET "/assets/cytoplasm/cytoColorPicker.js?body=1" for 127.0.0.1 at 2013-02-02 17:21:18 -0500
742521
+ Served asset /cytoplasm/cytoColorPicker.js - 304 Not Modified (0ms)
742522
+
742523
+
742524
+ Started GET "/assets/cytoplasm/cytoField.js?body=1" for 127.0.0.1 at 2013-02-02 17:21:18 -0500
742525
+ Served asset /cytoplasm/cytoField.js - 304 Not Modified (0ms)
742526
+
742527
+
742528
+ Started GET "/assets/cytoplasm/cytoTable.js?body=1" for 127.0.0.1 at 2013-02-02 17:21:18 -0500
742529
+ Served asset /cytoplasm/cytoTable.js - 304 Not Modified (0ms)
742530
+
742531
+
742532
+ Started GET "/assets/cytoplasm/cytoLogo.js?body=1" for 127.0.0.1 at 2013-02-02 17:21:18 -0500
742533
+ Served asset /cytoplasm/cytoLogo.js - 304 Not Modified (0ms)
742534
+
742535
+
742536
+ Started GET "/assets/cytoplasm/cytoMenu.js?body=1" for 127.0.0.1 at 2013-02-02 17:21:18 -0500
742537
+ Served asset /cytoplasm/cytoMenu.js - 304 Not Modified (0ms)
742538
+
742539
+
742540
+ Started GET "/assets/jquery-ui.js?_=1359843678292" for 127.0.0.1 at 2013-02-02 17:21:18 -0500
742541
+ Served asset /jquery-ui.js - 200 OK (0ms)
742542
+
742543
+
742544
+ Started POST "/cytoplasm/settings/fetch" for 127.0.0.1 at 2013-02-02 17:21:18 -0500
742545
+ Processing by Cytoplasm::SettingsController#fetch as */*
742546
+ WARNING: Can't verify CSRF token authenticity
742547
+ Rendered text template (0.0ms)
742548
+ Completed 200 OK in 10ms (Views: 0.4ms | ActiveRecord: 0.0ms)
742549
+
742550
+
742551
+ Started GET "/cytoplasm/fonts" for 127.0.0.1 at 2013-02-02 17:21:20 -0500
742552
+ Processing by Cytoplasm::FontsController#index as HTML
742553
+ Rendered /Applications/XAMPP/xamppfiles/htdocs/cytoplasm/app/views/cytoplasm/fonts/_li.html.erb (3.3ms)
742554
+ Rendered /Applications/XAMPP/xamppfiles/htdocs/cytoplasm/app/views/cytoplasm/fonts/_li.html.erb (2.8ms)
742555
+ Rendered /Applications/XAMPP/xamppfiles/htdocs/cytoplasm/app/views/cytoplasm/fonts/_li.html.erb (1.7ms)
742556
+ Rendered /Applications/XAMPP/xamppfiles/htdocs/cytoplasm/app/views/cytoplasm/fonts/_li.html.erb (1.4ms)
742557
+ Rendered /Applications/XAMPP/xamppfiles/htdocs/cytoplasm/app/views/cytoplasm/fonts/_li.html.erb (1.5ms)
742558
+ Rendered /Applications/XAMPP/xamppfiles/htdocs/cytoplasm/app/views/cytoplasm/fonts/_list.html.erb (25.3ms)
742559
+ Rendered /Applications/XAMPP/xamppfiles/htdocs/cytoplasm/app/views/cytoplasm/fonts/_li.html.erb (1.4ms)
742560
+ Rendered /Applications/XAMPP/xamppfiles/htdocs/cytoplasm/app/views/cytoplasm/fonts/_li.html.erb (1.3ms)
742561
+ Rendered /Applications/XAMPP/xamppfiles/htdocs/cytoplasm/app/views/cytoplasm/fonts/_li.html.erb (1.3ms)
742562
+ Rendered /Applications/XAMPP/xamppfiles/htdocs/cytoplasm/app/views/cytoplasm/fonts/_li.html.erb (2.8ms)
742563
+ Rendered /Applications/XAMPP/xamppfiles/htdocs/cytoplasm/app/views/cytoplasm/fonts/_li.html.erb (1.7ms)
742564
+ Rendered /Applications/XAMPP/xamppfiles/htdocs/cytoplasm/app/views/cytoplasm/fonts/_li.html.erb (1.4ms)
742565
+ Rendered /Applications/XAMPP/xamppfiles/htdocs/cytoplasm/app/views/cytoplasm/fonts/_li.html.erb (1.5ms)
742566
+ Rendered /Applications/XAMPP/xamppfiles/htdocs/cytoplasm/app/views/cytoplasm/fonts/_list.html.erb (15.9ms)
742567
+ Rendered /Applications/XAMPP/xamppfiles/htdocs/cytoplasm/app/views/cytoplasm/fonts/_installer.html.erb (0.5ms)
742568
+ DEPRECATION WARNING: Passing a template handler in the template name is deprecated. You can simply remove the handler name or pass render :handlers => [:erb] instead. (called from ___pplications_______xamppfiles_htdocs_cytoplasm_app_views_cytoplasm_fonts_index_html_erb___3215113615867985351_70215946795680 at /Applications/XAMPP/xamppfiles/htdocs/cytoplasm/app/views/cytoplasm/fonts/index.html.erb:22)
742569
+ Rendered /Applications/XAMPP/xamppfiles/htdocs/cytoplasm/app/views/cytoplasm/fonts/_style_list.html.erb (0.6ms)
742570
+ Rendered /Applications/XAMPP/xamppfiles/htdocs/cytoplasm/app/views/cytoplasm/fonts/index.html.erb within layouts/application (87.5ms)
742571
+ Completed 200 OK in 7433ms (Views: 141.6ms | ActiveRecord: 0.0ms)
742572
+
742573
+
742574
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-02 17:21:28 -0500
742575
+ Served asset /application.css - 304 Not Modified (0ms)
742576
+
742577
+
742578
+ Started GET "/assets/about.css?body=1" for 127.0.0.1 at 2013-02-02 17:21:28 -0500
742579
+ Served asset /about.css - 304 Not Modified (0ms)
742580
+
742581
+
742582
+ Started GET "/assets/docs.css?body=1" for 127.0.0.1 at 2013-02-02 17:21:28 -0500
742583
+ Served asset /docs.css - 304 Not Modified (0ms)
742584
+
742585
+
742586
+ Started GET "/assets/demos.css?body=1" for 127.0.0.1 at 2013-02-02 17:21:28 -0500
742587
+ Served asset /demos.css - 304 Not Modified (0ms)
742588
+
742589
+
742590
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-02 17:21:28 -0500
742591
+ Served asset /jquery.js - 304 Not Modified (0ms)
742592
+
742593
+
742594
+ Started GET "/assets/downloads.css?body=1" for 127.0.0.1 at 2013-02-02 17:21:28 -0500
742595
+ Served asset /downloads.css - 304 Not Modified (0ms)
742596
+
742597
+
742598
+ Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2013-02-02 17:21:28 -0500
742599
+ Served asset /home.css - 304 Not Modified (0ms)
742600
+
742601
+
742602
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-02 17:21:28 -0500
742603
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
742604
+
742605
+
742606
+ Started GET "/assets/about.js?body=1" for 127.0.0.1 at 2013-02-02 17:21:28 -0500
742607
+ Served asset /about.js - 304 Not Modified (0ms)
742608
+
742609
+
742610
+ Started GET "/assets/demos.js?body=1" for 127.0.0.1 at 2013-02-02 17:21:28 -0500
742611
+ Served asset /demos.js - 304 Not Modified (0ms)
742612
+
742613
+
742614
+ Started GET "/assets/docs.js?body=1" for 127.0.0.1 at 2013-02-02 17:21:28 -0500
742615
+ Served asset /docs.js - 304 Not Modified (0ms)
742616
+
742617
+
742618
+ Started GET "/assets/downloads.js?body=1" for 127.0.0.1 at 2013-02-02 17:21:28 -0500
742619
+ Served asset /downloads.js - 304 Not Modified (0ms)
742620
+
742621
+
742622
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2013-02-02 17:21:28 -0500
742623
+ Served asset /home.js - 304 Not Modified (0ms)
742624
+
742625
+
742626
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-02 17:21:28 -0500
742627
+ Served asset /application.js - 304 Not Modified (0ms)
742628
+
742629
+
742630
+ Started GET "/assets/cytoplasm/less-1.3.1.min.js?body=1" for 127.0.0.1 at 2013-02-02 17:21:28 -0500
742631
+ Served asset /cytoplasm/less-1.3.1.min.js - 304 Not Modified (0ms)
742632
+
742633
+
742634
+ Started GET "/assets/cytoplasm/cytoplasm.js?body=1" for 127.0.0.1 at 2013-02-02 17:21:28 -0500
742635
+ Served asset /cytoplasm/cytoplasm.js - 304 Not Modified (0ms)
742636
+
742637
+
742638
+ Started GET "/assets/cytoplasm/jquery.ba-throttle-debounce.min.js?body=1" for 127.0.0.1 at 2013-02-02 17:21:28 -0500
742639
+ Served asset /cytoplasm/jquery.ba-throttle-debounce.min.js - 304 Not Modified (0ms)
742640
+
742641
+
742642
+ Started GET "/assets/cytoplasm/jquery.color-2.1.0.min.js?body=1" for 127.0.0.1 at 2013-02-02 17:21:28 -0500
742643
+ Served asset /cytoplasm/jquery.color-2.1.0.min.js - 304 Not Modified (0ms)
742644
+
742645
+
742646
+ Started GET "/assets/cytoplasm/cytoAjax.js?body=1" for 127.0.0.1 at 2013-02-02 17:21:28 -0500
742647
+ Served asset /cytoplasm/cytoAjax.js - 304 Not Modified (0ms)
742648
+
742649
+
742650
+ Started GET "/assets/cytoplasm/cytoSelect.js?body=1" for 127.0.0.1 at 2013-02-02 17:21:28 -0500
742651
+ Served asset /cytoplasm/cytoSelect.js - 304 Not Modified (0ms)
742652
+
742653
+
742654
+ Started GET "/assets/cytoplasm/cytoRadio.js?body=1" for 127.0.0.1 at 2013-02-02 17:21:28 -0500
742655
+ Served asset /cytoplasm/cytoRadio.js - 304 Not Modified (0ms)
742656
+
742657
+
742658
+ Started GET "/assets/cytoplasm/cytoSlider.js?body=1" for 127.0.0.1 at 2013-02-02 17:21:28 -0500
742659
+ Served asset /cytoplasm/cytoSlider.js - 304 Not Modified (0ms)
742660
+
742661
+
742662
+ Started GET "/assets/cytoplasm/cytoUpload.js?body=1" for 127.0.0.1 at 2013-02-02 17:21:28 -0500
742663
+ Served asset /cytoplasm/cytoUpload.js - 304 Not Modified (0ms)
742664
+
742665
+
742666
+ Started GET "/assets/cytoplasm/cytoColorPicker.js?body=1" for 127.0.0.1 at 2013-02-02 17:21:28 -0500
742667
+ Served asset /cytoplasm/cytoColorPicker.js - 304 Not Modified (0ms)
742668
+
742669
+
742670
+ Started GET "/assets/cytoplasm/cytoField.js?body=1" for 127.0.0.1 at 2013-02-02 17:21:28 -0500
742671
+ Served asset /cytoplasm/cytoField.js - 304 Not Modified (0ms)
742672
+
742673
+
742674
+ Started GET "/assets/cytoplasm/cytoTable.js?body=1" for 127.0.0.1 at 2013-02-02 17:21:28 -0500
742675
+ Served asset /cytoplasm/cytoTable.js - 304 Not Modified (0ms)
742676
+
742677
+
742678
+ Started GET "/assets/cytoplasm/cytoLogo.js?body=1" for 127.0.0.1 at 2013-02-02 17:21:28 -0500
742679
+ Served asset /cytoplasm/cytoLogo.js - 304 Not Modified (0ms)
742680
+
742681
+
742682
+ Started GET "/assets/cytoplasm/cytoMenu.js?body=1" for 127.0.0.1 at 2013-02-02 17:21:28 -0500
742683
+ Served asset /cytoplasm/cytoMenu.js - 304 Not Modified (0ms)
742684
+
742685
+
742686
+ Started GET "/assets/cytoplasm/actions-circle-remove-1.png" for 127.0.0.1 at 2013-02-02 17:21:28 -0500
742687
+ Served asset /cytoplasm/actions-circle-remove-1.png - 304 Not Modified (70ms)
742688
+
742689
+
742690
+ Started GET "/assets/cytoplasm/actions-circle-add-1.png" for 127.0.0.1 at 2013-02-02 17:21:28 -0500
742691
+ Served asset /cytoplasm/actions-circle-add-1.png - 304 Not Modified (1ms)
742692
+
742693
+
742694
+ Started GET "/assets/jquery-ui.js?_=1359843689022" for 127.0.0.1 at 2013-02-02 17:21:29 -0500
742695
+ Served asset /jquery-ui.js - 200 OK (0ms)
742696
+
742697
+
742698
+ Started POST "/cytoplasm/settings/fetch" for 127.0.0.1 at 2013-02-02 17:21:29 -0500
742699
+ Processing by Cytoplasm::SettingsController#fetch as */*
742700
+ WARNING: Can't verify CSRF token authenticity
742701
+ Rendered text template (0.0ms)
742702
+ Completed 200 OK in 10ms (Views: 0.5ms | ActiveRecord: 0.0ms)
742703
+
742704
+
742705
+ Started POST "/cytoplasm/fonts/fetch_all" for 127.0.0.1 at 2013-02-02 17:21:29 -0500
742706
+ Processing by Cytoplasm::FontsController#fetch_all as */*
742707
+ Rendered text template (0.0ms)
742708
+ Completed 200 OK in 382ms (Views: 0.5ms | ActiveRecord: 0.0ms)
742709
+
742710
+
742711
+ Started GET "/assets/cytoplasm/artwork-paintroll.png" for 127.0.0.1 at 2013-02-02 17:21:30 -0500
742712
+ Served asset /cytoplasm/artwork-paintroll.png - 304 Not Modified (37ms)
742713
+
742714
+
742715
+ Started GET "/assets/cytoplasm/edition-delete-1.png" for 127.0.0.1 at 2013-02-02 17:21:30 -0500
742716
+ Served asset /cytoplasm/edition-delete-1.png - 304 Not Modified (45ms)
742717
+
742718
+
742719
+ Started GET "/assets/cytoplasm/triangle-medium-circle-1.png" for 127.0.0.1 at 2013-02-02 17:21:31 -0500
742720
+ Served asset /cytoplasm/triangle-medium-circle-1.png - 304 Not Modified (0ms)
742721
+
742722
+
742723
+ Started GET "/cytoplasm/fonts" for 127.0.0.1 at 2013-02-02 17:22:00 -0500
742724
+ Processing by Cytoplasm::FontsController#index as HTML
742725
+ Rendered /Applications/XAMPP/xamppfiles/htdocs/cytoplasm/app/views/cytoplasm/fonts/_li.html.erb (1.7ms)
742726
+ Rendered /Applications/XAMPP/xamppfiles/htdocs/cytoplasm/app/views/cytoplasm/fonts/_li.html.erb (2.5ms)
742727
+ Rendered /Applications/XAMPP/xamppfiles/htdocs/cytoplasm/app/views/cytoplasm/fonts/_li.html.erb (1.6ms)
742728
+ Rendered /Applications/XAMPP/xamppfiles/htdocs/cytoplasm/app/views/cytoplasm/fonts/_li.html.erb (1.4ms)
742729
+ Rendered /Applications/XAMPP/xamppfiles/htdocs/cytoplasm/app/views/cytoplasm/fonts/_li.html.erb (1.5ms)
742730
+ Rendered /Applications/XAMPP/xamppfiles/htdocs/cytoplasm/app/views/cytoplasm/fonts/_list.html.erb (12.1ms)
742731
+ Rendered /Applications/XAMPP/xamppfiles/htdocs/cytoplasm/app/views/cytoplasm/fonts/_li.html.erb (1.4ms)
742732
+ Rendered /Applications/XAMPP/xamppfiles/htdocs/cytoplasm/app/views/cytoplasm/fonts/_li.html.erb (1.4ms)
742733
+ Rendered /Applications/XAMPP/xamppfiles/htdocs/cytoplasm/app/views/cytoplasm/fonts/_li.html.erb (1.2ms)
742734
+ Rendered /Applications/XAMPP/xamppfiles/htdocs/cytoplasm/app/views/cytoplasm/fonts/_li.html.erb (2.8ms)
742735
+ Rendered /Applications/XAMPP/xamppfiles/htdocs/cytoplasm/app/views/cytoplasm/fonts/_li.html.erb (1.7ms)
742736
+ Rendered /Applications/XAMPP/xamppfiles/htdocs/cytoplasm/app/views/cytoplasm/fonts/_li.html.erb (15.6ms)
742737
+ Rendered /Applications/XAMPP/xamppfiles/htdocs/cytoplasm/app/views/cytoplasm/fonts/_li.html.erb (1.7ms)
742738
+ Rendered /Applications/XAMPP/xamppfiles/htdocs/cytoplasm/app/views/cytoplasm/fonts/_list.html.erb (30.4ms)
742739
+ Rendered /Applications/XAMPP/xamppfiles/htdocs/cytoplasm/app/views/cytoplasm/fonts/_installer.html.erb (0.0ms)
742740
+ DEPRECATION WARNING: Passing a template handler in the template name is deprecated. You can simply remove the handler name or pass render :handlers => [:erb] instead. (called from ___pplications_______xamppfiles_htdocs_cytoplasm_app_views_cytoplasm_fonts_index_html_erb___3215113615867985351_70215946795680 at /Applications/XAMPP/xamppfiles/htdocs/cytoplasm/app/views/cytoplasm/fonts/index.html.erb:22)
742741
+ Rendered /Applications/XAMPP/xamppfiles/htdocs/cytoplasm/app/views/cytoplasm/fonts/_style_list.html.erb (0.4ms)
742742
+ Rendered /Applications/XAMPP/xamppfiles/htdocs/cytoplasm/app/views/cytoplasm/fonts/index.html.erb within layouts/application (45.5ms)
742743
+ Completed 200 OK in 1802ms (Views: 61.1ms | ActiveRecord: 0.0ms)
742744
+
742745
+
742746
+ Started GET "/assets/jquery-ui.js?_=1359843721154" for 127.0.0.1 at 2013-02-02 17:22:01 -0500
742747
+ Served asset /jquery-ui.js - 200 OK (0ms)
742748
+
742749
+
742750
+ Started POST "/cytoplasm/settings/fetch" for 127.0.0.1 at 2013-02-02 17:22:02 -0500
742751
+ Processing by Cytoplasm::SettingsController#fetch as */*
742752
+ WARNING: Can't verify CSRF token authenticity
742753
+ Rendered text template (0.0ms)
742754
+ Completed 200 OK in 33ms (Views: 0.5ms | ActiveRecord: 0.0ms)
742755
+
742756
+
742757
+ Started GET "/cytoplasm/" for 127.0.0.1 at 2013-02-02 17:22:20 -0500
742758
+ Processing by Cytoplasm::SettingsController#index as HTML
742759
+ Rendered /Applications/XAMPP/xamppfiles/htdocs/cytoplasm/app/views/cytoplasm/settings/index.html.erb within layouts/application (1.6ms)
742760
+ Completed 200 OK in 17ms (Views: 16.9ms | ActiveRecord: 0.0ms)
742761
+
742762
+
742763
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-02 17:22:20 -0500
742764
+ Served asset /application.css - 304 Not Modified (0ms)
742765
+
742766
+
742767
+ Started GET "/assets/about.css?body=1" for 127.0.0.1 at 2013-02-02 17:22:20 -0500
742768
+ Served asset /about.css - 304 Not Modified (0ms)
742769
+
742770
+
742771
+ Started GET "/assets/demos.css?body=1" for 127.0.0.1 at 2013-02-02 17:22:20 -0500
742772
+ Served asset /demos.css - 304 Not Modified (0ms)
742773
+
742774
+
742775
+ Started GET "/assets/docs.css?body=1" for 127.0.0.1 at 2013-02-02 17:22:20 -0500
742776
+ Served asset /docs.css - 304 Not Modified (0ms)
742777
+
742778
+
742779
+ Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2013-02-02 17:22:20 -0500
742780
+ Served asset /home.css - 304 Not Modified (0ms)
742781
+
742782
+
742783
+ Started GET "/assets/downloads.css?body=1" for 127.0.0.1 at 2013-02-02 17:22:20 -0500
742784
+ Served asset /downloads.css - 304 Not Modified (0ms)
742785
+
742786
+
742787
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-02 17:22:20 -0500
742788
+ Served asset /jquery.js - 304 Not Modified (0ms)
742789
+
742790
+
742791
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-02 17:22:20 -0500
742792
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
742793
+
742794
+
742795
+ Started GET "/assets/about.js?body=1" for 127.0.0.1 at 2013-02-02 17:22:20 -0500
742796
+ Served asset /about.js - 304 Not Modified (0ms)
742797
+
742798
+
742799
+ Started GET "/assets/demos.js?body=1" for 127.0.0.1 at 2013-02-02 17:22:20 -0500
742800
+ Served asset /demos.js - 304 Not Modified (0ms)
742801
+
742802
+
742803
+ Started GET "/assets/docs.js?body=1" for 127.0.0.1 at 2013-02-02 17:22:20 -0500
742804
+ Served asset /docs.js - 304 Not Modified (0ms)
742805
+
742806
+
742807
+ Started GET "/assets/downloads.js?body=1" for 127.0.0.1 at 2013-02-02 17:22:20 -0500
742808
+ Served asset /downloads.js - 304 Not Modified (0ms)
742809
+
742810
+
742811
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2013-02-02 17:22:20 -0500
742812
+ Served asset /home.js - 304 Not Modified (0ms)
742813
+
742814
+
742815
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-02 17:22:20 -0500
742816
+ Served asset /application.js - 304 Not Modified (0ms)
742817
+
742818
+
742819
+ Started GET "/assets/cytoplasm/less-1.3.1.min.js?body=1" for 127.0.0.1 at 2013-02-02 17:22:20 -0500
742820
+ Served asset /cytoplasm/less-1.3.1.min.js - 304 Not Modified (0ms)
742821
+
742822
+
742823
+ Started GET "/assets/cytoplasm/cytoplasm.js?body=1" for 127.0.0.1 at 2013-02-02 17:22:20 -0500
742824
+ Served asset /cytoplasm/cytoplasm.js - 304 Not Modified (0ms)
742825
+
742826
+
742827
+ Started GET "/assets/cytoplasm/jquery.ba-throttle-debounce.min.js?body=1" for 127.0.0.1 at 2013-02-02 17:22:20 -0500
742828
+ Served asset /cytoplasm/jquery.ba-throttle-debounce.min.js - 304 Not Modified (0ms)
742829
+
742830
+
742831
+ Started GET "/assets/cytoplasm/jquery.color-2.1.0.min.js?body=1" for 127.0.0.1 at 2013-02-02 17:22:20 -0500
742832
+ Served asset /cytoplasm/jquery.color-2.1.0.min.js - 304 Not Modified (0ms)
742833
+
742834
+
742835
+ Started GET "/assets/cytoplasm/cytoAjax.js?body=1" for 127.0.0.1 at 2013-02-02 17:22:20 -0500
742836
+ Served asset /cytoplasm/cytoAjax.js - 304 Not Modified (0ms)
742837
+
742838
+
742839
+ Started GET "/assets/cytoplasm/cytoSelect.js?body=1" for 127.0.0.1 at 2013-02-02 17:22:20 -0500
742840
+ Served asset /cytoplasm/cytoSelect.js - 304 Not Modified (0ms)
742841
+
742842
+
742843
+ Started GET "/assets/cytoplasm/cytoRadio.js?body=1" for 127.0.0.1 at 2013-02-02 17:22:20 -0500
742844
+ Served asset /cytoplasm/cytoRadio.js - 304 Not Modified (0ms)
742845
+
742846
+
742847
+ Started GET "/assets/cytoplasm/cytoSlider.js?body=1" for 127.0.0.1 at 2013-02-02 17:22:20 -0500
742848
+ Served asset /cytoplasm/cytoSlider.js - 304 Not Modified (0ms)
742849
+
742850
+
742851
+ Started GET "/assets/cytoplasm/cytoUpload.js?body=1" for 127.0.0.1 at 2013-02-02 17:22:20 -0500
742852
+ Served asset /cytoplasm/cytoUpload.js - 304 Not Modified (0ms)
742853
+
742854
+
742855
+ Started GET "/assets/cytoplasm/cytoField.js?body=1" for 127.0.0.1 at 2013-02-02 17:22:20 -0500
742856
+ Served asset /cytoplasm/cytoField.js - 304 Not Modified (0ms)
742857
+
742858
+
742859
+ Started GET "/assets/cytoplasm/cytoColorPicker.js?body=1" for 127.0.0.1 at 2013-02-02 17:22:20 -0500
742860
+ Served asset /cytoplasm/cytoColorPicker.js - 304 Not Modified (0ms)
742861
+
742862
+
742863
+ Started GET "/assets/cytoplasm/cytoLogo.js?body=1" for 127.0.0.1 at 2013-02-02 17:22:20 -0500
742864
+ Served asset /cytoplasm/cytoLogo.js - 304 Not Modified (0ms)
742865
+
742866
+
742867
+ Started GET "/assets/cytoplasm/cytoTable.js?body=1" for 127.0.0.1 at 2013-02-02 17:22:20 -0500
742868
+ Served asset /cytoplasm/cytoTable.js - 304 Not Modified (0ms)
742869
+
742870
+
742871
+ Started GET "/assets/cytoplasm/cytoMenu.js?body=1" for 127.0.0.1 at 2013-02-02 17:22:20 -0500
742872
+ Served asset /cytoplasm/cytoMenu.js - 304 Not Modified (0ms)
742873
+
742874
+
742875
+ Started GET "/assets/jquery-ui.js?_=1359843740972" for 127.0.0.1 at 2013-02-02 17:22:21 -0500
742876
+ Served asset /jquery-ui.js - 200 OK (0ms)
742877
+
742878
+
742879
+ Started POST "/cytoplasm/settings/fetch" for 127.0.0.1 at 2013-02-02 17:22:21 -0500
742880
+ Processing by Cytoplasm::SettingsController#fetch as */*
742881
+ WARNING: Can't verify CSRF token authenticity
742882
+ Rendered text template (0.0ms)
742883
+ Completed 200 OK in 11ms (Views: 0.4ms | ActiveRecord: 0.0ms)
742884
+
742885
+
742886
+ Started GET "/cytoplasm/" for 127.0.0.1 at 2013-02-02 17:26:05 -0500
742887
+ Processing by Cytoplasm::SettingsController#index as HTML
742888
+ Rendered /Applications/XAMPP/xamppfiles/htdocs/cytoplasm/app/views/cytoplasm/settings/index.html.erb within layouts/application (3.0ms)
742889
+ Completed 200 OK in 67ms (Views: 66.5ms | ActiveRecord: 0.0ms)
742890
+
742891
+
742892
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-02 17:26:05 -0500
742893
+ Served asset /application.css - 304 Not Modified (0ms)
742894
+
742895
+
742896
+ Started GET "/assets/about.css?body=1" for 127.0.0.1 at 2013-02-02 17:26:05 -0500
742897
+ Served asset /about.css - 304 Not Modified (0ms)
742898
+
742899
+
742900
+ Started GET "/assets/demos.css?body=1" for 127.0.0.1 at 2013-02-02 17:26:05 -0500
742901
+ Served asset /demos.css - 304 Not Modified (0ms)
742902
+
742903
+
742904
+ Started GET "/assets/docs.css?body=1" for 127.0.0.1 at 2013-02-02 17:26:05 -0500
742905
+ Served asset /docs.css - 304 Not Modified (0ms)
742906
+
742907
+
742908
+ Started GET "/assets/downloads.css?body=1" for 127.0.0.1 at 2013-02-02 17:26:05 -0500
742909
+ Served asset /downloads.css - 304 Not Modified (0ms)
742910
+
742911
+
742912
+ Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2013-02-02 17:26:05 -0500
742913
+ Served asset /home.css - 304 Not Modified (0ms)
742914
+
742915
+
742916
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-02 17:26:05 -0500
742917
+ Served asset /jquery.js - 304 Not Modified (0ms)
742918
+
742919
+
742920
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-02 17:26:05 -0500
742921
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
742922
+
742923
+
742924
+ Started GET "/assets/about.js?body=1" for 127.0.0.1 at 2013-02-02 17:26:05 -0500
742925
+ Served asset /about.js - 304 Not Modified (0ms)
742926
+
742927
+
742928
+ Started GET "/assets/demos.js?body=1" for 127.0.0.1 at 2013-02-02 17:26:05 -0500
742929
+ Served asset /demos.js - 304 Not Modified (0ms)
742930
+
742931
+
742932
+ Started GET "/assets/docs.js?body=1" for 127.0.0.1 at 2013-02-02 17:26:05 -0500
742933
+ Served asset /docs.js - 304 Not Modified (0ms)
742934
+
742935
+
742936
+ Started GET "/assets/downloads.js?body=1" for 127.0.0.1 at 2013-02-02 17:26:05 -0500
742937
+ Served asset /downloads.js - 304 Not Modified (0ms)
742938
+
742939
+
742940
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2013-02-02 17:26:05 -0500
742941
+ Served asset /home.js - 304 Not Modified (0ms)
742942
+
742943
+
742944
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-02 17:26:05 -0500
742945
+ Served asset /application.js - 304 Not Modified (0ms)
742946
+
742947
+
742948
+ Started GET "/assets/cytoplasm/less-1.3.1.min.js?body=1" for 127.0.0.1 at 2013-02-02 17:26:05 -0500
742949
+ Served asset /cytoplasm/less-1.3.1.min.js - 304 Not Modified (0ms)
742950
+
742951
+
742952
+ Started GET "/assets/cytoplasm/cytoplasm.js?body=1" for 127.0.0.1 at 2013-02-02 17:26:05 -0500
742953
+ Served asset /cytoplasm/cytoplasm.js - 304 Not Modified (0ms)
742954
+
742955
+
742956
+ Started GET "/assets/cytoplasm/jquery.ba-throttle-debounce.min.js?body=1" for 127.0.0.1 at 2013-02-02 17:26:05 -0500
742957
+ Served asset /cytoplasm/jquery.ba-throttle-debounce.min.js - 304 Not Modified (0ms)
742958
+
742959
+
742960
+ Started GET "/assets/cytoplasm/jquery.color-2.1.0.min.js?body=1" for 127.0.0.1 at 2013-02-02 17:26:05 -0500
742961
+ Served asset /cytoplasm/jquery.color-2.1.0.min.js - 304 Not Modified (0ms)
742962
+
742963
+
742964
+ Started GET "/assets/cytoplasm/cytoAjax.js?body=1" for 127.0.0.1 at 2013-02-02 17:26:05 -0500
742965
+ Served asset /cytoplasm/cytoAjax.js - 304 Not Modified (0ms)
742966
+
742967
+
742968
+ Started GET "/assets/cytoplasm/cytoSelect.js?body=1" for 127.0.0.1 at 2013-02-02 17:26:05 -0500
742969
+ Served asset /cytoplasm/cytoSelect.js - 304 Not Modified (0ms)
742970
+
742971
+
742972
+ Started GET "/assets/cytoplasm/cytoRadio.js?body=1" for 127.0.0.1 at 2013-02-02 17:26:05 -0500
742973
+ Served asset /cytoplasm/cytoRadio.js - 304 Not Modified (0ms)
742974
+
742975
+
742976
+ Started GET "/assets/cytoplasm/cytoSlider.js?body=1" for 127.0.0.1 at 2013-02-02 17:26:05 -0500
742977
+ Served asset /cytoplasm/cytoSlider.js - 304 Not Modified (0ms)
742978
+
742979
+
742980
+ Started GET "/assets/cytoplasm/cytoUpload.js?body=1" for 127.0.0.1 at 2013-02-02 17:26:05 -0500
742981
+ Served asset /cytoplasm/cytoUpload.js - 304 Not Modified (0ms)
742982
+
742983
+
742984
+ Started GET "/assets/cytoplasm/cytoColorPicker.js?body=1" for 127.0.0.1 at 2013-02-02 17:26:05 -0500
742985
+ Served asset /cytoplasm/cytoColorPicker.js - 304 Not Modified (16ms)
742986
+
742987
+
742988
+ Started GET "/assets/cytoplasm/cytoField.js?body=1" for 127.0.0.1 at 2013-02-02 17:26:05 -0500
742989
+ Served asset /cytoplasm/cytoField.js - 304 Not Modified (0ms)
742990
+
742991
+
742992
+ Started GET "/assets/cytoplasm/cytoTable.js?body=1" for 127.0.0.1 at 2013-02-02 17:26:05 -0500
742993
+ Served asset /cytoplasm/cytoTable.js - 304 Not Modified (0ms)
742994
+
742995
+
742996
+ Started GET "/assets/cytoplasm/cytoLogo.js?body=1" for 127.0.0.1 at 2013-02-02 17:26:05 -0500
742997
+ Served asset /cytoplasm/cytoLogo.js - 304 Not Modified (0ms)
742998
+
742999
+
743000
+ Started GET "/assets/cytoplasm/cytoMenu.js?body=1" for 127.0.0.1 at 2013-02-02 17:26:05 -0500
743001
+ Served asset /cytoplasm/cytoMenu.js - 304 Not Modified (0ms)
743002
+
743003
+
743004
+ Started GET "/assets/jquery-ui.js?_=1359843965619" for 127.0.0.1 at 2013-02-02 17:26:05 -0500
743005
+ Served asset /jquery-ui.js - 200 OK (0ms)
743006
+
743007
+
743008
+ Started POST "/cytoplasm/settings/fetch" for 127.0.0.1 at 2013-02-02 17:26:06 -0500
743009
+ Processing by Cytoplasm::SettingsController#fetch as */*
743010
+ WARNING: Can't verify CSRF token authenticity
743011
+ Rendered text template (0.0ms)
743012
+ Completed 200 OK in 41ms (Views: 0.4ms | ActiveRecord: 0.0ms)
743013
+
743014
+
743015
+ Started GET "/assets/jquery-ui.js?_=1359849238588" for 127.0.0.1 at 2013-02-02 18:53:58 -0500
743016
+ Served asset /jquery-ui.js - 200 OK (37ms)
743017
+
743018
+
743019
+ Started POST "/cytoplasm/settings/fetch" for 127.0.0.1 at 2013-02-02 18:53:59 -0500
743020
+ Processing by Cytoplasm::SettingsController#fetch as */*
743021
+ WARNING: Can't verify CSRF token authenticity
743022
+ Rendered text template (0.0ms)
743023
+ Completed 200 OK in 2056ms (Views: 0.3ms | ActiveRecord: 0.0ms)
743024
+
743025
+
743026
+ Started POST "/cytoplasm/fonts/fetch_all" for 127.0.0.1 at 2013-02-02 18:54:01 -0500
743027
+ Processing by Cytoplasm::FontsController#fetch_all as */*
743028
+ WARNING: Can't verify CSRF token authenticity
743029
+ Rendered text template (0.0ms)
743030
+ Completed 200 OK in 377ms (Views: 0.7ms | ActiveRecord: 0.0ms)
743031
+
743032
+
743033
+ Started GET "/cytoplasm/fonts" for 127.0.0.1 at 2013-02-02 18:58:11 -0500
743034
+ Processing by Cytoplasm::FontsController#index as HTML
743035
+ Rendered /Applications/XAMPP/xamppfiles/htdocs/cytoplasm/app/views/cytoplasm/fonts/_li.html.erb (2.2ms)
743036
+ Rendered /Applications/XAMPP/xamppfiles/htdocs/cytoplasm/app/views/cytoplasm/fonts/_li.html.erb (3.7ms)
743037
+ Rendered /Applications/XAMPP/xamppfiles/htdocs/cytoplasm/app/views/cytoplasm/fonts/_li.html.erb (2.7ms)
743038
+ Rendered /Applications/XAMPP/xamppfiles/htdocs/cytoplasm/app/views/cytoplasm/fonts/_li.html.erb (2.1ms)
743039
+ Rendered /Applications/XAMPP/xamppfiles/htdocs/cytoplasm/app/views/cytoplasm/fonts/_li.html.erb (2.1ms)
743040
+ Rendered /Applications/XAMPP/xamppfiles/htdocs/cytoplasm/app/views/cytoplasm/fonts/_list.html.erb (155.3ms)
743041
+ Rendered /Applications/XAMPP/xamppfiles/htdocs/cytoplasm/app/views/cytoplasm/fonts/_li.html.erb (2.0ms)
743042
+ Rendered /Applications/XAMPP/xamppfiles/htdocs/cytoplasm/app/views/cytoplasm/fonts/_li.html.erb (2.3ms)
743043
+ Rendered /Applications/XAMPP/xamppfiles/htdocs/cytoplasm/app/views/cytoplasm/fonts/_li.html.erb (2.2ms)
743044
+ Rendered /Applications/XAMPP/xamppfiles/htdocs/cytoplasm/app/views/cytoplasm/fonts/_li.html.erb (5.9ms)
743045
+ Rendered /Applications/XAMPP/xamppfiles/htdocs/cytoplasm/app/views/cytoplasm/fonts/_li.html.erb (2.8ms)
743046
+ Rendered /Applications/XAMPP/xamppfiles/htdocs/cytoplasm/app/views/cytoplasm/fonts/_li.html.erb (1.8ms)
743047
+ Rendered /Applications/XAMPP/xamppfiles/htdocs/cytoplasm/app/views/cytoplasm/fonts/_li.html.erb (2.7ms)
743048
+ Rendered /Applications/XAMPP/xamppfiles/htdocs/cytoplasm/app/views/cytoplasm/fonts/_list.html.erb (165.8ms)
743049
+ Rendered /Applications/XAMPP/xamppfiles/htdocs/cytoplasm/app/views/cytoplasm/fonts/_installer.html.erb (0.1ms)
743050
+ DEPRECATION WARNING: Passing a template handler in the template name is deprecated. You can simply remove the handler name or pass render :handlers => [:erb] instead. (called from ___pplications_______xamppfiles_htdocs_cytoplasm_app_views_cytoplasm_fonts_index_html_erb___3215113615867985351_70215946795680 at /Applications/XAMPP/xamppfiles/htdocs/cytoplasm/app/views/cytoplasm/fonts/index.html.erb:22)
743051
+ Rendered /Applications/XAMPP/xamppfiles/htdocs/cytoplasm/app/views/cytoplasm/fonts/_style_list.html.erb (0.9ms)
743052
+ Rendered /Applications/XAMPP/xamppfiles/htdocs/cytoplasm/app/views/cytoplasm/fonts/index.html.erb within layouts/application (469.3ms)
743053
+ Completed 200 OK in 2083ms (Views: 858.5ms | ActiveRecord: 0.0ms)
743054
+
743055
+
743056
+ Started GET "/assets/about.css?body=1" for 127.0.0.1 at 2013-02-02 18:58:15 -0500
743057
+ Served asset /about.css - 304 Not Modified (0ms)
743058
+
743059
+
743060
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-02 18:58:15 -0500
743061
+ Served asset /application.css - 304 Not Modified (0ms)
743062
+
743063
+
743064
+ Started GET "/assets/demos.css?body=1" for 127.0.0.1 at 2013-02-02 18:58:15 -0500
743065
+ Served asset /demos.css - 304 Not Modified (0ms)
743066
+
743067
+
743068
+ Started GET "/assets/docs.css?body=1" for 127.0.0.1 at 2013-02-02 18:58:15 -0500
743069
+ Served asset /docs.css - 304 Not Modified (0ms)
743070
+
743071
+
743072
+ Started GET "/assets/downloads.css?body=1" for 127.0.0.1 at 2013-02-02 18:58:15 -0500
743073
+ Served asset /downloads.css - 304 Not Modified (0ms)
743074
+
743075
+
743076
+ Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2013-02-02 18:58:15 -0500
743077
+ Served asset /home.css - 304 Not Modified (0ms)
743078
+
743079
+
743080
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-02 18:58:15 -0500
743081
+ Served asset /jquery.js - 304 Not Modified (0ms)
743082
+
743083
+
743084
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-02 18:58:15 -0500
743085
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
743086
+
743087
+
743088
+ Started GET "/assets/about.js?body=1" for 127.0.0.1 at 2013-02-02 18:58:15 -0500
743089
+ Served asset /about.js - 304 Not Modified (0ms)
743090
+
743091
+
743092
+ Started GET "/assets/demos.js?body=1" for 127.0.0.1 at 2013-02-02 18:58:15 -0500
743093
+ Served asset /demos.js - 304 Not Modified (0ms)
743094
+
743095
+
743096
+ Started GET "/assets/docs.js?body=1" for 127.0.0.1 at 2013-02-02 18:58:16 -0500
743097
+ Served asset /docs.js - 304 Not Modified (0ms)
743098
+
743099
+
743100
+ Started GET "/assets/downloads.js?body=1" for 127.0.0.1 at 2013-02-02 18:58:16 -0500
743101
+ Served asset /downloads.js - 304 Not Modified (0ms)
743102
+
743103
+
743104
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2013-02-02 18:58:16 -0500
743105
+ Served asset /home.js - 304 Not Modified (0ms)
743106
+
743107
+
743108
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-02 18:58:16 -0500
743109
+ Served asset /application.js - 304 Not Modified (0ms)
743110
+
743111
+
743112
+ Started GET "/assets/cytoplasm/less-1.3.1.min.js?body=1" for 127.0.0.1 at 2013-02-02 18:58:16 -0500
743113
+ Served asset /cytoplasm/less-1.3.1.min.js - 304 Not Modified (0ms)
743114
+
743115
+
743116
+ Started GET "/assets/cytoplasm/cytoplasm.js?body=1" for 127.0.0.1 at 2013-02-02 18:58:16 -0500
743117
+ Served asset /cytoplasm/cytoplasm.js - 304 Not Modified (0ms)
743118
+
743119
+
743120
+ Started GET "/assets/cytoplasm/jquery.ba-throttle-debounce.min.js?body=1" for 127.0.0.1 at 2013-02-02 18:58:16 -0500
743121
+ Served asset /cytoplasm/jquery.ba-throttle-debounce.min.js - 304 Not Modified (0ms)
743122
+
743123
+
743124
+ Started GET "/assets/cytoplasm/jquery.color-2.1.0.min.js?body=1" for 127.0.0.1 at 2013-02-02 18:58:16 -0500
743125
+ Served asset /cytoplasm/jquery.color-2.1.0.min.js - 304 Not Modified (0ms)
743126
+
743127
+
743128
+ Started GET "/assets/cytoplasm/cytoAjax.js?body=1" for 127.0.0.1 at 2013-02-02 18:58:16 -0500
743129
+ Served asset /cytoplasm/cytoAjax.js - 304 Not Modified (0ms)
743130
+
743131
+
743132
+ Started GET "/assets/cytoplasm/cytoSelect.js?body=1" for 127.0.0.1 at 2013-02-02 18:58:16 -0500
743133
+ Served asset /cytoplasm/cytoSelect.js - 304 Not Modified (0ms)
743134
+
743135
+
743136
+ Started GET "/assets/cytoplasm/cytoRadio.js?body=1" for 127.0.0.1 at 2013-02-02 18:58:16 -0500
743137
+ Served asset /cytoplasm/cytoRadio.js - 304 Not Modified (0ms)
743138
+
743139
+
743140
+ Started GET "/assets/cytoplasm/cytoUpload.js?body=1" for 127.0.0.1 at 2013-02-02 18:58:16 -0500
743141
+ Served asset /cytoplasm/cytoUpload.js - 304 Not Modified (0ms)
743142
+
743143
+
743144
+ Started GET "/assets/cytoplasm/cytoSlider.js?body=1" for 127.0.0.1 at 2013-02-02 18:58:16 -0500
743145
+ Served asset /cytoplasm/cytoSlider.js - 304 Not Modified (0ms)
743146
+
743147
+
743148
+ Started GET "/assets/cytoplasm/cytoColorPicker.js?body=1" for 127.0.0.1 at 2013-02-02 18:58:16 -0500
743149
+ Served asset /cytoplasm/cytoColorPicker.js - 304 Not Modified (0ms)
743150
+
743151
+
743152
+ Started GET "/assets/cytoplasm/cytoField.js?body=1" for 127.0.0.1 at 2013-02-02 18:58:16 -0500
743153
+ Served asset /cytoplasm/cytoField.js - 304 Not Modified (0ms)
743154
+
743155
+
743156
+ Started GET "/assets/cytoplasm/cytoTable.js?body=1" for 127.0.0.1 at 2013-02-02 18:58:16 -0500
743157
+ Served asset /cytoplasm/cytoTable.js - 304 Not Modified (0ms)
743158
+
743159
+
743160
+ Started GET "/assets/cytoplasm/cytoLogo.js?body=1" for 127.0.0.1 at 2013-02-02 18:58:16 -0500
743161
+ Served asset /cytoplasm/cytoLogo.js - 304 Not Modified (0ms)
743162
+
743163
+
743164
+ Started GET "/assets/cytoplasm/cytoMenu.js?body=1" for 127.0.0.1 at 2013-02-02 18:58:16 -0500
743165
+ Served asset /cytoplasm/cytoMenu.js - 304 Not Modified (0ms)
743166
+
743167
+
743168
+ Started GET "/assets/jquery-ui.js?_=1359849496312" for 127.0.0.1 at 2013-02-02 18:58:17 -0500
743169
+ Served asset /jquery-ui.js - 200 OK (5ms)
743170
+
743171
+
743172
+ Started POST "/cytoplasm/settings/fetch" for 127.0.0.1 at 2013-02-02 18:58:17 -0500
743173
+ Processing by Cytoplasm::SettingsController#fetch as */*
743174
+ WARNING: Can't verify CSRF token authenticity
743175
+ Rendered text template (0.0ms)
743176
+ Completed 200 OK in 1592ms (Views: 0.7ms | ActiveRecord: 0.0ms)
743177
+
743178
+
743179
+ Started POST "/cytoplasm/fonts/fetch_all" for 127.0.0.1 at 2013-02-02 18:58:19 -0500
743180
+ Processing by Cytoplasm::FontsController#fetch_all as */*
743181
+ Rendered text template (0.0ms)
743182
+ Completed 200 OK in 411ms (Views: 0.4ms | ActiveRecord: 0.0ms)
743183
+
743184
+
743185
+ Started GET "/assets/cytoplasm/actions-circle-remove-1.png" for 127.0.0.1 at 2013-02-02 18:58:19 -0500
743186
+ Served asset /cytoplasm/actions-circle-remove-1.png - 304 Not Modified (0ms)
743187
+
743188
+
743189
+ Started GET "/assets/cytoplasm/actions-circle-add-1.png" for 127.0.0.1 at 2013-02-02 18:58:19 -0500
743190
+ Served asset /cytoplasm/actions-circle-add-1.png - 304 Not Modified (0ms)
743191
+
743192
+
743193
+ Started GET "/assets/cytoplasm/artwork-paintroll.png" for 127.0.0.1 at 2013-02-02 18:58:19 -0500
743194
+ Served asset /cytoplasm/artwork-paintroll.png - 304 Not Modified (0ms)
743195
+
743196
+
743197
+ Started GET "/assets/cytoplasm/edition-delete-1.png" for 127.0.0.1 at 2013-02-02 18:58:20 -0500
743198
+ Served asset /cytoplasm/edition-delete-1.png - 304 Not Modified (0ms)
743199
+
743200
+
743201
+ Started GET "/assets/cytoplasm/triangle-medium-circle-1.png" for 127.0.0.1 at 2013-02-02 18:58:21 -0500
743202
+ Served asset /cytoplasm/triangle-medium-circle-1.png - 304 Not Modified (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.7
4
+ version: 0.2.8
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-02-02 00:00:00.000000000 Z
12
+ date: 2013-02-04 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
@@ -400,7 +400,6 @@ files:
400
400
  - test/dummy/tmp/cache/assets/E71/0E0/sprockets%2Fcbbecea061be6e609adc04133b9badab
401
401
  - test/dummy/tmp/cache/assets/E8C/480/sprockets%2Fdacb331ac961cf7b7cbc69abe8fb74dd
402
402
  - test/dummy/tmp/cache/assets/E8D/B40/sprockets%2Fb862bf7fb4b4c634aeaa9dfc97babc6b
403
- - test/dummy/tmp/pids/server.pid
404
403
  - test/test_helper.rb
405
404
  homepage: http://cytoplasm.mackinleysmith.com/
406
405
  licenses: []
@@ -416,7 +415,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
416
415
  version: '0'
417
416
  segments:
418
417
  - 0
419
- hash: 1561256756295571567
418
+ hash: 3233243396261933608
420
419
  required_rubygems_version: !ruby/object:Gem::Requirement
421
420
  none: false
422
421
  requirements:
@@ -425,7 +424,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
425
424
  version: '0'
426
425
  segments:
427
426
  - 0
428
- hash: 1561256756295571567
427
+ hash: 3233243396261933608
429
428
  requirements: []
430
429
  rubyforge_project:
431
430
  rubygems_version: 1.8.24
@@ -680,5 +679,4 @@ test_files:
680
679
  - test/dummy/tmp/cache/assets/E71/0E0/sprockets%2Fcbbecea061be6e609adc04133b9badab
681
680
  - test/dummy/tmp/cache/assets/E8C/480/sprockets%2Fdacb331ac961cf7b7cbc69abe8fb74dd
682
681
  - test/dummy/tmp/cache/assets/E8D/B40/sprockets%2Fb862bf7fb4b4c634aeaa9dfc97babc6b
683
- - test/dummy/tmp/pids/server.pid
684
682
  - test/test_helper.rb
@@ -1 +0,0 @@
1
- 14594