cytoplasm 0.1.9 → 0.2.0

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.
@@ -160,7 +160,7 @@ var Cytoplasm;
160
160
  // Set variables
161
161
  var boldweight = (vars.fonts.faces.bold==vars.fonts.faces.regular)?"bold":"normal";
162
162
  var lightweight = (vars.fonts.faces.light==vars.fonts.faces.regular)?"lighter":"normal";
163
- var styletag = "";
163
+ var styletag = "body{margin:0;height:100%;overflow-y:scroll}h1,h2,h3,h4,h5,h6{margin:20px 0}header{overflow:hidden;h1{margin:0;white-space:nowrap;cursor:pointer;display:inline;text-shadow:0 0 10px rgba(0,0,0,0.5)}#logo{z-index:1000}}nav{ul{padding:0;list-style:none;li{display:inline-block}}}#main_content{min-height:400px;background:white;overflow:hidden;box-shadow:0 0 10px rgba(0,0,0,0.8);clear:both;&>:first-child{margin-top:0;padding-top:0}&>:last-child{margin-bottom:0;padding-bottom:0}}footer{overflow:hidden}table.cytoTable{width:100%;margin-bottom:15px;box-shadow:0 0 10px rgba(0,0,0,0.5);td{padding:10px;&.labelcell{width:100px}&>h1,&>h2,&>h3,&>h4,&>h5,&>h6{margin:0;padding:0}}}.cytoField{width:100%;border:1px solid #aaa;border-radius:5px;font-size:14px;box-shadow:inset 0 0 5px rgba(0,0,0,0.25);&[type=text],&[type=password],&[type=email]{height:28px;padding:0 7px}}textarea.cytoField{resize:none;height:200px;padding:7px}button,input[type=submit]{&.cytoButton{border-radius:5px;cursor:pointer;&.large{width:100%;height:50px}}}";
164
164
  var styles = {
165
165
  body:{
166
166
  background:vars.colors.global.background,
data/lib/cytoplasm.rb CHANGED
@@ -119,7 +119,7 @@ module Cytoplasm
119
119
  # Dependencies
120
120
  @dependencies = {
121
121
  :css => [
122
- "cytoplasm"
122
+ # "cytoplasm"
123
123
  ],
124
124
  :js => [
125
125
  'less-1.3.1.min.js',
@@ -1,3 +1,3 @@
1
1
  module Cytoplasm
2
- VERSION = "0.1.9"
2
+ VERSION = "0.2.0"
3
3
  end
@@ -37,7 +37,7 @@ GEM
37
37
  coffee-script-source
38
38
  execjs
39
39
  coffee-script-source (1.4.0)
40
- cytoplasm (0.1.8)
40
+ cytoplasm (0.1.9)
41
41
  jquery-rails
42
42
  jquery-ui-rails
43
43
  rails (~> 3.2.9)
@@ -615816,3 +615816,1213 @@ ActiveRecord::ConnectionNotEstablished (ActiveRecord::ConnectionNotEstablished):
615816
615816
  Rendered /Users/smit1625/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms)
615817
615817
  Rendered /Users/smit1625/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms)
615818
615818
  Rendered /Users/smit1625/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (6.2ms)
615819
+
615820
+
615821
+ Started GET "/" for 127.0.0.1 at 2013-01-24 12:52:20 -0500
615822
+ Connecting to database specified by database.yml
615823
+ Processing by HomeController#index as HTML
615824
+ Rendered home/index.html.erb within layouts/application (2.4ms)
615825
+ Completed 200 OK in 82ms (Views: 81.4ms | ActiveRecord: 0.0ms)
615826
+
615827
+
615828
+ Started GET "/assets/about.css?body=1" for 127.0.0.1 at 2013-01-24 12:52:21 -0500
615829
+ Served asset /about.css - 304 Not Modified (1ms)
615830
+
615831
+
615832
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-01-24 12:52:21 -0500
615833
+ Served asset /application.css - 304 Not Modified (9ms)
615834
+
615835
+
615836
+ Started GET "/assets/demos.css?body=1" for 127.0.0.1 at 2013-01-24 12:52:21 -0500
615837
+ Served asset /demos.css - 304 Not Modified (1ms)
615838
+
615839
+
615840
+ Started GET "/assets/cytoplasm/cytoplasm.css?body=1" for 127.0.0.1 at 2013-01-24 12:52:21 -0500
615841
+ Served asset /cytoplasm/cytoplasm.css - 304 Not Modified (1ms)
615842
+
615843
+
615844
+ Started GET "/assets/docs.css?body=1" for 127.0.0.1 at 2013-01-24 12:52:21 -0500
615845
+ Served asset /docs.css - 304 Not Modified (3ms)
615846
+
615847
+
615848
+ Started GET "/assets/downloads.css?body=1" for 127.0.0.1 at 2013-01-24 12:52:21 -0500
615849
+ Served asset /downloads.css - 304 Not Modified (3ms)
615850
+
615851
+
615852
+ Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2013-01-24 12:52:21 -0500
615853
+ Served asset /home.css - 304 Not Modified (1ms)
615854
+
615855
+
615856
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-24 12:52:21 -0500
615857
+ Served asset /jquery.js - 304 Not Modified (5ms)
615858
+
615859
+
615860
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-24 12:52:21 -0500
615861
+ Served asset /jquery_ujs.js - 304 Not Modified (1ms)
615862
+
615863
+
615864
+ Started GET "/assets/about.js?body=1" for 127.0.0.1 at 2013-01-24 12:52:21 -0500
615865
+ Served asset /about.js - 304 Not Modified (1ms)
615866
+
615867
+
615868
+ Started GET "/assets/docs.js?body=1" for 127.0.0.1 at 2013-01-24 12:52:21 -0500
615869
+ Served asset /docs.js - 304 Not Modified (1ms)
615870
+
615871
+
615872
+ Started GET "/assets/demos.js?body=1" for 127.0.0.1 at 2013-01-24 12:52:21 -0500
615873
+ Served asset /demos.js - 304 Not Modified (2ms)
615874
+
615875
+
615876
+ Started GET "/assets/downloads.js?body=1" for 127.0.0.1 at 2013-01-24 12:52:21 -0500
615877
+ Served asset /downloads.js - 304 Not Modified (2ms)
615878
+
615879
+
615880
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2013-01-24 12:52:21 -0500
615881
+ Served asset /home.js - 304 Not Modified (1ms)
615882
+
615883
+
615884
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-24 12:52:21 -0500
615885
+ Served asset /application.js - 304 Not Modified (9ms)
615886
+
615887
+
615888
+ Started GET "/assets/cytoplasm/less-1.3.1.min.js?body=1" for 127.0.0.1 at 2013-01-24 12:52:21 -0500
615889
+ Served asset /cytoplasm/less-1.3.1.min.js - 304 Not Modified (2ms)
615890
+
615891
+
615892
+ Started GET "/assets/cytoplasm/cytoplasm.js?body=1" for 127.0.0.1 at 2013-01-24 12:52:21 -0500
615893
+ Served asset /cytoplasm/cytoplasm.js - 304 Not Modified (2ms)
615894
+
615895
+
615896
+ Started GET "/assets/cytoplasm/jquery.ba-throttle-debounce.min.js?body=1" for 127.0.0.1 at 2013-01-24 12:52:21 -0500
615897
+ Served asset /cytoplasm/jquery.ba-throttle-debounce.min.js - 304 Not Modified (26ms)
615898
+
615899
+
615900
+ Started GET "/assets/cytoplasm/jquery.color.js?body=1" for 127.0.0.1 at 2013-01-24 12:52:21 -0500
615901
+ Served asset /cytoplasm/jquery.color.js - 304 Not Modified (3ms)
615902
+
615903
+
615904
+ Started GET "/assets/cytoplasm/cytoAjax.js?body=1" for 127.0.0.1 at 2013-01-24 12:52:21 -0500
615905
+ Served asset /cytoplasm/cytoAjax.js - 304 Not Modified (3ms)
615906
+
615907
+
615908
+ Started GET "/assets/cytoplasm/cytoSelect.js?body=1" for 127.0.0.1 at 2013-01-24 12:52:21 -0500
615909
+ Served asset /cytoplasm/cytoSelect.js - 304 Not Modified (3ms)
615910
+
615911
+
615912
+ Started GET "/assets/cytoplasm/cytoRadio.js?body=1" for 127.0.0.1 at 2013-01-24 12:52:21 -0500
615913
+ Served asset /cytoplasm/cytoRadio.js - 304 Not Modified (2ms)
615914
+
615915
+
615916
+ Started GET "/assets/cytoplasm/cytoSlider.js?body=1" for 127.0.0.1 at 2013-01-24 12:52:21 -0500
615917
+ Served asset /cytoplasm/cytoSlider.js - 304 Not Modified (1ms)
615918
+
615919
+
615920
+ Started GET "/assets/cytoplasm/cytoUpload.js?body=1" for 127.0.0.1 at 2013-01-24 12:52:21 -0500
615921
+ Served asset /cytoplasm/cytoUpload.js - 304 Not Modified (2ms)
615922
+
615923
+
615924
+ Started GET "/assets/cytoplasm/cytoField.js?body=1" for 127.0.0.1 at 2013-01-24 12:52:21 -0500
615925
+ Served asset /cytoplasm/cytoField.js - 304 Not Modified (3ms)
615926
+
615927
+
615928
+ Started GET "/assets/cytoplasm/cytoColorPicker.js?body=1" for 127.0.0.1 at 2013-01-24 12:52:21 -0500
615929
+ Served asset /cytoplasm/cytoColorPicker.js - 304 Not Modified (1ms)
615930
+
615931
+
615932
+ Started GET "/assets/cytoplasm/cytoTable.js?body=1" for 127.0.0.1 at 2013-01-24 12:52:21 -0500
615933
+ Served asset /cytoplasm/cytoTable.js - 304 Not Modified (1ms)
615934
+
615935
+
615936
+ Started GET "/assets/cytoplasm/cytoLogo.js?body=1" for 127.0.0.1 at 2013-01-24 12:52:21 -0500
615937
+ Served asset /cytoplasm/cytoLogo.js - 304 Not Modified (1ms)
615938
+
615939
+
615940
+ Started GET "/assets/jquery-ui.js?_=1359049941120" for 127.0.0.1 at 2013-01-24 12:52:21 -0500
615941
+ Served asset /jquery-ui.js - 200 OK (4ms)
615942
+
615943
+
615944
+ Started POST "/cytoplasm/settings/fetch" for 127.0.0.1 at 2013-01-24 12:52:21 -0500
615945
+ Processing by Cytoplasm::SettingsController#fetch as */*
615946
+ WARNING: Can't verify CSRF token authenticity
615947
+ Rendered text template (0.0ms)
615948
+ Completed 200 OK in 8ms (Views: 2.3ms | ActiveRecord: 0.0ms)
615949
+
615950
+
615951
+ Started GET "/" for 127.0.0.1 at 2013-01-24 12:52:54 -0500
615952
+ Processing by HomeController#index as HTML
615953
+ Rendered home/index.html.erb within layouts/application (0.6ms)
615954
+ Completed 200 OK in 33ms (Views: 33.2ms | ActiveRecord: 0.0ms)
615955
+
615956
+
615957
+ Started GET "/assets/cytoplasm/cytoplasm.css?body=1" for 127.0.0.1 at 2013-01-24 12:52:54 -0500
615958
+ Served asset /cytoplasm/cytoplasm.css - 200 OK (0ms)
615959
+
615960
+
615961
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-01-24 12:52:54 -0500
615962
+ Served asset /application.css - 200 OK (0ms)
615963
+
615964
+
615965
+ Started GET "/assets/demos.css?body=1" for 127.0.0.1 at 2013-01-24 12:52:54 -0500
615966
+ Served asset /demos.css - 200 OK (0ms)
615967
+
615968
+
615969
+ Started GET "/assets/about.css?body=1" for 127.0.0.1 at 2013-01-24 12:52:54 -0500
615970
+ Served asset /about.css - 200 OK (0ms)
615971
+
615972
+
615973
+ Started GET "/assets/docs.css?body=1" for 127.0.0.1 at 2013-01-24 12:52:54 -0500
615974
+ Served asset /docs.css - 200 OK (0ms)
615975
+
615976
+
615977
+ Started GET "/assets/downloads.css?body=1" for 127.0.0.1 at 2013-01-24 12:52:54 -0500
615978
+ Served asset /downloads.css - 200 OK (0ms)
615979
+
615980
+
615981
+ Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2013-01-24 12:52:54 -0500
615982
+ Served asset /home.css - 200 OK (0ms)
615983
+
615984
+
615985
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-24 12:52:54 -0500
615986
+ Served asset /jquery.js - 200 OK (0ms)
615987
+
615988
+
615989
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-24 12:52:54 -0500
615990
+ Served asset /jquery_ujs.js - 200 OK (0ms)
615991
+
615992
+
615993
+ Started GET "/assets/about.js?body=1" for 127.0.0.1 at 2013-01-24 12:52:54 -0500
615994
+ Served asset /about.js - 200 OK (0ms)
615995
+
615996
+
615997
+ Started GET "/assets/demos.js?body=1" for 127.0.0.1 at 2013-01-24 12:52:54 -0500
615998
+ Served asset /demos.js - 200 OK (0ms)
615999
+
616000
+
616001
+ Started GET "/assets/docs.js?body=1" for 127.0.0.1 at 2013-01-24 12:52:54 -0500
616002
+ Served asset /docs.js - 200 OK (0ms)
616003
+
616004
+
616005
+ Started GET "/assets/downloads.js?body=1" for 127.0.0.1 at 2013-01-24 12:52:54 -0500
616006
+ Served asset /downloads.js - 200 OK (0ms)
616007
+
616008
+
616009
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2013-01-24 12:52:54 -0500
616010
+ Served asset /home.js - 200 OK (0ms)
616011
+
616012
+
616013
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-24 12:52:54 -0500
616014
+ Served asset /application.js - 200 OK (0ms)
616015
+
616016
+
616017
+ Started GET "/assets/cytoplasm/less-1.3.1.min.js?body=1" for 127.0.0.1 at 2013-01-24 12:52:54 -0500
616018
+ Served asset /cytoplasm/less-1.3.1.min.js - 200 OK (0ms)
616019
+
616020
+
616021
+ Started GET "/assets/cytoplasm/cytoplasm.js?body=1" for 127.0.0.1 at 2013-01-24 12:52:54 -0500
616022
+ Served asset /cytoplasm/cytoplasm.js - 200 OK (0ms)
616023
+
616024
+
616025
+ Started GET "/assets/cytoplasm/jquery.ba-throttle-debounce.min.js?body=1" for 127.0.0.1 at 2013-01-24 12:52:54 -0500
616026
+ Served asset /cytoplasm/jquery.ba-throttle-debounce.min.js - 200 OK (0ms)
616027
+
616028
+
616029
+ Started GET "/assets/cytoplasm/jquery.color.js?body=1" for 127.0.0.1 at 2013-01-24 12:52:54 -0500
616030
+ Served asset /cytoplasm/jquery.color.js - 200 OK (0ms)
616031
+
616032
+
616033
+ Started GET "/assets/cytoplasm/cytoAjax.js?body=1" for 127.0.0.1 at 2013-01-24 12:52:54 -0500
616034
+ Served asset /cytoplasm/cytoAjax.js - 200 OK (0ms)
616035
+
616036
+
616037
+ Started GET "/assets/cytoplasm/cytoSelect.js?body=1" for 127.0.0.1 at 2013-01-24 12:52:54 -0500
616038
+ Served asset /cytoplasm/cytoSelect.js - 200 OK (0ms)
616039
+
616040
+
616041
+ Started GET "/assets/cytoplasm/cytoRadio.js?body=1" for 127.0.0.1 at 2013-01-24 12:52:54 -0500
616042
+ Served asset /cytoplasm/cytoRadio.js - 200 OK (0ms)
616043
+
616044
+
616045
+ Started GET "/assets/cytoplasm/cytoSlider.js?body=1" for 127.0.0.1 at 2013-01-24 12:52:54 -0500
616046
+ Served asset /cytoplasm/cytoSlider.js - 200 OK (0ms)
616047
+
616048
+
616049
+ Started GET "/assets/cytoplasm/cytoUpload.js?body=1" for 127.0.0.1 at 2013-01-24 12:52:54 -0500
616050
+ Served asset /cytoplasm/cytoUpload.js - 200 OK (0ms)
616051
+
616052
+
616053
+ Started GET "/assets/cytoplasm/cytoColorPicker.js?body=1" for 127.0.0.1 at 2013-01-24 12:52:54 -0500
616054
+ Served asset /cytoplasm/cytoColorPicker.js - 200 OK (0ms)
616055
+
616056
+
616057
+ Started GET "/assets/cytoplasm/cytoField.js?body=1" for 127.0.0.1 at 2013-01-24 12:52:54 -0500
616058
+ Served asset /cytoplasm/cytoField.js - 200 OK (0ms)
616059
+
616060
+
616061
+ Started GET "/assets/cytoplasm/cytoTable.js?body=1" for 127.0.0.1 at 2013-01-24 12:52:54 -0500
616062
+ Served asset /cytoplasm/cytoTable.js - 200 OK (0ms)
616063
+
616064
+
616065
+ Started GET "/assets/cytoplasm/cytoLogo.js?body=1" for 127.0.0.1 at 2013-01-24 12:52:54 -0500
616066
+ Served asset /cytoplasm/cytoLogo.js - 200 OK (0ms)
616067
+
616068
+
616069
+ Started GET "/assets/jquery-ui.js?_=1359049974665" for 127.0.0.1 at 2013-01-24 12:52:54 -0500
616070
+ Served asset /jquery-ui.js - 200 OK (0ms)
616071
+
616072
+
616073
+ Started POST "/cytoplasm/settings/fetch" for 127.0.0.1 at 2013-01-24 12:52:54 -0500
616074
+ Processing by Cytoplasm::SettingsController#fetch as */*
616075
+ WARNING: Can't verify CSRF token authenticity
616076
+ Rendered text template (0.0ms)
616077
+ Completed 200 OK in 6ms (Views: 0.4ms | ActiveRecord: 0.0ms)
616078
+
616079
+
616080
+ Started GET "/" for 127.0.0.1 at 2013-01-24 13:06:13 -0500
616081
+ Connecting to database specified by database.yml
616082
+ Processing by HomeController#index as HTML
616083
+ Rendered home/index.html.erb within layouts/application (2.4ms)
616084
+ Compiled cytoplasm/cytoplasm.js (6ms) (pid 2408)
616085
+ Completed 200 OK in 90ms (Views: 89.8ms | ActiveRecord: 0.0ms)
616086
+
616087
+
616088
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-01-24 13:06:13 -0500
616089
+ Served asset /application.css - 304 Not Modified (8ms)
616090
+
616091
+
616092
+ Started GET "/assets/demos.css?body=1" for 127.0.0.1 at 2013-01-24 13:06:13 -0500
616093
+ Served asset /demos.css - 304 Not Modified (1ms)
616094
+
616095
+
616096
+ Started GET "/assets/about.css?body=1" for 127.0.0.1 at 2013-01-24 13:06:13 -0500
616097
+ Served asset /about.css - 304 Not Modified (3ms)
616098
+
616099
+
616100
+ Started GET "/assets/docs.css?body=1" for 127.0.0.1 at 2013-01-24 13:06:13 -0500
616101
+ Served asset /docs.css - 304 Not Modified (1ms)
616102
+
616103
+
616104
+ Started GET "/assets/downloads.css?body=1" for 127.0.0.1 at 2013-01-24 13:06:13 -0500
616105
+ Served asset /downloads.css - 304 Not Modified (1ms)
616106
+
616107
+
616108
+ Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2013-01-24 13:06:13 -0500
616109
+ Served asset /home.css - 304 Not Modified (1ms)
616110
+
616111
+
616112
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-24 13:06:13 -0500
616113
+ Served asset /jquery.js - 304 Not Modified (4ms)
616114
+
616115
+
616116
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-24 13:06:13 -0500
616117
+ Served asset /jquery_ujs.js - 304 Not Modified (2ms)
616118
+
616119
+
616120
+ Started GET "/assets/about.js?body=1" for 127.0.0.1 at 2013-01-24 13:06:13 -0500
616121
+ Served asset /about.js - 304 Not Modified (1ms)
616122
+
616123
+
616124
+ Started GET "/assets/demos.js?body=1" for 127.0.0.1 at 2013-01-24 13:06:13 -0500
616125
+ Served asset /demos.js - 304 Not Modified (1ms)
616126
+
616127
+
616128
+ Started GET "/assets/docs.js?body=1" for 127.0.0.1 at 2013-01-24 13:06:13 -0500
616129
+ Served asset /docs.js - 304 Not Modified (1ms)
616130
+
616131
+
616132
+ Started GET "/assets/downloads.js?body=1" for 127.0.0.1 at 2013-01-24 13:06:13 -0500
616133
+ Served asset /downloads.js - 304 Not Modified (1ms)
616134
+
616135
+
616136
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2013-01-24 13:06:13 -0500
616137
+ Served asset /home.js - 304 Not Modified (1ms)
616138
+
616139
+
616140
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-24 13:06:13 -0500
616141
+ Served asset /application.js - 304 Not Modified (30ms)
616142
+
616143
+
616144
+ Started GET "/assets/cytoplasm/less-1.3.1.min.js?body=1" for 127.0.0.1 at 2013-01-24 13:06:13 -0500
616145
+ Served asset /cytoplasm/less-1.3.1.min.js - 304 Not Modified (2ms)
616146
+
616147
+
616148
+ Started GET "/assets/cytoplasm/cytoplasm.js?body=1" for 127.0.0.1 at 2013-01-24 13:06:13 -0500
616149
+ Served asset /cytoplasm/cytoplasm.js - 200 OK (2ms)
616150
+
616151
+
616152
+ Started GET "/assets/cytoplasm/jquery.ba-throttle-debounce.min.js?body=1" for 127.0.0.1 at 2013-01-24 13:06:13 -0500
616153
+ Served asset /cytoplasm/jquery.ba-throttle-debounce.min.js - 304 Not Modified (3ms)
616154
+
616155
+
616156
+ Started GET "/assets/cytoplasm/jquery.color.js?body=1" for 127.0.0.1 at 2013-01-24 13:06:13 -0500
616157
+ Served asset /cytoplasm/jquery.color.js - 304 Not Modified (1ms)
616158
+
616159
+
616160
+ Started GET "/assets/cytoplasm/cytoAjax.js?body=1" for 127.0.0.1 at 2013-01-24 13:06:13 -0500
616161
+ Served asset /cytoplasm/cytoAjax.js - 304 Not Modified (1ms)
616162
+
616163
+
616164
+ Started GET "/assets/cytoplasm/cytoSelect.js?body=1" for 127.0.0.1 at 2013-01-24 13:06:13 -0500
616165
+ Served asset /cytoplasm/cytoSelect.js - 304 Not Modified (2ms)
616166
+
616167
+
616168
+ Started GET "/assets/cytoplasm/cytoRadio.js?body=1" for 127.0.0.1 at 2013-01-24 13:06:13 -0500
616169
+ Served asset /cytoplasm/cytoRadio.js - 304 Not Modified (2ms)
616170
+
616171
+
616172
+ Started GET "/assets/cytoplasm/cytoSlider.js?body=1" for 127.0.0.1 at 2013-01-24 13:06:13 -0500
616173
+ Served asset /cytoplasm/cytoSlider.js - 304 Not Modified (2ms)
616174
+
616175
+
616176
+ Started GET "/assets/cytoplasm/cytoUpload.js?body=1" for 127.0.0.1 at 2013-01-24 13:06:13 -0500
616177
+ Served asset /cytoplasm/cytoUpload.js - 304 Not Modified (2ms)
616178
+
616179
+
616180
+ Started GET "/assets/cytoplasm/cytoColorPicker.js?body=1" for 127.0.0.1 at 2013-01-24 13:06:13 -0500
616181
+ Served asset /cytoplasm/cytoColorPicker.js - 304 Not Modified (1ms)
616182
+
616183
+
616184
+ Started GET "/assets/cytoplasm/cytoField.js?body=1" for 127.0.0.1 at 2013-01-24 13:06:13 -0500
616185
+ Served asset /cytoplasm/cytoField.js - 304 Not Modified (1ms)
616186
+
616187
+
616188
+ Started GET "/assets/cytoplasm/cytoTable.js?body=1" for 127.0.0.1 at 2013-01-24 13:06:13 -0500
616189
+ Served asset /cytoplasm/cytoTable.js - 304 Not Modified (1ms)
616190
+
616191
+
616192
+ Started GET "/assets/cytoplasm/cytoLogo.js?body=1" for 127.0.0.1 at 2013-01-24 13:06:13 -0500
616193
+ Served asset /cytoplasm/cytoLogo.js - 304 Not Modified (1ms)
616194
+
616195
+
616196
+ Started GET "/" for 127.0.0.1 at 2013-01-24 13:06:14 -0500
616197
+ Processing by HomeController#index as HTML
616198
+ Rendered home/index.html.erb within layouts/application (0.6ms)
616199
+ Completed 200 OK in 13ms (Views: 13.3ms | ActiveRecord: 0.0ms)
616200
+
616201
+
616202
+ Started GET "/assets/about.css?body=1" for 127.0.0.1 at 2013-01-24 13:06:14 -0500
616203
+ Served asset /about.css - 304 Not Modified (0ms)
616204
+
616205
+
616206
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-01-24 13:06:14 -0500
616207
+ Served asset /application.css - 304 Not Modified (0ms)
616208
+
616209
+
616210
+ Started GET "/assets/demos.css?body=1" for 127.0.0.1 at 2013-01-24 13:06:14 -0500
616211
+ Served asset /demos.css - 304 Not Modified (0ms)
616212
+
616213
+
616214
+ Started GET "/assets/docs.css?body=1" for 127.0.0.1 at 2013-01-24 13:06:14 -0500
616215
+ Served asset /docs.css - 304 Not Modified (0ms)
616216
+
616217
+
616218
+ Started GET "/assets/downloads.css?body=1" for 127.0.0.1 at 2013-01-24 13:06:14 -0500
616219
+ Served asset /downloads.css - 304 Not Modified (0ms)
616220
+
616221
+
616222
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-24 13:06:14 -0500
616223
+ Served asset /jquery.js - 304 Not Modified (0ms)
616224
+
616225
+
616226
+ Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2013-01-24 13:06:14 -0500
616227
+ Served asset /home.css - 304 Not Modified (0ms)
616228
+
616229
+
616230
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-24 13:06:14 -0500
616231
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
616232
+
616233
+
616234
+ Started GET "/assets/about.js?body=1" for 127.0.0.1 at 2013-01-24 13:06:14 -0500
616235
+ Served asset /about.js - 304 Not Modified (0ms)
616236
+
616237
+
616238
+ Started GET "/assets/demos.js?body=1" for 127.0.0.1 at 2013-01-24 13:06:14 -0500
616239
+ Served asset /demos.js - 304 Not Modified (0ms)
616240
+
616241
+
616242
+ Started GET "/assets/docs.js?body=1" for 127.0.0.1 at 2013-01-24 13:06:14 -0500
616243
+ Served asset /docs.js - 304 Not Modified (0ms)
616244
+
616245
+
616246
+ Started GET "/assets/downloads.js?body=1" for 127.0.0.1 at 2013-01-24 13:06:15 -0500
616247
+ Served asset /downloads.js - 304 Not Modified (0ms)
616248
+
616249
+
616250
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2013-01-24 13:06:15 -0500
616251
+ Served asset /home.js - 304 Not Modified (0ms)
616252
+
616253
+
616254
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-24 13:06:15 -0500
616255
+ Served asset /application.js - 304 Not Modified (0ms)
616256
+
616257
+
616258
+ Started GET "/assets/cytoplasm/less-1.3.1.min.js?body=1" for 127.0.0.1 at 2013-01-24 13:06:15 -0500
616259
+ Served asset /cytoplasm/less-1.3.1.min.js - 304 Not Modified (0ms)
616260
+
616261
+
616262
+ Started GET "/assets/cytoplasm/cytoplasm.js?body=1" for 127.0.0.1 at 2013-01-24 13:06:15 -0500
616263
+ Served asset /cytoplasm/cytoplasm.js - 304 Not Modified (0ms)
616264
+
616265
+
616266
+ Started GET "/assets/cytoplasm/jquery.ba-throttle-debounce.min.js?body=1" for 127.0.0.1 at 2013-01-24 13:06:15 -0500
616267
+ Served asset /cytoplasm/jquery.ba-throttle-debounce.min.js - 304 Not Modified (0ms)
616268
+
616269
+
616270
+ Started GET "/assets/cytoplasm/jquery.color.js?body=1" for 127.0.0.1 at 2013-01-24 13:06:15 -0500
616271
+ Served asset /cytoplasm/jquery.color.js - 304 Not Modified (0ms)
616272
+
616273
+
616274
+ Started GET "/assets/cytoplasm/cytoAjax.js?body=1" for 127.0.0.1 at 2013-01-24 13:06:15 -0500
616275
+ Served asset /cytoplasm/cytoAjax.js - 304 Not Modified (0ms)
616276
+
616277
+
616278
+ Started GET "/assets/cytoplasm/cytoSelect.js?body=1" for 127.0.0.1 at 2013-01-24 13:06:15 -0500
616279
+ Served asset /cytoplasm/cytoSelect.js - 304 Not Modified (0ms)
616280
+
616281
+
616282
+ Started GET "/assets/cytoplasm/cytoRadio.js?body=1" for 127.0.0.1 at 2013-01-24 13:06:15 -0500
616283
+ Served asset /cytoplasm/cytoRadio.js - 304 Not Modified (0ms)
616284
+
616285
+
616286
+ Started GET "/assets/cytoplasm/cytoSlider.js?body=1" for 127.0.0.1 at 2013-01-24 13:06:15 -0500
616287
+ Served asset /cytoplasm/cytoSlider.js - 304 Not Modified (0ms)
616288
+
616289
+
616290
+ Started GET "/assets/cytoplasm/cytoUpload.js?body=1" for 127.0.0.1 at 2013-01-24 13:06:15 -0500
616291
+ Served asset /cytoplasm/cytoUpload.js - 304 Not Modified (0ms)
616292
+
616293
+
616294
+ Started GET "/assets/cytoplasm/cytoColorPicker.js?body=1" for 127.0.0.1 at 2013-01-24 13:06:15 -0500
616295
+ Served asset /cytoplasm/cytoColorPicker.js - 304 Not Modified (0ms)
616296
+
616297
+
616298
+ Started GET "/assets/cytoplasm/cytoField.js?body=1" for 127.0.0.1 at 2013-01-24 13:06:15 -0500
616299
+ Served asset /cytoplasm/cytoField.js - 304 Not Modified (0ms)
616300
+
616301
+
616302
+ Started GET "/assets/cytoplasm/cytoTable.js?body=1" for 127.0.0.1 at 2013-01-24 13:06:15 -0500
616303
+ Served asset /cytoplasm/cytoTable.js - 304 Not Modified (0ms)
616304
+
616305
+
616306
+ Started GET "/assets/cytoplasm/cytoLogo.js?body=1" for 127.0.0.1 at 2013-01-24 13:06:15 -0500
616307
+ Served asset /cytoplasm/cytoLogo.js - 304 Not Modified (0ms)
616308
+
616309
+
616310
+ Started GET "/" for 127.0.0.1 at 2013-01-24 13:06:22 -0500
616311
+ Processing by HomeController#index as HTML
616312
+ Rendered home/index.html.erb within layouts/application (0.7ms)
616313
+ Completed 200 OK in 29ms (Views: 28.9ms | ActiveRecord: 0.0ms)
616314
+
616315
+
616316
+ Started GET "/assets/demos.css?body=1" for 127.0.0.1 at 2013-01-24 13:06:22 -0500
616317
+ Served asset /demos.css - 304 Not Modified (0ms)
616318
+
616319
+
616320
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-01-24 13:06:22 -0500
616321
+ Served asset /application.css - 304 Not Modified (0ms)
616322
+
616323
+
616324
+ Started GET "/assets/docs.css?body=1" for 127.0.0.1 at 2013-01-24 13:06:22 -0500
616325
+ Served asset /docs.css - 304 Not Modified (0ms)
616326
+
616327
+
616328
+ Started GET "/assets/about.css?body=1" for 127.0.0.1 at 2013-01-24 13:06:22 -0500
616329
+ Served asset /about.css - 304 Not Modified (0ms)
616330
+
616331
+
616332
+ Started GET "/assets/downloads.css?body=1" for 127.0.0.1 at 2013-01-24 13:06:22 -0500
616333
+ Served asset /downloads.css - 304 Not Modified (0ms)
616334
+
616335
+
616336
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-24 13:06:22 -0500
616337
+ Served asset /jquery.js - 304 Not Modified (0ms)
616338
+
616339
+
616340
+ Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2013-01-24 13:06:22 -0500
616341
+ Served asset /home.css - 304 Not Modified (0ms)
616342
+
616343
+
616344
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-24 13:06:22 -0500
616345
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
616346
+
616347
+
616348
+ Started GET "/assets/about.js?body=1" for 127.0.0.1 at 2013-01-24 13:06:22 -0500
616349
+ Served asset /about.js - 304 Not Modified (0ms)
616350
+
616351
+
616352
+ Started GET "/assets/demos.js?body=1" for 127.0.0.1 at 2013-01-24 13:06:22 -0500
616353
+ Served asset /demos.js - 304 Not Modified (0ms)
616354
+
616355
+
616356
+ Started GET "/assets/docs.js?body=1" for 127.0.0.1 at 2013-01-24 13:06:22 -0500
616357
+ Served asset /docs.js - 304 Not Modified (0ms)
616358
+
616359
+
616360
+ Started GET "/assets/downloads.js?body=1" for 127.0.0.1 at 2013-01-24 13:06:22 -0500
616361
+ Served asset /downloads.js - 304 Not Modified (0ms)
616362
+
616363
+
616364
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2013-01-24 13:06:22 -0500
616365
+ Served asset /home.js - 304 Not Modified (0ms)
616366
+
616367
+
616368
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-24 13:06:22 -0500
616369
+ Served asset /application.js - 304 Not Modified (0ms)
616370
+
616371
+
616372
+ Started GET "/assets/cytoplasm/less-1.3.1.min.js?body=1" for 127.0.0.1 at 2013-01-24 13:06:22 -0500
616373
+ Served asset /cytoplasm/less-1.3.1.min.js - 304 Not Modified (0ms)
616374
+
616375
+
616376
+ Started GET "/assets/cytoplasm/cytoplasm.js?body=1" for 127.0.0.1 at 2013-01-24 13:06:22 -0500
616377
+ Served asset /cytoplasm/cytoplasm.js - 304 Not Modified (0ms)
616378
+
616379
+
616380
+ Started GET "/assets/cytoplasm/jquery.ba-throttle-debounce.min.js?body=1" for 127.0.0.1 at 2013-01-24 13:06:22 -0500
616381
+ Served asset /cytoplasm/jquery.ba-throttle-debounce.min.js - 304 Not Modified (0ms)
616382
+
616383
+
616384
+ Started GET "/assets/cytoplasm/jquery.color.js?body=1" for 127.0.0.1 at 2013-01-24 13:06:22 -0500
616385
+ Served asset /cytoplasm/jquery.color.js - 304 Not Modified (0ms)
616386
+
616387
+
616388
+ Started GET "/assets/cytoplasm/cytoRadio.js?body=1" for 127.0.0.1 at 2013-01-24 13:06:22 -0500
616389
+ Served asset /cytoplasm/cytoRadio.js - 304 Not Modified (0ms)
616390
+
616391
+
616392
+ Started GET "/assets/cytoplasm/cytoAjax.js?body=1" for 127.0.0.1 at 2013-01-24 13:06:22 -0500
616393
+ Served asset /cytoplasm/cytoAjax.js - 304 Not Modified (0ms)
616394
+
616395
+
616396
+ Started GET "/assets/cytoplasm/cytoSelect.js?body=1" for 127.0.0.1 at 2013-01-24 13:06:22 -0500
616397
+ Served asset /cytoplasm/cytoSelect.js - 304 Not Modified (0ms)
616398
+
616399
+
616400
+ Started GET "/assets/cytoplasm/cytoSlider.js?body=1" for 127.0.0.1 at 2013-01-24 13:06:22 -0500
616401
+ Served asset /cytoplasm/cytoSlider.js - 304 Not Modified (0ms)
616402
+
616403
+
616404
+ Started GET "/assets/cytoplasm/cytoUpload.js?body=1" for 127.0.0.1 at 2013-01-24 13:06:22 -0500
616405
+ Served asset /cytoplasm/cytoUpload.js - 304 Not Modified (0ms)
616406
+
616407
+
616408
+ Started GET "/assets/cytoplasm/cytoColorPicker.js?body=1" for 127.0.0.1 at 2013-01-24 13:06:22 -0500
616409
+ Served asset /cytoplasm/cytoColorPicker.js - 304 Not Modified (0ms)
616410
+
616411
+
616412
+ Started GET "/assets/cytoplasm/cytoField.js?body=1" for 127.0.0.1 at 2013-01-24 13:06:22 -0500
616413
+ Served asset /cytoplasm/cytoField.js - 304 Not Modified (0ms)
616414
+
616415
+
616416
+ Started GET "/assets/cytoplasm/cytoTable.js?body=1" for 127.0.0.1 at 2013-01-24 13:06:22 -0500
616417
+ Served asset /cytoplasm/cytoTable.js - 304 Not Modified (0ms)
616418
+
616419
+
616420
+ Started GET "/assets/cytoplasm/cytoLogo.js?body=1" for 127.0.0.1 at 2013-01-24 13:06:22 -0500
616421
+ Served asset /cytoplasm/cytoLogo.js - 304 Not Modified (0ms)
616422
+
616423
+
616424
+ Started GET "/" for 127.0.0.1 at 2013-01-24 13:06:39 -0500
616425
+ Processing by HomeController#index as HTML
616426
+ Rendered home/index.html.erb within layouts/application (0.5ms)
616427
+ Compiled cytoplasm/cytoplasm.js (8ms) (pid 2408)
616428
+ Completed 200 OK in 57ms (Views: 57.3ms | ActiveRecord: 0.0ms)
616429
+
616430
+
616431
+ Started GET "/assets/demos.css?body=1" for 127.0.0.1 at 2013-01-24 13:06:39 -0500
616432
+ Served asset /demos.css - 304 Not Modified (0ms)
616433
+
616434
+
616435
+ Started GET "/assets/about.css?body=1" for 127.0.0.1 at 2013-01-24 13:06:39 -0500
616436
+ Served asset /about.css - 304 Not Modified (0ms)
616437
+
616438
+
616439
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-01-24 13:06:39 -0500
616440
+ Served asset /application.css - 304 Not Modified (0ms)
616441
+
616442
+
616443
+ Started GET "/assets/docs.css?body=1" for 127.0.0.1 at 2013-01-24 13:06:39 -0500
616444
+ Served asset /docs.css - 304 Not Modified (0ms)
616445
+
616446
+
616447
+ Started GET "/assets/downloads.css?body=1" for 127.0.0.1 at 2013-01-24 13:06:39 -0500
616448
+ Served asset /downloads.css - 304 Not Modified (0ms)
616449
+
616450
+
616451
+ Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2013-01-24 13:06:39 -0500
616452
+ Served asset /home.css - 304 Not Modified (0ms)
616453
+
616454
+
616455
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-24 13:06:39 -0500
616456
+ Served asset /jquery.js - 304 Not Modified (0ms)
616457
+
616458
+
616459
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-24 13:06:39 -0500
616460
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
616461
+
616462
+
616463
+ Started GET "/assets/about.js?body=1" for 127.0.0.1 at 2013-01-24 13:06:39 -0500
616464
+ Served asset /about.js - 304 Not Modified (0ms)
616465
+
616466
+
616467
+ Started GET "/assets/demos.js?body=1" for 127.0.0.1 at 2013-01-24 13:06:39 -0500
616468
+ Served asset /demos.js - 304 Not Modified (0ms)
616469
+
616470
+
616471
+ Started GET "/assets/docs.js?body=1" for 127.0.0.1 at 2013-01-24 13:06:39 -0500
616472
+ Served asset /docs.js - 304 Not Modified (0ms)
616473
+
616474
+
616475
+ Started GET "/assets/downloads.js?body=1" for 127.0.0.1 at 2013-01-24 13:06:39 -0500
616476
+ Served asset /downloads.js - 304 Not Modified (0ms)
616477
+
616478
+
616479
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2013-01-24 13:06:39 -0500
616480
+ Served asset /home.js - 304 Not Modified (0ms)
616481
+
616482
+
616483
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-24 13:06:39 -0500
616484
+ Served asset /application.js - 304 Not Modified (0ms)
616485
+
616486
+
616487
+ Started GET "/assets/cytoplasm/cytoplasm.js?body=1" for 127.0.0.1 at 2013-01-24 13:06:39 -0500
616488
+ Served asset /cytoplasm/cytoplasm.js - 200 OK (15ms)
616489
+
616490
+
616491
+ Started GET "/assets/cytoplasm/less-1.3.1.min.js?body=1" for 127.0.0.1 at 2013-01-24 13:06:39 -0500
616492
+ Served asset /cytoplasm/less-1.3.1.min.js - 304 Not Modified (0ms)
616493
+
616494
+
616495
+ Started GET "/assets/cytoplasm/jquery.ba-throttle-debounce.min.js?body=1" for 127.0.0.1 at 2013-01-24 13:06:39 -0500
616496
+ Served asset /cytoplasm/jquery.ba-throttle-debounce.min.js - 304 Not Modified (0ms)
616497
+
616498
+
616499
+ Started GET "/assets/cytoplasm/jquery.color.js?body=1" for 127.0.0.1 at 2013-01-24 13:06:39 -0500
616500
+ Served asset /cytoplasm/jquery.color.js - 304 Not Modified (0ms)
616501
+
616502
+
616503
+ Started GET "/assets/cytoplasm/cytoAjax.js?body=1" for 127.0.0.1 at 2013-01-24 13:06:39 -0500
616504
+ Served asset /cytoplasm/cytoAjax.js - 304 Not Modified (0ms)
616505
+
616506
+
616507
+ Started GET "/assets/cytoplasm/cytoRadio.js?body=1" for 127.0.0.1 at 2013-01-24 13:06:39 -0500
616508
+ Served asset /cytoplasm/cytoRadio.js - 304 Not Modified (0ms)
616509
+
616510
+
616511
+ Started GET "/assets/cytoplasm/cytoSelect.js?body=1" for 127.0.0.1 at 2013-01-24 13:06:39 -0500
616512
+ Served asset /cytoplasm/cytoSelect.js - 304 Not Modified (0ms)
616513
+
616514
+
616515
+ Started GET "/assets/cytoplasm/cytoSlider.js?body=1" for 127.0.0.1 at 2013-01-24 13:06:39 -0500
616516
+ Served asset /cytoplasm/cytoSlider.js - 304 Not Modified (0ms)
616517
+
616518
+
616519
+ Started GET "/assets/cytoplasm/cytoColorPicker.js?body=1" for 127.0.0.1 at 2013-01-24 13:06:39 -0500
616520
+ Served asset /cytoplasm/cytoColorPicker.js - 304 Not Modified (0ms)
616521
+
616522
+
616523
+ Started GET "/assets/cytoplasm/cytoUpload.js?body=1" for 127.0.0.1 at 2013-01-24 13:06:39 -0500
616524
+ Served asset /cytoplasm/cytoUpload.js - 304 Not Modified (0ms)
616525
+
616526
+
616527
+ Started GET "/assets/cytoplasm/cytoField.js?body=1" for 127.0.0.1 at 2013-01-24 13:06:39 -0500
616528
+ Served asset /cytoplasm/cytoField.js - 304 Not Modified (0ms)
616529
+
616530
+
616531
+ Started GET "/assets/cytoplasm/cytoTable.js?body=1" for 127.0.0.1 at 2013-01-24 13:06:39 -0500
616532
+ Served asset /cytoplasm/cytoTable.js - 304 Not Modified (0ms)
616533
+
616534
+
616535
+ Started GET "/assets/cytoplasm/cytoLogo.js?body=1" for 127.0.0.1 at 2013-01-24 13:06:39 -0500
616536
+ Served asset /cytoplasm/cytoLogo.js - 304 Not Modified (0ms)
616537
+
616538
+
616539
+ Started GET "/" for 127.0.0.1 at 2013-01-24 13:07:03 -0500
616540
+ Processing by HomeController#index as HTML
616541
+ Rendered home/index.html.erb within layouts/application (0.6ms)
616542
+ Compiled cytoplasm/cytoplasm.js (7ms) (pid 2408)
616543
+ Completed 200 OK in 71ms (Views: 70.8ms | ActiveRecord: 0.0ms)
616544
+
616545
+
616546
+ Started GET "/assets/demos.css?body=1" for 127.0.0.1 at 2013-01-24 13:07:03 -0500
616547
+ Served asset /demos.css - 304 Not Modified (0ms)
616548
+
616549
+
616550
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-01-24 13:07:03 -0500
616551
+ Served asset /application.css - 304 Not Modified (0ms)
616552
+
616553
+
616554
+ Started GET "/assets/about.css?body=1" for 127.0.0.1 at 2013-01-24 13:07:03 -0500
616555
+ Served asset /about.css - 304 Not Modified (0ms)
616556
+
616557
+
616558
+ Started GET "/assets/docs.css?body=1" for 127.0.0.1 at 2013-01-24 13:07:03 -0500
616559
+ Served asset /docs.css - 304 Not Modified (0ms)
616560
+
616561
+
616562
+ Started GET "/assets/downloads.css?body=1" for 127.0.0.1 at 2013-01-24 13:07:03 -0500
616563
+ Served asset /downloads.css - 304 Not Modified (0ms)
616564
+
616565
+
616566
+ Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2013-01-24 13:07:03 -0500
616567
+ Served asset /home.css - 304 Not Modified (0ms)
616568
+
616569
+
616570
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-24 13:07:03 -0500
616571
+ Served asset /jquery.js - 304 Not Modified (0ms)
616572
+
616573
+
616574
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-24 13:07:03 -0500
616575
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
616576
+
616577
+
616578
+ Started GET "/assets/about.js?body=1" for 127.0.0.1 at 2013-01-24 13:07:03 -0500
616579
+ Served asset /about.js - 304 Not Modified (0ms)
616580
+
616581
+
616582
+ Started GET "/assets/demos.js?body=1" for 127.0.0.1 at 2013-01-24 13:07:03 -0500
616583
+ Served asset /demos.js - 304 Not Modified (0ms)
616584
+
616585
+
616586
+ Started GET "/assets/docs.js?body=1" for 127.0.0.1 at 2013-01-24 13:07:03 -0500
616587
+ Served asset /docs.js - 304 Not Modified (0ms)
616588
+
616589
+
616590
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2013-01-24 13:07:03 -0500
616591
+ Served asset /home.js - 304 Not Modified (0ms)
616592
+
616593
+
616594
+ Started GET "/assets/downloads.js?body=1" for 127.0.0.1 at 2013-01-24 13:07:03 -0500
616595
+ Served asset /downloads.js - 304 Not Modified (0ms)
616596
+
616597
+
616598
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-24 13:07:03 -0500
616599
+ Served asset /application.js - 304 Not Modified (0ms)
616600
+
616601
+
616602
+ Started GET "/assets/cytoplasm/less-1.3.1.min.js?body=1" for 127.0.0.1 at 2013-01-24 13:07:03 -0500
616603
+ Served asset /cytoplasm/less-1.3.1.min.js - 304 Not Modified (0ms)
616604
+
616605
+
616606
+ Started GET "/assets/cytoplasm/cytoplasm.js?body=1" for 127.0.0.1 at 2013-01-24 13:07:03 -0500
616607
+ Served asset /cytoplasm/cytoplasm.js - 200 OK (2ms)
616608
+
616609
+
616610
+ Started GET "/assets/cytoplasm/jquery.ba-throttle-debounce.min.js?body=1" for 127.0.0.1 at 2013-01-24 13:07:03 -0500
616611
+ Served asset /cytoplasm/jquery.ba-throttle-debounce.min.js - 304 Not Modified (0ms)
616612
+
616613
+
616614
+ Started GET "/assets/cytoplasm/jquery.color.js?body=1" for 127.0.0.1 at 2013-01-24 13:07:03 -0500
616615
+ Served asset /cytoplasm/jquery.color.js - 304 Not Modified (0ms)
616616
+
616617
+
616618
+ Started GET "/assets/cytoplasm/cytoAjax.js?body=1" for 127.0.0.1 at 2013-01-24 13:07:03 -0500
616619
+ Served asset /cytoplasm/cytoAjax.js - 304 Not Modified (0ms)
616620
+
616621
+
616622
+ Started GET "/assets/cytoplasm/cytoSelect.js?body=1" for 127.0.0.1 at 2013-01-24 13:07:03 -0500
616623
+ Served asset /cytoplasm/cytoSelect.js - 304 Not Modified (0ms)
616624
+
616625
+
616626
+ Started GET "/assets/cytoplasm/cytoRadio.js?body=1" for 127.0.0.1 at 2013-01-24 13:07:03 -0500
616627
+ Served asset /cytoplasm/cytoRadio.js - 304 Not Modified (0ms)
616628
+
616629
+
616630
+ Started GET "/assets/cytoplasm/cytoSlider.js?body=1" for 127.0.0.1 at 2013-01-24 13:07:03 -0500
616631
+ Served asset /cytoplasm/cytoSlider.js - 304 Not Modified (0ms)
616632
+
616633
+
616634
+ Started GET "/assets/cytoplasm/cytoUpload.js?body=1" for 127.0.0.1 at 2013-01-24 13:07:03 -0500
616635
+ Served asset /cytoplasm/cytoUpload.js - 304 Not Modified (0ms)
616636
+
616637
+
616638
+ Started GET "/assets/cytoplasm/cytoColorPicker.js?body=1" for 127.0.0.1 at 2013-01-24 13:07:03 -0500
616639
+ Served asset /cytoplasm/cytoColorPicker.js - 304 Not Modified (0ms)
616640
+
616641
+
616642
+ Started GET "/assets/cytoplasm/cytoField.js?body=1" for 127.0.0.1 at 2013-01-24 13:07:03 -0500
616643
+ Served asset /cytoplasm/cytoField.js - 304 Not Modified (0ms)
616644
+
616645
+
616646
+ Started GET "/assets/cytoplasm/cytoTable.js?body=1" for 127.0.0.1 at 2013-01-24 13:07:03 -0500
616647
+ Served asset /cytoplasm/cytoTable.js - 304 Not Modified (0ms)
616648
+
616649
+
616650
+ Started GET "/assets/cytoplasm/cytoLogo.js?body=1" for 127.0.0.1 at 2013-01-24 13:07:03 -0500
616651
+ Served asset /cytoplasm/cytoLogo.js - 304 Not Modified (0ms)
616652
+
616653
+
616654
+ Started GET "/" for 127.0.0.1 at 2013-01-24 13:07:19 -0500
616655
+ Processing by HomeController#index as HTML
616656
+ Rendered home/index.html.erb within layouts/application (0.6ms)
616657
+ Compiled cytoplasm/cytoplasm.js (7ms) (pid 2408)
616658
+ Completed 200 OK in 31ms (Views: 31.3ms | ActiveRecord: 0.0ms)
616659
+
616660
+
616661
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-01-24 13:07:19 -0500
616662
+ Served asset /application.css - 304 Not Modified (0ms)
616663
+
616664
+
616665
+ Started GET "/assets/about.css?body=1" for 127.0.0.1 at 2013-01-24 13:07:19 -0500
616666
+ Served asset /about.css - 304 Not Modified (0ms)
616667
+
616668
+
616669
+ Started GET "/assets/docs.css?body=1" for 127.0.0.1 at 2013-01-24 13:07:19 -0500
616670
+ Served asset /docs.css - 304 Not Modified (0ms)
616671
+
616672
+
616673
+ Started GET "/assets/demos.css?body=1" for 127.0.0.1 at 2013-01-24 13:07:19 -0500
616674
+ Served asset /demos.css - 304 Not Modified (0ms)
616675
+
616676
+
616677
+ Started GET "/assets/downloads.css?body=1" for 127.0.0.1 at 2013-01-24 13:07:19 -0500
616678
+ Served asset /downloads.css - 304 Not Modified (23ms)
616679
+
616680
+
616681
+ Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2013-01-24 13:07:19 -0500
616682
+ Served asset /home.css - 304 Not Modified (0ms)
616683
+
616684
+
616685
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-24 13:07:19 -0500
616686
+ Served asset /jquery.js - 304 Not Modified (0ms)
616687
+
616688
+
616689
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-24 13:07:19 -0500
616690
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
616691
+
616692
+
616693
+ Started GET "/assets/demos.js?body=1" for 127.0.0.1 at 2013-01-24 13:07:19 -0500
616694
+ Served asset /demos.js - 304 Not Modified (0ms)
616695
+
616696
+
616697
+ Started GET "/assets/about.js?body=1" for 127.0.0.1 at 2013-01-24 13:07:19 -0500
616698
+ Served asset /about.js - 304 Not Modified (0ms)
616699
+
616700
+
616701
+ Started GET "/assets/docs.js?body=1" for 127.0.0.1 at 2013-01-24 13:07:19 -0500
616702
+ Served asset /docs.js - 304 Not Modified (0ms)
616703
+
616704
+
616705
+ Started GET "/assets/downloads.js?body=1" for 127.0.0.1 at 2013-01-24 13:07:19 -0500
616706
+ Served asset /downloads.js - 304 Not Modified (0ms)
616707
+
616708
+
616709
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2013-01-24 13:07:19 -0500
616710
+ Served asset /home.js - 304 Not Modified (0ms)
616711
+
616712
+
616713
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-24 13:07:19 -0500
616714
+ Served asset /application.js - 304 Not Modified (0ms)
616715
+
616716
+
616717
+ Started GET "/assets/cytoplasm/less-1.3.1.min.js?body=1" for 127.0.0.1 at 2013-01-24 13:07:19 -0500
616718
+ Served asset /cytoplasm/less-1.3.1.min.js - 304 Not Modified (0ms)
616719
+
616720
+
616721
+ Started GET "/assets/cytoplasm/cytoplasm.js?body=1" for 127.0.0.1 at 2013-01-24 13:07:19 -0500
616722
+ Served asset /cytoplasm/cytoplasm.js - 200 OK (3ms)
616723
+
616724
+
616725
+ Started GET "/assets/cytoplasm/jquery.ba-throttle-debounce.min.js?body=1" for 127.0.0.1 at 2013-01-24 13:07:19 -0500
616726
+ Served asset /cytoplasm/jquery.ba-throttle-debounce.min.js - 304 Not Modified (0ms)
616727
+
616728
+
616729
+ Started GET "/assets/cytoplasm/jquery.color.js?body=1" for 127.0.0.1 at 2013-01-24 13:07:19 -0500
616730
+ Served asset /cytoplasm/jquery.color.js - 304 Not Modified (0ms)
616731
+
616732
+
616733
+ Started GET "/assets/cytoplasm/cytoAjax.js?body=1" for 127.0.0.1 at 2013-01-24 13:07:19 -0500
616734
+ Served asset /cytoplasm/cytoAjax.js - 304 Not Modified (0ms)
616735
+
616736
+
616737
+ Started GET "/assets/cytoplasm/cytoSelect.js?body=1" for 127.0.0.1 at 2013-01-24 13:07:19 -0500
616738
+ Served asset /cytoplasm/cytoSelect.js - 304 Not Modified (0ms)
616739
+
616740
+
616741
+ Started GET "/assets/cytoplasm/cytoRadio.js?body=1" for 127.0.0.1 at 2013-01-24 13:07:19 -0500
616742
+ Served asset /cytoplasm/cytoRadio.js - 304 Not Modified (0ms)
616743
+
616744
+
616745
+ Started GET "/assets/cytoplasm/cytoSlider.js?body=1" for 127.0.0.1 at 2013-01-24 13:07:19 -0500
616746
+ Served asset /cytoplasm/cytoSlider.js - 304 Not Modified (0ms)
616747
+
616748
+
616749
+ Started GET "/assets/cytoplasm/cytoUpload.js?body=1" for 127.0.0.1 at 2013-01-24 13:07:19 -0500
616750
+ Served asset /cytoplasm/cytoUpload.js - 304 Not Modified (0ms)
616751
+
616752
+
616753
+ Started GET "/assets/cytoplasm/cytoColorPicker.js?body=1" for 127.0.0.1 at 2013-01-24 13:07:19 -0500
616754
+ Served asset /cytoplasm/cytoColorPicker.js - 304 Not Modified (0ms)
616755
+
616756
+
616757
+ Started GET "/assets/cytoplasm/cytoField.js?body=1" for 127.0.0.1 at 2013-01-24 13:07:19 -0500
616758
+ Served asset /cytoplasm/cytoField.js - 304 Not Modified (0ms)
616759
+
616760
+
616761
+ Started GET "/assets/cytoplasm/cytoLogo.js?body=1" for 127.0.0.1 at 2013-01-24 13:07:19 -0500
616762
+ Served asset /cytoplasm/cytoLogo.js - 304 Not Modified (0ms)
616763
+
616764
+
616765
+ Started GET "/assets/cytoplasm/cytoTable.js?body=1" for 127.0.0.1 at 2013-01-24 13:07:19 -0500
616766
+ Served asset /cytoplasm/cytoTable.js - 304 Not Modified (0ms)
616767
+
616768
+
616769
+ Started GET "/assets/jquery-ui.js?_=1359050840028" for 127.0.0.1 at 2013-01-24 13:07:20 -0500
616770
+ Served asset /jquery-ui.js - 200 OK (4ms)
616771
+
616772
+
616773
+ Started POST "/cytoplasm/settings/fetch" for 127.0.0.1 at 2013-01-24 13:07:20 -0500
616774
+ Processing by Cytoplasm::SettingsController#fetch as */*
616775
+ WARNING: Can't verify CSRF token authenticity
616776
+ Rendered text template (0.0ms)
616777
+ Completed 200 OK in 20ms (Views: 15.2ms | ActiveRecord: 0.0ms)
616778
+
616779
+
616780
+ Started GET "/" for 127.0.0.1 at 2013-01-24 13:09:11 -0500
616781
+ Processing by HomeController#index as HTML
616782
+ Rendered home/index.html.erb within layouts/application (0.7ms)
616783
+ Compiled cytoplasm/cytoplasm.js (5ms) (pid 2408)
616784
+ Completed 200 OK in 49ms (Views: 48.9ms | ActiveRecord: 0.0ms)
616785
+
616786
+
616787
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-01-24 13:09:11 -0500
616788
+ Served asset /application.css - 304 Not Modified (0ms)
616789
+
616790
+
616791
+ Started GET "/assets/about.css?body=1" for 127.0.0.1 at 2013-01-24 13:09:11 -0500
616792
+ Served asset /about.css - 304 Not Modified (0ms)
616793
+
616794
+
616795
+ Started GET "/assets/docs.css?body=1" for 127.0.0.1 at 2013-01-24 13:09:11 -0500
616796
+ Served asset /docs.css - 304 Not Modified (0ms)
616797
+
616798
+
616799
+ Started GET "/assets/demos.css?body=1" for 127.0.0.1 at 2013-01-24 13:09:11 -0500
616800
+ Served asset /demos.css - 304 Not Modified (0ms)
616801
+
616802
+
616803
+ Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2013-01-24 13:09:11 -0500
616804
+ Served asset /home.css - 304 Not Modified (0ms)
616805
+
616806
+
616807
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-24 13:09:11 -0500
616808
+ Served asset /jquery.js - 304 Not Modified (0ms)
616809
+
616810
+
616811
+ Started GET "/assets/downloads.css?body=1" for 127.0.0.1 at 2013-01-24 13:09:11 -0500
616812
+ Served asset /downloads.css - 304 Not Modified (0ms)
616813
+
616814
+
616815
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-24 13:09:11 -0500
616816
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
616817
+
616818
+
616819
+ Started GET "/assets/about.js?body=1" for 127.0.0.1 at 2013-01-24 13:09:11 -0500
616820
+ Served asset /about.js - 304 Not Modified (0ms)
616821
+
616822
+
616823
+ Started GET "/assets/demos.js?body=1" for 127.0.0.1 at 2013-01-24 13:09:11 -0500
616824
+ Served asset /demos.js - 304 Not Modified (0ms)
616825
+
616826
+
616827
+ Started GET "/assets/docs.js?body=1" for 127.0.0.1 at 2013-01-24 13:09:11 -0500
616828
+ Served asset /docs.js - 304 Not Modified (0ms)
616829
+
616830
+
616831
+ Started GET "/assets/downloads.js?body=1" for 127.0.0.1 at 2013-01-24 13:09:11 -0500
616832
+ Served asset /downloads.js - 304 Not Modified (0ms)
616833
+
616834
+
616835
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2013-01-24 13:09:11 -0500
616836
+ Served asset /home.js - 304 Not Modified (0ms)
616837
+
616838
+
616839
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-24 13:09:11 -0500
616840
+ Served asset /application.js - 304 Not Modified (0ms)
616841
+
616842
+
616843
+ Started GET "/assets/cytoplasm/less-1.3.1.min.js?body=1" for 127.0.0.1 at 2013-01-24 13:09:11 -0500
616844
+ Served asset /cytoplasm/less-1.3.1.min.js - 304 Not Modified (0ms)
616845
+
616846
+
616847
+ Started GET "/assets/cytoplasm/cytoplasm.js?body=1" for 127.0.0.1 at 2013-01-24 13:09:11 -0500
616848
+ Served asset /cytoplasm/cytoplasm.js - 200 OK (4ms)
616849
+
616850
+
616851
+ Started GET "/assets/cytoplasm/jquery.ba-throttle-debounce.min.js?body=1" for 127.0.0.1 at 2013-01-24 13:09:11 -0500
616852
+ Served asset /cytoplasm/jquery.ba-throttle-debounce.min.js - 304 Not Modified (0ms)
616853
+
616854
+
616855
+ Started GET "/assets/cytoplasm/jquery.color.js?body=1" for 127.0.0.1 at 2013-01-24 13:09:11 -0500
616856
+ Served asset /cytoplasm/jquery.color.js - 304 Not Modified (0ms)
616857
+
616858
+
616859
+ Started GET "/assets/cytoplasm/cytoAjax.js?body=1" for 127.0.0.1 at 2013-01-24 13:09:11 -0500
616860
+ Served asset /cytoplasm/cytoAjax.js - 304 Not Modified (0ms)
616861
+
616862
+
616863
+ Started GET "/assets/cytoplasm/cytoSelect.js?body=1" for 127.0.0.1 at 2013-01-24 13:09:11 -0500
616864
+ Served asset /cytoplasm/cytoSelect.js - 304 Not Modified (0ms)
616865
+
616866
+
616867
+ Started GET "/assets/cytoplasm/cytoRadio.js?body=1" for 127.0.0.1 at 2013-01-24 13:09:11 -0500
616868
+ Served asset /cytoplasm/cytoRadio.js - 304 Not Modified (0ms)
616869
+
616870
+
616871
+ Started GET "/assets/cytoplasm/cytoSlider.js?body=1" for 127.0.0.1 at 2013-01-24 13:09:11 -0500
616872
+ Served asset /cytoplasm/cytoSlider.js - 304 Not Modified (0ms)
616873
+
616874
+
616875
+ Started GET "/assets/cytoplasm/cytoUpload.js?body=1" for 127.0.0.1 at 2013-01-24 13:09:11 -0500
616876
+ Served asset /cytoplasm/cytoUpload.js - 304 Not Modified (0ms)
616877
+
616878
+
616879
+ Started GET "/assets/cytoplasm/cytoColorPicker.js?body=1" for 127.0.0.1 at 2013-01-24 13:09:11 -0500
616880
+ Served asset /cytoplasm/cytoColorPicker.js - 304 Not Modified (0ms)
616881
+
616882
+
616883
+ Started GET "/assets/cytoplasm/cytoField.js?body=1" for 127.0.0.1 at 2013-01-24 13:09:11 -0500
616884
+ Served asset /cytoplasm/cytoField.js - 304 Not Modified (0ms)
616885
+
616886
+
616887
+ Started GET "/assets/cytoplasm/cytoTable.js?body=1" for 127.0.0.1 at 2013-01-24 13:09:11 -0500
616888
+ Served asset /cytoplasm/cytoTable.js - 304 Not Modified (0ms)
616889
+
616890
+
616891
+ Started GET "/assets/cytoplasm/cytoLogo.js?body=1" for 127.0.0.1 at 2013-01-24 13:09:11 -0500
616892
+ Served asset /cytoplasm/cytoLogo.js - 304 Not Modified (0ms)
616893
+
616894
+
616895
+ Started GET "/assets/jquery-ui.js?_=1359050951808" for 127.0.0.1 at 2013-01-24 13:09:11 -0500
616896
+ Served asset /jquery-ui.js - 200 OK (0ms)
616897
+
616898
+
616899
+ Started POST "/cytoplasm/settings/fetch" for 127.0.0.1 at 2013-01-24 13:09:12 -0500
616900
+ Processing by Cytoplasm::SettingsController#fetch as */*
616901
+ WARNING: Can't verify CSRF token authenticity
616902
+ Rendered text template (0.0ms)
616903
+ Completed 200 OK in 6ms (Views: 0.4ms | ActiveRecord: 0.0ms)
616904
+
616905
+
616906
+ Started GET "/" for 127.0.0.1 at 2013-01-24 13:09:24 -0500
616907
+ Processing by HomeController#index as HTML
616908
+ Rendered home/index.html.erb within layouts/application (0.6ms)
616909
+ Completed 200 OK in 16ms (Views: 15.9ms | ActiveRecord: 0.0ms)
616910
+
616911
+
616912
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-01-24 13:09:24 -0500
616913
+ Served asset /application.css - 304 Not Modified (0ms)
616914
+
616915
+
616916
+ Started GET "/assets/about.css?body=1" for 127.0.0.1 at 2013-01-24 13:09:24 -0500
616917
+ Served asset /about.css - 304 Not Modified (0ms)
616918
+
616919
+
616920
+ Started GET "/assets/demos.css?body=1" for 127.0.0.1 at 2013-01-24 13:09:24 -0500
616921
+ Served asset /demos.css - 304 Not Modified (0ms)
616922
+
616923
+
616924
+ Started GET "/assets/docs.css?body=1" for 127.0.0.1 at 2013-01-24 13:09:24 -0500
616925
+ Served asset /docs.css - 304 Not Modified (0ms)
616926
+
616927
+
616928
+ Started GET "/assets/downloads.css?body=1" for 127.0.0.1 at 2013-01-24 13:09:24 -0500
616929
+ Served asset /downloads.css - 304 Not Modified (0ms)
616930
+
616931
+
616932
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-24 13:09:24 -0500
616933
+ Served asset /jquery.js - 304 Not Modified (0ms)
616934
+
616935
+
616936
+ Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2013-01-24 13:09:24 -0500
616937
+ Served asset /home.css - 304 Not Modified (0ms)
616938
+
616939
+
616940
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-24 13:09:24 -0500
616941
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
616942
+
616943
+
616944
+ Started GET "/assets/about.js?body=1" for 127.0.0.1 at 2013-01-24 13:09:24 -0500
616945
+ Served asset /about.js - 304 Not Modified (0ms)
616946
+
616947
+
616948
+ Started GET "/assets/demos.js?body=1" for 127.0.0.1 at 2013-01-24 13:09:24 -0500
616949
+ Served asset /demos.js - 304 Not Modified (0ms)
616950
+
616951
+
616952
+ Started GET "/assets/downloads.js?body=1" for 127.0.0.1 at 2013-01-24 13:09:24 -0500
616953
+ Served asset /downloads.js - 304 Not Modified (0ms)
616954
+
616955
+
616956
+ Started GET "/assets/docs.js?body=1" for 127.0.0.1 at 2013-01-24 13:09:24 -0500
616957
+ Served asset /docs.js - 304 Not Modified (0ms)
616958
+
616959
+
616960
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2013-01-24 13:09:24 -0500
616961
+ Served asset /home.js - 304 Not Modified (0ms)
616962
+
616963
+
616964
+ Started GET "/assets/cytoplasm/less-1.3.1.min.js?body=1" for 127.0.0.1 at 2013-01-24 13:09:24 -0500
616965
+ Served asset /cytoplasm/less-1.3.1.min.js - 304 Not Modified (0ms)
616966
+
616967
+
616968
+ Started GET "/assets/cytoplasm/cytoplasm.js?body=1" for 127.0.0.1 at 2013-01-24 13:09:24 -0500
616969
+ Served asset /cytoplasm/cytoplasm.js - 304 Not Modified (0ms)
616970
+
616971
+
616972
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-24 13:09:24 -0500
616973
+ Served asset /application.js - 304 Not Modified (0ms)
616974
+
616975
+
616976
+ Started GET "/assets/cytoplasm/jquery.ba-throttle-debounce.min.js?body=1" for 127.0.0.1 at 2013-01-24 13:09:24 -0500
616977
+ Served asset /cytoplasm/jquery.ba-throttle-debounce.min.js - 304 Not Modified (0ms)
616978
+
616979
+
616980
+ Started GET "/assets/cytoplasm/jquery.color.js?body=1" for 127.0.0.1 at 2013-01-24 13:09:24 -0500
616981
+ Served asset /cytoplasm/jquery.color.js - 304 Not Modified (0ms)
616982
+
616983
+
616984
+ Started GET "/assets/cytoplasm/cytoAjax.js?body=1" for 127.0.0.1 at 2013-01-24 13:09:24 -0500
616985
+ Served asset /cytoplasm/cytoAjax.js - 304 Not Modified (0ms)
616986
+
616987
+
616988
+ Started GET "/assets/cytoplasm/cytoSelect.js?body=1" for 127.0.0.1 at 2013-01-24 13:09:24 -0500
616989
+ Served asset /cytoplasm/cytoSelect.js - 304 Not Modified (0ms)
616990
+
616991
+
616992
+ Started GET "/assets/cytoplasm/cytoRadio.js?body=1" for 127.0.0.1 at 2013-01-24 13:09:24 -0500
616993
+ Served asset /cytoplasm/cytoRadio.js - 304 Not Modified (0ms)
616994
+
616995
+
616996
+ Started GET "/assets/cytoplasm/cytoSlider.js?body=1" for 127.0.0.1 at 2013-01-24 13:09:24 -0500
616997
+ Served asset /cytoplasm/cytoSlider.js - 304 Not Modified (0ms)
616998
+
616999
+
617000
+ Started GET "/assets/cytoplasm/cytoUpload.js?body=1" for 127.0.0.1 at 2013-01-24 13:09:24 -0500
617001
+ Served asset /cytoplasm/cytoUpload.js - 304 Not Modified (0ms)
617002
+
617003
+
617004
+ Started GET "/assets/cytoplasm/cytoColorPicker.js?body=1" for 127.0.0.1 at 2013-01-24 13:09:24 -0500
617005
+ Served asset /cytoplasm/cytoColorPicker.js - 304 Not Modified (0ms)
617006
+
617007
+
617008
+ Started GET "/assets/cytoplasm/cytoField.js?body=1" for 127.0.0.1 at 2013-01-24 13:09:24 -0500
617009
+ Served asset /cytoplasm/cytoField.js - 304 Not Modified (0ms)
617010
+
617011
+
617012
+ Started GET "/assets/cytoplasm/cytoTable.js?body=1" for 127.0.0.1 at 2013-01-24 13:09:24 -0500
617013
+ Served asset /cytoplasm/cytoTable.js - 304 Not Modified (0ms)
617014
+
617015
+
617016
+ Started GET "/assets/cytoplasm/cytoLogo.js?body=1" for 127.0.0.1 at 2013-01-24 13:09:24 -0500
617017
+ Served asset /cytoplasm/cytoLogo.js - 304 Not Modified (0ms)
617018
+
617019
+
617020
+ Started GET "/assets/jquery-ui.js?_=1359050964797" for 127.0.0.1 at 2013-01-24 13:09:25 -0500
617021
+ Served asset /jquery-ui.js - 200 OK (0ms)
617022
+
617023
+
617024
+ Started POST "/cytoplasm/settings/fetch" for 127.0.0.1 at 2013-01-24 13:09:25 -0500
617025
+ Processing by Cytoplasm::SettingsController#fetch as */*
617026
+ WARNING: Can't verify CSRF token authenticity
617027
+ Rendered text template (0.0ms)
617028
+ Completed 200 OK in 6ms (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.1.9
4
+ version: 0.2.0
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: -2724565595275100090
392
+ hash: -932365779184013727
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: -2724565595275100090
401
+ hash: -932365779184013727
402
402
  requirements: []
403
403
  rubyforge_project:
404
404
  rubygems_version: 1.8.24