bumbleworks-rails 0.0.4 → 0.0.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: 1582126086ee105ad92fac916a963ed67e11272b
4
- data.tar.gz: 568cbdf5d6b4ac39c44595c379aafc35ac672ebd
3
+ metadata.gz: f29b9c25c2105bd7cec1f1c0f9b99633198590f3
4
+ data.tar.gz: e19f8c421707937ca4380a03ac3dec3103c2f416
5
5
  SHA512:
6
- metadata.gz: 9cfaf9063e62413267d9915bc4d94fde0446fa6e71f3dc241bb5c185676c5ccb50972e63ccfb1c8c6308c4ef62f243f7bf45ee82d70424ef935a654def51b198
7
- data.tar.gz: d2c1f85b632dcf4578c255c9841560cd24a6b901994ff56a80a49955ffa26138e4a166cc53d4ea01e3c6ada2d8074117662bf2f1058d014f42f3288dc0e1eb3c
6
+ metadata.gz: d43382960ff8de69337d0b4e57212f3090566045efd9afac8fa438d2de4359127f274feaeb8794af19813754ca5016e771aab2f26587d925e2f1a10c8c7ddeaf
7
+ data.tar.gz: 566a791c9f8c873e2fe27b6aa32dffffa68729ef21e3725c00cdca5240f54f611a2fa3910e7ebe6f7747c96a2adff500e3e4d4aec76f2982f1c341bbe1438107
@@ -1,5 +1,5 @@
1
1
  module Bumbleworks
2
2
  module Rails
3
- VERSION = "0.0.4"
3
+ VERSION = "0.0.5"
4
4
  end
5
5
  end
@@ -94,6 +94,9 @@ Let's install Bumbleworks into your Rails app!
94
94
  insert_into_file 'config/routes.rb', :after => /\.routes\.draw do\s*$/ do
95
95
  File.read(find_in_source_paths('config/routes.rb'))
96
96
  end
97
+ prepend_file 'config/routes.rb' do
98
+ "require 'bumbleworks/gui'"
99
+ end
97
100
  end
98
101
 
99
102
  def add_task_helper_to_application_controller
@@ -6407,3 +6407,315 @@ Completed 200 OK in 6ms (Views: 5.6ms | ActiveRecord: 0.0ms)
6407
6407
  Processing by Bumbleworks::Rails::TasksController#index as HTML
6408
6408
  Parameters: {"entity_type"=>"fridgets", "entity_id"=>"6"}
6409
6409
  Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms)
6410
+ Processing by Bumbleworks::Rails::TasksController#show as HTML
6411
+ Parameters: {"id"=>"152"}
6412
+ Rendered fridgets/tasks/show.html.erb within layouts/application (0.4ms)
6413
+ Completed 200 OK in 15ms (Views: 12.6ms | ActiveRecord: 0.0ms)
6414
+ Processing by Bumbleworks::Rails::TasksController#show as HTML
6415
+ Parameters: {"id"=>"152"}
6416
+ Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms)
6417
+ Processing by Bumbleworks::Rails::TasksController#show as HTML
6418
+ Parameters: {"id"=>"152"}
6419
+ Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms)
6420
+ Processing by Bumbleworks::Rails::TasksController#show as HTML
6421
+ Parameters: {"id"=>"152"}
6422
+ Filter chain halted as :load_and_authorize_task rendered or redirected
6423
+ Completed 401 Unauthorized in 10ms (Views: 1.6ms | ActiveRecord: 0.0ms)
6424
+ Processing by Bumbleworks::Rails::TasksController#show as HTML
6425
+ Parameters: {"id"=>"152"}
6426
+ Redirected to http://test.host/
6427
+ Filter chain halted as :load_and_authorize_task rendered or redirected
6428
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
6429
+ Processing by Bumbleworks::Rails::TasksController#complete as HTML
6430
+ Parameters: {"task"=>{"foo"=>"bar"}, "id"=>"152"}
6431
+ Redirected to http://test.host/tasks
6432
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
6433
+ Processing by Bumbleworks::Rails::TasksController#complete as HTML
6434
+ Parameters: {"task"=>{"foo"=>"bar"}, "id"=>"152"}
6435
+ Redirected to http://test.host/fridgets/5/tasks/werk
6436
+ Completed 302 Found in 3ms (ActiveRecord: 0.0ms)
6437
+ Processing by Bumbleworks::Rails::TasksController#complete as HTML
6438
+ Parameters: {"task"=>{"foo"=>"bar"}, "id"=>"152"}
6439
+ Redirected to http://test.host/fridgets/5/tasks/werk
6440
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
6441
+ Processing by Bumbleworks::Rails::TasksController#complete as HTML
6442
+ Parameters: {"id"=>"152"}
6443
+ Filter chain halted as :load_and_authorize_task rendered or redirected
6444
+ Completed 401 Unauthorized in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
6445
+ Processing by Bumbleworks::Rails::TasksController#complete as HTML
6446
+ Parameters: {"id"=>"152"}
6447
+ Redirected to http://test.host/
6448
+ Filter chain halted as :load_and_authorize_task rendered or redirected
6449
+ Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
6450
+ Processing by Bumbleworks::Rails::TasksController#claim as HTML
6451
+ Parameters: {"id"=>"152"}
6452
+ Redirected to http://test.host/fridgets/5/tasks/werk
6453
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
6454
+ Processing by Bumbleworks::Rails::TasksController#claim as HTML
6455
+ Parameters: {"id"=>"152"}
6456
+ Redirected to http://test.host/fridgets/5/tasks/werk
6457
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
6458
+ Processing by Bumbleworks::Rails::TasksController#claim as HTML
6459
+ Parameters: {"id"=>"152"}
6460
+ Redirected to http://test.host/fridgets/5/tasks/werk
6461
+ Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
6462
+ Processing by Bumbleworks::Rails::TasksController#claim as HTML
6463
+ Parameters: {"id"=>"152"}
6464
+ Filter chain halted as :load_and_authorize_task rendered or redirected
6465
+ Completed 401 Unauthorized in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
6466
+ Processing by Bumbleworks::Rails::TasksController#claim as HTML
6467
+ Parameters: {"id"=>"152"}
6468
+ Redirected to http://test.host/
6469
+ Filter chain halted as :load_and_authorize_task rendered or redirected
6470
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
6471
+ Processing by Bumbleworks::Rails::TasksController#release as HTML
6472
+ Parameters: {"id"=>"152"}
6473
+ Redirected to http://test.host/fridgets/5/tasks/werk
6474
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
6475
+ Processing by Bumbleworks::Rails::TasksController#release as HTML
6476
+ Parameters: {"id"=>"152"}
6477
+ Redirected to http://test.host/fridgets/5/tasks/werk
6478
+ Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
6479
+ Processing by Bumbleworks::Rails::TasksController#release as HTML
6480
+ Parameters: {"id"=>"152"}
6481
+ Filter chain halted as :load_and_authorize_task rendered or redirected
6482
+ Completed 401 Unauthorized in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
6483
+ Processing by Bumbleworks::Rails::TasksController#release as HTML
6484
+ Parameters: {"id"=>"152"}
6485
+ Redirected to http://test.host/
6486
+ Filter chain halted as :load_and_authorize_task rendered or redirected
6487
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
6488
+ Processing by Bumbleworks::Rails::TasksController#index as HTML
6489
+ Completed 200 OK in 5ms (Views: 4.2ms | ActiveRecord: 0.0ms)
6490
+ Processing by Bumbleworks::Rails::TasksController#index as HTML
6491
+ Parameters: {"entity_type"=>"fridget", "entity_id"=>"5"}
6492
+ Completed 200 OK in 4ms (Views: 2.2ms | ActiveRecord: 0.0ms)
6493
+ Processing by Bumbleworks::Rails::TasksController#index as HTML
6494
+ Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
6495
+ Processing by Bumbleworks::Rails::TasksController#index as HTML
6496
+ Parameters: {"entity_type"=>"fridget", "entity_id"=>"5"}
6497
+ Completed 200 OK in 3ms (Views: 1.8ms | ActiveRecord: 0.0ms)
6498
+ Processing by Bumbleworks::Rails::TasksController#index as HTML
6499
+ Parameters: {"entity_type"=>"goof", "entity_id"=>"2"}
6500
+ Filter chain halted as :load_entity rendered or redirected
6501
+ Completed 404 Not Found in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms)
6502
+ Processing by Bumbleworks::Rails::TasksController#index as HTML
6503
+ Parameters: {"entity_type"=>"fridget", "entity_id"=>"3"}
6504
+ Filter chain halted as :load_entity rendered or redirected
6505
+ Completed 404 Not Found in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
6506
+ Processing by Bumbleworks::Rails::TasksController#index as HTML
6507
+ Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)
6508
+ Processing by Bumbleworks::Rails::TasksController#index as HTML
6509
+ Parameters: {"entity_type"=>"silvo_blooms", "entity_id"=>"5"}
6510
+ Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.0ms)
6511
+ Processing by Bumbleworks::Rails::TasksController#index as HTML
6512
+ Parameters: {"entity_type"=>"fridgets", "entity_id"=>"6"}
6513
+ Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms)
6514
+ Processing by Bumbleworks::Rails::TasksController#show as HTML
6515
+ Parameters: {"id"=>"152"}
6516
+ Rendered fridgets/tasks/show.html.erb within layouts/application (0.4ms)
6517
+ Completed 200 OK in 12ms (Views: 10.2ms | ActiveRecord: 0.0ms)
6518
+ Processing by Bumbleworks::Rails::TasksController#show as HTML
6519
+ Parameters: {"id"=>"152"}
6520
+ Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.0ms)
6521
+ Processing by Bumbleworks::Rails::TasksController#show as HTML
6522
+ Parameters: {"id"=>"152"}
6523
+ Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
6524
+ Processing by Bumbleworks::Rails::TasksController#show as HTML
6525
+ Parameters: {"id"=>"152"}
6526
+ Filter chain halted as :load_and_authorize_task rendered or redirected
6527
+ Completed 401 Unauthorized in 16ms (Views: 2.0ms | ActiveRecord: 0.0ms)
6528
+ Processing by Bumbleworks::Rails::TasksController#show as HTML
6529
+ Parameters: {"id"=>"152"}
6530
+ Redirected to http://test.host/
6531
+ Filter chain halted as :load_and_authorize_task rendered or redirected
6532
+ Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
6533
+ Processing by Bumbleworks::Rails::TasksController#complete as HTML
6534
+ Parameters: {"task"=>{"foo"=>"bar"}, "id"=>"152"}
6535
+ Redirected to http://test.host/tasks
6536
+ Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
6537
+ Processing by Bumbleworks::Rails::TasksController#complete as HTML
6538
+ Parameters: {"task"=>{"foo"=>"bar"}, "id"=>"152"}
6539
+ Redirected to http://test.host/fridgets/5/tasks/werk
6540
+ Completed 302 Found in 4ms (ActiveRecord: 0.0ms)
6541
+ Processing by Bumbleworks::Rails::TasksController#complete as HTML
6542
+ Parameters: {"task"=>{"foo"=>"bar"}, "id"=>"152"}
6543
+ Redirected to http://test.host/fridgets/5/tasks/werk
6544
+ Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
6545
+ Processing by Bumbleworks::Rails::TasksController#complete as HTML
6546
+ Parameters: {"id"=>"152"}
6547
+ Filter chain halted as :load_and_authorize_task rendered or redirected
6548
+ Completed 401 Unauthorized in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
6549
+ Processing by Bumbleworks::Rails::TasksController#complete as HTML
6550
+ Parameters: {"id"=>"152"}
6551
+ Redirected to http://test.host/
6552
+ Filter chain halted as :load_and_authorize_task rendered or redirected
6553
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
6554
+ Processing by Bumbleworks::Rails::TasksController#claim as HTML
6555
+ Parameters: {"id"=>"152"}
6556
+ Redirected to http://test.host/fridgets/5/tasks/werk
6557
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
6558
+ Processing by Bumbleworks::Rails::TasksController#claim as HTML
6559
+ Parameters: {"id"=>"152"}
6560
+ Redirected to http://test.host/fridgets/5/tasks/werk
6561
+ Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
6562
+ Processing by Bumbleworks::Rails::TasksController#claim as HTML
6563
+ Parameters: {"id"=>"152"}
6564
+ Redirected to http://test.host/fridgets/5/tasks/werk
6565
+ Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
6566
+ Processing by Bumbleworks::Rails::TasksController#claim as HTML
6567
+ Parameters: {"id"=>"152"}
6568
+ Filter chain halted as :load_and_authorize_task rendered or redirected
6569
+ Completed 401 Unauthorized in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
6570
+ Processing by Bumbleworks::Rails::TasksController#claim as HTML
6571
+ Parameters: {"id"=>"152"}
6572
+ Redirected to http://test.host/
6573
+ Filter chain halted as :load_and_authorize_task rendered or redirected
6574
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
6575
+ Processing by Bumbleworks::Rails::TasksController#release as HTML
6576
+ Parameters: {"id"=>"152"}
6577
+ Redirected to http://test.host/fridgets/5/tasks/werk
6578
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
6579
+ Processing by Bumbleworks::Rails::TasksController#release as HTML
6580
+ Parameters: {"id"=>"152"}
6581
+ Redirected to http://test.host/fridgets/5/tasks/werk
6582
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
6583
+ Processing by Bumbleworks::Rails::TasksController#release as HTML
6584
+ Parameters: {"id"=>"152"}
6585
+ Filter chain halted as :load_and_authorize_task rendered or redirected
6586
+ Completed 401 Unauthorized in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
6587
+ Processing by Bumbleworks::Rails::TasksController#release as HTML
6588
+ Parameters: {"id"=>"152"}
6589
+ Redirected to http://test.host/
6590
+ Filter chain halted as :load_and_authorize_task rendered or redirected
6591
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
6592
+ Processing by Bumbleworks::Rails::TasksController#index as HTML
6593
+ Completed 200 OK in 5ms (Views: 3.8ms | ActiveRecord: 0.0ms)
6594
+ Processing by Bumbleworks::Rails::TasksController#index as HTML
6595
+ Parameters: {"entity_type"=>"fridget", "entity_id"=>"5"}
6596
+ Completed 200 OK in 5ms (Views: 2.5ms | ActiveRecord: 0.0ms)
6597
+ Processing by Bumbleworks::Rails::TasksController#index as HTML
6598
+ Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)
6599
+ Processing by Bumbleworks::Rails::TasksController#index as HTML
6600
+ Parameters: {"entity_type"=>"fridget", "entity_id"=>"5"}
6601
+ Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms)
6602
+ Processing by Bumbleworks::Rails::TasksController#index as HTML
6603
+ Parameters: {"entity_type"=>"goof", "entity_id"=>"2"}
6604
+ Filter chain halted as :load_entity rendered or redirected
6605
+ Completed 404 Not Found in 2ms (Views: 0.5ms | ActiveRecord: 0.0ms)
6606
+ Processing by Bumbleworks::Rails::TasksController#index as HTML
6607
+ Parameters: {"entity_type"=>"fridget", "entity_id"=>"3"}
6608
+ Filter chain halted as :load_entity rendered or redirected
6609
+ Completed 404 Not Found in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
6610
+ Processing by Bumbleworks::Rails::TasksController#index as HTML
6611
+ Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms)
6612
+ Processing by Bumbleworks::Rails::TasksController#index as HTML
6613
+ Parameters: {"entity_type"=>"silvo_blooms", "entity_id"=>"5"}
6614
+ Completed 200 OK in 3ms (Views: 1.8ms | ActiveRecord: 0.0ms)
6615
+ Processing by Bumbleworks::Rails::TasksController#index as HTML
6616
+ Parameters: {"entity_type"=>"fridgets", "entity_id"=>"6"}
6617
+ Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms)
6618
+ Processing by Bumbleworks::Rails::TasksController#show as HTML
6619
+ Parameters: {"id"=>"152"}
6620
+ Rendered fridgets/tasks/show.html.erb within layouts/application (0.4ms)
6621
+ Completed 200 OK in 16ms (Views: 13.3ms | ActiveRecord: 0.0ms)
6622
+ Processing by Bumbleworks::Rails::TasksController#show as HTML
6623
+ Parameters: {"id"=>"152"}
6624
+ Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.0ms)
6625
+ Processing by Bumbleworks::Rails::TasksController#show as HTML
6626
+ Parameters: {"id"=>"152"}
6627
+ Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms)
6628
+ Processing by Bumbleworks::Rails::TasksController#show as HTML
6629
+ Parameters: {"id"=>"152"}
6630
+ Filter chain halted as :load_and_authorize_task rendered or redirected
6631
+ Completed 401 Unauthorized in 9ms (Views: 1.7ms | ActiveRecord: 0.0ms)
6632
+ Processing by Bumbleworks::Rails::TasksController#show as HTML
6633
+ Parameters: {"id"=>"152"}
6634
+ Redirected to http://test.host/
6635
+ Filter chain halted as :load_and_authorize_task rendered or redirected
6636
+ Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
6637
+ Processing by Bumbleworks::Rails::TasksController#complete as HTML
6638
+ Parameters: {"task"=>{"foo"=>"bar"}, "id"=>"152"}
6639
+ Redirected to http://test.host/tasks
6640
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
6641
+ Processing by Bumbleworks::Rails::TasksController#complete as HTML
6642
+ Parameters: {"task"=>{"foo"=>"bar"}, "id"=>"152"}
6643
+ Redirected to http://test.host/fridgets/5/tasks/werk
6644
+ Completed 302 Found in 3ms (ActiveRecord: 0.0ms)
6645
+ Processing by Bumbleworks::Rails::TasksController#complete as HTML
6646
+ Parameters: {"task"=>{"foo"=>"bar"}, "id"=>"152"}
6647
+ Redirected to http://test.host/fridgets/5/tasks/werk
6648
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
6649
+ Processing by Bumbleworks::Rails::TasksController#complete as HTML
6650
+ Parameters: {"id"=>"152"}
6651
+ Filter chain halted as :load_and_authorize_task rendered or redirected
6652
+ Completed 401 Unauthorized in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
6653
+ Processing by Bumbleworks::Rails::TasksController#complete as HTML
6654
+ Parameters: {"id"=>"152"}
6655
+ Redirected to http://test.host/
6656
+ Filter chain halted as :load_and_authorize_task rendered or redirected
6657
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
6658
+ Processing by Bumbleworks::Rails::TasksController#claim as HTML
6659
+ Parameters: {"id"=>"152"}
6660
+ Redirected to http://test.host/fridgets/5/tasks/werk
6661
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
6662
+ Processing by Bumbleworks::Rails::TasksController#claim as HTML
6663
+ Parameters: {"id"=>"152"}
6664
+ Redirected to http://test.host/fridgets/5/tasks/werk
6665
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
6666
+ Processing by Bumbleworks::Rails::TasksController#claim as HTML
6667
+ Parameters: {"id"=>"152"}
6668
+ Redirected to http://test.host/fridgets/5/tasks/werk
6669
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
6670
+ Processing by Bumbleworks::Rails::TasksController#claim as HTML
6671
+ Parameters: {"id"=>"152"}
6672
+ Filter chain halted as :load_and_authorize_task rendered or redirected
6673
+ Completed 401 Unauthorized in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
6674
+ Processing by Bumbleworks::Rails::TasksController#claim as HTML
6675
+ Parameters: {"id"=>"152"}
6676
+ Redirected to http://test.host/
6677
+ Filter chain halted as :load_and_authorize_task rendered or redirected
6678
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
6679
+ Processing by Bumbleworks::Rails::TasksController#release as HTML
6680
+ Parameters: {"id"=>"152"}
6681
+ Redirected to http://test.host/fridgets/5/tasks/werk
6682
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
6683
+ Processing by Bumbleworks::Rails::TasksController#release as HTML
6684
+ Parameters: {"id"=>"152"}
6685
+ Redirected to http://test.host/fridgets/5/tasks/werk
6686
+ Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
6687
+ Processing by Bumbleworks::Rails::TasksController#release as HTML
6688
+ Parameters: {"id"=>"152"}
6689
+ Filter chain halted as :load_and_authorize_task rendered or redirected
6690
+ Completed 401 Unauthorized in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
6691
+ Processing by Bumbleworks::Rails::TasksController#release as HTML
6692
+ Parameters: {"id"=>"152"}
6693
+ Redirected to http://test.host/
6694
+ Filter chain halted as :load_and_authorize_task rendered or redirected
6695
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
6696
+ Processing by Bumbleworks::Rails::TasksController#index as HTML
6697
+ Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.0ms)
6698
+ Processing by Bumbleworks::Rails::TasksController#index as HTML
6699
+ Parameters: {"entity_type"=>"fridget", "entity_id"=>"5"}
6700
+ Completed 200 OK in 5ms (Views: 2.1ms | ActiveRecord: 0.0ms)
6701
+ Processing by Bumbleworks::Rails::TasksController#index as HTML
6702
+ Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms)
6703
+ Processing by Bumbleworks::Rails::TasksController#index as HTML
6704
+ Parameters: {"entity_type"=>"fridget", "entity_id"=>"5"}
6705
+ Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
6706
+ Processing by Bumbleworks::Rails::TasksController#index as HTML
6707
+ Parameters: {"entity_type"=>"goof", "entity_id"=>"2"}
6708
+ Filter chain halted as :load_entity rendered or redirected
6709
+ Completed 404 Not Found in 2ms (Views: 0.5ms | ActiveRecord: 0.0ms)
6710
+ Processing by Bumbleworks::Rails::TasksController#index as HTML
6711
+ Parameters: {"entity_type"=>"fridget", "entity_id"=>"3"}
6712
+ Filter chain halted as :load_entity rendered or redirected
6713
+ Completed 404 Not Found in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
6714
+ Processing by Bumbleworks::Rails::TasksController#index as HTML
6715
+ Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)
6716
+ Processing by Bumbleworks::Rails::TasksController#index as HTML
6717
+ Parameters: {"entity_type"=>"silvo_blooms", "entity_id"=>"5"}
6718
+ Completed 200 OK in 6ms (Views: 2.3ms | ActiveRecord: 0.0ms)
6719
+ Processing by Bumbleworks::Rails::TasksController#index as HTML
6720
+ Parameters: {"entity_type"=>"fridgets", "entity_id"=>"6"}
6721
+ Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms)
@@ -26,6 +26,7 @@ module GeneratorHelpers
26
26
  end
27
27
  file "routes.rb" do
28
28
  contains "bumbleworks/rails"
29
+ contains "require 'bumbleworks/gui'"
29
30
  end
30
31
  end
31
32
  directory "lib" do
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bumbleworks-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ravi Gadad