fuel 0.2.4 → 0.2.5

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: d64baac6b00d9ac2d4afb61ce8922eed9dc903ca
4
- data.tar.gz: 49a0d9db67e0073305e5d0f4d7e349b5b4f60138
3
+ metadata.gz: f310d77050d8cb12755547614ec17f7700a64845
4
+ data.tar.gz: 3995b3f951c1448ea8626173aa7eedaf065575f1
5
5
  SHA512:
6
- metadata.gz: c4d9556816769f07add620cc2fbf041f44db4618049ed194be8aafc86593b1844180383426253413b54715d3958bacf0f231dfaf8b86ac1627a10c53eb9e3daf
7
- data.tar.gz: d1275d8e646ef81b80a0d329d8e5bf118d9756c2ee23d7571a2e000152c291599ced58a8d7eee7041449e2da2987af17ca447b6d35380a5dcb8b1f6196438a3b
6
+ metadata.gz: dcd8663746910f30bd3d2127045929e3d2c5d906d1c777d2db58cb02d119befe7eae3eb00c6ac57349129c5a84733c4adf881c91f416130a5dfc0e2c66f3807a
7
+ data.tar.gz: a99fe6d75c168e68186f1aee3f68e58b61009e7c29079326363de73e159b65a8e72a0ec4fc1e2485577a77202deabf41c64e5ee67a664bd85d15c1bca2fb5a23
data/lib/fuel/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Fuel
2
- VERSION = "0.2.4"
2
+ VERSION = "0.2.5"
3
3
  end
@@ -5,6 +5,8 @@ Fuel.configure do |config|
5
5
  config.layout = "application"
6
6
 
7
7
  # Change title of blog
8
- config.blog_title = "Ryan's Blog"
8
+ #config.blog_title = "Blog"
9
9
 
10
+ # Add Disqus
11
+ config.disqus_name = 'your_disqus_name'
10
12
  end
@@ -23955,3 +23955,127 @@ ActionView::Template::Error (undefined method `disqus_name' for #<Fuel::Configur
23955
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
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
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)
23958
+
23959
+
23960
+ Started GET "/blog/posts/this-is-post-2" for 127.0.0.1 at 2014-04-11 17:39:40 -0500
23961
+ Processing by Fuel::PostsController#show as HTML
23962
+ Parameters: {"id"=>"this-is-post-2"}
23963
+ Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-post-2' LIMIT 1
23964
+ Completed 500 Internal Server Error in 7ms
23965
+
23966
+ NoMethodError (undefined method `disqus_name' for #<Fuel::Configuration:0x007fd23369dab8>):
23967
+ /Users/ryanfrancis/Documents/LaunchPad/fuel/app/controllers/fuel/posts_controller.rb:21:in `show'
23968
+ actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
23969
+ actionpack (4.1.0) lib/abstract_controller/base.rb:189:in `process_action'
23970
+ actionpack (4.1.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
23971
+ actionpack (4.1.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
23972
+ activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call'
23973
+ activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call'
23974
+ activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `block in halting'
23975
+ activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `call'
23976
+ activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `run_callbacks'
23977
+ actionpack (4.1.0) lib/abstract_controller/callbacks.rb:19:in `process_action'
23978
+ actionpack (4.1.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
23979
+ actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
23980
+ activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument'
23981
+ activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
23982
+ activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument'
23983
+ actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
23984
+ actionpack (4.1.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
23985
+ activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
23986
+ actionpack (4.1.0) lib/abstract_controller/base.rb:136:in `process'
23987
+ actionview (4.1.0) lib/action_view/rendering.rb:30:in `process'
23988
+ actionpack (4.1.0) lib/action_controller/metal.rb:195:in `dispatch'
23989
+ actionpack (4.1.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
23990
+ actionpack (4.1.0) lib/action_controller/metal.rb:231:in `block in action'
23991
+ actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `call'
23992
+ actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
23993
+ actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:48:in `call'
23994
+ actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
23995
+ actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each'
23996
+ actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call'
23997
+ actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call'
23998
+ railties (4.1.0) lib/rails/engine.rb:514:in `call'
23999
+ railties (4.1.0) lib/rails/railtie.rb:194:in `public_send'
24000
+ railties (4.1.0) lib/rails/railtie.rb:194:in `method_missing'
24001
+ actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
24002
+ actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each'
24003
+ actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call'
24004
+ actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call'
24005
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
24006
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
24007
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
24008
+ actionpack (4.1.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
24009
+ actionpack (4.1.0) lib/action_dispatch/middleware/flash.rb:254:in `call'
24010
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
24011
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
24012
+ actionpack (4.1.0) lib/action_dispatch/middleware/cookies.rb:560:in `call'
24013
+ activerecord (4.1.0) lib/active_record/query_cache.rb:36:in `call'
24014
+ activerecord (4.1.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call'
24015
+ actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
24016
+ activesupport (4.1.0) lib/active_support/callbacks.rb:82:in `run_callbacks'
24017
+ actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
24018
+ actionpack (4.1.0) lib/action_dispatch/middleware/reloader.rb:73:in `call'
24019
+ actionpack (4.1.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
24020
+ actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
24021
+ actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
24022
+ railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app'
24023
+ railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call'
24024
+ activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged'
24025
+ activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged'
24026
+ activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged'
24027
+ railties (4.1.0) lib/rails/rack/logger.rb:20:in `call'
24028
+ actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
24029
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
24030
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
24031
+ activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
24032
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
24033
+ actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call'
24034
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
24035
+ railties (4.1.0) lib/rails/engine.rb:514:in `call'
24036
+ railties (4.1.0) lib/rails/application.rb:144:in `call'
24037
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
24038
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
24039
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
24040
+ /Users/ryanfrancis/.rbenv/versions/2.1.0/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
24041
+ /Users/ryanfrancis/.rbenv/versions/2.1.0/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
24042
+ /Users/ryanfrancis/.rbenv/versions/2.1.0/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
24043
+
24044
+
24045
+ 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/_source.erb (0.6ms)
24046
+ 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)
24047
+ 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.4ms)
24048
+ 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/diagnostics.erb within rescues/layout (15.2ms)
24049
+
24050
+
24051
+ Started GET "/" for 127.0.0.1 at 2014-04-11 17:41:31 -0500
24052
+ Processing by Rails::WelcomeController#index as HTML
24053
+ Rendered /Users/ryanfrancis/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/railties-4.1.0/lib/rails/templates/rails/welcome/index.html.erb (1.9ms)
24054
+ Completed 200 OK in 9ms (Views: 8.5ms | ActiveRecord: 0.0ms)
24055
+
24056
+
24057
+ Started GET "/blog" for 127.0.0.1 at 2014-04-11 17:41:35 -0500
24058
+ Processing by Fuel::PostsController#index as HTML
24059
+  (0.2ms) SELECT COUNT(*) FROM "fuel_posts" WHERE "fuel_posts"."published" = 't'
24060
+ 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
24061
+ Rendered /Users/ryanfrancis/Documents/LaunchPad/fuel/app/views/fuel/posts/_post.html.erb (0.9ms)
24062
+ Rendered /Users/ryanfrancis/Documents/LaunchPad/fuel/app/views/fuel/posts/_post.html.erb (0.2ms)
24063
+ Rendered /Users/ryanfrancis/Documents/LaunchPad/fuel/app/views/fuel/posts/_post.html.erb (0.2ms)
24064
+ Rendered /Users/ryanfrancis/Documents/LaunchPad/fuel/app/views/fuel/posts/index.html.erb within layouts/application (27.3ms)
24065
+ Completed 200 OK in 79ms (Views: 46.6ms | ActiveRecord: 2.2ms)
24066
+
24067
+
24068
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-04-11 17:41:35 -0500
24069
+
24070
+
24071
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-04-11 17:41:35 -0500
24072
+
24073
+
24074
+ Started GET "/blog/posts/test-title" for 127.0.0.1 at 2014-04-11 17:41:36 -0500
24075
+ Processing by Fuel::PostsController#show as HTML
24076
+ Parameters: {"id"=>"test-title"}
24077
+ Fuel::Post Load (0.2ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'test-title' LIMIT 1
24078
+ Rendered /Users/ryanfrancis/Documents/LaunchPad/fuel/app/views/fuel/posts/_post.html.erb (0.2ms)
24079
+ Rendered /Users/ryanfrancis/Documents/LaunchPad/fuel/app/views/fuel/posts/_disqus.html.erb (0.5ms)
24080
+ Rendered /Users/ryanfrancis/Documents/LaunchPad/fuel/app/views/fuel/posts/show.html.erb within layouts/application (3.3ms)
24081
+ Completed 200 OK in 8ms (Views: 6.5ms | ActiveRecord: 0.2ms)
@@ -1 +1 @@
1
- 91629
1
+ 96098
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.4
4
+ version: 0.2.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryan Francis
@@ -163,6 +163,9 @@ files:
163
163
  - test/dummy/tmp/cache/assets/development/sprockets/014dac3985653ba3455824e5bdaf93bd
164
164
  - test/dummy/tmp/cache/assets/development/sprockets/03ac2f751ed77389257433b768f934c3
165
165
  - test/dummy/tmp/cache/assets/development/sprockets/05c5819ebb446d33153d21337d3a20ad
166
+ - test/dummy/tmp/cache/assets/development/sprockets/13fe41fee1fe35b49d145bcc06610705
167
+ - test/dummy/tmp/cache/assets/development/sprockets/2f5173deea6c795b8fdde723bb4b63af
168
+ - test/dummy/tmp/cache/assets/development/sprockets/357970feca3ac29060c1e3861e2c0953
166
169
  - test/dummy/tmp/cache/assets/development/sprockets/3ebee12608c20315d8de4675220e3d04
167
170
  - test/dummy/tmp/cache/assets/development/sprockets/741e06bd7a3e5bc32d44a86b156237b4
168
171
  - test/dummy/tmp/cache/assets/development/sprockets/7cb8cf7fca54a9d0c860db5e7a874fa9
@@ -175,9 +178,12 @@ files:
175
178
  - test/dummy/tmp/cache/assets/development/sprockets/bfa298bb2836528bc682672f2a549707
176
179
  - test/dummy/tmp/cache/assets/development/sprockets/c21e7a5dd39166b6f02a10131e7b60a5
177
180
  - test/dummy/tmp/cache/assets/development/sprockets/c78d634ffc32ae4fadbe52ac7ca08aac
181
+ - test/dummy/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994
182
+ - test/dummy/tmp/cache/assets/development/sprockets/d771ace226fc8215a3572e0aa35bb0d6
178
183
  - test/dummy/tmp/cache/assets/development/sprockets/d7fb93600298f6787c9defd51a75aeb5
179
184
  - test/dummy/tmp/cache/assets/development/sprockets/d9ff247d231468f7dc28844500bc20aa
180
185
  - test/dummy/tmp/cache/assets/development/sprockets/f089ae120c22843da39b636bfc4b8e01
186
+ - test/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655
181
187
  - test/dummy/tmp/pids/server.pid
182
188
  - test/fixtures/fuel/posts.yml
183
189
  - test/fuel_test.rb
@@ -252,6 +258,9 @@ test_files:
252
258
  - test/dummy/tmp/cache/assets/development/sprockets/014dac3985653ba3455824e5bdaf93bd
253
259
  - test/dummy/tmp/cache/assets/development/sprockets/03ac2f751ed77389257433b768f934c3
254
260
  - test/dummy/tmp/cache/assets/development/sprockets/05c5819ebb446d33153d21337d3a20ad
261
+ - test/dummy/tmp/cache/assets/development/sprockets/13fe41fee1fe35b49d145bcc06610705
262
+ - test/dummy/tmp/cache/assets/development/sprockets/2f5173deea6c795b8fdde723bb4b63af
263
+ - test/dummy/tmp/cache/assets/development/sprockets/357970feca3ac29060c1e3861e2c0953
255
264
  - test/dummy/tmp/cache/assets/development/sprockets/3ebee12608c20315d8de4675220e3d04
256
265
  - test/dummy/tmp/cache/assets/development/sprockets/741e06bd7a3e5bc32d44a86b156237b4
257
266
  - test/dummy/tmp/cache/assets/development/sprockets/7cb8cf7fca54a9d0c860db5e7a874fa9
@@ -264,9 +273,12 @@ test_files:
264
273
  - test/dummy/tmp/cache/assets/development/sprockets/bfa298bb2836528bc682672f2a549707
265
274
  - test/dummy/tmp/cache/assets/development/sprockets/c21e7a5dd39166b6f02a10131e7b60a5
266
275
  - test/dummy/tmp/cache/assets/development/sprockets/c78d634ffc32ae4fadbe52ac7ca08aac
276
+ - test/dummy/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994
277
+ - test/dummy/tmp/cache/assets/development/sprockets/d771ace226fc8215a3572e0aa35bb0d6
267
278
  - test/dummy/tmp/cache/assets/development/sprockets/d7fb93600298f6787c9defd51a75aeb5
268
279
  - test/dummy/tmp/cache/assets/development/sprockets/d9ff247d231468f7dc28844500bc20aa
269
280
  - test/dummy/tmp/cache/assets/development/sprockets/f089ae120c22843da39b636bfc4b8e01
281
+ - test/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655
270
282
  - test/dummy/tmp/pids/server.pid
271
283
  - test/fixtures/fuel/posts.yml
272
284
  - test/fuel_test.rb