static_blocks 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -6,7 +6,7 @@ module StaticBlocks
6
6
  # GET /static_blocks.json
7
7
  def index
8
8
  @search = StaticBlock.search(params[:q])
9
- @static_blocks = @search.result.page(params[:page]).per(10)
9
+ @static_blocks = @search.result.per_page_kaminari(params[:page]).per(10)
10
10
 
11
11
  respond_to do |format|
12
12
  format.html # index.html.erb
@@ -0,0 +1,3 @@
1
+ Kaminari.configure do |config|
2
+ config.page_method_name = :per_page_kaminari
3
+ end
@@ -1,3 +1,3 @@
1
1
  module StaticBlocks
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
@@ -63327,3 +63327,477 @@ Served asset /bootstrap-wysihtml5/index.js - 304 Not Modified (0ms)
63327
63327
 
63328
63328
  Started GET "/assets/static_blocks/application.js?body=1" for 127.0.0.1 at 2013-06-24 16:33:09 -0700
63329
63329
  Served asset /static_blocks/application.js - 304 Not Modified (0ms)
63330
+ Connecting to database specified by database.yml
63331
+
63332
+
63333
+ Started GET "/" for 127.0.0.1 at 2013-06-25 20:48:10 -0700
63334
+
63335
+
63336
+ Started GET "/en/info/index" for 127.0.0.1 at 2013-06-25 20:48:10 -0700
63337
+ Processing by InfoController#index as HTML
63338
+ Parameters: {"locale"=>"en"}
63339
+ Rendered info/index.html.erb within layouts/application (4.7ms)
63340
+ Completed 200 OK in 81ms (Views: 79.1ms | ActiveRecord: 0.0ms)
63341
+
63342
+
63343
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-25 20:48:10 -0700
63344
+ Served asset /application.css - 200 OK (7ms)
63345
+
63346
+
63347
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-25 20:48:10 -0700
63348
+ Served asset /jquery.js - 200 OK (31ms)
63349
+
63350
+
63351
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-25 20:48:10 -0700
63352
+ Served asset /jquery_ujs.js - 304 Not Modified (3ms)
63353
+
63354
+
63355
+ Started GET "/assets/info.css?body=1" for 127.0.0.1 at 2013-06-25 20:48:10 -0700
63356
+ Served asset /info.css - 304 Not Modified (1ms)
63357
+
63358
+
63359
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-25 20:48:10 -0700
63360
+ Served asset /application.js - 304 Not Modified (3ms)
63361
+
63362
+
63363
+ Started GET "/assets/info.js?body=1" for 127.0.0.1 at 2013-06-25 20:48:10 -0700
63364
+ Served asset /info.js - 200 OK (1ms)
63365
+
63366
+
63367
+ Started GET "/static_blocks_admin" for 127.0.0.1 at 2013-06-25 20:48:14 -0700
63368
+ Processing by StaticBlocks::StaticBlocksController#index as HTML
63369
+ StaticBlocks::StaticBlock Load (0.2ms) SELECT "static_blocks_static_blocks".* FROM "static_blocks_static_blocks" 
63370
+ StaticBlocks::StaticBlock::Translation Load (0.1ms) SELECT "static_blocks_static_block_translations".* FROM "static_blocks_static_block_translations" WHERE "static_blocks_static_block_translations"."static_blocks_static_block_id" = 1
63371
+ StaticBlocks::StaticBlock::Translation Load (0.2ms) SELECT "static_blocks_static_block_translations".* FROM "static_blocks_static_block_translations" WHERE "static_blocks_static_block_translations"."static_blocks_static_block_id" = 2
63372
+ StaticBlocks::StaticBlock::Translation Load (0.1ms) SELECT "static_blocks_static_block_translations".* FROM "static_blocks_static_block_translations" WHERE "static_blocks_static_block_translations"."static_blocks_static_block_id" = 3
63373
+ StaticBlocks::StaticBlock::Translation Load (0.1ms) SELECT "static_blocks_static_block_translations".* FROM "static_blocks_static_block_translations" WHERE "static_blocks_static_block_translations"."static_blocks_static_block_id" = 4
63374
+ StaticBlocks::StaticBlock::Translation Load (0.1ms) SELECT "static_blocks_static_block_translations".* FROM "static_blocks_static_block_translations" WHERE "static_blocks_static_block_translations"."static_blocks_static_block_id" = 5
63375
+ StaticBlocks::StaticBlock::Translation Load (0.1ms) SELECT "static_blocks_static_block_translations".* FROM "static_blocks_static_block_translations" WHERE "static_blocks_static_block_translations"."static_blocks_static_block_id" = 6
63376
+ Completed 500 Internal Server Error in 220ms
63377
+
63378
+ NoMethodError (undefined method `page' for #<ActiveRecord::Relation:0x00000003b3eae0>):
63379
+ activerecord (3.2.13) lib/active_record/relation/delegation.rb:45:in `method_missing'
63380
+ /home/travis/code/static_blocks/app/controllers/static_blocks/static_blocks_controller.rb:9:in `index'
63381
+ actionpack (3.2.13) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
63382
+ actionpack (3.2.13) lib/abstract_controller/base.rb:167:in `process_action'
63383
+ actionpack (3.2.13) lib/action_controller/metal/rendering.rb:10:in `process_action'
63384
+ actionpack (3.2.13) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
63385
+ activesupport (3.2.13) lib/active_support/callbacks.rb:414:in `_run__3034994864074219641__process_action__2581594340999592640__callbacks'
63386
+ activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
63387
+ activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
63388
+ activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
63389
+ actionpack (3.2.13) lib/abstract_controller/callbacks.rb:17:in `process_action'
63390
+ actionpack (3.2.13) lib/action_controller/metal/rescue.rb:29:in `process_action'
63391
+ actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
63392
+ activesupport (3.2.13) lib/active_support/notifications.rb:123:in `block in instrument'
63393
+ activesupport (3.2.13) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
63394
+ activesupport (3.2.13) lib/active_support/notifications.rb:123:in `instrument'
63395
+ actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
63396
+ actionpack (3.2.13) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
63397
+ activerecord (3.2.13) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
63398
+ actionpack (3.2.13) lib/abstract_controller/base.rb:121:in `process'
63399
+ actionpack (3.2.13) lib/abstract_controller/rendering.rb:45:in `process'
63400
+ actionpack (3.2.13) lib/action_controller/metal.rb:203:in `dispatch'
63401
+ actionpack (3.2.13) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
63402
+ actionpack (3.2.13) lib/action_controller/metal.rb:246:in `block in action'
63403
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:73:in `call'
63404
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
63405
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:36:in `call'
63406
+ journey (1.0.4) lib/journey/router.rb:68:in `block in call'
63407
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
63408
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
63409
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:612:in `call'
63410
+ railties (3.2.13) lib/rails/engine.rb:479:in `call'
63411
+ railties (3.2.13) lib/rails/railtie/configurable.rb:30:in `method_missing'
63412
+ journey (1.0.4) lib/journey/router.rb:68:in `block in call'
63413
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
63414
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
63415
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:612:in `call'
63416
+ actionpack (3.2.13) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
63417
+ rack (1.4.5) lib/rack/etag.rb:23:in `call'
63418
+ rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
63419
+ actionpack (3.2.13) lib/action_dispatch/middleware/head.rb:14:in `call'
63420
+ actionpack (3.2.13) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
63421
+ actionpack (3.2.13) lib/action_dispatch/middleware/flash.rb:242:in `call'
63422
+ rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
63423
+ rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
63424
+ actionpack (3.2.13) lib/action_dispatch/middleware/cookies.rb:341:in `call'
63425
+ activerecord (3.2.13) lib/active_record/query_cache.rb:64:in `call'
63426
+ activerecord (3.2.13) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
63427
+ actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
63428
+ activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `_run__331697856481011438__call__558115185714964113__callbacks'
63429
+ activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
63430
+ activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
63431
+ activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
63432
+ actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
63433
+ actionpack (3.2.13) lib/action_dispatch/middleware/reloader.rb:65:in `call'
63434
+ actionpack (3.2.13) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
63435
+ actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
63436
+ actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
63437
+ railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app'
63438
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `block in call'
63439
+ activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged'
63440
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `call'
63441
+ actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call'
63442
+ rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
63443
+ rack (1.4.5) lib/rack/runtime.rb:17:in `call'
63444
+ activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
63445
+ rack (1.4.5) lib/rack/lock.rb:15:in `call'
63446
+ actionpack (3.2.13) lib/action_dispatch/middleware/static.rb:63:in `call'
63447
+ railties (3.2.13) lib/rails/engine.rb:479:in `call'
63448
+ railties (3.2.13) lib/rails/application.rb:223:in `call'
63449
+ rack (1.4.5) lib/rack/content_length.rb:14:in `call'
63450
+ railties (3.2.13) lib/rails/rack/log_tailer.rb:17:in `call'
63451
+ rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
63452
+ /home/travis/.rvm/rubies/ruby-1.9.3-p429/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
63453
+ /home/travis/.rvm/rubies/ruby-1.9.3-p429/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
63454
+ /home/travis/.rvm/rubies/ruby-1.9.3-p429/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
63455
+
63456
+
63457
+ Rendered /home/travis/.rvm/gems/ruby-1.9.3-p429@rails3.2.13/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms)
63458
+ Rendered /home/travis/.rvm/gems/ruby-1.9.3-p429@rails3.2.13/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms)
63459
+ Rendered /home/travis/.rvm/gems/ruby-1.9.3-p429@rails3.2.13/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.1ms)
63460
+
63461
+
63462
+ Started GET "/static_blocks_admin" for 127.0.0.1 at 2013-06-25 20:48:33 -0700
63463
+ Processing by StaticBlocks::StaticBlocksController#index as HTML
63464
+  (0.1ms) SELECT COUNT(*) FROM "static_blocks_static_blocks"
63465
+ StaticBlocks::StaticBlock Load (0.2ms) SELECT "static_blocks_static_blocks".* FROM "static_blocks_static_blocks" LIMIT 10 OFFSET 0
63466
+ StaticBlocks::StaticBlock::Translation Load (0.1ms) SELECT "static_blocks_static_block_translations".* FROM "static_blocks_static_block_translations" WHERE "static_blocks_static_block_translations"."static_blocks_static_block_id" = 1
63467
+ StaticBlocks::StaticBlock::Translation Load (0.2ms) SELECT "static_blocks_static_block_translations".* FROM "static_blocks_static_block_translations" WHERE "static_blocks_static_block_translations"."static_blocks_static_block_id" = 2
63468
+ StaticBlocks::StaticBlock::Translation Load (0.2ms) SELECT "static_blocks_static_block_translations".* FROM "static_blocks_static_block_translations" WHERE "static_blocks_static_block_translations"."static_blocks_static_block_id" = 3
63469
+ StaticBlocks::StaticBlock::Translation Load (0.1ms) SELECT "static_blocks_static_block_translations".* FROM "static_blocks_static_block_translations" WHERE "static_blocks_static_block_translations"."static_blocks_static_block_id" = 4
63470
+ StaticBlocks::StaticBlock::Translation Load (0.1ms) SELECT "static_blocks_static_block_translations".* FROM "static_blocks_static_block_translations" WHERE "static_blocks_static_block_translations"."static_blocks_static_block_id" = 5
63471
+ StaticBlocks::StaticBlock::Translation Load (0.1ms) SELECT "static_blocks_static_block_translations".* FROM "static_blocks_static_block_translations" WHERE "static_blocks_static_block_translations"."static_blocks_static_block_id" = 6
63472
+ Rendered /home/travis/code/static_blocks/app/views/static_blocks/static_blocks/index.html.erb within layouts/static_blocks/application (72.6ms)
63473
+ Completed 200 OK in 178ms (Views: 175.1ms | ActiveRecord: 1.8ms)
63474
+
63475
+
63476
+ Started GET "/assets/bootstrap-wysihtml5/core.css?body=1" for 127.0.0.1 at 2013-06-25 20:48:34 -0700
63477
+ Served asset /bootstrap-wysihtml5/core.css - 304 Not Modified (2ms)
63478
+
63479
+
63480
+ Started GET "/assets/static_blocks/static_blocks.css?body=1" for 127.0.0.1 at 2013-06-25 20:48:34 -0700
63481
+ Served asset /static_blocks/static_blocks.css - 304 Not Modified (13ms)
63482
+
63483
+
63484
+ Started GET "/assets/bootstrap-wysihtml5/index.css?body=1" for 127.0.0.1 at 2013-06-25 20:48:34 -0700
63485
+ Served asset /bootstrap-wysihtml5/index.css - 304 Not Modified (3ms)
63486
+
63487
+
63488
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-25 20:48:34 -0700
63489
+ Served asset /jquery.js - 304 Not Modified (0ms)
63490
+
63491
+
63492
+ Started GET "/assets/bootstrap-affix.js?body=1" for 127.0.0.1 at 2013-06-25 20:48:34 -0700
63493
+ Served asset /bootstrap-affix.js - 304 Not Modified (2ms)
63494
+
63495
+
63496
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-25 20:48:34 -0700
63497
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
63498
+
63499
+
63500
+ Started GET "/assets/bootstrap-transition.js?body=1" for 127.0.0.1 at 2013-06-25 20:48:34 -0700
63501
+ Served asset /bootstrap-transition.js - 304 Not Modified (2ms)
63502
+
63503
+
63504
+ Started GET "/assets/static_blocks/application.css?body=1" for 127.0.0.1 at 2013-06-25 20:48:34 -0700
63505
+ Served asset /static_blocks/application.css - 304 Not Modified (16ms)
63506
+
63507
+
63508
+ Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2013-06-25 20:48:34 -0700
63509
+ Served asset /bootstrap-alert.js - 304 Not Modified (2ms)
63510
+
63511
+
63512
+ Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2013-06-25 20:48:34 -0700
63513
+ Served asset /bootstrap-button.js - 304 Not Modified (3ms)
63514
+
63515
+
63516
+ Started GET "/assets/bootstrap-carousel.js?body=1" for 127.0.0.1 at 2013-06-25 20:48:34 -0700
63517
+ Served asset /bootstrap-carousel.js - 304 Not Modified (2ms)
63518
+
63519
+
63520
+ Started GET "/assets/bootstrap-collapse.js?body=1" for 127.0.0.1 at 2013-06-25 20:48:34 -0700
63521
+ Served asset /bootstrap-collapse.js - 304 Not Modified (3ms)
63522
+
63523
+
63524
+ Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-06-25 20:48:34 -0700
63525
+ Served asset /bootstrap-dropdown.js - 304 Not Modified (3ms)
63526
+
63527
+
63528
+ Started GET "/assets/bootstrap-modal.js?body=1" for 127.0.0.1 at 2013-06-25 20:48:34 -0700
63529
+ Served asset /bootstrap-modal.js - 304 Not Modified (2ms)
63530
+
63531
+
63532
+ Started GET "/assets/static_blocks/static_blocks.js?body=1" for 127.0.0.1 at 2013-06-25 20:48:34 -0700
63533
+ Served asset /static_blocks/static_blocks.js - 304 Not Modified (1ms)
63534
+
63535
+
63536
+ Started GET "/assets/bootstrap-scrollspy.js?body=1" for 127.0.0.1 at 2013-06-25 20:48:34 -0700
63537
+ Served asset /bootstrap-scrollspy.js - 304 Not Modified (5ms)
63538
+
63539
+
63540
+ Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2013-06-25 20:48:34 -0700
63541
+ Served asset /bootstrap-tooltip.js - 304 Not Modified (3ms)
63542
+
63543
+
63544
+ Started GET "/assets/bootstrap-typeahead.js?body=1" for 127.0.0.1 at 2013-06-25 20:48:34 -0700
63545
+ Served asset /bootstrap-typeahead.js - 304 Not Modified (2ms)
63546
+
63547
+
63548
+ Started GET "/assets/bootstrap-tab.js?body=1" for 127.0.0.1 at 2013-06-25 20:48:34 -0700
63549
+ Served asset /bootstrap-tab.js - 304 Not Modified (1ms)
63550
+
63551
+
63552
+ Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-06-25 20:48:34 -0700
63553
+ Served asset /bootstrap.js - 304 Not Modified (19ms)
63554
+
63555
+
63556
+ Started GET "/assets/bootstrap-popover.js?body=1" for 127.0.0.1 at 2013-06-25 20:48:34 -0700
63557
+ Served asset /bootstrap-popover.js - 304 Not Modified (3ms)
63558
+
63559
+
63560
+ Started GET "/assets/bootstrap-wysihtml5/wysihtml5.js?body=1" for 127.0.0.1 at 2013-06-25 20:48:34 -0700
63561
+ Served asset /bootstrap-wysihtml5/wysihtml5.js - 304 Not Modified (40ms)
63562
+
63563
+
63564
+ Started GET "/assets/bootstrap-wysihtml5/core.js?body=1" for 127.0.0.1 at 2013-06-25 20:48:34 -0700
63565
+ Served asset /bootstrap-wysihtml5/core.js - 304 Not Modified (3ms)
63566
+
63567
+
63568
+ Started GET "/assets/bootstrap-wysihtml5/index.js?body=1" for 127.0.0.1 at 2013-06-25 20:48:34 -0700
63569
+ Served asset /bootstrap-wysihtml5/index.js - 304 Not Modified (4ms)
63570
+
63571
+
63572
+ Started GET "/assets/static_blocks/application.js?body=1" for 127.0.0.1 at 2013-06-25 20:48:34 -0700
63573
+ Served asset /static_blocks/application.js - 304 Not Modified (23ms)
63574
+
63575
+
63576
+ Started GET "/static_blocks_admin/static_blocks?locale=en" for 127.0.0.1 at 2013-06-25 20:48:38 -0700
63577
+ Processing by StaticBlocks::StaticBlocksController#index as HTML
63578
+ Parameters: {"locale"=>"en"}
63579
+  (0.1ms) SELECT COUNT(*) FROM "static_blocks_static_blocks"
63580
+ StaticBlocks::StaticBlock Load (0.1ms) SELECT "static_blocks_static_blocks".* FROM "static_blocks_static_blocks" LIMIT 10 OFFSET 0
63581
+ StaticBlocks::StaticBlock::Translation Load (0.1ms) SELECT "static_blocks_static_block_translations".* FROM "static_blocks_static_block_translations" WHERE "static_blocks_static_block_translations"."static_blocks_static_block_id" = 1
63582
+ StaticBlocks::StaticBlock::Translation Load (0.1ms) SELECT "static_blocks_static_block_translations".* FROM "static_blocks_static_block_translations" WHERE "static_blocks_static_block_translations"."static_blocks_static_block_id" = 2
63583
+ StaticBlocks::StaticBlock::Translation Load (0.1ms) SELECT "static_blocks_static_block_translations".* FROM "static_blocks_static_block_translations" WHERE "static_blocks_static_block_translations"."static_blocks_static_block_id" = 3
63584
+ StaticBlocks::StaticBlock::Translation Load (0.2ms) SELECT "static_blocks_static_block_translations".* FROM "static_blocks_static_block_translations" WHERE "static_blocks_static_block_translations"."static_blocks_static_block_id" = 4
63585
+ StaticBlocks::StaticBlock::Translation Load (0.2ms) SELECT "static_blocks_static_block_translations".* FROM "static_blocks_static_block_translations" WHERE "static_blocks_static_block_translations"."static_blocks_static_block_id" = 5
63586
+ StaticBlocks::StaticBlock::Translation Load (0.1ms) SELECT "static_blocks_static_block_translations".* FROM "static_blocks_static_block_translations" WHERE "static_blocks_static_block_translations"."static_blocks_static_block_id" = 6
63587
+ Rendered /home/travis/code/static_blocks/app/views/static_blocks/static_blocks/index.html.erb within layouts/static_blocks/application (23.1ms)
63588
+ Completed 200 OK in 41ms (Views: 37.8ms | ActiveRecord: 1.1ms)
63589
+
63590
+
63591
+ Started GET "/assets/static_blocks/application.css?body=1" for 127.0.0.1 at 2013-06-25 20:48:38 -0700
63592
+ Served asset /static_blocks/application.css - 304 Not Modified (0ms)
63593
+
63594
+
63595
+ Started GET "/assets/static_blocks/static_blocks.css?body=1" for 127.0.0.1 at 2013-06-25 20:48:38 -0700
63596
+ Served asset /static_blocks/static_blocks.css - 304 Not Modified (0ms)
63597
+
63598
+
63599
+ Started GET "/assets/bootstrap-wysihtml5/core.css?body=1" for 127.0.0.1 at 2013-06-25 20:48:38 -0700
63600
+ Served asset /bootstrap-wysihtml5/core.css - 304 Not Modified (0ms)
63601
+
63602
+
63603
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-25 20:48:38 -0700
63604
+ Served asset /jquery.js - 304 Not Modified (0ms)
63605
+
63606
+
63607
+ Started GET "/assets/bootstrap-wysihtml5/index.css?body=1" for 127.0.0.1 at 2013-06-25 20:48:38 -0700
63608
+ Served asset /bootstrap-wysihtml5/index.css - 304 Not Modified (0ms)
63609
+
63610
+
63611
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-25 20:48:38 -0700
63612
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
63613
+
63614
+
63615
+ Started GET "/assets/static_blocks/static_blocks.js?body=1" for 127.0.0.1 at 2013-06-25 20:48:38 -0700
63616
+ Served asset /static_blocks/static_blocks.js - 304 Not Modified (0ms)
63617
+
63618
+
63619
+ Started GET "/assets/bootstrap-transition.js?body=1" for 127.0.0.1 at 2013-06-25 20:48:38 -0700
63620
+ Served asset /bootstrap-transition.js - 304 Not Modified (0ms)
63621
+
63622
+
63623
+ Started GET "/assets/bootstrap-affix.js?body=1" for 127.0.0.1 at 2013-06-25 20:48:38 -0700
63624
+ Served asset /bootstrap-affix.js - 304 Not Modified (0ms)
63625
+
63626
+
63627
+ Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2013-06-25 20:48:38 -0700
63628
+ Served asset /bootstrap-alert.js - 304 Not Modified (0ms)
63629
+
63630
+
63631
+ Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2013-06-25 20:48:38 -0700
63632
+ Served asset /bootstrap-button.js - 304 Not Modified (0ms)
63633
+
63634
+
63635
+ Started GET "/assets/bootstrap-carousel.js?body=1" for 127.0.0.1 at 2013-06-25 20:48:38 -0700
63636
+ Served asset /bootstrap-carousel.js - 304 Not Modified (0ms)
63637
+
63638
+
63639
+ Started GET "/assets/bootstrap-collapse.js?body=1" for 127.0.0.1 at 2013-06-25 20:48:38 -0700
63640
+ Served asset /bootstrap-collapse.js - 304 Not Modified (0ms)
63641
+
63642
+
63643
+ Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-06-25 20:48:38 -0700
63644
+ Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms)
63645
+
63646
+
63647
+ Started GET "/assets/bootstrap-modal.js?body=1" for 127.0.0.1 at 2013-06-25 20:48:38 -0700
63648
+ Served asset /bootstrap-modal.js - 304 Not Modified (0ms)
63649
+
63650
+
63651
+ Started GET "/assets/bootstrap-tab.js?body=1" for 127.0.0.1 at 2013-06-25 20:48:38 -0700
63652
+ Served asset /bootstrap-tab.js - 304 Not Modified (0ms)
63653
+
63654
+
63655
+ Started GET "/assets/bootstrap-scrollspy.js?body=1" for 127.0.0.1 at 2013-06-25 20:48:38 -0700
63656
+ Served asset /bootstrap-scrollspy.js - 304 Not Modified (0ms)
63657
+
63658
+
63659
+ Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2013-06-25 20:48:38 -0700
63660
+ Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms)
63661
+
63662
+
63663
+ Started GET "/assets/bootstrap-popover.js?body=1" for 127.0.0.1 at 2013-06-25 20:48:38 -0700
63664
+ Served asset /bootstrap-popover.js - 304 Not Modified (0ms)
63665
+
63666
+
63667
+ Started GET "/assets/bootstrap-typeahead.js?body=1" for 127.0.0.1 at 2013-06-25 20:48:38 -0700
63668
+ Served asset /bootstrap-typeahead.js - 304 Not Modified (0ms)
63669
+
63670
+
63671
+ Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-06-25 20:48:38 -0700
63672
+ Served asset /bootstrap.js - 304 Not Modified (0ms)
63673
+
63674
+
63675
+ Started GET "/assets/bootstrap-wysihtml5/wysihtml5.js?body=1" for 127.0.0.1 at 2013-06-25 20:48:38 -0700
63676
+ Served asset /bootstrap-wysihtml5/wysihtml5.js - 304 Not Modified (0ms)
63677
+
63678
+
63679
+ Started GET "/assets/bootstrap-wysihtml5/core.js?body=1" for 127.0.0.1 at 2013-06-25 20:48:38 -0700
63680
+ Served asset /bootstrap-wysihtml5/core.js - 304 Not Modified (0ms)
63681
+
63682
+
63683
+ Started GET "/assets/bootstrap-wysihtml5/index.js?body=1" for 127.0.0.1 at 2013-06-25 20:48:38 -0700
63684
+ Served asset /bootstrap-wysihtml5/index.js - 304 Not Modified (0ms)
63685
+
63686
+
63687
+ Started GET "/assets/static_blocks/application.js?body=1" for 127.0.0.1 at 2013-06-25 20:48:38 -0700
63688
+ Served asset /static_blocks/application.js - 304 Not Modified (0ms)
63689
+
63690
+
63691
+ Started GET "/static_blocks_admin/static_blocks?locale=en" for 127.0.0.1 at 2013-06-25 20:48:40 -0700
63692
+ Processing by StaticBlocks::StaticBlocksController#index as HTML
63693
+ Parameters: {"locale"=>"en"}
63694
+  (0.1ms) SELECT COUNT(*) FROM "static_blocks_static_blocks"
63695
+ StaticBlocks::StaticBlock Load (0.1ms) SELECT "static_blocks_static_blocks".* FROM "static_blocks_static_blocks" LIMIT 10 OFFSET 0
63696
+ StaticBlocks::StaticBlock::Translation Load (0.1ms) SELECT "static_blocks_static_block_translations".* FROM "static_blocks_static_block_translations" WHERE "static_blocks_static_block_translations"."static_blocks_static_block_id" = 1
63697
+ StaticBlocks::StaticBlock::Translation Load (0.1ms) SELECT "static_blocks_static_block_translations".* FROM "static_blocks_static_block_translations" WHERE "static_blocks_static_block_translations"."static_blocks_static_block_id" = 2
63698
+ StaticBlocks::StaticBlock::Translation Load (0.1ms) SELECT "static_blocks_static_block_translations".* FROM "static_blocks_static_block_translations" WHERE "static_blocks_static_block_translations"."static_blocks_static_block_id" = 3
63699
+ StaticBlocks::StaticBlock::Translation Load (0.1ms) SELECT "static_blocks_static_block_translations".* FROM "static_blocks_static_block_translations" WHERE "static_blocks_static_block_translations"."static_blocks_static_block_id" = 4
63700
+ StaticBlocks::StaticBlock::Translation Load (0.1ms) SELECT "static_blocks_static_block_translations".* FROM "static_blocks_static_block_translations" WHERE "static_blocks_static_block_translations"."static_blocks_static_block_id" = 5
63701
+ StaticBlocks::StaticBlock::Translation Load (0.1ms) SELECT "static_blocks_static_block_translations".* FROM "static_blocks_static_block_translations" WHERE "static_blocks_static_block_translations"."static_blocks_static_block_id" = 6
63702
+ Rendered /home/travis/code/static_blocks/app/views/static_blocks/static_blocks/index.html.erb within layouts/static_blocks/application (23.3ms)
63703
+ Completed 200 OK in 41ms (Views: 37.7ms | ActiveRecord: 1.0ms)
63704
+
63705
+
63706
+ Started GET "/assets/static_blocks/application.css?body=1" for 127.0.0.1 at 2013-06-25 20:48:40 -0700
63707
+ Served asset /static_blocks/application.css - 304 Not Modified (0ms)
63708
+
63709
+
63710
+ Started GET "/assets/bootstrap-wysihtml5/core.css?body=1" for 127.0.0.1 at 2013-06-25 20:48:40 -0700
63711
+ Served asset /bootstrap-wysihtml5/core.css - 304 Not Modified (0ms)
63712
+
63713
+
63714
+ Started GET "/assets/static_blocks/static_blocks.css?body=1" for 127.0.0.1 at 2013-06-25 20:48:40 -0700
63715
+ Served asset /static_blocks/static_blocks.css - 304 Not Modified (0ms)
63716
+
63717
+
63718
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-25 20:48:40 -0700
63719
+ Served asset /jquery.js - 304 Not Modified (0ms)
63720
+
63721
+
63722
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-25 20:48:40 -0700
63723
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
63724
+
63725
+
63726
+ Started GET "/assets/bootstrap-wysihtml5/index.css?body=1" for 127.0.0.1 at 2013-06-25 20:48:40 -0700
63727
+ Served asset /bootstrap-wysihtml5/index.css - 304 Not Modified (0ms)
63728
+
63729
+
63730
+ Started GET "/assets/static_blocks/static_blocks.js?body=1" for 127.0.0.1 at 2013-06-25 20:48:40 -0700
63731
+ Served asset /static_blocks/static_blocks.js - 304 Not Modified (0ms)
63732
+
63733
+
63734
+ Started GET "/assets/bootstrap-transition.js?body=1" for 127.0.0.1 at 2013-06-25 20:48:40 -0700
63735
+ Served asset /bootstrap-transition.js - 304 Not Modified (0ms)
63736
+
63737
+
63738
+ Started GET "/assets/bootstrap-affix.js?body=1" for 127.0.0.1 at 2013-06-25 20:48:40 -0700
63739
+ Served asset /bootstrap-affix.js - 304 Not Modified (0ms)
63740
+
63741
+
63742
+ Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2013-06-25 20:48:40 -0700
63743
+ Served asset /bootstrap-alert.js - 304 Not Modified (0ms)
63744
+
63745
+
63746
+ Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2013-06-25 20:48:40 -0700
63747
+ Served asset /bootstrap-button.js - 304 Not Modified (0ms)
63748
+
63749
+
63750
+ Started GET "/assets/bootstrap-carousel.js?body=1" for 127.0.0.1 at 2013-06-25 20:48:40 -0700
63751
+ Served asset /bootstrap-carousel.js - 304 Not Modified (0ms)
63752
+
63753
+
63754
+ Started GET "/assets/bootstrap-collapse.js?body=1" for 127.0.0.1 at 2013-06-25 20:48:40 -0700
63755
+ Served asset /bootstrap-collapse.js - 304 Not Modified (0ms)
63756
+
63757
+
63758
+ Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-06-25 20:48:41 -0700
63759
+ Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms)
63760
+
63761
+
63762
+ Started GET "/assets/bootstrap-modal.js?body=1" for 127.0.0.1 at 2013-06-25 20:48:41 -0700
63763
+ Served asset /bootstrap-modal.js - 304 Not Modified (0ms)
63764
+
63765
+
63766
+ Started GET "/assets/bootstrap-scrollspy.js?body=1" for 127.0.0.1 at 2013-06-25 20:48:41 -0700
63767
+ Served asset /bootstrap-scrollspy.js - 304 Not Modified (0ms)
63768
+
63769
+
63770
+ Started GET "/assets/bootstrap-tab.js?body=1" for 127.0.0.1 at 2013-06-25 20:48:41 -0700
63771
+ Served asset /bootstrap-tab.js - 304 Not Modified (0ms)
63772
+
63773
+
63774
+ Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2013-06-25 20:48:41 -0700
63775
+ Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms)
63776
+
63777
+
63778
+ Started GET "/assets/bootstrap-popover.js?body=1" for 127.0.0.1 at 2013-06-25 20:48:41 -0700
63779
+ Served asset /bootstrap-popover.js - 304 Not Modified (0ms)
63780
+
63781
+
63782
+ Started GET "/assets/bootstrap-typeahead.js?body=1" for 127.0.0.1 at 2013-06-25 20:48:41 -0700
63783
+ Served asset /bootstrap-typeahead.js - 304 Not Modified (0ms)
63784
+
63785
+
63786
+ Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-06-25 20:48:41 -0700
63787
+ Served asset /bootstrap.js - 304 Not Modified (0ms)
63788
+
63789
+
63790
+ Started GET "/assets/bootstrap-wysihtml5/wysihtml5.js?body=1" for 127.0.0.1 at 2013-06-25 20:48:41 -0700
63791
+ Served asset /bootstrap-wysihtml5/wysihtml5.js - 304 Not Modified (0ms)
63792
+
63793
+
63794
+ Started GET "/assets/bootstrap-wysihtml5/core.js?body=1" for 127.0.0.1 at 2013-06-25 20:48:41 -0700
63795
+ Served asset /bootstrap-wysihtml5/core.js - 304 Not Modified (0ms)
63796
+
63797
+
63798
+ Started GET "/assets/bootstrap-wysihtml5/index.js?body=1" for 127.0.0.1 at 2013-06-25 20:48:41 -0700
63799
+ Served asset /bootstrap-wysihtml5/index.js - 304 Not Modified (0ms)
63800
+
63801
+
63802
+ Started GET "/assets/static_blocks/application.js?body=1" for 127.0.0.1 at 2013-06-25 20:48:41 -0700
63803
+ Served asset /static_blocks/application.js - 304 Not Modified (0ms)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: static_blocks
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:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-06-24 00:00:00.000000000 Z
12
+ date: 2013-06-26 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
@@ -290,6 +290,7 @@ files:
290
290
  - app/assets/javascripts/static_blocks/static_blocks.js
291
291
  - app/helpers/static_blocks/static_blocks_helper.rb
292
292
  - app/helpers/static_blocks/application_helper.rb
293
+ - config/initializers/kaminari.rb
293
294
  - config/routes.rb
294
295
  - db/migrate/20130611042319_create_static_blocks_static_blocks.rb
295
296
  - db/migrate/20130612034816_create_static_block_translations.rb