cytoplasm 0.0.4 → 0.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/lib/cytoplasm.rb CHANGED
@@ -113,7 +113,7 @@ module Cytoplasm
113
113
  # Dependencies
114
114
  @dependencies = {
115
115
  :css => [
116
-
116
+ "cytoplasm"
117
117
  ],
118
118
  :js => [
119
119
  'less-1.3.1.min.js',
@@ -1,3 +1,3 @@
1
1
  module Cytoplasm
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
@@ -2,7 +2,6 @@
2
2
  <html>
3
3
  <head>
4
4
  <title>Dummy</title>
5
- <%=stylesheet_link_tag "cytoplasm/cytoplasm-"+Time.now.to_i.to_s, :media => "all", :cache => false%>
6
5
  <%=stylesheet_link_tag *Cytoplasm.css, :media => "all", :cache => false %>
7
6
  <%=stylesheet_link_tag "application", :media => "all" %>
8
7
 
@@ -178557,3 +178557,474 @@ Completed 200 OK in 19ms (Views: 12.0ms | ActiveRecord: 0.0ms)
178557
178557
 
178558
178558
  Started GET "/assets/cytoplasm/triangle-medium-circle-1.png" for 127.0.0.1 at 2012-12-29 16:50:07 -0500
178559
178559
  Served asset /cytoplasm/triangle-medium-circle-1.png - 304 Not Modified (2ms)
178560
+
178561
+
178562
+ Started GET "/" for 127.0.0.1 at 2012-12-29 17:30:21 -0500
178563
+ Connecting to database specified by database.yml
178564
+ Processing by HomeController#index as HTML
178565
+ Rendered home/index.html.erb within layouts/application (8.8ms)
178566
+ Completed 200 OK in 558ms (Views: 512.4ms | ActiveRecord: 0.0ms)
178567
+
178568
+
178569
+ Started GET "/assets/cytoplasm/cytoplasm-1356820222.css" for 127.0.0.1 at 2012-12-29 17:30:23 -0500
178570
+ Served asset /cytoplasm/cytoplasm-1356820222.css - 200 OK (31ms)
178571
+
178572
+
178573
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-12-29 17:30:23 -0500
178574
+ Served asset /application.css - 304 Not Modified (8ms)
178575
+
178576
+
178577
+ Started GET "/assets/about.css?body=1" for 127.0.0.1 at 2012-12-29 17:30:23 -0500
178578
+ Served asset /about.css - 304 Not Modified (1ms)
178579
+
178580
+
178581
+ Started GET "/assets/docs.css?body=1" for 127.0.0.1 at 2012-12-29 17:30:23 -0500
178582
+ Served asset /docs.css - 304 Not Modified (3ms)
178583
+
178584
+
178585
+ Started GET "/assets/downloads.css?body=1" for 127.0.0.1 at 2012-12-29 17:30:23 -0500
178586
+ Served asset /downloads.css - 304 Not Modified (3ms)
178587
+
178588
+
178589
+ Started GET "/assets/demos.css?body=1" for 127.0.0.1 at 2012-12-29 17:30:23 -0500
178590
+ Served asset /demos.css - 304 Not Modified (1ms)
178591
+
178592
+
178593
+ Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2012-12-29 17:30:23 -0500
178594
+ Served asset /home.css - 304 Not Modified (1ms)
178595
+
178596
+
178597
+ Started GET "/assets/cytoplasm/cytoTable.js?body=1" for 127.0.0.1 at 2012-12-29 17:30:23 -0500
178598
+ Served asset /cytoplasm/cytoTable.js - 304 Not Modified (2ms)
178599
+
178600
+
178601
+ Started GET "/assets/jquery-ui.js?_=1356820223459" for 127.0.0.1 at 2012-12-29 17:30:23 -0500
178602
+ Served asset /jquery-ui.js - 200 OK (75ms)
178603
+
178604
+
178605
+ Started GET "/assets/cytoplasm/triangle-medium-circle-1.png" for 127.0.0.1 at 2012-12-29 17:30:23 -0500
178606
+ Served asset /cytoplasm/triangle-medium-circle-1.png - 200 OK (100ms)
178607
+
178608
+
178609
+ Started GET "/" for 127.0.0.1 at 2012-12-29 17:52:17 -0500
178610
+ Connecting to database specified by database.yml
178611
+ Processing by HomeController#index as HTML
178612
+ Rendered home/index.html.erb within layouts/application (25.6ms)
178613
+ Completed 200 OK in 594ms (Views: 579.3ms | ActiveRecord: 0.0ms)
178614
+
178615
+
178616
+ Started GET "/assets/cytoplasm/cytoplasm/cytoplasm.css" for 127.0.0.1 at 2012-12-29 17:52:19 -0500
178617
+ Served asset /cytoplasm/cytoplasm/cytoplasm.css - 404 Not Found (3ms)
178618
+
178619
+ ActionController::RoutingError (No route matches [GET] "/assets/cytoplasm/cytoplasm/cytoplasm.css"):
178620
+ actionpack (3.2.9) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
178621
+ actionpack (3.2.9) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
178622
+ railties (3.2.9) lib/rails/rack/logger.rb:32:in `call_app'
178623
+ railties (3.2.9) lib/rails/rack/logger.rb:16:in `block in call'
178624
+ activesupport (3.2.9) lib/active_support/tagged_logging.rb:22:in `tagged'
178625
+ railties (3.2.9) lib/rails/rack/logger.rb:16:in `call'
178626
+ actionpack (3.2.9) lib/action_dispatch/middleware/request_id.rb:22:in `call'
178627
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
178628
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
178629
+ activesupport (3.2.9) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
178630
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
178631
+ actionpack (3.2.9) lib/action_dispatch/middleware/static.rb:62:in `call'
178632
+ railties (3.2.9) lib/rails/engine.rb:479:in `call'
178633
+ railties (3.2.9) lib/rails/application.rb:223:in `call'
178634
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
178635
+ railties (3.2.9) lib/rails/rack/log_tailer.rb:17:in `call'
178636
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
178637
+ /Users/smit1625/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
178638
+ /Users/smit1625/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
178639
+ /Users/smit1625/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
178640
+
178641
+
178642
+ Rendered /Users/smit1625/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms)
178643
+
178644
+
178645
+ Started GET "/assets/demos.css?body=1" for 127.0.0.1 at 2012-12-29 17:52:19 -0500
178646
+ Served asset /demos.css - 304 Not Modified (1ms)
178647
+
178648
+
178649
+ Started GET "/assets/about.css?body=1" for 127.0.0.1 at 2012-12-29 17:52:19 -0500
178650
+ Served asset /about.css - 304 Not Modified (2ms)
178651
+
178652
+
178653
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-12-29 17:52:19 -0500
178654
+ Served asset /application.css - 304 Not Modified (6ms)
178655
+
178656
+
178657
+ Started GET "/assets/docs.css?body=1" for 127.0.0.1 at 2012-12-29 17:52:19 -0500
178658
+ Served asset /docs.css - 304 Not Modified (2ms)
178659
+
178660
+
178661
+ Started GET "/assets/downloads.css?body=1" for 127.0.0.1 at 2012-12-29 17:52:19 -0500
178662
+ Served asset /downloads.css - 304 Not Modified (1ms)
178663
+
178664
+
178665
+ Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2012-12-29 17:52:19 -0500
178666
+ Served asset /home.css - 304 Not Modified (1ms)
178667
+
178668
+
178669
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-29 17:52:19 -0500
178670
+ Served asset /jquery.js - 304 Not Modified (82ms)
178671
+
178672
+
178673
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-29 17:52:19 -0500
178674
+ Served asset /jquery_ujs.js - 304 Not Modified (4ms)
178675
+
178676
+
178677
+ Started GET "/assets/about.js?body=1" for 127.0.0.1 at 2012-12-29 17:52:19 -0500
178678
+ Served asset /about.js - 304 Not Modified (1ms)
178679
+
178680
+
178681
+ Started GET "/assets/demos.js?body=1" for 127.0.0.1 at 2012-12-29 17:52:19 -0500
178682
+ Served asset /demos.js - 304 Not Modified (1ms)
178683
+
178684
+
178685
+ Started GET "/assets/docs.js?body=1" for 127.0.0.1 at 2012-12-29 17:52:19 -0500
178686
+ Served asset /docs.js - 304 Not Modified (1ms)
178687
+
178688
+
178689
+ Started GET "/assets/downloads.js?body=1" for 127.0.0.1 at 2012-12-29 17:52:19 -0500
178690
+ Served asset /downloads.js - 304 Not Modified (1ms)
178691
+
178692
+
178693
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-12-29 17:52:19 -0500
178694
+ Served asset /home.js - 304 Not Modified (1ms)
178695
+
178696
+
178697
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-12-29 17:52:19 -0500
178698
+ Served asset /application.js - 304 Not Modified (10ms)
178699
+
178700
+
178701
+ Started GET "/assets/cytoplasm/less-1.3.1.min.js?body=1" for 127.0.0.1 at 2012-12-29 17:52:19 -0500
178702
+ Served asset /cytoplasm/less-1.3.1.min.js - 304 Not Modified (22ms)
178703
+
178704
+
178705
+ Started GET "/assets/cytoplasm/cytoplasm.js?body=1" for 127.0.0.1 at 2012-12-29 17:52:19 -0500
178706
+ Served asset /cytoplasm/cytoplasm.js - 304 Not Modified (4ms)
178707
+
178708
+
178709
+ Started GET "/assets/cytoplasm/jquery.ba-throttle-debounce.min.js?body=1" for 127.0.0.1 at 2012-12-29 17:52:19 -0500
178710
+ Served asset /cytoplasm/jquery.ba-throttle-debounce.min.js - 304 Not Modified (2ms)
178711
+
178712
+
178713
+ Started GET "/assets/cytoplasm/jquery.color.js?body=1" for 127.0.0.1 at 2012-12-29 17:52:19 -0500
178714
+ Served asset /cytoplasm/jquery.color.js - 304 Not Modified (2ms)
178715
+
178716
+
178717
+ Started GET "/assets/cytoplasm/cytoAjax.js?body=1" for 127.0.0.1 at 2012-12-29 17:52:19 -0500
178718
+ Served asset /cytoplasm/cytoAjax.js - 304 Not Modified (2ms)
178719
+
178720
+
178721
+ Started GET "/assets/cytoplasm/cytoSelect.js?body=1" for 127.0.0.1 at 2012-12-29 17:52:19 -0500
178722
+ Served asset /cytoplasm/cytoSelect.js - 304 Not Modified (4ms)
178723
+
178724
+
178725
+ Started GET "/assets/cytoplasm/cytoRadio.js?body=1" for 127.0.0.1 at 2012-12-29 17:52:19 -0500
178726
+ Served asset /cytoplasm/cytoRadio.js - 304 Not Modified (2ms)
178727
+
178728
+
178729
+ Started GET "/assets/cytoplasm/cytoSlider.js?body=1" for 127.0.0.1 at 2012-12-29 17:52:19 -0500
178730
+ Served asset /cytoplasm/cytoSlider.js - 304 Not Modified (4ms)
178731
+
178732
+
178733
+ Started GET "/assets/cytoplasm/cytoUpload.js?body=1" for 127.0.0.1 at 2012-12-29 17:52:19 -0500
178734
+ Served asset /cytoplasm/cytoUpload.js - 304 Not Modified (2ms)
178735
+
178736
+
178737
+ Started GET "/assets/cytoplasm/cytoColorPicker.js?body=1" for 127.0.0.1 at 2012-12-29 17:52:19 -0500
178738
+ Served asset /cytoplasm/cytoColorPicker.js - 304 Not Modified (2ms)
178739
+
178740
+
178741
+ Started GET "/assets/cytoplasm/cytoTable.js?body=1" for 127.0.0.1 at 2012-12-29 17:52:19 -0500
178742
+ Served asset /cytoplasm/cytoTable.js - 304 Not Modified (2ms)
178743
+
178744
+
178745
+ Started GET "/assets/jquery-ui.js?_=1356821539762" for 127.0.0.1 at 2012-12-29 17:52:19 -0500
178746
+ Served asset /jquery-ui.js - 200 OK (33ms)
178747
+
178748
+
178749
+ Started GET "/cytoplasm/settings/fetch" for 127.0.0.1 at 2012-12-29 17:52:20 -0500
178750
+ Processing by Cytoplasm::SettingsController#fetch as HTML
178751
+ Rendered text template (0.0ms)
178752
+ Completed 200 OK in 43ms (Views: 38.0ms | ActiveRecord: 0.0ms)
178753
+
178754
+
178755
+ Started GET "/assets/cytoplasm/triangle-medium-circle-1.png" for 127.0.0.1 at 2012-12-29 17:52:20 -0500
178756
+ Served asset /cytoplasm/triangle-medium-circle-1.png - 304 Not Modified (9ms)
178757
+
178758
+
178759
+ Started GET "/" for 127.0.0.1 at 2012-12-29 17:52:37 -0500
178760
+ Processing by HomeController#index as HTML
178761
+ Rendered home/index.html.erb within layouts/application (0.0ms)
178762
+ Completed 200 OK in 19ms (Views: 15.8ms | ActiveRecord: 0.0ms)
178763
+
178764
+
178765
+ Started GET "/assets/cytoplasm/cytoplasm/cytoplasm.css" for 127.0.0.1 at 2012-12-29 17:52:37 -0500
178766
+ Served asset /cytoplasm/cytoplasm/cytoplasm.css - 404 Not Found (5ms)
178767
+
178768
+ ActionController::RoutingError (No route matches [GET] "/assets/cytoplasm/cytoplasm/cytoplasm.css"):
178769
+ actionpack (3.2.9) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
178770
+ actionpack (3.2.9) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
178771
+ railties (3.2.9) lib/rails/rack/logger.rb:32:in `call_app'
178772
+ railties (3.2.9) lib/rails/rack/logger.rb:16:in `block in call'
178773
+ activesupport (3.2.9) lib/active_support/tagged_logging.rb:22:in `tagged'
178774
+ railties (3.2.9) lib/rails/rack/logger.rb:16:in `call'
178775
+ actionpack (3.2.9) lib/action_dispatch/middleware/request_id.rb:22:in `call'
178776
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
178777
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
178778
+ activesupport (3.2.9) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
178779
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
178780
+ actionpack (3.2.9) lib/action_dispatch/middleware/static.rb:62:in `call'
178781
+ railties (3.2.9) lib/rails/engine.rb:479:in `call'
178782
+ railties (3.2.9) lib/rails/application.rb:223:in `call'
178783
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
178784
+ railties (3.2.9) lib/rails/rack/log_tailer.rb:17:in `call'
178785
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
178786
+ /Users/smit1625/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
178787
+ /Users/smit1625/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
178788
+ /Users/smit1625/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
178789
+
178790
+
178791
+ Rendered /Users/smit1625/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms)
178792
+
178793
+
178794
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-12-29 17:52:37 -0500
178795
+ Served asset /application.css - 304 Not Modified (0ms)
178796
+
178797
+
178798
+ Started GET "/assets/about.css?body=1" for 127.0.0.1 at 2012-12-29 17:52:37 -0500
178799
+ Served asset /about.css - 304 Not Modified (0ms)
178800
+
178801
+
178802
+ Started GET "/assets/docs.css?body=1" for 127.0.0.1 at 2012-12-29 17:52:37 -0500
178803
+ Served asset /docs.css - 304 Not Modified (0ms)
178804
+
178805
+
178806
+ Started GET "/assets/downloads.css?body=1" for 127.0.0.1 at 2012-12-29 17:52:37 -0500
178807
+ Served asset /downloads.css - 304 Not Modified (0ms)
178808
+
178809
+
178810
+ Started GET "/assets/demos.css?body=1" for 127.0.0.1 at 2012-12-29 17:52:37 -0500
178811
+ Served asset /demos.css - 304 Not Modified (0ms)
178812
+
178813
+
178814
+ Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2012-12-29 17:52:37 -0500
178815
+ Served asset /home.css - 304 Not Modified (0ms)
178816
+
178817
+
178818
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-29 17:52:37 -0500
178819
+ Served asset /jquery.js - 304 Not Modified (0ms)
178820
+
178821
+
178822
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-29 17:52:37 -0500
178823
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
178824
+
178825
+
178826
+ Started GET "/assets/about.js?body=1" for 127.0.0.1 at 2012-12-29 17:52:37 -0500
178827
+ Served asset /about.js - 304 Not Modified (0ms)
178828
+
178829
+
178830
+ Started GET "/assets/demos.js?body=1" for 127.0.0.1 at 2012-12-29 17:52:37 -0500
178831
+ Served asset /demos.js - 304 Not Modified (0ms)
178832
+
178833
+
178834
+ Started GET "/assets/docs.js?body=1" for 127.0.0.1 at 2012-12-29 17:52:37 -0500
178835
+ Served asset /docs.js - 304 Not Modified (0ms)
178836
+
178837
+
178838
+ Started GET "/assets/downloads.js?body=1" for 127.0.0.1 at 2012-12-29 17:52:37 -0500
178839
+ Served asset /downloads.js - 304 Not Modified (0ms)
178840
+
178841
+
178842
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-12-29 17:52:37 -0500
178843
+ Served asset /home.js - 304 Not Modified (0ms)
178844
+
178845
+
178846
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-12-29 17:52:37 -0500
178847
+ Served asset /application.js - 304 Not Modified (0ms)
178848
+
178849
+
178850
+ Started GET "/assets/cytoplasm/less-1.3.1.min.js?body=1" for 127.0.0.1 at 2012-12-29 17:52:37 -0500
178851
+ Served asset /cytoplasm/less-1.3.1.min.js - 304 Not Modified (0ms)
178852
+
178853
+
178854
+ Started GET "/assets/cytoplasm/cytoplasm.js?body=1" for 127.0.0.1 at 2012-12-29 17:52:37 -0500
178855
+ Served asset /cytoplasm/cytoplasm.js - 304 Not Modified (0ms)
178856
+
178857
+
178858
+ Started GET "/assets/cytoplasm/jquery.ba-throttle-debounce.min.js?body=1" for 127.0.0.1 at 2012-12-29 17:52:37 -0500
178859
+ Served asset /cytoplasm/jquery.ba-throttle-debounce.min.js - 304 Not Modified (0ms)
178860
+
178861
+
178862
+ Started GET "/assets/cytoplasm/jquery.color.js?body=1" for 127.0.0.1 at 2012-12-29 17:52:37 -0500
178863
+ Served asset /cytoplasm/jquery.color.js - 304 Not Modified (0ms)
178864
+
178865
+
178866
+ Started GET "/assets/cytoplasm/cytoAjax.js?body=1" for 127.0.0.1 at 2012-12-29 17:52:37 -0500
178867
+ Served asset /cytoplasm/cytoAjax.js - 304 Not Modified (0ms)
178868
+
178869
+
178870
+ Started GET "/assets/cytoplasm/cytoSelect.js?body=1" for 127.0.0.1 at 2012-12-29 17:52:37 -0500
178871
+ Served asset /cytoplasm/cytoSelect.js - 304 Not Modified (0ms)
178872
+
178873
+
178874
+ Started GET "/assets/cytoplasm/cytoRadio.js?body=1" for 127.0.0.1 at 2012-12-29 17:52:37 -0500
178875
+ Served asset /cytoplasm/cytoRadio.js - 304 Not Modified (0ms)
178876
+
178877
+
178878
+ Started GET "/assets/cytoplasm/cytoUpload.js?body=1" for 127.0.0.1 at 2012-12-29 17:52:37 -0500
178879
+ Served asset /cytoplasm/cytoUpload.js - 304 Not Modified (0ms)
178880
+
178881
+
178882
+ Started GET "/assets/cytoplasm/cytoSlider.js?body=1" for 127.0.0.1 at 2012-12-29 17:52:37 -0500
178883
+ Served asset /cytoplasm/cytoSlider.js - 304 Not Modified (0ms)
178884
+
178885
+
178886
+ Started GET "/assets/cytoplasm/cytoColorPicker.js?body=1" for 127.0.0.1 at 2012-12-29 17:52:37 -0500
178887
+ Served asset /cytoplasm/cytoColorPicker.js - 304 Not Modified (0ms)
178888
+
178889
+
178890
+ Started GET "/assets/cytoplasm/cytoTable.js?body=1" for 127.0.0.1 at 2012-12-29 17:52:37 -0500
178891
+ Served asset /cytoplasm/cytoTable.js - 304 Not Modified (0ms)
178892
+
178893
+
178894
+ Started GET "/assets/jquery-ui.js?_=1356821558068" for 127.0.0.1 at 2012-12-29 17:52:38 -0500
178895
+ Served asset /jquery-ui.js - 200 OK (0ms)
178896
+
178897
+
178898
+ Started GET "/cytoplasm/settings/fetch" for 127.0.0.1 at 2012-12-29 17:52:38 -0500
178899
+ Processing by Cytoplasm::SettingsController#fetch as HTML
178900
+ Rendered text template (0.0ms)
178901
+ Completed 200 OK in 5ms (Views: 0.4ms | ActiveRecord: 0.0ms)
178902
+
178903
+
178904
+ Started GET "/assets/cytoplasm/triangle-medium-circle-1.png" for 127.0.0.1 at 2012-12-29 17:52:38 -0500
178905
+ Served asset /cytoplasm/triangle-medium-circle-1.png - 304 Not Modified (0ms)
178906
+
178907
+
178908
+ Started GET "/" for 127.0.0.1 at 2012-12-29 17:52:44 -0500
178909
+ Connecting to database specified by database.yml
178910
+ Processing by HomeController#index as HTML
178911
+ Rendered home/index.html.erb within layouts/application (1.5ms)
178912
+ Completed 200 OK in 125ms (Views: 121.8ms | ActiveRecord: 0.0ms)
178913
+
178914
+
178915
+ Started GET "/assets/cytoplasm/cytoplasm.css?body=1" for 127.0.0.1 at 2012-12-29 17:52:45 -0500
178916
+ Served asset /cytoplasm/cytoplasm.css - 200 OK (2ms)
178917
+
178918
+
178919
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-12-29 17:52:45 -0500
178920
+ Served asset /application.css - 304 Not Modified (8ms)
178921
+
178922
+
178923
+ Started GET "/assets/docs.css?body=1" for 127.0.0.1 at 2012-12-29 17:52:45 -0500
178924
+ Served asset /docs.css - 304 Not Modified (1ms)
178925
+
178926
+
178927
+ Started GET "/assets/demos.css?body=1" for 127.0.0.1 at 2012-12-29 17:52:45 -0500
178928
+ Served asset /demos.css - 304 Not Modified (1ms)
178929
+
178930
+
178931
+ Started GET "/assets/about.css?body=1" for 127.0.0.1 at 2012-12-29 17:52:45 -0500
178932
+ Served asset /about.css - 304 Not Modified (2ms)
178933
+
178934
+
178935
+ Started GET "/assets/downloads.css?body=1" for 127.0.0.1 at 2012-12-29 17:52:45 -0500
178936
+ Served asset /downloads.css - 304 Not Modified (2ms)
178937
+
178938
+
178939
+ Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2012-12-29 17:52:45 -0500
178940
+ Served asset /home.css - 304 Not Modified (1ms)
178941
+
178942
+
178943
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-29 17:52:45 -0500
178944
+ Served asset /jquery_ujs.js - 304 Not Modified (3ms)
178945
+
178946
+
178947
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-29 17:52:45 -0500
178948
+ Served asset /jquery.js - 304 Not Modified (5ms)
178949
+
178950
+
178951
+ Started GET "/assets/about.js?body=1" for 127.0.0.1 at 2012-12-29 17:52:45 -0500
178952
+ Served asset /about.js - 304 Not Modified (1ms)
178953
+
178954
+
178955
+ Started GET "/assets/demos.js?body=1" for 127.0.0.1 at 2012-12-29 17:52:45 -0500
178956
+ Served asset /demos.js - 304 Not Modified (1ms)
178957
+
178958
+
178959
+ Started GET "/assets/docs.js?body=1" for 127.0.0.1 at 2012-12-29 17:52:45 -0500
178960
+ Served asset /docs.js - 304 Not Modified (1ms)
178961
+
178962
+
178963
+ Started GET "/assets/downloads.js?body=1" for 127.0.0.1 at 2012-12-29 17:52:45 -0500
178964
+ Served asset /downloads.js - 304 Not Modified (1ms)
178965
+
178966
+
178967
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-12-29 17:52:45 -0500
178968
+ Served asset /home.js - 304 Not Modified (1ms)
178969
+
178970
+
178971
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-12-29 17:52:45 -0500
178972
+ Served asset /application.js - 304 Not Modified (11ms)
178973
+
178974
+
178975
+ Started GET "/assets/cytoplasm/less-1.3.1.min.js?body=1" for 127.0.0.1 at 2012-12-29 17:52:45 -0500
178976
+ Served asset /cytoplasm/less-1.3.1.min.js - 304 Not Modified (3ms)
178977
+
178978
+
178979
+ Started GET "/assets/cytoplasm/cytoplasm.js?body=1" for 127.0.0.1 at 2012-12-29 17:52:45 -0500
178980
+ Served asset /cytoplasm/cytoplasm.js - 304 Not Modified (26ms)
178981
+
178982
+
178983
+ Started GET "/assets/cytoplasm/jquery.ba-throttle-debounce.min.js?body=1" for 127.0.0.1 at 2012-12-29 17:52:45 -0500
178984
+ Served asset /cytoplasm/jquery.ba-throttle-debounce.min.js - 304 Not Modified (2ms)
178985
+
178986
+
178987
+ Started GET "/assets/cytoplasm/jquery.color.js?body=1" for 127.0.0.1 at 2012-12-29 17:52:45 -0500
178988
+ Served asset /cytoplasm/jquery.color.js - 304 Not Modified (3ms)
178989
+
178990
+
178991
+ Started GET "/assets/cytoplasm/cytoAjax.js?body=1" for 127.0.0.1 at 2012-12-29 17:52:45 -0500
178992
+ Served asset /cytoplasm/cytoAjax.js - 304 Not Modified (2ms)
178993
+
178994
+
178995
+ Started GET "/assets/cytoplasm/cytoSelect.js?body=1" for 127.0.0.1 at 2012-12-29 17:52:45 -0500
178996
+ Served asset /cytoplasm/cytoSelect.js - 304 Not Modified (3ms)
178997
+
178998
+
178999
+ Started GET "/assets/cytoplasm/cytoRadio.js?body=1" for 127.0.0.1 at 2012-12-29 17:52:45 -0500
179000
+ Served asset /cytoplasm/cytoRadio.js - 304 Not Modified (3ms)
179001
+
179002
+
179003
+ Started GET "/assets/cytoplasm/cytoSlider.js?body=1" for 127.0.0.1 at 2012-12-29 17:52:45 -0500
179004
+ Served asset /cytoplasm/cytoSlider.js - 304 Not Modified (2ms)
179005
+
179006
+
179007
+ Started GET "/assets/cytoplasm/cytoUpload.js?body=1" for 127.0.0.1 at 2012-12-29 17:52:45 -0500
179008
+ Served asset /cytoplasm/cytoUpload.js - 304 Not Modified (2ms)
179009
+
179010
+
179011
+ Started GET "/assets/cytoplasm/cytoColorPicker.js?body=1" for 127.0.0.1 at 2012-12-29 17:52:45 -0500
179012
+ Served asset /cytoplasm/cytoColorPicker.js - 304 Not Modified (2ms)
179013
+
179014
+
179015
+ Started GET "/assets/cytoplasm/cytoTable.js?body=1" for 127.0.0.1 at 2012-12-29 17:52:45 -0500
179016
+ Served asset /cytoplasm/cytoTable.js - 304 Not Modified (3ms)
179017
+
179018
+
179019
+ Started GET "/assets/jquery-ui.js?_=1356821565661" for 127.0.0.1 at 2012-12-29 17:52:45 -0500
179020
+ Served asset /jquery-ui.js - 200 OK (4ms)
179021
+
179022
+
179023
+ Started GET "/cytoplasm/settings/fetch" for 127.0.0.1 at 2012-12-29 17:52:46 -0500
179024
+ Processing by Cytoplasm::SettingsController#fetch as HTML
179025
+ Rendered text template (0.0ms)
179026
+ Completed 200 OK in 7ms (Views: 1.8ms | ActiveRecord: 0.0ms)
179027
+
179028
+
179029
+ Started GET "/assets/cytoplasm/triangle-medium-circle-1.png" for 127.0.0.1 at 2012-12-29 17:52:46 -0500
179030
+ Served asset /cytoplasm/triangle-medium-circle-1.png - 304 Not Modified (2ms)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cytoplasm
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -91,6 +91,22 @@ dependencies:
91
91
  - - ! '>='
92
92
  - !ruby/object:Gem::Version
93
93
  version: '0'
94
+ - !ruby/object:Gem::Dependency
95
+ name: therubyracer
96
+ requirement: !ruby/object:Gem::Requirement
97
+ none: false
98
+ requirements:
99
+ - - ! '>='
100
+ - !ruby/object:Gem::Version
101
+ version: '0'
102
+ type: :runtime
103
+ prerelease: false
104
+ version_requirements: !ruby/object:Gem::Requirement
105
+ none: false
106
+ requirements:
107
+ - - ! '>='
108
+ - !ruby/object:Gem::Version
109
+ version: '0'
94
110
  - !ruby/object:Gem::Dependency
95
111
  name: sqlite3
96
112
  requirement: !ruby/object:Gem::Requirement
@@ -314,7 +330,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
314
330
  version: '0'
315
331
  segments:
316
332
  - 0
317
- hash: -1820072742247691250
333
+ hash: -3777933825290357100
318
334
  required_rubygems_version: !ruby/object:Gem::Requirement
319
335
  none: false
320
336
  requirements:
@@ -323,7 +339,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
323
339
  version: '0'
324
340
  segments:
325
341
  - 0
326
- hash: -1820072742247691250
342
+ hash: -3777933825290357100
327
343
  requirements: []
328
344
  rubyforge_project:
329
345
  rubygems_version: 1.8.24