fuel 0.2.3 → 0.2.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 74fdd15d857ffd2a40c7415998a40bc8e7889400
4
- data.tar.gz: 77a1fff5aebe6f8a171cce49309da2bb54b78889
3
+ metadata.gz: d64baac6b00d9ac2d4afb61ce8922eed9dc903ca
4
+ data.tar.gz: 49a0d9db67e0073305e5d0f4d7e349b5b4f60138
5
5
  SHA512:
6
- metadata.gz: cb9557654cc0ef77979a2cfedf20f4b844aa601692c63a3ab826b889644bb1cc1bf6e0359947cbe4171f49da96e844d1aaccd221008cf44ef869fe2a44684cb7
7
- data.tar.gz: fbc4b067bc200bfc245bccf7612ed9fc7a0879ffd75cec23bf18d7f955aa3faeda49906e05f480c14bc5379f65808650a6a9569aea309f08e9ef4ca2e0c6ba25
6
+ metadata.gz: c4d9556816769f07add620cc2fbf041f44db4618049ed194be8aafc86593b1844180383426253413b54715d3958bacf0f231dfaf8b86ac1627a10c53eb9e3daf
7
+ data.tar.gz: d1275d8e646ef81b80a0d329d8e5bf118d9756c2ee23d7571a2e000152c291599ced58a8d7eee7041449e2da2987af17ca447b6d35380a5dcb8b1f6196438a3b
@@ -18,6 +18,7 @@ module Fuel
18
18
  # delete || Fuel::Post.find_by_id(params[:id]) once done testing pagination
19
19
  @post = Fuel::Post.find_by_slug(params[:id]) || Fuel::Post.find_by_id(params[:id])
20
20
  @title = truncate_on_space(@post.title, 70)
21
+ @disqus_name = Fuel.configuration.disqus_name
21
22
  end
22
23
 
23
24
  private
@@ -7,6 +7,6 @@
7
7
  <%= render 'post', post: @post %>
8
8
  </article>
9
9
  <div class="disqus-area">
10
- <%= render 'disqus' if Fuel.configuration.disqus_name %>
10
+ <%= render 'disqus' if @disqus_name %>
11
11
  </div>
12
12
  </div>
data/lib/fuel/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Fuel
2
- VERSION = "0.2.3"
2
+ VERSION = "0.2.4"
3
3
  end
@@ -23528,3 +23528,430 @@ Started GET "/assets/fuel/posts.js?body=1" for 127.0.0.1 at 2014-04-11 16:47:55
23528
23528
 
23529
23529
 
23530
23530
  Started GET "/assets/fuel/application.js?body=1" for 127.0.0.1 at 2014-04-11 16:47:55 -0500
23531
+
23532
+
23533
+ Started GET "/blog/posts" for 127.0.0.1 at 2014-04-11 17:34:01 -0500
23534
+ Processing by Fuel::PostsController#index as HTML
23535
+  (0.1ms) SELECT COUNT(*) FROM "fuel_posts" WHERE "fuel_posts"."published" = 't'
23536
+ Fuel::Post Load (0.3ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."published" = 't' ORDER BY created_at DESC LIMIT 5 OFFSET 0
23537
+ Rendered /Users/ryanfrancis/Documents/LaunchPad/fuel/app/views/fuel/posts/_post.html.erb (0.8ms)
23538
+ Rendered /Users/ryanfrancis/Documents/LaunchPad/fuel/app/views/fuel/posts/_post.html.erb (0.3ms)
23539
+ Rendered /Users/ryanfrancis/Documents/LaunchPad/fuel/app/views/fuel/posts/_post.html.erb (0.2ms)
23540
+ Rendered /Users/ryanfrancis/Documents/LaunchPad/fuel/app/views/fuel/posts/index.html.erb within layouts/fuel/application (15.1ms)
23541
+ Completed 200 OK in 26ms (Views: 23.4ms | ActiveRecord: 0.8ms)
23542
+
23543
+
23544
+ Started GET "/assets/fuel/application.css?body=1" for 127.0.0.1 at 2014-04-11 17:34:01 -0500
23545
+
23546
+
23547
+ Started GET "/assets/fuel/posts.js?body=1" for 127.0.0.1 at 2014-04-11 17:34:01 -0500
23548
+
23549
+
23550
+ Started GET "/assets/fuel/application.js?body=1" for 127.0.0.1 at 2014-04-11 17:34:01 -0500
23551
+
23552
+
23553
+ Started GET "/blog/posts" for 127.0.0.1 at 2014-04-11 17:34:04 -0500
23554
+ Processing by Fuel::PostsController#index as HTML
23555
+  (0.2ms) SELECT COUNT(*) FROM "fuel_posts" WHERE "fuel_posts"."published" = 't'
23556
+ Fuel::Post Load (0.2ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."published" = 't' ORDER BY created_at DESC LIMIT 5 OFFSET 0
23557
+ Rendered /Users/ryanfrancis/Documents/LaunchPad/fuel/app/views/fuel/posts/_post.html.erb (0.2ms)
23558
+ Rendered /Users/ryanfrancis/Documents/LaunchPad/fuel/app/views/fuel/posts/_post.html.erb (0.3ms)
23559
+ Rendered /Users/ryanfrancis/Documents/LaunchPad/fuel/app/views/fuel/posts/_post.html.erb (0.2ms)
23560
+ Rendered /Users/ryanfrancis/Documents/LaunchPad/fuel/app/views/fuel/posts/index.html.erb within layouts/fuel/application (7.1ms)
23561
+ Completed 200 OK in 11ms (Views: 10.6ms | ActiveRecord: 0.4ms)
23562
+
23563
+
23564
+ Started GET "/assets/fuel/posts.js?body=1" for 127.0.0.1 at 2014-04-11 17:34:04 -0500
23565
+
23566
+
23567
+ Started GET "/assets/fuel/application.js?body=1" for 127.0.0.1 at 2014-04-11 17:34:04 -0500
23568
+
23569
+
23570
+ Started GET "/blog/posts/this-is-post-2" for 127.0.0.1 at 2014-04-11 17:34:06 -0500
23571
+ Processing by Fuel::PostsController#show as HTML
23572
+ Parameters: {"id"=>"this-is-post-2"}
23573
+ Fuel::Post Load (0.2ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-post-2' LIMIT 1
23574
+ Rendered /Users/ryanfrancis/Documents/LaunchPad/fuel/app/views/fuel/posts/_post.html.erb (0.3ms)
23575
+ Rendered /Users/ryanfrancis/Documents/LaunchPad/fuel/app/views/fuel/posts/show.html.erb within layouts/fuel/application (5.2ms)
23576
+ Completed 500 Internal Server Error in 9ms
23577
+
23578
+ ActionView::Template::Error (undefined method `disqus_name' for #<Fuel::Configuration:0x007fd23369dab8>):
23579
+ 7: <%= render 'post', post: @post %>
23580
+ 8: </article>
23581
+ 9: <div class="disqus-area">
23582
+ 10: <%= render 'disqus' if Fuel.configuration.disqus_name %>
23583
+ 11: </div>
23584
+ 12: </div>
23585
+ /Users/ryanfrancis/Documents/LaunchPad/fuel/app/views/fuel/posts/show.html.erb:10:in `___sers_ryanfrancis__ocuments__aunch_ad_fuel_app_views_fuel_posts_show_html_erb__4212536756531418749_70270418645540'
23586
+ actionview (4.1.0) lib/action_view/template.rb:145:in `block in render'
23587
+ activesupport (4.1.0) lib/active_support/notifications.rb:161:in `instrument'
23588
+ actionview (4.1.0) lib/action_view/template.rb:339:in `instrument'
23589
+ actionview (4.1.0) lib/action_view/template.rb:143:in `render'
23590
+ actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template'
23591
+ actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
23592
+ activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument'
23593
+ activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
23594
+ activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument'
23595
+ actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
23596
+ actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template'
23597
+ actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout'
23598
+ actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:53:in `render_template'
23599
+ actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:17:in `render'
23600
+ actionview (4.1.0) lib/action_view/renderer/renderer.rb:42:in `render_template'
23601
+ actionview (4.1.0) lib/action_view/renderer/renderer.rb:23:in `render'
23602
+ actionview (4.1.0) lib/action_view/rendering.rb:99:in `_render_template'
23603
+ actionpack (4.1.0) lib/action_controller/metal/streaming.rb:217:in `_render_template'
23604
+ actionview (4.1.0) lib/action_view/rendering.rb:82:in `render_to_body'
23605
+ actionpack (4.1.0) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
23606
+ actionpack (4.1.0) lib/action_controller/metal/renderers.rb:32:in `render_to_body'
23607
+ actionpack (4.1.0) lib/abstract_controller/rendering.rb:25:in `render'
23608
+ actionpack (4.1.0) lib/action_controller/metal/rendering.rb:16:in `render'
23609
+ actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
23610
+ activesupport (4.1.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
23611
+ /Users/ryanfrancis/.rbenv/versions/2.1.0/lib/ruby/2.1.0/benchmark.rb:294:in `realtime'
23612
+ activesupport (4.1.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
23613
+ actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
23614
+ actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
23615
+ activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
23616
+ actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
23617
+ actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
23618
+ actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
23619
+ actionpack (4.1.0) lib/abstract_controller/base.rb:189:in `process_action'
23620
+ actionpack (4.1.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
23621
+ actionpack (4.1.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
23622
+ activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call'
23623
+ activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call'
23624
+ activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `block in halting'
23625
+ activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `call'
23626
+ activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `run_callbacks'
23627
+ actionpack (4.1.0) lib/abstract_controller/callbacks.rb:19:in `process_action'
23628
+ actionpack (4.1.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
23629
+ actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
23630
+ activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument'
23631
+ activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
23632
+ activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument'
23633
+ actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
23634
+ actionpack (4.1.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
23635
+ activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
23636
+ actionpack (4.1.0) lib/abstract_controller/base.rb:136:in `process'
23637
+ actionview (4.1.0) lib/action_view/rendering.rb:30:in `process'
23638
+ actionpack (4.1.0) lib/action_controller/metal.rb:195:in `dispatch'
23639
+ actionpack (4.1.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
23640
+ actionpack (4.1.0) lib/action_controller/metal.rb:231:in `block in action'
23641
+ actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `call'
23642
+ actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
23643
+ actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:48:in `call'
23644
+ actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
23645
+ actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each'
23646
+ actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call'
23647
+ actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call'
23648
+ railties (4.1.0) lib/rails/engine.rb:514:in `call'
23649
+ railties (4.1.0) lib/rails/railtie.rb:194:in `public_send'
23650
+ railties (4.1.0) lib/rails/railtie.rb:194:in `method_missing'
23651
+ actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
23652
+ actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each'
23653
+ actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call'
23654
+ actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call'
23655
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
23656
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
23657
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
23658
+ actionpack (4.1.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
23659
+ actionpack (4.1.0) lib/action_dispatch/middleware/flash.rb:254:in `call'
23660
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
23661
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
23662
+ actionpack (4.1.0) lib/action_dispatch/middleware/cookies.rb:560:in `call'
23663
+ activerecord (4.1.0) lib/active_record/query_cache.rb:36:in `call'
23664
+ activerecord (4.1.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call'
23665
+ actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
23666
+ activesupport (4.1.0) lib/active_support/callbacks.rb:82:in `run_callbacks'
23667
+ actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
23668
+ actionpack (4.1.0) lib/action_dispatch/middleware/reloader.rb:73:in `call'
23669
+ actionpack (4.1.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
23670
+ actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
23671
+ actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
23672
+ railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app'
23673
+ railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call'
23674
+ activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged'
23675
+ activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged'
23676
+ activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged'
23677
+ railties (4.1.0) lib/rails/rack/logger.rb:20:in `call'
23678
+ actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
23679
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
23680
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
23681
+ activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
23682
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
23683
+ actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call'
23684
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
23685
+ railties (4.1.0) lib/rails/engine.rb:514:in `call'
23686
+ railties (4.1.0) lib/rails/application.rb:144:in `call'
23687
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
23688
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
23689
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
23690
+ /Users/ryanfrancis/.rbenv/versions/2.1.0/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
23691
+ /Users/ryanfrancis/.rbenv/versions/2.1.0/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
23692
+ /Users/ryanfrancis/.rbenv/versions/2.1.0/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
23693
+
23694
+
23695
+ Rendered /Users/ryanfrancis/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms)
23696
+ Rendered /Users/ryanfrancis/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms)
23697
+ Rendered /Users/ryanfrancis/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (13.2ms)
23698
+
23699
+
23700
+ Started GET "/blog/posts/this-is-post-2" for 127.0.0.1 at 2014-04-11 17:36:44 -0500
23701
+ Processing by Fuel::PostsController#show as HTML
23702
+ Parameters: {"id"=>"this-is-post-2"}
23703
+ Fuel::Post Load (0.2ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-post-2' LIMIT 1
23704
+ Rendered /Users/ryanfrancis/Documents/LaunchPad/fuel/app/views/fuel/posts/_post.html.erb (0.3ms)
23705
+ Rendered /Users/ryanfrancis/Documents/LaunchPad/fuel/app/views/fuel/posts/show.html.erb within layouts/fuel/application (2.5ms)
23706
+ Completed 500 Internal Server Error in 6ms
23707
+
23708
+ ActionView::Template::Error (undefined method `disqus_name' for #<Fuel::Configuration:0x007fd23369dab8>):
23709
+ 7: <%= render 'post', post: @post %>
23710
+ 8: </article>
23711
+ 9: <div class="disqus-area">
23712
+ 10: <%= render 'disqus' if Fuel.configuration.disqus_name %>
23713
+ 11: </div>
23714
+ 12: </div>
23715
+ /Users/ryanfrancis/Documents/LaunchPad/fuel/app/views/fuel/posts/show.html.erb:10:in `___sers_ryanfrancis__ocuments__aunch_ad_fuel_app_views_fuel_posts_show_html_erb__4212536756531418749_70270418645540'
23716
+ actionview (4.1.0) lib/action_view/template.rb:145:in `block in render'
23717
+ activesupport (4.1.0) lib/active_support/notifications.rb:161:in `instrument'
23718
+ actionview (4.1.0) lib/action_view/template.rb:339:in `instrument'
23719
+ actionview (4.1.0) lib/action_view/template.rb:143:in `render'
23720
+ actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template'
23721
+ actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
23722
+ activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument'
23723
+ activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
23724
+ activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument'
23725
+ actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
23726
+ actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template'
23727
+ actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout'
23728
+ actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:53:in `render_template'
23729
+ actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:17:in `render'
23730
+ actionview (4.1.0) lib/action_view/renderer/renderer.rb:42:in `render_template'
23731
+ actionview (4.1.0) lib/action_view/renderer/renderer.rb:23:in `render'
23732
+ actionview (4.1.0) lib/action_view/rendering.rb:99:in `_render_template'
23733
+ actionpack (4.1.0) lib/action_controller/metal/streaming.rb:217:in `_render_template'
23734
+ actionview (4.1.0) lib/action_view/rendering.rb:82:in `render_to_body'
23735
+ actionpack (4.1.0) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
23736
+ actionpack (4.1.0) lib/action_controller/metal/renderers.rb:32:in `render_to_body'
23737
+ actionpack (4.1.0) lib/abstract_controller/rendering.rb:25:in `render'
23738
+ actionpack (4.1.0) lib/action_controller/metal/rendering.rb:16:in `render'
23739
+ actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
23740
+ activesupport (4.1.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
23741
+ /Users/ryanfrancis/.rbenv/versions/2.1.0/lib/ruby/2.1.0/benchmark.rb:294:in `realtime'
23742
+ activesupport (4.1.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
23743
+ actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
23744
+ actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
23745
+ activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
23746
+ actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
23747
+ actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
23748
+ actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
23749
+ actionpack (4.1.0) lib/abstract_controller/base.rb:189:in `process_action'
23750
+ actionpack (4.1.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
23751
+ actionpack (4.1.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
23752
+ activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call'
23753
+ activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call'
23754
+ activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `block in halting'
23755
+ activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `call'
23756
+ activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `run_callbacks'
23757
+ actionpack (4.1.0) lib/abstract_controller/callbacks.rb:19:in `process_action'
23758
+ actionpack (4.1.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
23759
+ actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
23760
+ activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument'
23761
+ activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
23762
+ activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument'
23763
+ actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
23764
+ actionpack (4.1.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
23765
+ activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
23766
+ actionpack (4.1.0) lib/abstract_controller/base.rb:136:in `process'
23767
+ actionview (4.1.0) lib/action_view/rendering.rb:30:in `process'
23768
+ actionpack (4.1.0) lib/action_controller/metal.rb:195:in `dispatch'
23769
+ actionpack (4.1.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
23770
+ actionpack (4.1.0) lib/action_controller/metal.rb:231:in `block in action'
23771
+ actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `call'
23772
+ actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
23773
+ actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:48:in `call'
23774
+ actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
23775
+ actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each'
23776
+ actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call'
23777
+ actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call'
23778
+ railties (4.1.0) lib/rails/engine.rb:514:in `call'
23779
+ railties (4.1.0) lib/rails/railtie.rb:194:in `public_send'
23780
+ railties (4.1.0) lib/rails/railtie.rb:194:in `method_missing'
23781
+ actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
23782
+ actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each'
23783
+ actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call'
23784
+ actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call'
23785
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
23786
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
23787
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
23788
+ actionpack (4.1.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
23789
+ actionpack (4.1.0) lib/action_dispatch/middleware/flash.rb:254:in `call'
23790
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
23791
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
23792
+ actionpack (4.1.0) lib/action_dispatch/middleware/cookies.rb:560:in `call'
23793
+ activerecord (4.1.0) lib/active_record/query_cache.rb:36:in `call'
23794
+ activerecord (4.1.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call'
23795
+ actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
23796
+ activesupport (4.1.0) lib/active_support/callbacks.rb:82:in `run_callbacks'
23797
+ actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
23798
+ actionpack (4.1.0) lib/action_dispatch/middleware/reloader.rb:73:in `call'
23799
+ actionpack (4.1.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
23800
+ actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
23801
+ actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
23802
+ railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app'
23803
+ railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call'
23804
+ activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged'
23805
+ activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged'
23806
+ activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged'
23807
+ railties (4.1.0) lib/rails/rack/logger.rb:20:in `call'
23808
+ actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
23809
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
23810
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
23811
+ activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
23812
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
23813
+ actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call'
23814
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
23815
+ railties (4.1.0) lib/rails/engine.rb:514:in `call'
23816
+ railties (4.1.0) lib/rails/application.rb:144:in `call'
23817
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
23818
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
23819
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
23820
+ /Users/ryanfrancis/.rbenv/versions/2.1.0/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
23821
+ /Users/ryanfrancis/.rbenv/versions/2.1.0/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
23822
+ /Users/ryanfrancis/.rbenv/versions/2.1.0/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
23823
+
23824
+
23825
+ Rendered /Users/ryanfrancis/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms)
23826
+ Rendered /Users/ryanfrancis/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms)
23827
+ Rendered /Users/ryanfrancis/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (10.6ms)
23828
+
23829
+
23830
+ Started GET "/blog/posts/this-is-post-2" for 127.0.0.1 at 2014-04-11 17:36:45 -0500
23831
+ Processing by Fuel::PostsController#show as HTML
23832
+ Parameters: {"id"=>"this-is-post-2"}
23833
+ Fuel::Post Load (0.2ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-post-2' LIMIT 1
23834
+ Rendered /Users/ryanfrancis/Documents/LaunchPad/fuel/app/views/fuel/posts/_post.html.erb (0.3ms)
23835
+ Rendered /Users/ryanfrancis/Documents/LaunchPad/fuel/app/views/fuel/posts/show.html.erb within layouts/fuel/application (2.4ms)
23836
+ Completed 500 Internal Server Error in 6ms
23837
+
23838
+ ActionView::Template::Error (undefined method `disqus_name' for #<Fuel::Configuration:0x007fd23369dab8>):
23839
+ 7: <%= render 'post', post: @post %>
23840
+ 8: </article>
23841
+ 9: <div class="disqus-area">
23842
+ 10: <%= render 'disqus' if Fuel.configuration.disqus_name %>
23843
+ 11: </div>
23844
+ 12: </div>
23845
+ /Users/ryanfrancis/Documents/LaunchPad/fuel/app/views/fuel/posts/show.html.erb:10:in `___sers_ryanfrancis__ocuments__aunch_ad_fuel_app_views_fuel_posts_show_html_erb__4212536756531418749_70270418645540'
23846
+ actionview (4.1.0) lib/action_view/template.rb:145:in `block in render'
23847
+ activesupport (4.1.0) lib/active_support/notifications.rb:161:in `instrument'
23848
+ actionview (4.1.0) lib/action_view/template.rb:339:in `instrument'
23849
+ actionview (4.1.0) lib/action_view/template.rb:143:in `render'
23850
+ actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template'
23851
+ actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
23852
+ activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument'
23853
+ activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
23854
+ activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument'
23855
+ actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
23856
+ actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template'
23857
+ actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout'
23858
+ actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:53:in `render_template'
23859
+ actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:17:in `render'
23860
+ actionview (4.1.0) lib/action_view/renderer/renderer.rb:42:in `render_template'
23861
+ actionview (4.1.0) lib/action_view/renderer/renderer.rb:23:in `render'
23862
+ actionview (4.1.0) lib/action_view/rendering.rb:99:in `_render_template'
23863
+ actionpack (4.1.0) lib/action_controller/metal/streaming.rb:217:in `_render_template'
23864
+ actionview (4.1.0) lib/action_view/rendering.rb:82:in `render_to_body'
23865
+ actionpack (4.1.0) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
23866
+ actionpack (4.1.0) lib/action_controller/metal/renderers.rb:32:in `render_to_body'
23867
+ actionpack (4.1.0) lib/abstract_controller/rendering.rb:25:in `render'
23868
+ actionpack (4.1.0) lib/action_controller/metal/rendering.rb:16:in `render'
23869
+ actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
23870
+ activesupport (4.1.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
23871
+ /Users/ryanfrancis/.rbenv/versions/2.1.0/lib/ruby/2.1.0/benchmark.rb:294:in `realtime'
23872
+ activesupport (4.1.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
23873
+ actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
23874
+ actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
23875
+ activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
23876
+ actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
23877
+ actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
23878
+ actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
23879
+ actionpack (4.1.0) lib/abstract_controller/base.rb:189:in `process_action'
23880
+ actionpack (4.1.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
23881
+ actionpack (4.1.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
23882
+ activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call'
23883
+ activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call'
23884
+ activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `block in halting'
23885
+ activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `call'
23886
+ activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `run_callbacks'
23887
+ actionpack (4.1.0) lib/abstract_controller/callbacks.rb:19:in `process_action'
23888
+ actionpack (4.1.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
23889
+ actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
23890
+ activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument'
23891
+ activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
23892
+ activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument'
23893
+ actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
23894
+ actionpack (4.1.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
23895
+ activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
23896
+ actionpack (4.1.0) lib/abstract_controller/base.rb:136:in `process'
23897
+ actionview (4.1.0) lib/action_view/rendering.rb:30:in `process'
23898
+ actionpack (4.1.0) lib/action_controller/metal.rb:195:in `dispatch'
23899
+ actionpack (4.1.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
23900
+ actionpack (4.1.0) lib/action_controller/metal.rb:231:in `block in action'
23901
+ actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `call'
23902
+ actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
23903
+ actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:48:in `call'
23904
+ actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
23905
+ actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each'
23906
+ actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call'
23907
+ actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call'
23908
+ railties (4.1.0) lib/rails/engine.rb:514:in `call'
23909
+ railties (4.1.0) lib/rails/railtie.rb:194:in `public_send'
23910
+ railties (4.1.0) lib/rails/railtie.rb:194:in `method_missing'
23911
+ actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
23912
+ actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each'
23913
+ actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call'
23914
+ actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call'
23915
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
23916
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
23917
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
23918
+ actionpack (4.1.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
23919
+ actionpack (4.1.0) lib/action_dispatch/middleware/flash.rb:254:in `call'
23920
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
23921
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
23922
+ actionpack (4.1.0) lib/action_dispatch/middleware/cookies.rb:560:in `call'
23923
+ activerecord (4.1.0) lib/active_record/query_cache.rb:36:in `call'
23924
+ activerecord (4.1.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call'
23925
+ actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
23926
+ activesupport (4.1.0) lib/active_support/callbacks.rb:82:in `run_callbacks'
23927
+ actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
23928
+ actionpack (4.1.0) lib/action_dispatch/middleware/reloader.rb:73:in `call'
23929
+ actionpack (4.1.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
23930
+ actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
23931
+ actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
23932
+ railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app'
23933
+ railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call'
23934
+ activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged'
23935
+ activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged'
23936
+ activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged'
23937
+ railties (4.1.0) lib/rails/rack/logger.rb:20:in `call'
23938
+ actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
23939
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
23940
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
23941
+ activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
23942
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
23943
+ actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call'
23944
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
23945
+ railties (4.1.0) lib/rails/engine.rb:514:in `call'
23946
+ railties (4.1.0) lib/rails/application.rb:144:in `call'
23947
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
23948
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
23949
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
23950
+ /Users/ryanfrancis/.rbenv/versions/2.1.0/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
23951
+ /Users/ryanfrancis/.rbenv/versions/2.1.0/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
23952
+ /Users/ryanfrancis/.rbenv/versions/2.1.0/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
23953
+
23954
+
23955
+ Rendered /Users/ryanfrancis/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms)
23956
+ Rendered /Users/ryanfrancis/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms)
23957
+ Rendered /Users/ryanfrancis/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (8.8ms)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fuel
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.3
4
+ version: 0.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryan Francis