cytoplasm 0.3.6 → 0.3.7
Sign up to get free protection for your applications and to get access to all the features.
- data/app/controllers/cytoplasm/performance_controller.rb +4 -0
- data/app/views/cytoplasm/dash/index.html.erb +3 -3
- data/app/views/cytoplasm/performance/layout.html.erb +2 -0
- data/app/views/cytoplasm/transitions/index.html.erb +1 -1
- data/app/views/cytoplasm/transitions/layout.html.erb +2 -0
- data/app/views/cytoplasm/transitions/new.html.erb +2 -0
- data/config/routes.rb +4 -1
- data/lib/cytoplasm/version.rb +1 -1
- data/test/dummy/Gemfile.lock +2 -2
- data/test/dummy/log/development.log +1546 -0
- metadata +4 -5
- data/test/dummy/tmp/pids/server.pid +0 -1
@@ -26,8 +26,8 @@
|
|
26
26
|
<%=image_tag("cytoplasm/transition.png")%>
|
27
27
|
<h3><%=link_to("Transitions",cytoplasm_transitions_url)%></h3>
|
28
28
|
<ul>
|
29
|
-
<li><%=link_to("Layout Transition Settings",
|
30
|
-
<li><%=link_to("Create a Transition",
|
29
|
+
<li><%=link_to("Layout Transition Settings",cytoplasm_layout_transitions_url)%></li>
|
30
|
+
<li><%=link_to("Create a Transition",cytoplasm_new_transition_url)%></li>
|
31
31
|
</ul>
|
32
32
|
</li>
|
33
33
|
|
@@ -35,7 +35,7 @@
|
|
35
35
|
<%=image_tag("cytoplasm/settings-dashboard.png")%>
|
36
36
|
<h3><%=link_to("Performance",cytoplasm_performance_url)%></h3>
|
37
37
|
<ul>
|
38
|
-
<li><%=link_to("Layout Performance Settings",
|
38
|
+
<li><%=link_to("Layout Performance Settings",cytoplasm_layout_performance_url)%></li>
|
39
39
|
<li><%=link_to("Precompile CSS",cytoplasm_precompile_url)%></li>
|
40
40
|
</ul>
|
41
41
|
</li>
|
@@ -1 +1 @@
|
|
1
|
-
<h2>Transitions</h2>
|
1
|
+
<h2>Cytoplasm <b>Transitions</b></h2>
|
data/config/routes.rb
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
Rails.application.routes.draw do
|
2
2
|
# --- Development environment only ---
|
3
|
-
if Rails.env.development?
|
3
|
+
if Rails.env.development? or Cytoplasm.vars("")
|
4
4
|
# Dashboard
|
5
5
|
get "/cytoplasm" => "Cytoplasm/dash#index", :as => :cytoplasm
|
6
6
|
|
@@ -27,9 +27,12 @@ Rails.application.routes.draw do
|
|
27
27
|
get "/cytoplasm/transitions" => "Cytoplasm/transitions#index", :as => :cytoplasm_transitions
|
28
28
|
get "/cytoplasm/transitions/layout" => "Cytoplasm/transitions#layout", :as => :cytoplasm_layout_transitions
|
29
29
|
get "/cytoplasm/transitions/new" => "Cytoplasm/transitions#new", :as => :cytoplasm_new_transition
|
30
|
+
get "/cytoplasm/transitions/new" => "Cytoplasm/transitions#new", :as => :cytoplasm_new_transition
|
31
|
+
get "/cytoplasm/transitions/new" => "Cytoplasm/transitions#new", :as => :cytoplasm_new_transition
|
30
32
|
|
31
33
|
# Performance
|
32
34
|
get "/cytoplasm/performance" => "Cytoplasm/performance#index", :as => :cytoplasm_performance
|
35
|
+
get "/cytoplasm/performance/layout" => "Cytoplasm/performance#layout", :as => :cytoplasm_layout_performance
|
33
36
|
get "/cytoplasm/precompile" => "Cytoplasm/performance#precompile", :as => :cytoplasm_precompile
|
34
37
|
post "/cytoplasm/precompile" => "Cytoplasm/performance#precompile"
|
35
38
|
end
|
data/lib/cytoplasm/version.rb
CHANGED
data/test/dummy/Gemfile.lock
CHANGED
@@ -37,7 +37,7 @@ GEM
|
|
37
37
|
coffee-script-source
|
38
38
|
execjs
|
39
39
|
coffee-script-source (1.4.0)
|
40
|
-
cytoplasm (0.3.
|
40
|
+
cytoplasm (0.3.6)
|
41
41
|
jquery-rails
|
42
42
|
jquery-ui-rails
|
43
43
|
rails (~> 3.2.9)
|
@@ -60,7 +60,7 @@ GEM
|
|
60
60
|
mime-types (~> 1.16)
|
61
61
|
treetop (~> 1.4.8)
|
62
62
|
mime-types (1.21)
|
63
|
-
multi_json (1.
|
63
|
+
multi_json (1.6.0)
|
64
64
|
polyglot (0.3.3)
|
65
65
|
rack (1.4.5)
|
66
66
|
rack-cache (1.2)
|
@@ -865617,3 +865617,1549 @@ Served asset /cytoplasm/settings-dashboard.png - 304 Not Modified (1ms)
|
|
865617
865617
|
|
865618
865618
|
Started GET "/assets/cytoplasm/transition.png" for 127.0.0.1 at 2013-02-12 15:27:47 -0500
|
865619
865619
|
Served asset /cytoplasm/transition.png - 304 Not Modified (1ms)
|
865620
|
+
|
865621
|
+
|
865622
|
+
Started GET "/cytoplasm/" for 127.0.0.1 at 2013-02-12 16:00:18 -0500
|
865623
|
+
Connecting to database specified by database.yml
|
865624
|
+
Processing by Cytoplasm::DashController#index as HTML
|
865625
|
+
Rendered /Applications/XAMPP/xamppfiles/htdocs/cytoplasm/app/views/cytoplasm/dash/index.html.erb within layouts/application (5.1ms)
|
865626
|
+
Completed 200 OK in 110ms (Views: 109.7ms | ActiveRecord: 0.0ms)
|
865627
|
+
|
865628
|
+
|
865629
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-12 16:00:18 -0500
|
865630
|
+
Served asset /application.css - 304 Not Modified (11ms)
|
865631
|
+
|
865632
|
+
|
865633
|
+
Started GET "/assets/about.css?body=1" for 127.0.0.1 at 2013-02-12 16:00:18 -0500
|
865634
|
+
Served asset /about.css - 304 Not Modified (1ms)
|
865635
|
+
|
865636
|
+
|
865637
|
+
Started GET "/assets/docs.css?body=1" for 127.0.0.1 at 2013-02-12 16:00:18 -0500
|
865638
|
+
Served asset /docs.css - 304 Not Modified (1ms)
|
865639
|
+
|
865640
|
+
|
865641
|
+
Started GET "/assets/downloads.css?body=1" for 127.0.0.1 at 2013-02-12 16:00:18 -0500
|
865642
|
+
Served asset /downloads.css - 304 Not Modified (1ms)
|
865643
|
+
|
865644
|
+
|
865645
|
+
Started GET "/assets/demos.css?body=1" for 127.0.0.1 at 2013-02-12 16:00:18 -0500
|
865646
|
+
Served asset /demos.css - 304 Not Modified (3ms)
|
865647
|
+
|
865648
|
+
|
865649
|
+
Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2013-02-12 16:00:18 -0500
|
865650
|
+
Served asset /home.css - 304 Not Modified (1ms)
|
865651
|
+
|
865652
|
+
|
865653
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-12 16:00:18 -0500
|
865654
|
+
Served asset /jquery.js - 304 Not Modified (4ms)
|
865655
|
+
|
865656
|
+
|
865657
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-12 16:00:18 -0500
|
865658
|
+
Served asset /jquery_ujs.js - 304 Not Modified (2ms)
|
865659
|
+
|
865660
|
+
|
865661
|
+
Started GET "/assets/about.js?body=1" for 127.0.0.1 at 2013-02-12 16:00:18 -0500
|
865662
|
+
Served asset /about.js - 304 Not Modified (1ms)
|
865663
|
+
|
865664
|
+
|
865665
|
+
Started GET "/assets/demos.js?body=1" for 127.0.0.1 at 2013-02-12 16:00:18 -0500
|
865666
|
+
Served asset /demos.js - 304 Not Modified (1ms)
|
865667
|
+
|
865668
|
+
|
865669
|
+
Started GET "/assets/docs.js?body=1" for 127.0.0.1 at 2013-02-12 16:00:18 -0500
|
865670
|
+
Served asset /docs.js - 304 Not Modified (1ms)
|
865671
|
+
|
865672
|
+
|
865673
|
+
Started GET "/assets/downloads.js?body=1" for 127.0.0.1 at 2013-02-12 16:00:18 -0500
|
865674
|
+
Served asset /downloads.js - 304 Not Modified (19ms)
|
865675
|
+
|
865676
|
+
|
865677
|
+
Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2013-02-12 16:00:18 -0500
|
865678
|
+
Served asset /home.js - 304 Not Modified (1ms)
|
865679
|
+
|
865680
|
+
|
865681
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-12 16:00:18 -0500
|
865682
|
+
Served asset /application.js - 304 Not Modified (10ms)
|
865683
|
+
|
865684
|
+
|
865685
|
+
Started GET "/assets/cytoplasm/less-1.3.1.min.js?body=1" for 127.0.0.1 at 2013-02-12 16:00:18 -0500
|
865686
|
+
Served asset /cytoplasm/less-1.3.1.min.js - 304 Not Modified (4ms)
|
865687
|
+
|
865688
|
+
|
865689
|
+
Started GET "/assets/cytoplasm/cytoplasm.js?body=1" for 127.0.0.1 at 2013-02-12 16:00:18 -0500
|
865690
|
+
Served asset /cytoplasm/cytoplasm.js - 304 Not Modified (2ms)
|
865691
|
+
|
865692
|
+
|
865693
|
+
Started GET "/assets/cytoplasm/jquery.ba-throttle-debounce.min.js?body=1" for 127.0.0.1 at 2013-02-12 16:00:18 -0500
|
865694
|
+
Served asset /cytoplasm/jquery.ba-throttle-debounce.min.js - 304 Not Modified (2ms)
|
865695
|
+
|
865696
|
+
|
865697
|
+
Started GET "/assets/cytoplasm/jquery.color-2.1.0.min.js?body=1" for 127.0.0.1 at 2013-02-12 16:00:18 -0500
|
865698
|
+
Served asset /cytoplasm/jquery.color-2.1.0.min.js - 304 Not Modified (2ms)
|
865699
|
+
|
865700
|
+
|
865701
|
+
Started GET "/assets/cytoplasm/cytoAjax.js?body=1" for 127.0.0.1 at 2013-02-12 16:00:18 -0500
|
865702
|
+
Served asset /cytoplasm/cytoAjax.js - 304 Not Modified (1ms)
|
865703
|
+
|
865704
|
+
|
865705
|
+
Started GET "/assets/cytoplasm/cytoSelect.js?body=1" for 127.0.0.1 at 2013-02-12 16:00:18 -0500
|
865706
|
+
Served asset /cytoplasm/cytoSelect.js - 304 Not Modified (1ms)
|
865707
|
+
|
865708
|
+
|
865709
|
+
Started GET "/assets/cytoplasm/cytoRadio.js?body=1" for 127.0.0.1 at 2013-02-12 16:00:18 -0500
|
865710
|
+
Served asset /cytoplasm/cytoRadio.js - 304 Not Modified (1ms)
|
865711
|
+
|
865712
|
+
|
865713
|
+
Started GET "/assets/cytoplasm/cytoSlider.js?body=1" for 127.0.0.1 at 2013-02-12 16:00:18 -0500
|
865714
|
+
Served asset /cytoplasm/cytoSlider.js - 304 Not Modified (2ms)
|
865715
|
+
|
865716
|
+
|
865717
|
+
Started GET "/assets/cytoplasm/cytoUpload.js?body=1" for 127.0.0.1 at 2013-02-12 16:00:18 -0500
|
865718
|
+
Served asset /cytoplasm/cytoUpload.js - 304 Not Modified (2ms)
|
865719
|
+
|
865720
|
+
|
865721
|
+
Started GET "/assets/cytoplasm/cytoColorPicker.js?body=1" for 127.0.0.1 at 2013-02-12 16:00:19 -0500
|
865722
|
+
Served asset /cytoplasm/cytoColorPicker.js - 304 Not Modified (2ms)
|
865723
|
+
|
865724
|
+
|
865725
|
+
Started GET "/assets/cytoplasm/cytoField.js?body=1" for 127.0.0.1 at 2013-02-12 16:00:19 -0500
|
865726
|
+
Served asset /cytoplasm/cytoField.js - 304 Not Modified (2ms)
|
865727
|
+
|
865728
|
+
|
865729
|
+
Started GET "/assets/cytoplasm/cytoTable.js?body=1" for 127.0.0.1 at 2013-02-12 16:00:19 -0500
|
865730
|
+
Served asset /cytoplasm/cytoTable.js - 304 Not Modified (3ms)
|
865731
|
+
|
865732
|
+
|
865733
|
+
Started GET "/assets/cytoplasm/cytoLogo.js?body=1" for 127.0.0.1 at 2013-02-12 16:00:19 -0500
|
865734
|
+
Served asset /cytoplasm/cytoLogo.js - 304 Not Modified (2ms)
|
865735
|
+
|
865736
|
+
|
865737
|
+
Started GET "/assets/cytoplasm/cytoMenu.js?body=1" for 127.0.0.1 at 2013-02-12 16:00:19 -0500
|
865738
|
+
Served asset /cytoplasm/cytoMenu.js - 304 Not Modified (1ms)
|
865739
|
+
|
865740
|
+
|
865741
|
+
Started GET "/assets/jquery-ui.js?_=1360702819020" for 127.0.0.1 at 2013-02-12 16:00:19 -0500
|
865742
|
+
Served asset /jquery-ui.js - 200 OK (16ms)
|
865743
|
+
|
865744
|
+
|
865745
|
+
Started POST "/cytoplasm/settings/fetch" for 127.0.0.1 at 2013-02-12 16:00:19 -0500
|
865746
|
+
Processing by Cytoplasm::SettingsController#fetch as */*
|
865747
|
+
WARNING: Can't verify CSRF token authenticity
|
865748
|
+
Rendered text template (0.0ms)
|
865749
|
+
Completed 200 OK in 21ms (Views: 12.1ms | ActiveRecord: 0.0ms)
|
865750
|
+
|
865751
|
+
|
865752
|
+
Started GET "/assets/cytoplasm/settings-settings-3.png" for 127.0.0.1 at 2013-02-12 16:00:19 -0500
|
865753
|
+
Served asset /cytoplasm/settings-settings-3.png - 304 Not Modified (1ms)
|
865754
|
+
|
865755
|
+
|
865756
|
+
Started GET "/assets/cytoplasm/text-underline-color.png" for 127.0.0.1 at 2013-02-12 16:00:19 -0500
|
865757
|
+
Served asset /cytoplasm/text-underline-color.png - 304 Not Modified (2ms)
|
865758
|
+
|
865759
|
+
|
865760
|
+
Started GET "/assets/cytoplasm/transition.png" for 127.0.0.1 at 2013-02-12 16:00:19 -0500
|
865761
|
+
Served asset /cytoplasm/transition.png - 304 Not Modified (1ms)
|
865762
|
+
|
865763
|
+
|
865764
|
+
Started GET "/assets/cytoplasm/settings-dashboard.png" for 127.0.0.1 at 2013-02-12 16:00:19 -0500
|
865765
|
+
Served asset /cytoplasm/settings-dashboard.png - 304 Not Modified (1ms)
|
865766
|
+
|
865767
|
+
|
865768
|
+
Started GET "/cytoplasm/transitions/layout" for 127.0.0.1 at 2013-02-12 16:00:26 -0500
|
865769
|
+
Processing by Cytoplasm::TransitionsController#layout as HTML
|
865770
|
+
Rendered /Applications/XAMPP/xamppfiles/htdocs/cytoplasm/app/views/cytoplasm/transitions/layout.html.erb within layouts/application (0.3ms)
|
865771
|
+
Completed 200 OK in 14ms (Views: 13.4ms | ActiveRecord: 0.0ms)
|
865772
|
+
|
865773
|
+
|
865774
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-12 16:00:26 -0500
|
865775
|
+
Served asset /application.css - 304 Not Modified (13ms)
|
865776
|
+
|
865777
|
+
|
865778
|
+
Started GET "/assets/about.css?body=1" for 127.0.0.1 at 2013-02-12 16:00:26 -0500
|
865779
|
+
Served asset /about.css - 304 Not Modified (0ms)
|
865780
|
+
|
865781
|
+
|
865782
|
+
Started GET "/assets/demos.css?body=1" for 127.0.0.1 at 2013-02-12 16:00:26 -0500
|
865783
|
+
Served asset /demos.css - 304 Not Modified (0ms)
|
865784
|
+
|
865785
|
+
|
865786
|
+
Started GET "/assets/downloads.css?body=1" for 127.0.0.1 at 2013-02-12 16:00:26 -0500
|
865787
|
+
Served asset /downloads.css - 304 Not Modified (0ms)
|
865788
|
+
|
865789
|
+
|
865790
|
+
Started GET "/assets/docs.css?body=1" for 127.0.0.1 at 2013-02-12 16:00:26 -0500
|
865791
|
+
Served asset /docs.css - 304 Not Modified (0ms)
|
865792
|
+
|
865793
|
+
|
865794
|
+
Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2013-02-12 16:00:26 -0500
|
865795
|
+
Served asset /home.css - 304 Not Modified (0ms)
|
865796
|
+
|
865797
|
+
|
865798
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-12 16:00:26 -0500
|
865799
|
+
Served asset /jquery.js - 304 Not Modified (0ms)
|
865800
|
+
|
865801
|
+
|
865802
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-12 16:00:26 -0500
|
865803
|
+
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
865804
|
+
|
865805
|
+
|
865806
|
+
Started GET "/assets/about.js?body=1" for 127.0.0.1 at 2013-02-12 16:00:26 -0500
|
865807
|
+
Served asset /about.js - 304 Not Modified (0ms)
|
865808
|
+
|
865809
|
+
|
865810
|
+
Started GET "/assets/demos.js?body=1" for 127.0.0.1 at 2013-02-12 16:00:26 -0500
|
865811
|
+
Served asset /demos.js - 304 Not Modified (0ms)
|
865812
|
+
|
865813
|
+
|
865814
|
+
Started GET "/assets/docs.js?body=1" for 127.0.0.1 at 2013-02-12 16:00:26 -0500
|
865815
|
+
Served asset /docs.js - 304 Not Modified (0ms)
|
865816
|
+
|
865817
|
+
|
865818
|
+
Started GET "/assets/downloads.js?body=1" for 127.0.0.1 at 2013-02-12 16:00:26 -0500
|
865819
|
+
Served asset /downloads.js - 304 Not Modified (0ms)
|
865820
|
+
|
865821
|
+
|
865822
|
+
Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2013-02-12 16:00:26 -0500
|
865823
|
+
Served asset /home.js - 304 Not Modified (0ms)
|
865824
|
+
|
865825
|
+
|
865826
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-12 16:00:26 -0500
|
865827
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
865828
|
+
|
865829
|
+
|
865830
|
+
Started GET "/assets/cytoplasm/less-1.3.1.min.js?body=1" for 127.0.0.1 at 2013-02-12 16:00:26 -0500
|
865831
|
+
Served asset /cytoplasm/less-1.3.1.min.js - 304 Not Modified (0ms)
|
865832
|
+
|
865833
|
+
|
865834
|
+
Started GET "/assets/cytoplasm/cytoplasm.js?body=1" for 127.0.0.1 at 2013-02-12 16:00:26 -0500
|
865835
|
+
Served asset /cytoplasm/cytoplasm.js - 304 Not Modified (0ms)
|
865836
|
+
|
865837
|
+
|
865838
|
+
Started GET "/assets/cytoplasm/jquery.ba-throttle-debounce.min.js?body=1" for 127.0.0.1 at 2013-02-12 16:00:26 -0500
|
865839
|
+
Served asset /cytoplasm/jquery.ba-throttle-debounce.min.js - 304 Not Modified (0ms)
|
865840
|
+
|
865841
|
+
|
865842
|
+
Started GET "/assets/cytoplasm/jquery.color-2.1.0.min.js?body=1" for 127.0.0.1 at 2013-02-12 16:00:26 -0500
|
865843
|
+
Served asset /cytoplasm/jquery.color-2.1.0.min.js - 304 Not Modified (0ms)
|
865844
|
+
|
865845
|
+
|
865846
|
+
Started GET "/assets/cytoplasm/cytoAjax.js?body=1" for 127.0.0.1 at 2013-02-12 16:00:26 -0500
|
865847
|
+
Served asset /cytoplasm/cytoAjax.js - 304 Not Modified (0ms)
|
865848
|
+
|
865849
|
+
|
865850
|
+
Started GET "/assets/cytoplasm/cytoSelect.js?body=1" for 127.0.0.1 at 2013-02-12 16:00:26 -0500
|
865851
|
+
Served asset /cytoplasm/cytoSelect.js - 304 Not Modified (0ms)
|
865852
|
+
|
865853
|
+
|
865854
|
+
Started GET "/assets/cytoplasm/cytoRadio.js?body=1" for 127.0.0.1 at 2013-02-12 16:00:26 -0500
|
865855
|
+
Served asset /cytoplasm/cytoRadio.js - 304 Not Modified (0ms)
|
865856
|
+
|
865857
|
+
|
865858
|
+
Started GET "/assets/cytoplasm/cytoSlider.js?body=1" for 127.0.0.1 at 2013-02-12 16:00:26 -0500
|
865859
|
+
Served asset /cytoplasm/cytoSlider.js - 304 Not Modified (0ms)
|
865860
|
+
|
865861
|
+
|
865862
|
+
Started GET "/assets/cytoplasm/cytoUpload.js?body=1" for 127.0.0.1 at 2013-02-12 16:00:26 -0500
|
865863
|
+
Served asset /cytoplasm/cytoUpload.js - 304 Not Modified (0ms)
|
865864
|
+
|
865865
|
+
|
865866
|
+
Started GET "/assets/cytoplasm/cytoColorPicker.js?body=1" for 127.0.0.1 at 2013-02-12 16:00:26 -0500
|
865867
|
+
Served asset /cytoplasm/cytoColorPicker.js - 304 Not Modified (0ms)
|
865868
|
+
|
865869
|
+
|
865870
|
+
Started GET "/assets/cytoplasm/cytoField.js?body=1" for 127.0.0.1 at 2013-02-12 16:00:26 -0500
|
865871
|
+
Served asset /cytoplasm/cytoField.js - 304 Not Modified (0ms)
|
865872
|
+
|
865873
|
+
|
865874
|
+
Started GET "/assets/cytoplasm/cytoTable.js?body=1" for 127.0.0.1 at 2013-02-12 16:00:26 -0500
|
865875
|
+
Served asset /cytoplasm/cytoTable.js - 304 Not Modified (0ms)
|
865876
|
+
|
865877
|
+
|
865878
|
+
Started GET "/assets/cytoplasm/cytoLogo.js?body=1" for 127.0.0.1 at 2013-02-12 16:00:26 -0500
|
865879
|
+
Served asset /cytoplasm/cytoLogo.js - 304 Not Modified (0ms)
|
865880
|
+
|
865881
|
+
|
865882
|
+
Started GET "/assets/cytoplasm/cytoMenu.js?body=1" for 127.0.0.1 at 2013-02-12 16:00:26 -0500
|
865883
|
+
Served asset /cytoplasm/cytoMenu.js - 304 Not Modified (0ms)
|
865884
|
+
|
865885
|
+
|
865886
|
+
Started GET "/assets/jquery-ui.js?_=1360702826493" for 127.0.0.1 at 2013-02-12 16:00:26 -0500
|
865887
|
+
Served asset /jquery-ui.js - 200 OK (0ms)
|
865888
|
+
|
865889
|
+
|
865890
|
+
Started POST "/cytoplasm/settings/fetch" for 127.0.0.1 at 2013-02-12 16:00:27 -0500
|
865891
|
+
Processing by Cytoplasm::SettingsController#fetch as */*
|
865892
|
+
WARNING: Can't verify CSRF token authenticity
|
865893
|
+
Rendered text template (0.0ms)
|
865894
|
+
Completed 200 OK in 9ms (Views: 0.4ms | ActiveRecord: 0.0ms)
|
865895
|
+
|
865896
|
+
|
865897
|
+
Started GET "/cytoplasm/transitions/layout" for 127.0.0.1 at 2013-02-12 16:00:46 -0500
|
865898
|
+
Processing by Cytoplasm::TransitionsController#layout as HTML
|
865899
|
+
Rendered /Applications/XAMPP/xamppfiles/htdocs/cytoplasm/app/views/cytoplasm/transitions/layout.html.erb within layouts/application (0.3ms)
|
865900
|
+
Completed 200 OK in 14ms (Views: 14.0ms | ActiveRecord: 0.0ms)
|
865901
|
+
|
865902
|
+
|
865903
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-12 16:00:46 -0500
|
865904
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
865905
|
+
|
865906
|
+
|
865907
|
+
Started GET "/assets/demos.css?body=1" for 127.0.0.1 at 2013-02-12 16:00:46 -0500
|
865908
|
+
Served asset /demos.css - 304 Not Modified (0ms)
|
865909
|
+
|
865910
|
+
|
865911
|
+
Started GET "/assets/about.css?body=1" for 127.0.0.1 at 2013-02-12 16:00:46 -0500
|
865912
|
+
Served asset /about.css - 304 Not Modified (0ms)
|
865913
|
+
|
865914
|
+
|
865915
|
+
Started GET "/assets/downloads.css?body=1" for 127.0.0.1 at 2013-02-12 16:00:46 -0500
|
865916
|
+
Served asset /downloads.css - 304 Not Modified (0ms)
|
865917
|
+
|
865918
|
+
|
865919
|
+
Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2013-02-12 16:00:46 -0500
|
865920
|
+
Served asset /home.css - 304 Not Modified (0ms)
|
865921
|
+
|
865922
|
+
|
865923
|
+
Started GET "/assets/docs.css?body=1" for 127.0.0.1 at 2013-02-12 16:00:46 -0500
|
865924
|
+
Served asset /docs.css - 304 Not Modified (0ms)
|
865925
|
+
|
865926
|
+
|
865927
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-12 16:00:46 -0500
|
865928
|
+
Served asset /jquery.js - 304 Not Modified (0ms)
|
865929
|
+
|
865930
|
+
|
865931
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-12 16:00:46 -0500
|
865932
|
+
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
865933
|
+
|
865934
|
+
|
865935
|
+
Started GET "/assets/about.js?body=1" for 127.0.0.1 at 2013-02-12 16:00:46 -0500
|
865936
|
+
Served asset /about.js - 304 Not Modified (0ms)
|
865937
|
+
|
865938
|
+
|
865939
|
+
Started GET "/assets/demos.js?body=1" for 127.0.0.1 at 2013-02-12 16:00:46 -0500
|
865940
|
+
Served asset /demos.js - 304 Not Modified (0ms)
|
865941
|
+
|
865942
|
+
|
865943
|
+
Started GET "/assets/downloads.js?body=1" for 127.0.0.1 at 2013-02-12 16:00:46 -0500
|
865944
|
+
Served asset /downloads.js - 304 Not Modified (0ms)
|
865945
|
+
|
865946
|
+
|
865947
|
+
Started GET "/assets/docs.js?body=1" for 127.0.0.1 at 2013-02-12 16:00:46 -0500
|
865948
|
+
Served asset /docs.js - 304 Not Modified (0ms)
|
865949
|
+
|
865950
|
+
|
865951
|
+
Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2013-02-12 16:00:46 -0500
|
865952
|
+
Served asset /home.js - 304 Not Modified (0ms)
|
865953
|
+
|
865954
|
+
|
865955
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-12 16:00:46 -0500
|
865956
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
865957
|
+
|
865958
|
+
|
865959
|
+
Started GET "/assets/cytoplasm/less-1.3.1.min.js?body=1" for 127.0.0.1 at 2013-02-12 16:00:46 -0500
|
865960
|
+
Served asset /cytoplasm/less-1.3.1.min.js - 304 Not Modified (0ms)
|
865961
|
+
|
865962
|
+
|
865963
|
+
Started GET "/assets/cytoplasm/cytoplasm.js?body=1" for 127.0.0.1 at 2013-02-12 16:00:46 -0500
|
865964
|
+
Served asset /cytoplasm/cytoplasm.js - 304 Not Modified (0ms)
|
865965
|
+
|
865966
|
+
|
865967
|
+
Started GET "/assets/cytoplasm/jquery.ba-throttle-debounce.min.js?body=1" for 127.0.0.1 at 2013-02-12 16:00:46 -0500
|
865968
|
+
Served asset /cytoplasm/jquery.ba-throttle-debounce.min.js - 304 Not Modified (0ms)
|
865969
|
+
|
865970
|
+
|
865971
|
+
Started GET "/assets/cytoplasm/jquery.color-2.1.0.min.js?body=1" for 127.0.0.1 at 2013-02-12 16:00:46 -0500
|
865972
|
+
Served asset /cytoplasm/jquery.color-2.1.0.min.js - 304 Not Modified (0ms)
|
865973
|
+
|
865974
|
+
|
865975
|
+
Started GET "/assets/cytoplasm/cytoSelect.js?body=1" for 127.0.0.1 at 2013-02-12 16:00:46 -0500
|
865976
|
+
Served asset /cytoplasm/cytoSelect.js - 304 Not Modified (0ms)
|
865977
|
+
|
865978
|
+
|
865979
|
+
Started GET "/assets/cytoplasm/cytoAjax.js?body=1" for 127.0.0.1 at 2013-02-12 16:00:46 -0500
|
865980
|
+
Served asset /cytoplasm/cytoAjax.js - 304 Not Modified (0ms)
|
865981
|
+
|
865982
|
+
|
865983
|
+
Started GET "/assets/cytoplasm/cytoRadio.js?body=1" for 127.0.0.1 at 2013-02-12 16:00:46 -0500
|
865984
|
+
Served asset /cytoplasm/cytoRadio.js - 304 Not Modified (0ms)
|
865985
|
+
|
865986
|
+
|
865987
|
+
Started GET "/assets/cytoplasm/cytoSlider.js?body=1" for 127.0.0.1 at 2013-02-12 16:00:46 -0500
|
865988
|
+
Served asset /cytoplasm/cytoSlider.js - 304 Not Modified (0ms)
|
865989
|
+
|
865990
|
+
|
865991
|
+
Started GET "/assets/cytoplasm/cytoUpload.js?body=1" for 127.0.0.1 at 2013-02-12 16:00:46 -0500
|
865992
|
+
Served asset /cytoplasm/cytoUpload.js - 304 Not Modified (0ms)
|
865993
|
+
|
865994
|
+
|
865995
|
+
Started GET "/assets/cytoplasm/cytoColorPicker.js?body=1" for 127.0.0.1 at 2013-02-12 16:00:46 -0500
|
865996
|
+
Served asset /cytoplasm/cytoColorPicker.js - 304 Not Modified (0ms)
|
865997
|
+
|
865998
|
+
|
865999
|
+
Started GET "/assets/cytoplasm/cytoField.js?body=1" for 127.0.0.1 at 2013-02-12 16:00:47 -0500
|
866000
|
+
Served asset /cytoplasm/cytoField.js - 304 Not Modified (0ms)
|
866001
|
+
|
866002
|
+
|
866003
|
+
Started GET "/assets/cytoplasm/cytoTable.js?body=1" for 127.0.0.1 at 2013-02-12 16:00:47 -0500
|
866004
|
+
Served asset /cytoplasm/cytoTable.js - 304 Not Modified (0ms)
|
866005
|
+
|
866006
|
+
|
866007
|
+
Started GET "/assets/cytoplasm/cytoLogo.js?body=1" for 127.0.0.1 at 2013-02-12 16:00:47 -0500
|
866008
|
+
Served asset /cytoplasm/cytoLogo.js - 304 Not Modified (0ms)
|
866009
|
+
|
866010
|
+
|
866011
|
+
Started GET "/assets/cytoplasm/cytoMenu.js?body=1" for 127.0.0.1 at 2013-02-12 16:00:47 -0500
|
866012
|
+
Served asset /cytoplasm/cytoMenu.js - 304 Not Modified (0ms)
|
866013
|
+
|
866014
|
+
|
866015
|
+
Started GET "/assets/jquery-ui.js?_=1360702847095" for 127.0.0.1 at 2013-02-12 16:00:47 -0500
|
866016
|
+
Served asset /jquery-ui.js - 200 OK (0ms)
|
866017
|
+
|
866018
|
+
|
866019
|
+
Started POST "/cytoplasm/settings/fetch" for 127.0.0.1 at 2013-02-12 16:00:47 -0500
|
866020
|
+
Processing by Cytoplasm::SettingsController#fetch as */*
|
866021
|
+
WARNING: Can't verify CSRF token authenticity
|
866022
|
+
Rendered text template (0.0ms)
|
866023
|
+
Completed 200 OK in 9ms (Views: 0.4ms | ActiveRecord: 0.0ms)
|
866024
|
+
|
866025
|
+
|
866026
|
+
Started GET "/cytoplasm/transitions/layout" for 127.0.0.1 at 2013-02-12 16:01:03 -0500
|
866027
|
+
Processing by Cytoplasm::TransitionsController#layout as HTML
|
866028
|
+
Rendered /Applications/XAMPP/xamppfiles/htdocs/cytoplasm/app/views/cytoplasm/transitions/layout.html.erb within layouts/application (0.3ms)
|
866029
|
+
Completed 200 OK in 15ms (Views: 14.5ms | ActiveRecord: 0.0ms)
|
866030
|
+
|
866031
|
+
|
866032
|
+
Started GET "/assets/about.css?body=1" for 127.0.0.1 at 2013-02-12 16:01:03 -0500
|
866033
|
+
Served asset /about.css - 304 Not Modified (0ms)
|
866034
|
+
|
866035
|
+
|
866036
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-12 16:01:03 -0500
|
866037
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
866038
|
+
|
866039
|
+
|
866040
|
+
Started GET "/assets/downloads.css?body=1" for 127.0.0.1 at 2013-02-12 16:01:03 -0500
|
866041
|
+
Served asset /downloads.css - 304 Not Modified (0ms)
|
866042
|
+
|
866043
|
+
|
866044
|
+
Started GET "/assets/demos.css?body=1" for 127.0.0.1 at 2013-02-12 16:01:03 -0500
|
866045
|
+
Served asset /demos.css - 304 Not Modified (0ms)
|
866046
|
+
|
866047
|
+
|
866048
|
+
Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2013-02-12 16:01:03 -0500
|
866049
|
+
Served asset /home.css - 304 Not Modified (0ms)
|
866050
|
+
|
866051
|
+
|
866052
|
+
Started GET "/assets/docs.css?body=1" for 127.0.0.1 at 2013-02-12 16:01:03 -0500
|
866053
|
+
Served asset /docs.css - 304 Not Modified (0ms)
|
866054
|
+
|
866055
|
+
|
866056
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-12 16:01:03 -0500
|
866057
|
+
Served asset /jquery.js - 304 Not Modified (0ms)
|
866058
|
+
|
866059
|
+
|
866060
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-12 16:01:03 -0500
|
866061
|
+
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
866062
|
+
|
866063
|
+
|
866064
|
+
Started GET "/assets/about.js?body=1" for 127.0.0.1 at 2013-02-12 16:01:03 -0500
|
866065
|
+
Served asset /about.js - 304 Not Modified (0ms)
|
866066
|
+
|
866067
|
+
|
866068
|
+
Started GET "/assets/demos.js?body=1" for 127.0.0.1 at 2013-02-12 16:01:03 -0500
|
866069
|
+
Served asset /demos.js - 304 Not Modified (0ms)
|
866070
|
+
|
866071
|
+
|
866072
|
+
Started GET "/assets/docs.js?body=1" for 127.0.0.1 at 2013-02-12 16:01:03 -0500
|
866073
|
+
Served asset /docs.js - 304 Not Modified (0ms)
|
866074
|
+
|
866075
|
+
|
866076
|
+
Started GET "/assets/downloads.js?body=1" for 127.0.0.1 at 2013-02-12 16:01:03 -0500
|
866077
|
+
Served asset /downloads.js - 304 Not Modified (0ms)
|
866078
|
+
|
866079
|
+
|
866080
|
+
Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2013-02-12 16:01:03 -0500
|
866081
|
+
Served asset /home.js - 304 Not Modified (0ms)
|
866082
|
+
|
866083
|
+
|
866084
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-12 16:01:03 -0500
|
866085
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
866086
|
+
|
866087
|
+
|
866088
|
+
Started GET "/assets/cytoplasm/cytoplasm.js?body=1" for 127.0.0.1 at 2013-02-12 16:01:03 -0500
|
866089
|
+
Served asset /cytoplasm/cytoplasm.js - 304 Not Modified (0ms)
|
866090
|
+
|
866091
|
+
|
866092
|
+
Started GET "/assets/cytoplasm/less-1.3.1.min.js?body=1" for 127.0.0.1 at 2013-02-12 16:01:03 -0500
|
866093
|
+
Served asset /cytoplasm/less-1.3.1.min.js - 304 Not Modified (0ms)
|
866094
|
+
|
866095
|
+
|
866096
|
+
Started GET "/assets/cytoplasm/jquery.ba-throttle-debounce.min.js?body=1" for 127.0.0.1 at 2013-02-12 16:01:03 -0500
|
866097
|
+
Served asset /cytoplasm/jquery.ba-throttle-debounce.min.js - 304 Not Modified (0ms)
|
866098
|
+
|
866099
|
+
|
866100
|
+
Started GET "/assets/cytoplasm/jquery.color-2.1.0.min.js?body=1" for 127.0.0.1 at 2013-02-12 16:01:03 -0500
|
866101
|
+
Served asset /cytoplasm/jquery.color-2.1.0.min.js - 304 Not Modified (0ms)
|
866102
|
+
|
866103
|
+
|
866104
|
+
Started GET "/assets/cytoplasm/cytoAjax.js?body=1" for 127.0.0.1 at 2013-02-12 16:01:03 -0500
|
866105
|
+
Served asset /cytoplasm/cytoAjax.js - 304 Not Modified (0ms)
|
866106
|
+
|
866107
|
+
|
866108
|
+
Started GET "/assets/cytoplasm/cytoSelect.js?body=1" for 127.0.0.1 at 2013-02-12 16:01:03 -0500
|
866109
|
+
Served asset /cytoplasm/cytoSelect.js - 304 Not Modified (0ms)
|
866110
|
+
|
866111
|
+
|
866112
|
+
Started GET "/assets/cytoplasm/cytoRadio.js?body=1" for 127.0.0.1 at 2013-02-12 16:01:03 -0500
|
866113
|
+
Served asset /cytoplasm/cytoRadio.js - 304 Not Modified (0ms)
|
866114
|
+
|
866115
|
+
|
866116
|
+
Started GET "/assets/cytoplasm/cytoSlider.js?body=1" for 127.0.0.1 at 2013-02-12 16:01:03 -0500
|
866117
|
+
Served asset /cytoplasm/cytoSlider.js - 304 Not Modified (0ms)
|
866118
|
+
|
866119
|
+
|
866120
|
+
Started GET "/assets/cytoplasm/cytoUpload.js?body=1" for 127.0.0.1 at 2013-02-12 16:01:03 -0500
|
866121
|
+
Served asset /cytoplasm/cytoUpload.js - 304 Not Modified (0ms)
|
866122
|
+
|
866123
|
+
|
866124
|
+
Started GET "/assets/cytoplasm/cytoColorPicker.js?body=1" for 127.0.0.1 at 2013-02-12 16:01:03 -0500
|
866125
|
+
Served asset /cytoplasm/cytoColorPicker.js - 304 Not Modified (0ms)
|
866126
|
+
|
866127
|
+
|
866128
|
+
Started GET "/assets/cytoplasm/cytoField.js?body=1" for 127.0.0.1 at 2013-02-12 16:01:03 -0500
|
866129
|
+
Served asset /cytoplasm/cytoField.js - 304 Not Modified (1ms)
|
866130
|
+
|
866131
|
+
|
866132
|
+
Started GET "/assets/cytoplasm/cytoTable.js?body=1" for 127.0.0.1 at 2013-02-12 16:01:03 -0500
|
866133
|
+
Served asset /cytoplasm/cytoTable.js - 304 Not Modified (0ms)
|
866134
|
+
|
866135
|
+
|
866136
|
+
Started GET "/assets/cytoplasm/cytoLogo.js?body=1" for 127.0.0.1 at 2013-02-12 16:01:03 -0500
|
866137
|
+
Served asset /cytoplasm/cytoLogo.js - 304 Not Modified (0ms)
|
866138
|
+
|
866139
|
+
|
866140
|
+
Started GET "/assets/cytoplasm/cytoMenu.js?body=1" for 127.0.0.1 at 2013-02-12 16:01:03 -0500
|
866141
|
+
Served asset /cytoplasm/cytoMenu.js - 304 Not Modified (0ms)
|
866142
|
+
|
866143
|
+
|
866144
|
+
Started GET "/assets/jquery-ui.js?_=1360702863972" for 127.0.0.1 at 2013-02-12 16:01:04 -0500
|
866145
|
+
Served asset /jquery-ui.js - 200 OK (0ms)
|
866146
|
+
|
866147
|
+
|
866148
|
+
Started POST "/cytoplasm/settings/fetch" for 127.0.0.1 at 2013-02-12 16:01:04 -0500
|
866149
|
+
Processing by Cytoplasm::SettingsController#fetch as */*
|
866150
|
+
WARNING: Can't verify CSRF token authenticity
|
866151
|
+
Rendered text template (0.0ms)
|
866152
|
+
Completed 200 OK in 9ms (Views: 0.4ms | ActiveRecord: 0.0ms)
|
866153
|
+
|
866154
|
+
|
866155
|
+
Started GET "/assets/jquery-ui.js?_=1360702867512" for 127.0.0.1 at 2013-02-12 16:01:07 -0500
|
866156
|
+
Served asset /jquery-ui.js - 200 OK (0ms)
|
866157
|
+
|
866158
|
+
|
866159
|
+
Started POST "/cytoplasm/settings/fetch" for 127.0.0.1 at 2013-02-12 16:01:08 -0500
|
866160
|
+
Processing by Cytoplasm::SettingsController#fetch as */*
|
866161
|
+
WARNING: Can't verify CSRF token authenticity
|
866162
|
+
Rendered text template (0.0ms)
|
866163
|
+
Completed 200 OK in 9ms (Views: 0.4ms | ActiveRecord: 0.0ms)
|
866164
|
+
|
866165
|
+
|
866166
|
+
Started GET "/cytoplasm/transitions" for 127.0.0.1 at 2013-02-12 16:01:11 -0500
|
866167
|
+
Processing by Cytoplasm::TransitionsController#index as HTML
|
866168
|
+
Rendered /Applications/XAMPP/xamppfiles/htdocs/cytoplasm/app/views/cytoplasm/transitions/index.html.erb within layouts/application (0.3ms)
|
866169
|
+
Completed 200 OK in 27ms (Views: 26.7ms | ActiveRecord: 0.0ms)
|
866170
|
+
|
866171
|
+
|
866172
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-12 16:01:12 -0500
|
866173
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
866174
|
+
|
866175
|
+
|
866176
|
+
Started GET "/assets/about.css?body=1" for 127.0.0.1 at 2013-02-12 16:01:12 -0500
|
866177
|
+
Served asset /about.css - 304 Not Modified (0ms)
|
866178
|
+
|
866179
|
+
|
866180
|
+
Started GET "/assets/demos.css?body=1" for 127.0.0.1 at 2013-02-12 16:01:12 -0500
|
866181
|
+
Served asset /demos.css - 304 Not Modified (0ms)
|
866182
|
+
|
866183
|
+
|
866184
|
+
Started GET "/assets/downloads.css?body=1" for 127.0.0.1 at 2013-02-12 16:01:12 -0500
|
866185
|
+
Served asset /downloads.css - 304 Not Modified (0ms)
|
866186
|
+
|
866187
|
+
|
866188
|
+
Started GET "/assets/docs.css?body=1" for 127.0.0.1 at 2013-02-12 16:01:12 -0500
|
866189
|
+
Served asset /docs.css - 304 Not Modified (0ms)
|
866190
|
+
|
866191
|
+
|
866192
|
+
Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2013-02-12 16:01:12 -0500
|
866193
|
+
Served asset /home.css - 304 Not Modified (0ms)
|
866194
|
+
|
866195
|
+
|
866196
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-12 16:01:12 -0500
|
866197
|
+
Served asset /jquery.js - 304 Not Modified (0ms)
|
866198
|
+
|
866199
|
+
|
866200
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-12 16:01:12 -0500
|
866201
|
+
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
866202
|
+
|
866203
|
+
|
866204
|
+
Started GET "/assets/about.js?body=1" for 127.0.0.1 at 2013-02-12 16:01:12 -0500
|
866205
|
+
Served asset /about.js - 304 Not Modified (0ms)
|
866206
|
+
|
866207
|
+
|
866208
|
+
Started GET "/assets/demos.js?body=1" for 127.0.0.1 at 2013-02-12 16:01:12 -0500
|
866209
|
+
Served asset /demos.js - 304 Not Modified (0ms)
|
866210
|
+
|
866211
|
+
|
866212
|
+
Started GET "/assets/docs.js?body=1" for 127.0.0.1 at 2013-02-12 16:01:12 -0500
|
866213
|
+
Served asset /docs.js - 304 Not Modified (0ms)
|
866214
|
+
|
866215
|
+
|
866216
|
+
Started GET "/assets/downloads.js?body=1" for 127.0.0.1 at 2013-02-12 16:01:12 -0500
|
866217
|
+
Served asset /downloads.js - 304 Not Modified (0ms)
|
866218
|
+
|
866219
|
+
|
866220
|
+
Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2013-02-12 16:01:12 -0500
|
866221
|
+
Served asset /home.js - 304 Not Modified (0ms)
|
866222
|
+
|
866223
|
+
|
866224
|
+
Started GET "/assets/cytoplasm/less-1.3.1.min.js?body=1" for 127.0.0.1 at 2013-02-12 16:01:12 -0500
|
866225
|
+
Served asset /cytoplasm/less-1.3.1.min.js - 304 Not Modified (0ms)
|
866226
|
+
|
866227
|
+
|
866228
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-12 16:01:12 -0500
|
866229
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
866230
|
+
|
866231
|
+
|
866232
|
+
Started GET "/assets/cytoplasm/cytoplasm.js?body=1" for 127.0.0.1 at 2013-02-12 16:01:12 -0500
|
866233
|
+
Served asset /cytoplasm/cytoplasm.js - 304 Not Modified (0ms)
|
866234
|
+
|
866235
|
+
|
866236
|
+
Started GET "/assets/cytoplasm/jquery.ba-throttle-debounce.min.js?body=1" for 127.0.0.1 at 2013-02-12 16:01:12 -0500
|
866237
|
+
Served asset /cytoplasm/jquery.ba-throttle-debounce.min.js - 304 Not Modified (0ms)
|
866238
|
+
|
866239
|
+
|
866240
|
+
Started GET "/assets/cytoplasm/jquery.color-2.1.0.min.js?body=1" for 127.0.0.1 at 2013-02-12 16:01:12 -0500
|
866241
|
+
Served asset /cytoplasm/jquery.color-2.1.0.min.js - 304 Not Modified (0ms)
|
866242
|
+
|
866243
|
+
|
866244
|
+
Started GET "/assets/cytoplasm/cytoAjax.js?body=1" for 127.0.0.1 at 2013-02-12 16:01:12 -0500
|
866245
|
+
Served asset /cytoplasm/cytoAjax.js - 304 Not Modified (0ms)
|
866246
|
+
|
866247
|
+
|
866248
|
+
Started GET "/assets/cytoplasm/cytoSelect.js?body=1" for 127.0.0.1 at 2013-02-12 16:01:12 -0500
|
866249
|
+
Served asset /cytoplasm/cytoSelect.js - 304 Not Modified (0ms)
|
866250
|
+
|
866251
|
+
|
866252
|
+
Started GET "/assets/cytoplasm/cytoRadio.js?body=1" for 127.0.0.1 at 2013-02-12 16:01:12 -0500
|
866253
|
+
Served asset /cytoplasm/cytoRadio.js - 304 Not Modified (0ms)
|
866254
|
+
|
866255
|
+
|
866256
|
+
Started GET "/assets/cytoplasm/cytoSlider.js?body=1" for 127.0.0.1 at 2013-02-12 16:01:12 -0500
|
866257
|
+
Served asset /cytoplasm/cytoSlider.js - 304 Not Modified (0ms)
|
866258
|
+
|
866259
|
+
|
866260
|
+
Started GET "/assets/cytoplasm/cytoUpload.js?body=1" for 127.0.0.1 at 2013-02-12 16:01:12 -0500
|
866261
|
+
Served asset /cytoplasm/cytoUpload.js - 304 Not Modified (0ms)
|
866262
|
+
|
866263
|
+
|
866264
|
+
Started GET "/assets/cytoplasm/cytoColorPicker.js?body=1" for 127.0.0.1 at 2013-02-12 16:01:12 -0500
|
866265
|
+
Served asset /cytoplasm/cytoColorPicker.js - 304 Not Modified (0ms)
|
866266
|
+
|
866267
|
+
|
866268
|
+
Started GET "/assets/cytoplasm/cytoField.js?body=1" for 127.0.0.1 at 2013-02-12 16:01:12 -0500
|
866269
|
+
Served asset /cytoplasm/cytoField.js - 304 Not Modified (0ms)
|
866270
|
+
|
866271
|
+
|
866272
|
+
Started GET "/assets/cytoplasm/cytoTable.js?body=1" for 127.0.0.1 at 2013-02-12 16:01:12 -0500
|
866273
|
+
Served asset /cytoplasm/cytoTable.js - 304 Not Modified (0ms)
|
866274
|
+
|
866275
|
+
|
866276
|
+
Started GET "/assets/cytoplasm/cytoLogo.js?body=1" for 127.0.0.1 at 2013-02-12 16:01:12 -0500
|
866277
|
+
Served asset /cytoplasm/cytoLogo.js - 304 Not Modified (0ms)
|
866278
|
+
|
866279
|
+
|
866280
|
+
Started GET "/assets/cytoplasm/cytoMenu.js?body=1" for 127.0.0.1 at 2013-02-12 16:01:12 -0500
|
866281
|
+
Served asset /cytoplasm/cytoMenu.js - 304 Not Modified (0ms)
|
866282
|
+
|
866283
|
+
|
866284
|
+
Started GET "/assets/jquery-ui.js?_=1360702872487" for 127.0.0.1 at 2013-02-12 16:01:12 -0500
|
866285
|
+
Served asset /jquery-ui.js - 200 OK (0ms)
|
866286
|
+
|
866287
|
+
|
866288
|
+
Started POST "/cytoplasm/settings/fetch" for 127.0.0.1 at 2013-02-12 16:01:13 -0500
|
866289
|
+
Processing by Cytoplasm::SettingsController#fetch as */*
|
866290
|
+
WARNING: Can't verify CSRF token authenticity
|
866291
|
+
Rendered text template (0.0ms)
|
866292
|
+
Completed 200 OK in 10ms (Views: 0.4ms | ActiveRecord: 0.0ms)
|
866293
|
+
|
866294
|
+
|
866295
|
+
Started GET "/assets/jquery-ui.js?_=1360702958364" for 127.0.0.1 at 2013-02-12 16:02:38 -0500
|
866296
|
+
Served asset /jquery-ui.js - 200 OK (0ms)
|
866297
|
+
|
866298
|
+
|
866299
|
+
Started POST "/cytoplasm/settings/fetch" for 127.0.0.1 at 2013-02-12 16:02:38 -0500
|
866300
|
+
Processing by Cytoplasm::SettingsController#fetch as */*
|
866301
|
+
WARNING: Can't verify CSRF token authenticity
|
866302
|
+
Rendered text template (0.0ms)
|
866303
|
+
Completed 200 OK in 11ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
866304
|
+
|
866305
|
+
|
866306
|
+
Started GET "/assets/cytoplasm/transition.png" for 127.0.0.1 at 2013-02-12 16:02:41 -0500
|
866307
|
+
Served asset /cytoplasm/transition.png - 304 Not Modified (0ms)
|
866308
|
+
|
866309
|
+
|
866310
|
+
Started GET "/assets/cytoplasm/text-underline-color.png" for 127.0.0.1 at 2013-02-12 16:03:15 -0500
|
866311
|
+
Served asset /cytoplasm/text-underline-color.png - 304 Not Modified (0ms)
|
866312
|
+
|
866313
|
+
|
866314
|
+
Started GET "/cytoplasm/" for 127.0.0.1 at 2013-02-12 16:05:44 -0500
|
866315
|
+
Processing by Cytoplasm::DashController#index as HTML
|
866316
|
+
Rendered /Applications/XAMPP/xamppfiles/htdocs/cytoplasm/app/views/cytoplasm/dash/index.html.erb within layouts/application (26.9ms)
|
866317
|
+
Completed 500 Internal Server Error in 43ms
|
866318
|
+
|
866319
|
+
ActionView::Template::Error (undefined local variable or method `cytoplasm_layout_performance_url' for #<#<Class:0x007fa36f301c58>:0x007fa36c039168>):
|
866320
|
+
35: <%=image_tag("cytoplasm/settings-dashboard.png")%>
|
866321
|
+
36: <h3><%=link_to("Performance",cytoplasm_performance_url)%></h3>
|
866322
|
+
37: <ul>
|
866323
|
+
38: <li><%=link_to("Layout Performance Settings",cytoplasm_layout_performance_url)%></li>
|
866324
|
+
39: <li><%=link_to("Precompile CSS",cytoplasm_precompile_url)%></li>
|
866325
|
+
40: </ul>
|
866326
|
+
41: </li>
|
866327
|
+
/Applications/XAMPP/xamppfiles/htdocs/cytoplasm/app/views/cytoplasm/dash/index.html.erb:38:in `___pplications_______xamppfiles_htdocs_cytoplasm_app_views_cytoplasm_dash_index_html_erb___3165292247627566726_70169961080180'
|
866328
|
+
actionpack (3.2.9) lib/action_view/template.rb:145:in `block in render'
|
866329
|
+
activesupport (3.2.9) lib/active_support/notifications.rb:125:in `instrument'
|
866330
|
+
actionpack (3.2.9) lib/action_view/template.rb:143:in `render'
|
866331
|
+
actionpack (3.2.9) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template'
|
866332
|
+
actionpack (3.2.9) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
|
866333
|
+
activesupport (3.2.9) lib/active_support/notifications.rb:123:in `block in instrument'
|
866334
|
+
activesupport (3.2.9) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
866335
|
+
activesupport (3.2.9) lib/active_support/notifications.rb:123:in `instrument'
|
866336
|
+
actionpack (3.2.9) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
|
866337
|
+
actionpack (3.2.9) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template'
|
866338
|
+
actionpack (3.2.9) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout'
|
866339
|
+
actionpack (3.2.9) lib/action_view/renderer/template_renderer.rb:45:in `render_template'
|
866340
|
+
actionpack (3.2.9) lib/action_view/renderer/template_renderer.rb:18:in `render'
|
866341
|
+
actionpack (3.2.9) lib/action_view/renderer/renderer.rb:36:in `render_template'
|
866342
|
+
actionpack (3.2.9) lib/action_view/renderer/renderer.rb:17:in `render'
|
866343
|
+
actionpack (3.2.9) lib/abstract_controller/rendering.rb:110:in `_render_template'
|
866344
|
+
actionpack (3.2.9) lib/action_controller/metal/streaming.rb:225:in `_render_template'
|
866345
|
+
actionpack (3.2.9) lib/abstract_controller/rendering.rb:103:in `render_to_body'
|
866346
|
+
actionpack (3.2.9) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
|
866347
|
+
actionpack (3.2.9) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
|
866348
|
+
actionpack (3.2.9) lib/abstract_controller/rendering.rb:88:in `render'
|
866349
|
+
actionpack (3.2.9) lib/action_controller/metal/rendering.rb:16:in `render'
|
866350
|
+
actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
|
866351
|
+
activesupport (3.2.9) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
|
866352
|
+
/Users/smit1625/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
|
866353
|
+
activesupport (3.2.9) lib/active_support/core_ext/benchmark.rb:5:in `ms'
|
866354
|
+
actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
|
866355
|
+
actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
|
866356
|
+
activerecord (3.2.9) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
|
866357
|
+
actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:39:in `render'
|
866358
|
+
actionpack (3.2.9) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
|
866359
|
+
actionpack (3.2.9) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
|
866360
|
+
actionpack (3.2.9) lib/abstract_controller/base.rb:167:in `process_action'
|
866361
|
+
actionpack (3.2.9) lib/action_controller/metal/rendering.rb:10:in `process_action'
|
866362
|
+
actionpack (3.2.9) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
|
866363
|
+
activesupport (3.2.9) lib/active_support/callbacks.rb:414:in `_run__2580051746275403215__process_action__795123175905287223__callbacks'
|
866364
|
+
activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `__run_callback'
|
866365
|
+
activesupport (3.2.9) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
|
866366
|
+
activesupport (3.2.9) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
866367
|
+
actionpack (3.2.9) lib/abstract_controller/callbacks.rb:17:in `process_action'
|
866368
|
+
actionpack (3.2.9) lib/action_controller/metal/rescue.rb:29:in `process_action'
|
866369
|
+
actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
|
866370
|
+
activesupport (3.2.9) lib/active_support/notifications.rb:123:in `block in instrument'
|
866371
|
+
activesupport (3.2.9) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
866372
|
+
activesupport (3.2.9) lib/active_support/notifications.rb:123:in `instrument'
|
866373
|
+
actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
|
866374
|
+
actionpack (3.2.9) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
|
866375
|
+
activerecord (3.2.9) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
|
866376
|
+
actionpack (3.2.9) lib/abstract_controller/base.rb:121:in `process'
|
866377
|
+
actionpack (3.2.9) lib/abstract_controller/rendering.rb:45:in `process'
|
866378
|
+
actionpack (3.2.9) lib/action_controller/metal.rb:203:in `dispatch'
|
866379
|
+
actionpack (3.2.9) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
|
866380
|
+
actionpack (3.2.9) lib/action_controller/metal.rb:246:in `block in action'
|
866381
|
+
actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:73:in `call'
|
866382
|
+
actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
|
866383
|
+
actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:36:in `call'
|
866384
|
+
journey (1.0.4) lib/journey/router.rb:68:in `block in call'
|
866385
|
+
journey (1.0.4) lib/journey/router.rb:56:in `each'
|
866386
|
+
journey (1.0.4) lib/journey/router.rb:56:in `call'
|
866387
|
+
actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:601:in `call'
|
866388
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
|
866389
|
+
rack (1.4.5) lib/rack/etag.rb:23:in `call'
|
866390
|
+
rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
|
866391
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/head.rb:14:in `call'
|
866392
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
|
866393
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/flash.rb:242:in `call'
|
866394
|
+
rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
|
866395
|
+
rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
|
866396
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/cookies.rb:341:in `call'
|
866397
|
+
activerecord (3.2.9) lib/active_record/query_cache.rb:64:in `call'
|
866398
|
+
activerecord (3.2.9) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
|
866399
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
|
866400
|
+
activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `_run__1466315514029322043__call__2989074003120625762__callbacks'
|
866401
|
+
activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `__run_callback'
|
866402
|
+
activesupport (3.2.9) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
|
866403
|
+
activesupport (3.2.9) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
866404
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
866405
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/reloader.rb:65:in `call'
|
866406
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
|
866407
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
|
866408
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
866409
|
+
railties (3.2.9) lib/rails/rack/logger.rb:32:in `call_app'
|
866410
|
+
railties (3.2.9) lib/rails/rack/logger.rb:16:in `block in call'
|
866411
|
+
activesupport (3.2.9) lib/active_support/tagged_logging.rb:22:in `tagged'
|
866412
|
+
railties (3.2.9) lib/rails/rack/logger.rb:16:in `call'
|
866413
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
866414
|
+
rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
|
866415
|
+
rack (1.4.5) lib/rack/runtime.rb:17:in `call'
|
866416
|
+
activesupport (3.2.9) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
866417
|
+
rack (1.4.5) lib/rack/lock.rb:15:in `call'
|
866418
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/static.rb:62:in `call'
|
866419
|
+
railties (3.2.9) lib/rails/engine.rb:479:in `call'
|
866420
|
+
railties (3.2.9) lib/rails/application.rb:223:in `call'
|
866421
|
+
rack (1.4.5) lib/rack/content_length.rb:14:in `call'
|
866422
|
+
railties (3.2.9) lib/rails/rack/log_tailer.rb:17:in `call'
|
866423
|
+
rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
|
866424
|
+
/Users/smit1625/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
866425
|
+
/Users/smit1625/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
866426
|
+
/Users/smit1625/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
866427
|
+
|
866428
|
+
|
866429
|
+
Rendered /Users/smit1625/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms)
|
866430
|
+
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.9ms)
|
866431
|
+
Rendered /Users/smit1625/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (7.2ms)
|
866432
|
+
|
866433
|
+
|
866434
|
+
Started GET "/cytoplasm/" for 127.0.0.1 at 2013-02-12 16:06:51 -0500
|
866435
|
+
Processing by Cytoplasm::DashController#index as HTML
|
866436
|
+
Rendered /Applications/XAMPP/xamppfiles/htdocs/cytoplasm/app/views/cytoplasm/dash/index.html.erb within layouts/application (4.5ms)
|
866437
|
+
Completed 200 OK in 19ms (Views: 18.3ms | ActiveRecord: 0.0ms)
|
866438
|
+
|
866439
|
+
|
866440
|
+
Started GET "/assets/downloads.css?body=1" for 127.0.0.1 at 2013-02-12 16:06:51 -0500
|
866441
|
+
Served asset /downloads.css - 304 Not Modified (0ms)
|
866442
|
+
|
866443
|
+
|
866444
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-12 16:06:51 -0500
|
866445
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
866446
|
+
|
866447
|
+
|
866448
|
+
Started GET "/assets/demos.css?body=1" for 127.0.0.1 at 2013-02-12 16:06:51 -0500
|
866449
|
+
Served asset /demos.css - 304 Not Modified (0ms)
|
866450
|
+
|
866451
|
+
|
866452
|
+
Started GET "/assets/about.css?body=1" for 127.0.0.1 at 2013-02-12 16:06:51 -0500
|
866453
|
+
Served asset /about.css - 304 Not Modified (0ms)
|
866454
|
+
|
866455
|
+
|
866456
|
+
Started GET "/assets/docs.css?body=1" for 127.0.0.1 at 2013-02-12 16:06:51 -0500
|
866457
|
+
Served asset /docs.css - 304 Not Modified (0ms)
|
866458
|
+
|
866459
|
+
|
866460
|
+
Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2013-02-12 16:06:51 -0500
|
866461
|
+
Served asset /home.css - 304 Not Modified (0ms)
|
866462
|
+
|
866463
|
+
|
866464
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-12 16:06:51 -0500
|
866465
|
+
Served asset /jquery.js - 304 Not Modified (0ms)
|
866466
|
+
|
866467
|
+
|
866468
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-12 16:06:51 -0500
|
866469
|
+
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
866470
|
+
|
866471
|
+
|
866472
|
+
Started GET "/assets/about.js?body=1" for 127.0.0.1 at 2013-02-12 16:06:51 -0500
|
866473
|
+
Served asset /about.js - 304 Not Modified (0ms)
|
866474
|
+
|
866475
|
+
|
866476
|
+
Started GET "/assets/demos.js?body=1" for 127.0.0.1 at 2013-02-12 16:06:51 -0500
|
866477
|
+
Served asset /demos.js - 304 Not Modified (0ms)
|
866478
|
+
|
866479
|
+
|
866480
|
+
Started GET "/assets/docs.js?body=1" for 127.0.0.1 at 2013-02-12 16:06:51 -0500
|
866481
|
+
Served asset /docs.js - 304 Not Modified (0ms)
|
866482
|
+
|
866483
|
+
|
866484
|
+
Started GET "/assets/downloads.js?body=1" for 127.0.0.1 at 2013-02-12 16:06:51 -0500
|
866485
|
+
Served asset /downloads.js - 304 Not Modified (0ms)
|
866486
|
+
|
866487
|
+
|
866488
|
+
Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2013-02-12 16:06:51 -0500
|
866489
|
+
Served asset /home.js - 304 Not Modified (0ms)
|
866490
|
+
|
866491
|
+
|
866492
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-12 16:06:51 -0500
|
866493
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
866494
|
+
|
866495
|
+
|
866496
|
+
Started GET "/assets/cytoplasm/less-1.3.1.min.js?body=1" for 127.0.0.1 at 2013-02-12 16:06:51 -0500
|
866497
|
+
Served asset /cytoplasm/less-1.3.1.min.js - 304 Not Modified (0ms)
|
866498
|
+
|
866499
|
+
|
866500
|
+
Started GET "/assets/cytoplasm/cytoplasm.js?body=1" for 127.0.0.1 at 2013-02-12 16:06:51 -0500
|
866501
|
+
Served asset /cytoplasm/cytoplasm.js - 304 Not Modified (0ms)
|
866502
|
+
|
866503
|
+
|
866504
|
+
Started GET "/assets/cytoplasm/jquery.ba-throttle-debounce.min.js?body=1" for 127.0.0.1 at 2013-02-12 16:06:51 -0500
|
866505
|
+
Served asset /cytoplasm/jquery.ba-throttle-debounce.min.js - 304 Not Modified (0ms)
|
866506
|
+
|
866507
|
+
|
866508
|
+
Started GET "/assets/cytoplasm/jquery.color-2.1.0.min.js?body=1" for 127.0.0.1 at 2013-02-12 16:06:51 -0500
|
866509
|
+
Served asset /cytoplasm/jquery.color-2.1.0.min.js - 304 Not Modified (0ms)
|
866510
|
+
|
866511
|
+
|
866512
|
+
Started GET "/assets/cytoplasm/cytoAjax.js?body=1" for 127.0.0.1 at 2013-02-12 16:06:51 -0500
|
866513
|
+
Served asset /cytoplasm/cytoAjax.js - 304 Not Modified (0ms)
|
866514
|
+
|
866515
|
+
|
866516
|
+
Started GET "/assets/cytoplasm/cytoSelect.js?body=1" for 127.0.0.1 at 2013-02-12 16:06:51 -0500
|
866517
|
+
Served asset /cytoplasm/cytoSelect.js - 304 Not Modified (0ms)
|
866518
|
+
|
866519
|
+
|
866520
|
+
Started GET "/assets/cytoplasm/cytoRadio.js?body=1" for 127.0.0.1 at 2013-02-12 16:06:51 -0500
|
866521
|
+
Served asset /cytoplasm/cytoRadio.js - 304 Not Modified (0ms)
|
866522
|
+
|
866523
|
+
|
866524
|
+
Started GET "/assets/cytoplasm/cytoSlider.js?body=1" for 127.0.0.1 at 2013-02-12 16:06:51 -0500
|
866525
|
+
Served asset /cytoplasm/cytoSlider.js - 304 Not Modified (0ms)
|
866526
|
+
|
866527
|
+
|
866528
|
+
Started GET "/assets/cytoplasm/cytoUpload.js?body=1" for 127.0.0.1 at 2013-02-12 16:06:51 -0500
|
866529
|
+
Served asset /cytoplasm/cytoUpload.js - 304 Not Modified (0ms)
|
866530
|
+
|
866531
|
+
|
866532
|
+
Started GET "/assets/cytoplasm/cytoColorPicker.js?body=1" for 127.0.0.1 at 2013-02-12 16:06:51 -0500
|
866533
|
+
Served asset /cytoplasm/cytoColorPicker.js - 304 Not Modified (0ms)
|
866534
|
+
|
866535
|
+
|
866536
|
+
Started GET "/assets/cytoplasm/cytoField.js?body=1" for 127.0.0.1 at 2013-02-12 16:06:51 -0500
|
866537
|
+
Served asset /cytoplasm/cytoField.js - 304 Not Modified (0ms)
|
866538
|
+
|
866539
|
+
|
866540
|
+
Started GET "/assets/cytoplasm/cytoTable.js?body=1" for 127.0.0.1 at 2013-02-12 16:06:51 -0500
|
866541
|
+
Served asset /cytoplasm/cytoTable.js - 304 Not Modified (0ms)
|
866542
|
+
|
866543
|
+
|
866544
|
+
Started GET "/assets/cytoplasm/cytoLogo.js?body=1" for 127.0.0.1 at 2013-02-12 16:06:51 -0500
|
866545
|
+
Served asset /cytoplasm/cytoLogo.js - 304 Not Modified (0ms)
|
866546
|
+
|
866547
|
+
|
866548
|
+
Started GET "/assets/cytoplasm/cytoMenu.js?body=1" for 127.0.0.1 at 2013-02-12 16:06:51 -0500
|
866549
|
+
Served asset /cytoplasm/cytoMenu.js - 304 Not Modified (0ms)
|
866550
|
+
|
866551
|
+
|
866552
|
+
Started GET "/assets/jquery-ui.js?_=1360703211610" for 127.0.0.1 at 2013-02-12 16:06:51 -0500
|
866553
|
+
Served asset /jquery-ui.js - 200 OK (0ms)
|
866554
|
+
|
866555
|
+
|
866556
|
+
Started POST "/cytoplasm/settings/fetch" for 127.0.0.1 at 2013-02-12 16:06:52 -0500
|
866557
|
+
Processing by Cytoplasm::SettingsController#fetch as */*
|
866558
|
+
WARNING: Can't verify CSRF token authenticity
|
866559
|
+
Rendered text template (0.0ms)
|
866560
|
+
Completed 200 OK in 10ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
866561
|
+
|
866562
|
+
|
866563
|
+
Started GET "/assets/cytoplasm/settings-settings-3.png" for 127.0.0.1 at 2013-02-12 16:06:52 -0500
|
866564
|
+
Served asset /cytoplasm/settings-settings-3.png - 304 Not Modified (0ms)
|
866565
|
+
|
866566
|
+
|
866567
|
+
Started GET "/assets/cytoplasm/text-underline-color.png" for 127.0.0.1 at 2013-02-12 16:06:52 -0500
|
866568
|
+
Served asset /cytoplasm/text-underline-color.png - 304 Not Modified (0ms)
|
866569
|
+
|
866570
|
+
|
866571
|
+
Started GET "/assets/cytoplasm/transition.png" for 127.0.0.1 at 2013-02-12 16:06:52 -0500
|
866572
|
+
Served asset /cytoplasm/transition.png - 304 Not Modified (0ms)
|
866573
|
+
|
866574
|
+
|
866575
|
+
Started GET "/assets/cytoplasm/settings-dashboard.png" for 127.0.0.1 at 2013-02-12 16:06:52 -0500
|
866576
|
+
Served asset /cytoplasm/settings-dashboard.png - 304 Not Modified (0ms)
|
866577
|
+
|
866578
|
+
|
866579
|
+
Started GET "/assets/cytoplasm/settings-dashboard.png" for 127.0.0.1 at 2013-02-12 16:06:52 -0500
|
866580
|
+
Served asset /cytoplasm/settings-dashboard.png - 304 Not Modified (0ms)
|
866581
|
+
|
866582
|
+
|
866583
|
+
Started GET "/cytoplasm/performance/layout" for 127.0.0.1 at 2013-02-12 16:06:54 -0500
|
866584
|
+
|
866585
|
+
AbstractController::ActionNotFound (The action 'layout' could not be found for Cytoplasm::PerformanceController):
|
866586
|
+
actionpack (3.2.9) lib/abstract_controller/base.rb:116:in `process'
|
866587
|
+
actionpack (3.2.9) lib/abstract_controller/rendering.rb:45:in `process'
|
866588
|
+
actionpack (3.2.9) lib/action_controller/metal.rb:203:in `dispatch'
|
866589
|
+
actionpack (3.2.9) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
|
866590
|
+
actionpack (3.2.9) lib/action_controller/metal.rb:246:in `block in action'
|
866591
|
+
actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:73:in `call'
|
866592
|
+
actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
|
866593
|
+
actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:36:in `call'
|
866594
|
+
journey (1.0.4) lib/journey/router.rb:68:in `block in call'
|
866595
|
+
journey (1.0.4) lib/journey/router.rb:56:in `each'
|
866596
|
+
journey (1.0.4) lib/journey/router.rb:56:in `call'
|
866597
|
+
actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:601:in `call'
|
866598
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
|
866599
|
+
rack (1.4.5) lib/rack/etag.rb:23:in `call'
|
866600
|
+
rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
|
866601
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/head.rb:14:in `call'
|
866602
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
|
866603
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/flash.rb:242:in `call'
|
866604
|
+
rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
|
866605
|
+
rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
|
866606
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/cookies.rb:341:in `call'
|
866607
|
+
activerecord (3.2.9) lib/active_record/query_cache.rb:64:in `call'
|
866608
|
+
activerecord (3.2.9) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
|
866609
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
|
866610
|
+
activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `_run__1466315514029322043__call__2989074003120625762__callbacks'
|
866611
|
+
activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `__run_callback'
|
866612
|
+
activesupport (3.2.9) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
|
866613
|
+
activesupport (3.2.9) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
866614
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
866615
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/reloader.rb:65:in `call'
|
866616
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
|
866617
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
|
866618
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
866619
|
+
railties (3.2.9) lib/rails/rack/logger.rb:32:in `call_app'
|
866620
|
+
railties (3.2.9) lib/rails/rack/logger.rb:16:in `block in call'
|
866621
|
+
activesupport (3.2.9) lib/active_support/tagged_logging.rb:22:in `tagged'
|
866622
|
+
railties (3.2.9) lib/rails/rack/logger.rb:16:in `call'
|
866623
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
866624
|
+
rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
|
866625
|
+
rack (1.4.5) lib/rack/runtime.rb:17:in `call'
|
866626
|
+
activesupport (3.2.9) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
866627
|
+
rack (1.4.5) lib/rack/lock.rb:15:in `call'
|
866628
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/static.rb:62:in `call'
|
866629
|
+
railties (3.2.9) lib/rails/engine.rb:479:in `call'
|
866630
|
+
railties (3.2.9) lib/rails/application.rb:223:in `call'
|
866631
|
+
rack (1.4.5) lib/rack/content_length.rb:14:in `call'
|
866632
|
+
railties (3.2.9) lib/rails/rack/log_tailer.rb:17:in `call'
|
866633
|
+
rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
|
866634
|
+
/Users/smit1625/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
866635
|
+
/Users/smit1625/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
866636
|
+
/Users/smit1625/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
866637
|
+
|
866638
|
+
|
866639
|
+
Rendered /Users/smit1625/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/unknown_action.erb within rescues/layout (0.5ms)
|
866640
|
+
|
866641
|
+
|
866642
|
+
Started GET "/cytoplasm/performance/layout" for 127.0.0.1 at 2013-02-12 16:07:10 -0500
|
866643
|
+
Processing by Cytoplasm::PerformanceController#layout as HTML
|
866644
|
+
Completed 500 Internal Server Error in 2ms
|
866645
|
+
|
866646
|
+
ActionView::MissingTemplate (Missing template cytoplasm/performance/layout, application/layout with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder]}. Searched in:
|
866647
|
+
* "/Applications/XAMPP/xamppfiles/htdocs/cytoplasm/test/dummy/app/views"
|
866648
|
+
* "/Applications/XAMPP/xamppfiles/htdocs/cytoplasm/app/views"
|
866649
|
+
):
|
866650
|
+
actionpack (3.2.9) lib/action_view/path_set.rb:58:in `find'
|
866651
|
+
actionpack (3.2.9) lib/action_view/lookup_context.rb:109:in `find'
|
866652
|
+
actionpack (3.2.9) lib/action_view/renderer/abstract_renderer.rb:3:in `find_template'
|
866653
|
+
actionpack (3.2.9) lib/action_view/renderer/template_renderer.rb:34:in `determine_template'
|
866654
|
+
actionpack (3.2.9) lib/action_view/renderer/template_renderer.rb:10:in `render'
|
866655
|
+
actionpack (3.2.9) lib/action_view/renderer/renderer.rb:36:in `render_template'
|
866656
|
+
actionpack (3.2.9) lib/action_view/renderer/renderer.rb:17:in `render'
|
866657
|
+
actionpack (3.2.9) lib/abstract_controller/rendering.rb:110:in `_render_template'
|
866658
|
+
actionpack (3.2.9) lib/action_controller/metal/streaming.rb:225:in `_render_template'
|
866659
|
+
actionpack (3.2.9) lib/abstract_controller/rendering.rb:103:in `render_to_body'
|
866660
|
+
actionpack (3.2.9) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
|
866661
|
+
actionpack (3.2.9) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
|
866662
|
+
actionpack (3.2.9) lib/abstract_controller/rendering.rb:88:in `render'
|
866663
|
+
actionpack (3.2.9) lib/action_controller/metal/rendering.rb:16:in `render'
|
866664
|
+
actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
|
866665
|
+
activesupport (3.2.9) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
|
866666
|
+
/Users/smit1625/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
|
866667
|
+
activesupport (3.2.9) lib/active_support/core_ext/benchmark.rb:5:in `ms'
|
866668
|
+
actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
|
866669
|
+
actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
|
866670
|
+
activerecord (3.2.9) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
|
866671
|
+
actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:39:in `render'
|
866672
|
+
actionpack (3.2.9) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
|
866673
|
+
actionpack (3.2.9) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
|
866674
|
+
actionpack (3.2.9) lib/abstract_controller/base.rb:167:in `process_action'
|
866675
|
+
actionpack (3.2.9) lib/action_controller/metal/rendering.rb:10:in `process_action'
|
866676
|
+
actionpack (3.2.9) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
|
866677
|
+
activesupport (3.2.9) lib/active_support/callbacks.rb:414:in `_run__4101690581917342714__process_action__759466441462066708__callbacks'
|
866678
|
+
activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `__run_callback'
|
866679
|
+
activesupport (3.2.9) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
|
866680
|
+
activesupport (3.2.9) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
866681
|
+
actionpack (3.2.9) lib/abstract_controller/callbacks.rb:17:in `process_action'
|
866682
|
+
actionpack (3.2.9) lib/action_controller/metal/rescue.rb:29:in `process_action'
|
866683
|
+
actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
|
866684
|
+
activesupport (3.2.9) lib/active_support/notifications.rb:123:in `block in instrument'
|
866685
|
+
activesupport (3.2.9) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
866686
|
+
activesupport (3.2.9) lib/active_support/notifications.rb:123:in `instrument'
|
866687
|
+
actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
|
866688
|
+
actionpack (3.2.9) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
|
866689
|
+
activerecord (3.2.9) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
|
866690
|
+
actionpack (3.2.9) lib/abstract_controller/base.rb:121:in `process'
|
866691
|
+
actionpack (3.2.9) lib/abstract_controller/rendering.rb:45:in `process'
|
866692
|
+
actionpack (3.2.9) lib/action_controller/metal.rb:203:in `dispatch'
|
866693
|
+
actionpack (3.2.9) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
|
866694
|
+
actionpack (3.2.9) lib/action_controller/metal.rb:246:in `block in action'
|
866695
|
+
actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:73:in `call'
|
866696
|
+
actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
|
866697
|
+
actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:36:in `call'
|
866698
|
+
journey (1.0.4) lib/journey/router.rb:68:in `block in call'
|
866699
|
+
journey (1.0.4) lib/journey/router.rb:56:in `each'
|
866700
|
+
journey (1.0.4) lib/journey/router.rb:56:in `call'
|
866701
|
+
actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:601:in `call'
|
866702
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
|
866703
|
+
rack (1.4.5) lib/rack/etag.rb:23:in `call'
|
866704
|
+
rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
|
866705
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/head.rb:14:in `call'
|
866706
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
|
866707
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/flash.rb:242:in `call'
|
866708
|
+
rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
|
866709
|
+
rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
|
866710
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/cookies.rb:341:in `call'
|
866711
|
+
activerecord (3.2.9) lib/active_record/query_cache.rb:64:in `call'
|
866712
|
+
activerecord (3.2.9) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
|
866713
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
|
866714
|
+
activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `_run__1466315514029322043__call__2989074003120625762__callbacks'
|
866715
|
+
activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `__run_callback'
|
866716
|
+
activesupport (3.2.9) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
|
866717
|
+
activesupport (3.2.9) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
866718
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
866719
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/reloader.rb:65:in `call'
|
866720
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
|
866721
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
|
866722
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
866723
|
+
railties (3.2.9) lib/rails/rack/logger.rb:32:in `call_app'
|
866724
|
+
railties (3.2.9) lib/rails/rack/logger.rb:16:in `block in call'
|
866725
|
+
activesupport (3.2.9) lib/active_support/tagged_logging.rb:22:in `tagged'
|
866726
|
+
railties (3.2.9) lib/rails/rack/logger.rb:16:in `call'
|
866727
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
866728
|
+
rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
|
866729
|
+
rack (1.4.5) lib/rack/runtime.rb:17:in `call'
|
866730
|
+
activesupport (3.2.9) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
866731
|
+
rack (1.4.5) lib/rack/lock.rb:15:in `call'
|
866732
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/static.rb:62:in `call'
|
866733
|
+
railties (3.2.9) lib/rails/engine.rb:479:in `call'
|
866734
|
+
railties (3.2.9) lib/rails/application.rb:223:in `call'
|
866735
|
+
rack (1.4.5) lib/rack/content_length.rb:14:in `call'
|
866736
|
+
railties (3.2.9) lib/rails/rack/log_tailer.rb:17:in `call'
|
866737
|
+
rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
|
866738
|
+
/Users/smit1625/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
866739
|
+
/Users/smit1625/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
866740
|
+
/Users/smit1625/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
866741
|
+
|
866742
|
+
|
866743
|
+
Rendered /Users/smit1625/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.5ms)
|
866744
|
+
|
866745
|
+
|
866746
|
+
Started GET "/cytoplasm/performance/layout" for 127.0.0.1 at 2013-02-12 16:07:42 -0500
|
866747
|
+
Processing by Cytoplasm::PerformanceController#layout as HTML
|
866748
|
+
Rendered /Applications/XAMPP/xamppfiles/htdocs/cytoplasm/app/views/cytoplasm/performance/layout.html.erb within layouts/application (0.3ms)
|
866749
|
+
Completed 200 OK in 15ms (Views: 14.4ms | ActiveRecord: 0.0ms)
|
866750
|
+
|
866751
|
+
|
866752
|
+
Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2013-02-12 16:07:42 -0500
|
866753
|
+
Served asset /home.css - 304 Not Modified (0ms)
|
866754
|
+
|
866755
|
+
|
866756
|
+
Started GET "/assets/about.css?body=1" for 127.0.0.1 at 2013-02-12 16:07:42 -0500
|
866757
|
+
Served asset /about.css - 304 Not Modified (0ms)
|
866758
|
+
|
866759
|
+
|
866760
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-12 16:07:42 -0500
|
866761
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
866762
|
+
|
866763
|
+
|
866764
|
+
Started GET "/assets/downloads.css?body=1" for 127.0.0.1 at 2013-02-12 16:07:42 -0500
|
866765
|
+
Served asset /downloads.css - 304 Not Modified (0ms)
|
866766
|
+
|
866767
|
+
|
866768
|
+
Started GET "/assets/docs.css?body=1" for 127.0.0.1 at 2013-02-12 16:07:42 -0500
|
866769
|
+
Served asset /docs.css - 304 Not Modified (0ms)
|
866770
|
+
|
866771
|
+
|
866772
|
+
Started GET "/assets/demos.css?body=1" for 127.0.0.1 at 2013-02-12 16:07:42 -0500
|
866773
|
+
Served asset /demos.css - 304 Not Modified (0ms)
|
866774
|
+
|
866775
|
+
|
866776
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-12 16:07:42 -0500
|
866777
|
+
Served asset /jquery.js - 304 Not Modified (0ms)
|
866778
|
+
|
866779
|
+
|
866780
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-12 16:07:42 -0500
|
866781
|
+
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
866782
|
+
|
866783
|
+
|
866784
|
+
Started GET "/assets/about.js?body=1" for 127.0.0.1 at 2013-02-12 16:07:42 -0500
|
866785
|
+
Served asset /about.js - 304 Not Modified (0ms)
|
866786
|
+
|
866787
|
+
|
866788
|
+
Started GET "/assets/demos.js?body=1" for 127.0.0.1 at 2013-02-12 16:07:42 -0500
|
866789
|
+
Served asset /demos.js - 304 Not Modified (0ms)
|
866790
|
+
|
866791
|
+
|
866792
|
+
Started GET "/assets/docs.js?body=1" for 127.0.0.1 at 2013-02-12 16:07:42 -0500
|
866793
|
+
Served asset /docs.js - 304 Not Modified (0ms)
|
866794
|
+
|
866795
|
+
|
866796
|
+
Started GET "/assets/downloads.js?body=1" for 127.0.0.1 at 2013-02-12 16:07:42 -0500
|
866797
|
+
Served asset /downloads.js - 304 Not Modified (0ms)
|
866798
|
+
|
866799
|
+
|
866800
|
+
Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2013-02-12 16:07:42 -0500
|
866801
|
+
Served asset /home.js - 304 Not Modified (0ms)
|
866802
|
+
|
866803
|
+
|
866804
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-12 16:07:42 -0500
|
866805
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
866806
|
+
|
866807
|
+
|
866808
|
+
Started GET "/assets/cytoplasm/less-1.3.1.min.js?body=1" for 127.0.0.1 at 2013-02-12 16:07:42 -0500
|
866809
|
+
Served asset /cytoplasm/less-1.3.1.min.js - 304 Not Modified (0ms)
|
866810
|
+
|
866811
|
+
|
866812
|
+
Started GET "/assets/cytoplasm/cytoplasm.js?body=1" for 127.0.0.1 at 2013-02-12 16:07:42 -0500
|
866813
|
+
Served asset /cytoplasm/cytoplasm.js - 304 Not Modified (0ms)
|
866814
|
+
|
866815
|
+
|
866816
|
+
Started GET "/assets/cytoplasm/jquery.ba-throttle-debounce.min.js?body=1" for 127.0.0.1 at 2013-02-12 16:07:42 -0500
|
866817
|
+
Served asset /cytoplasm/jquery.ba-throttle-debounce.min.js - 304 Not Modified (0ms)
|
866818
|
+
|
866819
|
+
|
866820
|
+
Started GET "/assets/cytoplasm/jquery.color-2.1.0.min.js?body=1" for 127.0.0.1 at 2013-02-12 16:07:42 -0500
|
866821
|
+
Served asset /cytoplasm/jquery.color-2.1.0.min.js - 304 Not Modified (0ms)
|
866822
|
+
|
866823
|
+
|
866824
|
+
Started GET "/assets/cytoplasm/cytoAjax.js?body=1" for 127.0.0.1 at 2013-02-12 16:07:42 -0500
|
866825
|
+
Served asset /cytoplasm/cytoAjax.js - 304 Not Modified (0ms)
|
866826
|
+
|
866827
|
+
|
866828
|
+
Started GET "/assets/cytoplasm/cytoSelect.js?body=1" for 127.0.0.1 at 2013-02-12 16:07:42 -0500
|
866829
|
+
Served asset /cytoplasm/cytoSelect.js - 304 Not Modified (0ms)
|
866830
|
+
|
866831
|
+
|
866832
|
+
Started GET "/assets/cytoplasm/cytoRadio.js?body=1" for 127.0.0.1 at 2013-02-12 16:07:42 -0500
|
866833
|
+
Served asset /cytoplasm/cytoRadio.js - 304 Not Modified (0ms)
|
866834
|
+
|
866835
|
+
|
866836
|
+
Started GET "/assets/cytoplasm/cytoSlider.js?body=1" for 127.0.0.1 at 2013-02-12 16:07:42 -0500
|
866837
|
+
Served asset /cytoplasm/cytoSlider.js - 304 Not Modified (0ms)
|
866838
|
+
|
866839
|
+
|
866840
|
+
Started GET "/assets/cytoplasm/cytoUpload.js?body=1" for 127.0.0.1 at 2013-02-12 16:07:42 -0500
|
866841
|
+
Served asset /cytoplasm/cytoUpload.js - 304 Not Modified (0ms)
|
866842
|
+
|
866843
|
+
|
866844
|
+
Started GET "/assets/cytoplasm/cytoField.js?body=1" for 127.0.0.1 at 2013-02-12 16:07:42 -0500
|
866845
|
+
Served asset /cytoplasm/cytoField.js - 304 Not Modified (0ms)
|
866846
|
+
|
866847
|
+
|
866848
|
+
Started GET "/assets/cytoplasm/cytoColorPicker.js?body=1" for 127.0.0.1 at 2013-02-12 16:07:42 -0500
|
866849
|
+
Served asset /cytoplasm/cytoColorPicker.js - 304 Not Modified (0ms)
|
866850
|
+
|
866851
|
+
|
866852
|
+
Started GET "/assets/cytoplasm/cytoTable.js?body=1" for 127.0.0.1 at 2013-02-12 16:07:42 -0500
|
866853
|
+
Served asset /cytoplasm/cytoTable.js - 304 Not Modified (0ms)
|
866854
|
+
|
866855
|
+
|
866856
|
+
Started GET "/assets/cytoplasm/cytoLogo.js?body=1" for 127.0.0.1 at 2013-02-12 16:07:42 -0500
|
866857
|
+
Served asset /cytoplasm/cytoLogo.js - 304 Not Modified (0ms)
|
866858
|
+
|
866859
|
+
|
866860
|
+
Started GET "/assets/cytoplasm/cytoMenu.js?body=1" for 127.0.0.1 at 2013-02-12 16:07:42 -0500
|
866861
|
+
Served asset /cytoplasm/cytoMenu.js - 304 Not Modified (0ms)
|
866862
|
+
|
866863
|
+
|
866864
|
+
Started GET "/assets/jquery-ui.js?_=1360703262416" for 127.0.0.1 at 2013-02-12 16:07:42 -0500
|
866865
|
+
Served asset /jquery-ui.js - 200 OK (0ms)
|
866866
|
+
|
866867
|
+
|
866868
|
+
Started POST "/cytoplasm/settings/fetch" for 127.0.0.1 at 2013-02-12 16:07:42 -0500
|
866869
|
+
Processing by Cytoplasm::SettingsController#fetch as */*
|
866870
|
+
WARNING: Can't verify CSRF token authenticity
|
866871
|
+
Rendered text template (0.0ms)
|
866872
|
+
Completed 200 OK in 10ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
866873
|
+
|
866874
|
+
|
866875
|
+
Started GET "/cytoplasm/performance/layout" for 127.0.0.1 at 2013-02-12 16:07:48 -0500
|
866876
|
+
Processing by Cytoplasm::PerformanceController#layout as HTML
|
866877
|
+
Rendered /Applications/XAMPP/xamppfiles/htdocs/cytoplasm/app/views/cytoplasm/performance/layout.html.erb within layouts/application (0.3ms)
|
866878
|
+
Completed 200 OK in 15ms (Views: 14.8ms | ActiveRecord: 0.0ms)
|
866879
|
+
|
866880
|
+
|
866881
|
+
Started GET "/assets/downloads.css?body=1" for 127.0.0.1 at 2013-02-12 16:07:48 -0500
|
866882
|
+
Served asset /downloads.css - 304 Not Modified (0ms)
|
866883
|
+
|
866884
|
+
|
866885
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-12 16:07:48 -0500
|
866886
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
866887
|
+
|
866888
|
+
|
866889
|
+
Started GET "/assets/about.css?body=1" for 127.0.0.1 at 2013-02-12 16:07:48 -0500
|
866890
|
+
Served asset /about.css - 304 Not Modified (0ms)
|
866891
|
+
|
866892
|
+
|
866893
|
+
Started GET "/assets/docs.css?body=1" for 127.0.0.1 at 2013-02-12 16:07:48 -0500
|
866894
|
+
Served asset /docs.css - 304 Not Modified (0ms)
|
866895
|
+
|
866896
|
+
|
866897
|
+
Started GET "/assets/demos.css?body=1" for 127.0.0.1 at 2013-02-12 16:07:48 -0500
|
866898
|
+
Served asset /demos.css - 304 Not Modified (0ms)
|
866899
|
+
|
866900
|
+
|
866901
|
+
Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2013-02-12 16:07:48 -0500
|
866902
|
+
Served asset /home.css - 304 Not Modified (0ms)
|
866903
|
+
|
866904
|
+
|
866905
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-12 16:07:48 -0500
|
866906
|
+
Served asset /jquery.js - 304 Not Modified (0ms)
|
866907
|
+
|
866908
|
+
|
866909
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-12 16:07:48 -0500
|
866910
|
+
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
866911
|
+
|
866912
|
+
|
866913
|
+
Started GET "/assets/about.js?body=1" for 127.0.0.1 at 2013-02-12 16:07:48 -0500
|
866914
|
+
Served asset /about.js - 304 Not Modified (0ms)
|
866915
|
+
|
866916
|
+
|
866917
|
+
Started GET "/assets/demos.js?body=1" for 127.0.0.1 at 2013-02-12 16:07:48 -0500
|
866918
|
+
Served asset /demos.js - 304 Not Modified (0ms)
|
866919
|
+
|
866920
|
+
|
866921
|
+
Started GET "/assets/docs.js?body=1" for 127.0.0.1 at 2013-02-12 16:07:48 -0500
|
866922
|
+
Served asset /docs.js - 304 Not Modified (0ms)
|
866923
|
+
|
866924
|
+
|
866925
|
+
Started GET "/assets/downloads.js?body=1" for 127.0.0.1 at 2013-02-12 16:07:48 -0500
|
866926
|
+
Served asset /downloads.js - 304 Not Modified (0ms)
|
866927
|
+
|
866928
|
+
|
866929
|
+
Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2013-02-12 16:07:48 -0500
|
866930
|
+
Served asset /home.js - 304 Not Modified (0ms)
|
866931
|
+
|
866932
|
+
|
866933
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-12 16:07:48 -0500
|
866934
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
866935
|
+
|
866936
|
+
|
866937
|
+
Started GET "/assets/cytoplasm/less-1.3.1.min.js?body=1" for 127.0.0.1 at 2013-02-12 16:07:48 -0500
|
866938
|
+
Served asset /cytoplasm/less-1.3.1.min.js - 304 Not Modified (0ms)
|
866939
|
+
|
866940
|
+
|
866941
|
+
Started GET "/assets/cytoplasm/cytoplasm.js?body=1" for 127.0.0.1 at 2013-02-12 16:07:48 -0500
|
866942
|
+
Served asset /cytoplasm/cytoplasm.js - 304 Not Modified (0ms)
|
866943
|
+
|
866944
|
+
|
866945
|
+
Started GET "/assets/cytoplasm/jquery.ba-throttle-debounce.min.js?body=1" for 127.0.0.1 at 2013-02-12 16:07:48 -0500
|
866946
|
+
Served asset /cytoplasm/jquery.ba-throttle-debounce.min.js - 304 Not Modified (0ms)
|
866947
|
+
|
866948
|
+
|
866949
|
+
Started GET "/assets/cytoplasm/jquery.color-2.1.0.min.js?body=1" for 127.0.0.1 at 2013-02-12 16:07:48 -0500
|
866950
|
+
Served asset /cytoplasm/jquery.color-2.1.0.min.js - 304 Not Modified (0ms)
|
866951
|
+
|
866952
|
+
|
866953
|
+
Started GET "/assets/cytoplasm/cytoAjax.js?body=1" for 127.0.0.1 at 2013-02-12 16:07:48 -0500
|
866954
|
+
Served asset /cytoplasm/cytoAjax.js - 304 Not Modified (0ms)
|
866955
|
+
|
866956
|
+
|
866957
|
+
Started GET "/assets/cytoplasm/cytoSelect.js?body=1" for 127.0.0.1 at 2013-02-12 16:07:48 -0500
|
866958
|
+
Served asset /cytoplasm/cytoSelect.js - 304 Not Modified (0ms)
|
866959
|
+
|
866960
|
+
|
866961
|
+
Started GET "/assets/cytoplasm/cytoRadio.js?body=1" for 127.0.0.1 at 2013-02-12 16:07:48 -0500
|
866962
|
+
Served asset /cytoplasm/cytoRadio.js - 304 Not Modified (0ms)
|
866963
|
+
|
866964
|
+
|
866965
|
+
Started GET "/assets/cytoplasm/cytoSlider.js?body=1" for 127.0.0.1 at 2013-02-12 16:07:48 -0500
|
866966
|
+
Served asset /cytoplasm/cytoSlider.js - 304 Not Modified (0ms)
|
866967
|
+
|
866968
|
+
|
866969
|
+
Started GET "/assets/cytoplasm/cytoUpload.js?body=1" for 127.0.0.1 at 2013-02-12 16:07:48 -0500
|
866970
|
+
Served asset /cytoplasm/cytoUpload.js - 304 Not Modified (0ms)
|
866971
|
+
|
866972
|
+
|
866973
|
+
Started GET "/assets/cytoplasm/cytoColorPicker.js?body=1" for 127.0.0.1 at 2013-02-12 16:07:48 -0500
|
866974
|
+
Served asset /cytoplasm/cytoColorPicker.js - 304 Not Modified (0ms)
|
866975
|
+
|
866976
|
+
|
866977
|
+
Started GET "/assets/cytoplasm/cytoTable.js?body=1" for 127.0.0.1 at 2013-02-12 16:07:48 -0500
|
866978
|
+
Served asset /cytoplasm/cytoTable.js - 304 Not Modified (0ms)
|
866979
|
+
|
866980
|
+
|
866981
|
+
Started GET "/assets/cytoplasm/cytoField.js?body=1" for 127.0.0.1 at 2013-02-12 16:07:48 -0500
|
866982
|
+
Served asset /cytoplasm/cytoField.js - 304 Not Modified (0ms)
|
866983
|
+
|
866984
|
+
|
866985
|
+
Started GET "/assets/cytoplasm/cytoLogo.js?body=1" for 127.0.0.1 at 2013-02-12 16:07:48 -0500
|
866986
|
+
Served asset /cytoplasm/cytoLogo.js - 304 Not Modified (0ms)
|
866987
|
+
|
866988
|
+
|
866989
|
+
Started GET "/assets/cytoplasm/cytoMenu.js?body=1" for 127.0.0.1 at 2013-02-12 16:07:48 -0500
|
866990
|
+
Served asset /cytoplasm/cytoMenu.js - 304 Not Modified (0ms)
|
866991
|
+
|
866992
|
+
|
866993
|
+
Started GET "/assets/jquery-ui.js?_=1360703268992" for 127.0.0.1 at 2013-02-12 16:07:49 -0500
|
866994
|
+
Served asset /jquery-ui.js - 200 OK (0ms)
|
866995
|
+
|
866996
|
+
|
866997
|
+
Started POST "/cytoplasm/settings/fetch" for 127.0.0.1 at 2013-02-12 16:07:49 -0500
|
866998
|
+
Processing by Cytoplasm::SettingsController#fetch as */*
|
866999
|
+
WARNING: Can't verify CSRF token authenticity
|
867000
|
+
Rendered text template (0.0ms)
|
867001
|
+
Completed 200 OK in 12ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
867002
|
+
|
867003
|
+
|
867004
|
+
Started GET "/assets/jquery-ui.js?_=1360703273103" for 127.0.0.1 at 2013-02-12 16:07:53 -0500
|
867005
|
+
Served asset /jquery-ui.js - 200 OK (0ms)
|
867006
|
+
|
867007
|
+
|
867008
|
+
Started POST "/cytoplasm/settings/fetch" for 127.0.0.1 at 2013-02-12 16:07:53 -0500
|
867009
|
+
Processing by Cytoplasm::SettingsController#fetch as */*
|
867010
|
+
WARNING: Can't verify CSRF token authenticity
|
867011
|
+
Rendered text template (0.0ms)
|
867012
|
+
Completed 200 OK in 9ms (Views: 0.4ms | ActiveRecord: 0.0ms)
|
867013
|
+
|
867014
|
+
|
867015
|
+
Started GET "/assets/cytoplasm/text-underline-color.png" for 127.0.0.1 at 2013-02-12 16:07:53 -0500
|
867016
|
+
Served asset /cytoplasm/text-underline-color.png - 304 Not Modified (0ms)
|
867017
|
+
|
867018
|
+
|
867019
|
+
Started GET "/cytoplasm/transitions/new" for 127.0.0.1 at 2013-02-12 16:07:56 -0500
|
867020
|
+
Processing by Cytoplasm::TransitionsController#new as HTML
|
867021
|
+
Rendered /Applications/XAMPP/xamppfiles/htdocs/cytoplasm/app/views/cytoplasm/transitions/_form.html.erb (0.3ms)
|
867022
|
+
Rendered /Applications/XAMPP/xamppfiles/htdocs/cytoplasm/app/views/cytoplasm/transitions/new.html.erb within layouts/application (46.2ms)
|
867023
|
+
Completed 200 OK in 60ms (Views: 59.8ms | ActiveRecord: 0.0ms)
|
867024
|
+
|
867025
|
+
|
867026
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-12 16:07:56 -0500
|
867027
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
867028
|
+
|
867029
|
+
|
867030
|
+
Started GET "/assets/about.css?body=1" for 127.0.0.1 at 2013-02-12 16:07:56 -0500
|
867031
|
+
Served asset /about.css - 304 Not Modified (0ms)
|
867032
|
+
|
867033
|
+
|
867034
|
+
Started GET "/assets/demos.css?body=1" for 127.0.0.1 at 2013-02-12 16:07:56 -0500
|
867035
|
+
Served asset /demos.css - 304 Not Modified (0ms)
|
867036
|
+
|
867037
|
+
|
867038
|
+
Started GET "/assets/downloads.css?body=1" for 127.0.0.1 at 2013-02-12 16:07:56 -0500
|
867039
|
+
Served asset /downloads.css - 304 Not Modified (0ms)
|
867040
|
+
|
867041
|
+
|
867042
|
+
Started GET "/assets/docs.css?body=1" for 127.0.0.1 at 2013-02-12 16:07:56 -0500
|
867043
|
+
Served asset /docs.css - 304 Not Modified (0ms)
|
867044
|
+
|
867045
|
+
|
867046
|
+
Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2013-02-12 16:07:56 -0500
|
867047
|
+
Served asset /home.css - 304 Not Modified (0ms)
|
867048
|
+
|
867049
|
+
|
867050
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-12 16:07:56 -0500
|
867051
|
+
Served asset /jquery.js - 304 Not Modified (0ms)
|
867052
|
+
|
867053
|
+
|
867054
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-12 16:07:56 -0500
|
867055
|
+
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
867056
|
+
|
867057
|
+
|
867058
|
+
Started GET "/assets/about.js?body=1" for 127.0.0.1 at 2013-02-12 16:07:56 -0500
|
867059
|
+
Served asset /about.js - 304 Not Modified (0ms)
|
867060
|
+
|
867061
|
+
|
867062
|
+
Started GET "/assets/demos.js?body=1" for 127.0.0.1 at 2013-02-12 16:07:56 -0500
|
867063
|
+
Served asset /demos.js - 304 Not Modified (0ms)
|
867064
|
+
|
867065
|
+
|
867066
|
+
Started GET "/assets/docs.js?body=1" for 127.0.0.1 at 2013-02-12 16:07:56 -0500
|
867067
|
+
Served asset /docs.js - 304 Not Modified (0ms)
|
867068
|
+
|
867069
|
+
|
867070
|
+
Started GET "/assets/downloads.js?body=1" for 127.0.0.1 at 2013-02-12 16:07:56 -0500
|
867071
|
+
Served asset /downloads.js - 304 Not Modified (0ms)
|
867072
|
+
|
867073
|
+
|
867074
|
+
Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2013-02-12 16:07:56 -0500
|
867075
|
+
Served asset /home.js - 304 Not Modified (0ms)
|
867076
|
+
|
867077
|
+
|
867078
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-12 16:07:56 -0500
|
867079
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
867080
|
+
|
867081
|
+
|
867082
|
+
Started GET "/assets/cytoplasm/less-1.3.1.min.js?body=1" for 127.0.0.1 at 2013-02-12 16:07:56 -0500
|
867083
|
+
Served asset /cytoplasm/less-1.3.1.min.js - 304 Not Modified (0ms)
|
867084
|
+
|
867085
|
+
|
867086
|
+
Started GET "/assets/cytoplasm/cytoplasm.js?body=1" for 127.0.0.1 at 2013-02-12 16:07:56 -0500
|
867087
|
+
Served asset /cytoplasm/cytoplasm.js - 304 Not Modified (0ms)
|
867088
|
+
|
867089
|
+
|
867090
|
+
Started GET "/assets/cytoplasm/jquery.ba-throttle-debounce.min.js?body=1" for 127.0.0.1 at 2013-02-12 16:07:56 -0500
|
867091
|
+
Served asset /cytoplasm/jquery.ba-throttle-debounce.min.js - 304 Not Modified (0ms)
|
867092
|
+
|
867093
|
+
|
867094
|
+
Started GET "/assets/cytoplasm/jquery.color-2.1.0.min.js?body=1" for 127.0.0.1 at 2013-02-12 16:07:56 -0500
|
867095
|
+
Served asset /cytoplasm/jquery.color-2.1.0.min.js - 304 Not Modified (0ms)
|
867096
|
+
|
867097
|
+
|
867098
|
+
Started GET "/assets/cytoplasm/cytoAjax.js?body=1" for 127.0.0.1 at 2013-02-12 16:07:56 -0500
|
867099
|
+
Served asset /cytoplasm/cytoAjax.js - 304 Not Modified (0ms)
|
867100
|
+
|
867101
|
+
|
867102
|
+
Started GET "/assets/cytoplasm/cytoRadio.js?body=1" for 127.0.0.1 at 2013-02-12 16:07:56 -0500
|
867103
|
+
Served asset /cytoplasm/cytoRadio.js - 304 Not Modified (0ms)
|
867104
|
+
|
867105
|
+
|
867106
|
+
Started GET "/assets/cytoplasm/cytoSelect.js?body=1" for 127.0.0.1 at 2013-02-12 16:07:56 -0500
|
867107
|
+
Served asset /cytoplasm/cytoSelect.js - 304 Not Modified (0ms)
|
867108
|
+
|
867109
|
+
|
867110
|
+
Started GET "/assets/cytoplasm/cytoSlider.js?body=1" for 127.0.0.1 at 2013-02-12 16:07:56 -0500
|
867111
|
+
Served asset /cytoplasm/cytoSlider.js - 304 Not Modified (0ms)
|
867112
|
+
|
867113
|
+
|
867114
|
+
Started GET "/assets/cytoplasm/cytoUpload.js?body=1" for 127.0.0.1 at 2013-02-12 16:07:56 -0500
|
867115
|
+
Served asset /cytoplasm/cytoUpload.js - 304 Not Modified (0ms)
|
867116
|
+
|
867117
|
+
|
867118
|
+
Started GET "/assets/cytoplasm/cytoColorPicker.js?body=1" for 127.0.0.1 at 2013-02-12 16:07:56 -0500
|
867119
|
+
Served asset /cytoplasm/cytoColorPicker.js - 304 Not Modified (0ms)
|
867120
|
+
|
867121
|
+
|
867122
|
+
Started GET "/assets/cytoplasm/cytoField.js?body=1" for 127.0.0.1 at 2013-02-12 16:07:56 -0500
|
867123
|
+
Served asset /cytoplasm/cytoField.js - 304 Not Modified (0ms)
|
867124
|
+
|
867125
|
+
|
867126
|
+
Started GET "/assets/cytoplasm/cytoTable.js?body=1" for 127.0.0.1 at 2013-02-12 16:07:56 -0500
|
867127
|
+
Served asset /cytoplasm/cytoTable.js - 304 Not Modified (0ms)
|
867128
|
+
|
867129
|
+
|
867130
|
+
Started GET "/assets/cytoplasm/cytoLogo.js?body=1" for 127.0.0.1 at 2013-02-12 16:07:56 -0500
|
867131
|
+
Served asset /cytoplasm/cytoLogo.js - 304 Not Modified (0ms)
|
867132
|
+
|
867133
|
+
|
867134
|
+
Started GET "/assets/cytoplasm/cytoMenu.js?body=1" for 127.0.0.1 at 2013-02-12 16:07:56 -0500
|
867135
|
+
Served asset /cytoplasm/cytoMenu.js - 304 Not Modified (0ms)
|
867136
|
+
|
867137
|
+
|
867138
|
+
Started GET "/assets/jquery-ui.js?_=1360703277010" for 127.0.0.1 at 2013-02-12 16:07:57 -0500
|
867139
|
+
Served asset /jquery-ui.js - 200 OK (0ms)
|
867140
|
+
|
867141
|
+
|
867142
|
+
Started POST "/cytoplasm/settings/fetch" for 127.0.0.1 at 2013-02-12 16:07:57 -0500
|
867143
|
+
Processing by Cytoplasm::SettingsController#fetch as */*
|
867144
|
+
WARNING: Can't verify CSRF token authenticity
|
867145
|
+
Rendered text template (0.0ms)
|
867146
|
+
Completed 200 OK in 9ms (Views: 0.4ms | ActiveRecord: 0.0ms)
|
867147
|
+
|
867148
|
+
|
867149
|
+
Started GET "/assets/jquery-ui.js?_=1360703282942" for 127.0.0.1 at 2013-02-12 16:08:03 -0500
|
867150
|
+
Served asset /jquery-ui.js - 200 OK (0ms)
|
867151
|
+
|
867152
|
+
|
867153
|
+
Started POST "/cytoplasm/settings/fetch" for 127.0.0.1 at 2013-02-12 16:08:03 -0500
|
867154
|
+
Processing by Cytoplasm::SettingsController#fetch as */*
|
867155
|
+
WARNING: Can't verify CSRF token authenticity
|
867156
|
+
Rendered text template (0.0ms)
|
867157
|
+
Completed 200 OK in 23ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
867158
|
+
|
867159
|
+
|
867160
|
+
Started GET "/assets/cytoplasm/transition.png" for 127.0.0.1 at 2013-02-12 16:08:28 -0500
|
867161
|
+
Served asset /cytoplasm/transition.png - 304 Not Modified (0ms)
|
867162
|
+
|
867163
|
+
|
867164
|
+
Started GET "/assets/cytoplasm/text-underline-color.png" for 127.0.0.1 at 2013-02-12 16:08:29 -0500
|
867165
|
+
Served asset /cytoplasm/text-underline-color.png - 304 Not Modified (0ms)
|