hopskip 0.1 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -19,7 +19,13 @@ module Hopskip
19
19
 
20
20
  def show
21
21
  if @yaml_source.present? && @yaml_source[@controller.action_name].present?
22
- locals = { id: "#{ @controller.controller_name }_#{ @controller.action_name }_tour", steps: @yaml_source[@controller.action_name]['steps'].to_json }
22
+ steps = @yaml_source[@controller.action_name]['steps']
23
+
24
+ steps.each do |step|
25
+ step['onNext'] = "eval(#{step['onNext']})"
26
+ end
27
+
28
+ locals = { id: "#{ @controller.controller_name }_#{ @controller.action_name }_tour", steps: steps.to_json }
23
29
  Erubis::Eruby.new("<script>var tour = {id: \"<%= id %>\",steps: <%= steps %>};hopscotch.startTour(tour);</script>").result(locals).html_safe
24
30
  end
25
31
  end
@@ -1,3 +1,3 @@
1
1
  module Hopskip
2
- VERSION = "0.1"
2
+ VERSION = "0.1.1"
3
3
  end
@@ -4,4 +4,5 @@ index:
4
4
  - title: Create A Person
5
5
  content: "Click here to add your first person."
6
6
  target: new_person_link
7
- placement: left
7
+ placement: left
8
+ onNext: skip()
@@ -561,3 +561,744 @@ Processing by PeopleController#show as HTML
561
561
  Parameters: {"id"=>"1"}
562
562
  Completed 200 OK in 2.9ms (Views: 2.6ms | ActiveRecord: 0.0ms)
563
563
   (0.1ms) rollback transaction
564
+ Connecting to database specified by database.yml
565
+  (0.3ms) begin transaction
566
+  (0.1ms) rollback transaction
567
+  (0.0ms) begin transaction
568
+  (0.0ms) rollback transaction
569
+  (0.0ms) begin transaction
570
+  (0.0ms) rollback transaction
571
+  (0.0ms) begin transaction
572
+ Started GET "/people" for 127.0.0.1 at 2013-12-10 13:37:35 +0000
573
+ Processing by PeopleController#index as HTML
574
+ Rendered people/index.html.erb within layouts/application (12.9ms)
575
+ Completed 200 OK in 44.5ms (Views: 44.0ms | ActiveRecord: 0.0ms)
576
+  (0.1ms) rollback transaction
577
+  (0.0ms) begin transaction
578
+ Started GET "/people/1" for 127.0.0.1 at 2013-12-10 13:37:35 +0000
579
+ Processing by PeopleController#show as HTML
580
+ Parameters: {"id"=>"1"}
581
+ Completed 200 OK in 2.4ms (Views: 2.1ms | ActiveRecord: 0.0ms)
582
+  (0.1ms) rollback transaction
583
+ Connecting to database specified by database.yml
584
+  (0.3ms) begin transaction
585
+  (0.1ms) rollback transaction
586
+  (0.1ms) begin transaction
587
+  (0.0ms) rollback transaction
588
+  (0.0ms) begin transaction
589
+  (0.1ms) rollback transaction
590
+  (0.1ms) begin transaction
591
+ Started GET "/people" for 127.0.0.1 at 2013-12-10 13:38:02 +0000
592
+ Processing by PeopleController#index as HTML
593
+ Rendered people/index.html.erb within layouts/application (2.2ms)
594
+ Completed 200 OK in 13.2ms (Views: 12.7ms | ActiveRecord: 0.0ms)
595
+  (0.1ms) rollback transaction
596
+  (0.0ms) begin transaction
597
+ Started GET "/people/1" for 127.0.0.1 at 2013-12-10 13:38:02 +0000
598
+ Processing by PeopleController#show as HTML
599
+ Parameters: {"id"=>"1"}
600
+ Completed 200 OK in 2.5ms (Views: 2.2ms | ActiveRecord: 0.0ms)
601
+  (0.1ms) rollback transaction
602
+ Connecting to database specified by database.yml
603
+  (0.3ms) begin transaction
604
+  (0.0ms) rollback transaction
605
+  (0.0ms) begin transaction
606
+  (0.0ms) rollback transaction
607
+  (0.0ms) begin transaction
608
+  (0.0ms) rollback transaction
609
+  (0.0ms) begin transaction
610
+ Started GET "/people" for 127.0.0.1 at 2013-12-10 13:45:15 +0000
611
+ Processing by PeopleController#index as HTML
612
+ Rendered people/index.html.erb within layouts/application (1.9ms)
613
+ Completed 200 OK in 13.2ms (Views: 12.8ms | ActiveRecord: 0.0ms)
614
+  (0.1ms) rollback transaction
615
+  (0.0ms) begin transaction
616
+ Started GET "/people/1" for 127.0.0.1 at 2013-12-10 13:45:15 +0000
617
+ Processing by PeopleController#show as HTML
618
+ Parameters: {"id"=>"1"}
619
+ Completed 200 OK in 2.6ms (Views: 2.3ms | ActiveRecord: 0.0ms)
620
+  (0.1ms) rollback transaction
621
+ Connecting to database specified by database.yml
622
+  (0.3ms) begin transaction
623
+  (0.0ms) rollback transaction
624
+  (0.1ms) begin transaction
625
+  (0.0ms) rollback transaction
626
+  (0.0ms) begin transaction
627
+  (0.0ms) rollback transaction
628
+  (0.0ms) begin transaction
629
+ Started GET "/people" for 127.0.0.1 at 2013-12-10 13:55:27 +0000
630
+ Processing by PeopleController#index as HTML
631
+ Rendered people/index.html.erb within layouts/application (1.7ms)
632
+ Completed 200 OK in 11.0ms (Views: 10.7ms | ActiveRecord: 0.0ms)
633
+  (0.1ms) rollback transaction
634
+  (0.0ms) begin transaction
635
+ Started GET "/people/1" for 127.0.0.1 at 2013-12-10 13:55:27 +0000
636
+ Processing by PeopleController#show as HTML
637
+ Parameters: {"id"=>"1"}
638
+ Completed 200 OK in 2.4ms (Views: 2.1ms | ActiveRecord: 0.0ms)
639
+  (0.1ms) rollback transaction
640
+ Connecting to database specified by database.yml
641
+  (0.3ms) begin transaction
642
+  (0.0ms) rollback transaction
643
+  (0.0ms) begin transaction
644
+  (0.0ms) rollback transaction
645
+  (0.0ms) begin transaction
646
+  (0.0ms) rollback transaction
647
+  (0.0ms) begin transaction
648
+ Started GET "/people" for 127.0.0.1 at 2013-12-10 13:55:41 +0000
649
+ Processing by PeopleController#index as HTML
650
+ Rendered people/index.html.erb within layouts/application (1.7ms)
651
+ Completed 200 OK in 11.1ms (Views: 10.7ms | ActiveRecord: 0.0ms)
652
+  (0.1ms) rollback transaction
653
+  (0.0ms) begin transaction
654
+ Started GET "/people/1" for 127.0.0.1 at 2013-12-10 13:55:41 +0000
655
+ Processing by PeopleController#show as HTML
656
+ Parameters: {"id"=>"1"}
657
+ Completed 200 OK in 2.6ms (Views: 2.3ms | ActiveRecord: 0.0ms)
658
+  (0.1ms) rollback transaction
659
+ Connecting to database specified by database.yml
660
+  (0.3ms) begin transaction
661
+  (0.0ms) rollback transaction
662
+  (0.0ms) begin transaction
663
+  (0.0ms) rollback transaction
664
+  (0.0ms) begin transaction
665
+  (0.0ms) rollback transaction
666
+  (0.0ms) begin transaction
667
+ Started GET "/people" for 127.0.0.1 at 2013-12-10 13:58:24 +0000
668
+ Processing by PeopleController#index as HTML
669
+ Rendered people/index.html.erb within layouts/application (1.7ms)
670
+ Completed 200 OK in 11.2ms (Views: 10.9ms | ActiveRecord: 0.0ms)
671
+  (0.1ms) rollback transaction
672
+  (0.0ms) begin transaction
673
+ Started GET "/people/1" for 127.0.0.1 at 2013-12-10 13:58:24 +0000
674
+ Processing by PeopleController#show as HTML
675
+ Parameters: {"id"=>"1"}
676
+ Completed 200 OK in 2.5ms (Views: 2.2ms | ActiveRecord: 0.0ms)
677
+  (0.1ms) rollback transaction
678
+ Connecting to database specified by database.yml
679
+  (0.3ms) begin transaction
680
+  (0.1ms) rollback transaction
681
+  (0.0ms) begin transaction
682
+  (0.0ms) rollback transaction
683
+  (0.0ms) begin transaction
684
+  (0.0ms) rollback transaction
685
+  (0.1ms) begin transaction
686
+ Started GET "/people" for 127.0.0.1 at 2013-12-10 14:01:25 +0000
687
+ Processing by PeopleController#index as HTML
688
+ Rendered people/index.html.erb within layouts/application (1.7ms)
689
+ Completed 500 Internal Server Error in 87.1ms
690
+  (0.1ms) rollback transaction
691
+  (0.0ms) begin transaction
692
+ Started GET "/people/1" for 127.0.0.1 at 2013-12-10 14:01:25 +0000
693
+ Processing by PeopleController#show as HTML
694
+ Parameters: {"id"=>"1"}
695
+ Completed 500 Internal Server Error in 3.0ms
696
+  (0.1ms) rollback transaction
697
+ Connecting to database specified by database.yml
698
+  (0.3ms) begin transaction
699
+  (0.1ms) rollback transaction
700
+  (0.0ms) begin transaction
701
+  (0.0ms) rollback transaction
702
+  (0.0ms) begin transaction
703
+  (0.0ms) rollback transaction
704
+  (0.0ms) begin transaction
705
+ Started GET "/people" for 127.0.0.1 at 2013-12-10 14:01:38 +0000
706
+ Processing by PeopleController#index as HTML
707
+ Rendered people/index.html.erb within layouts/application (1.6ms)
708
+ Completed 500 Internal Server Error in 32.4ms
709
+  (0.1ms) rollback transaction
710
+  (0.0ms) begin transaction
711
+ Started GET "/people/1" for 127.0.0.1 at 2013-12-10 14:01:38 +0000
712
+ Processing by PeopleController#show as HTML
713
+ Parameters: {"id"=>"1"}
714
+ Completed 500 Internal Server Error in 4.4ms
715
+  (0.1ms) rollback transaction
716
+ Connecting to database specified by database.yml
717
+  (0.3ms) begin transaction
718
+  (0.0ms) rollback transaction
719
+  (0.0ms) begin transaction
720
+  (0.0ms) rollback transaction
721
+  (0.0ms) begin transaction
722
+  (0.0ms) rollback transaction
723
+  (0.0ms) begin transaction
724
+ Started GET "/people" for 127.0.0.1 at 2013-12-10 14:01:49 +0000
725
+ Processing by PeopleController#index as HTML
726
+ Rendered people/index.html.erb within layouts/application (1.6ms)
727
+ Completed 200 OK in 11.1ms (Views: 10.7ms | ActiveRecord: 0.0ms)
728
+  (0.1ms) rollback transaction
729
+  (0.0ms) begin transaction
730
+ Started GET "/people/1" for 127.0.0.1 at 2013-12-10 14:01:49 +0000
731
+ Processing by PeopleController#show as HTML
732
+ Parameters: {"id"=>"1"}
733
+ Completed 200 OK in 2.5ms (Views: 2.2ms | ActiveRecord: 0.0ms)
734
+  (0.1ms) rollback transaction
735
+ Connecting to database specified by database.yml
736
+  (0.3ms) begin transaction
737
+  (0.0ms) rollback transaction
738
+  (0.0ms) begin transaction
739
+  (0.0ms) rollback transaction
740
+  (0.0ms) begin transaction
741
+  (0.0ms) rollback transaction
742
+  (0.0ms) begin transaction
743
+ Started GET "/people" for 127.0.0.1 at 2013-12-10 14:02:06 +0000
744
+ Processing by PeopleController#index as HTML
745
+ Rendered people/index.html.erb within layouts/application (1.9ms)
746
+ Completed 200 OK in 12.7ms (Views: 12.3ms | ActiveRecord: 0.0ms)
747
+  (0.1ms) rollback transaction
748
+  (0.1ms) begin transaction
749
+ Started GET "/people/1" for 127.0.0.1 at 2013-12-10 14:02:06 +0000
750
+ Processing by PeopleController#show as HTML
751
+ Parameters: {"id"=>"1"}
752
+ Completed 200 OK in 2.6ms (Views: 2.3ms | ActiveRecord: 0.0ms)
753
+  (0.1ms) rollback transaction
754
+ Connecting to database specified by database.yml
755
+  (0.3ms) begin transaction
756
+  (0.0ms) rollback transaction
757
+  (0.1ms) begin transaction
758
+  (0.0ms) rollback transaction
759
+  (0.0ms) begin transaction
760
+  (0.0ms) rollback transaction
761
+  (0.0ms) begin transaction
762
+ Started GET "/people" for 127.0.0.1 at 2013-12-10 14:03:00 +0000
763
+ Processing by PeopleController#index as HTML
764
+ Rendered people/index.html.erb within layouts/application (2.5ms)
765
+ Completed 200 OK in 15.7ms (Views: 15.2ms | ActiveRecord: 0.0ms)
766
+  (0.1ms) rollback transaction
767
+  (0.0ms) begin transaction
768
+ Started GET "/people/1" for 127.0.0.1 at 2013-12-10 14:03:00 +0000
769
+ Processing by PeopleController#show as HTML
770
+ Parameters: {"id"=>"1"}
771
+ Completed 200 OK in 3.0ms (Views: 2.7ms | ActiveRecord: 0.0ms)
772
+  (0.1ms) rollback transaction
773
+ Connecting to database specified by database.yml
774
+  (0.4ms) begin transaction
775
+  (0.1ms) rollback transaction
776
+  (0.1ms) begin transaction
777
+  (0.0ms) rollback transaction
778
+  (0.0ms) begin transaction
779
+  (0.0ms) rollback transaction
780
+  (0.0ms) begin transaction
781
+ Started GET "/people" for 127.0.0.1 at 2013-12-10 14:03:18 +0000
782
+ Processing by PeopleController#index as HTML
783
+ Rendered people/index.html.erb within layouts/application (1.8ms)
784
+ Completed 200 OK in 11.7ms (Views: 11.4ms | ActiveRecord: 0.0ms)
785
+  (0.1ms) rollback transaction
786
+  (0.1ms) begin transaction
787
+ Started GET "/people/1" for 127.0.0.1 at 2013-12-10 14:03:18 +0000
788
+ Processing by PeopleController#show as HTML
789
+ Parameters: {"id"=>"1"}
790
+ Completed 200 OK in 3.1ms (Views: 2.7ms | ActiveRecord: 0.0ms)
791
+  (0.1ms) rollback transaction
792
+ Connecting to database specified by database.yml
793
+  (0.3ms) begin transaction
794
+  (0.0ms) rollback transaction
795
+  (0.1ms) begin transaction
796
+  (0.0ms) rollback transaction
797
+  (0.0ms) begin transaction
798
+  (0.0ms) rollback transaction
799
+  (0.0ms) begin transaction
800
+ Started GET "/people" for 127.0.0.1 at 2013-12-10 14:03:32 +0000
801
+ Processing by PeopleController#index as HTML
802
+ Rendered people/index.html.erb within layouts/application (2.1ms)
803
+ Completed 200 OK in 12.8ms (Views: 12.4ms | ActiveRecord: 0.0ms)
804
+  (0.1ms) rollback transaction
805
+  (0.0ms) begin transaction
806
+ Started GET "/people/1" for 127.0.0.1 at 2013-12-10 14:03:32 +0000
807
+ Processing by PeopleController#show as HTML
808
+ Parameters: {"id"=>"1"}
809
+ Completed 200 OK in 2.6ms (Views: 2.2ms | ActiveRecord: 0.0ms)
810
+  (0.1ms) rollback transaction
811
+ Connecting to database specified by database.yml
812
+  (0.3ms) begin transaction
813
+  (0.1ms) rollback transaction
814
+  (0.1ms) begin transaction
815
+  (0.0ms) rollback transaction
816
+  (0.0ms) begin transaction
817
+  (0.0ms) rollback transaction
818
+  (0.0ms) begin transaction
819
+ Started GET "/people" for 127.0.0.1 at 2013-12-10 14:03:46 +0000
820
+ Processing by PeopleController#index as HTML
821
+ Rendered people/index.html.erb within layouts/application (2.0ms)
822
+ Completed 200 OK in 12.5ms (Views: 12.1ms | ActiveRecord: 0.0ms)
823
+  (0.1ms) rollback transaction
824
+  (0.0ms) begin transaction
825
+ Started GET "/people/1" for 127.0.0.1 at 2013-12-10 14:03:46 +0000
826
+ Processing by PeopleController#show as HTML
827
+ Parameters: {"id"=>"1"}
828
+ Completed 200 OK in 2.6ms (Views: 2.3ms | ActiveRecord: 0.0ms)
829
+  (0.1ms) rollback transaction
830
+ Connecting to database specified by database.yml
831
+  (0.3ms) begin transaction
832
+  (0.1ms) rollback transaction
833
+  (0.0ms) begin transaction
834
+  (0.0ms) rollback transaction
835
+  (0.0ms) begin transaction
836
+  (0.0ms) rollback transaction
837
+  (0.0ms) begin transaction
838
+ Started GET "/people" for 127.0.0.1 at 2013-12-10 14:03:55 +0000
839
+ Processing by PeopleController#index as HTML
840
+ Rendered people/index.html.erb within layouts/application (1.7ms)
841
+ Completed 200 OK in 13.7ms (Views: 13.2ms | ActiveRecord: 0.0ms)
842
+  (0.1ms) rollback transaction
843
+  (0.0ms) begin transaction
844
+ Started GET "/people/1" for 127.0.0.1 at 2013-12-10 14:03:55 +0000
845
+ Processing by PeopleController#show as HTML
846
+ Parameters: {"id"=>"1"}
847
+ Completed 200 OK in 2.7ms (Views: 2.3ms | ActiveRecord: 0.0ms)
848
+  (0.1ms) rollback transaction
849
+ Connecting to database specified by database.yml
850
+  (0.3ms) begin transaction
851
+  (0.0ms) rollback transaction
852
+  (0.0ms) begin transaction
853
+  (0.0ms) rollback transaction
854
+  (0.0ms) begin transaction
855
+  (0.0ms) rollback transaction
856
+  (0.0ms) begin transaction
857
+ Started GET "/people" for 127.0.0.1 at 2013-12-10 14:04:13 +0000
858
+ Processing by PeopleController#index as HTML
859
+ Rendered people/index.html.erb within layouts/application (1.7ms)
860
+ Completed 200 OK in 12.5ms (Views: 12.1ms | ActiveRecord: 0.0ms)
861
+  (0.1ms) rollback transaction
862
+  (0.0ms) begin transaction
863
+ Started GET "/people/1" for 127.0.0.1 at 2013-12-10 14:04:13 +0000
864
+ Processing by PeopleController#show as HTML
865
+ Parameters: {"id"=>"1"}
866
+ Completed 200 OK in 2.6ms (Views: 2.3ms | ActiveRecord: 0.0ms)
867
+  (0.1ms) rollback transaction
868
+ Connecting to database specified by database.yml
869
+  (0.3ms) begin transaction
870
+  (0.1ms) rollback transaction
871
+  (0.0ms) begin transaction
872
+  (0.1ms) rollback transaction
873
+  (0.1ms) begin transaction
874
+  (0.0ms) rollback transaction
875
+  (0.1ms) begin transaction
876
+ Started GET "/people" for 127.0.0.1 at 2013-12-10 14:05:04 +0000
877
+ Processing by PeopleController#index as HTML
878
+ Rendered people/index.html.erb within layouts/application (1.8ms)
879
+ Completed 500 Internal Server Error in 15.5ms
880
+  (0.1ms) rollback transaction
881
+  (0.0ms) begin transaction
882
+ Started GET "/people/1" for 127.0.0.1 at 2013-12-10 14:05:05 +0000
883
+ Processing by PeopleController#show as HTML
884
+ Parameters: {"id"=>"1"}
885
+ Completed 200 OK in 2.7ms (Views: 2.4ms | ActiveRecord: 0.0ms)
886
+  (0.1ms) rollback transaction
887
+ Connecting to database specified by database.yml
888
+  (0.3ms) begin transaction
889
+  (0.0ms) rollback transaction
890
+  (0.0ms) begin transaction
891
+  (0.0ms) rollback transaction
892
+  (0.0ms) begin transaction
893
+  (0.0ms) rollback transaction
894
+  (0.0ms) begin transaction
895
+ Started GET "/people" for 127.0.0.1 at 2013-12-10 14:05:24 +0000
896
+ Processing by PeopleController#index as HTML
897
+ Rendered people/index.html.erb within layouts/application (2.3ms)
898
+ Completed 200 OK in 13.4ms (Views: 13.0ms | ActiveRecord: 0.0ms)
899
+  (0.1ms) rollback transaction
900
+  (0.0ms) begin transaction
901
+ Started GET "/people/1" for 127.0.0.1 at 2013-12-10 14:05:24 +0000
902
+ Processing by PeopleController#show as HTML
903
+ Parameters: {"id"=>"1"}
904
+ Completed 200 OK in 2.5ms (Views: 2.2ms | ActiveRecord: 0.0ms)
905
+  (0.1ms) rollback transaction
906
+ Connecting to database specified by database.yml
907
+  (0.3ms) begin transaction
908
+  (0.1ms) rollback transaction
909
+  (0.0ms) begin transaction
910
+  (0.0ms) rollback transaction
911
+  (0.0ms) begin transaction
912
+  (0.0ms) rollback transaction
913
+  (0.0ms) begin transaction
914
+ Started GET "/people" for 127.0.0.1 at 2013-12-10 14:05:33 +0000
915
+ Processing by PeopleController#index as HTML
916
+ Rendered people/index.html.erb within layouts/application (1.7ms)
917
+ Completed 200 OK in 11.4ms (Views: 11.0ms | ActiveRecord: 0.0ms)
918
+  (0.1ms) rollback transaction
919
+  (0.0ms) begin transaction
920
+ Started GET "/people/1" for 127.0.0.1 at 2013-12-10 14:05:33 +0000
921
+ Processing by PeopleController#show as HTML
922
+ Parameters: {"id"=>"1"}
923
+ Completed 200 OK in 3.6ms (Views: 3.1ms | ActiveRecord: 0.0ms)
924
+  (0.1ms) rollback transaction
925
+ Connecting to database specified by database.yml
926
+  (0.3ms) begin transaction
927
+  (0.1ms) rollback transaction
928
+  (0.0ms) begin transaction
929
+  (0.0ms) rollback transaction
930
+  (0.0ms) begin transaction
931
+  (0.0ms) rollback transaction
932
+  (0.0ms) begin transaction
933
+ Started GET "/people" for 127.0.0.1 at 2013-12-10 14:05:48 +0000
934
+ Processing by PeopleController#index as HTML
935
+ Rendered people/index.html.erb within layouts/application (1.8ms)
936
+ Completed 500 Internal Server Error in 15.0ms
937
+  (0.1ms) rollback transaction
938
+  (0.0ms) begin transaction
939
+ Started GET "/people/1" for 127.0.0.1 at 2013-12-10 14:05:48 +0000
940
+ Processing by PeopleController#show as HTML
941
+ Parameters: {"id"=>"1"}
942
+ Completed 200 OK in 2.9ms (Views: 2.6ms | ActiveRecord: 0.0ms)
943
+  (0.1ms) rollback transaction
944
+ Connecting to database specified by database.yml
945
+  (0.3ms) begin transaction
946
+  (0.0ms) rollback transaction
947
+  (0.1ms) begin transaction
948
+  (0.0ms) rollback transaction
949
+  (0.0ms) begin transaction
950
+  (0.0ms) rollback transaction
951
+  (0.0ms) begin transaction
952
+ Started GET "/people" for 127.0.0.1 at 2013-12-10 14:05:59 +0000
953
+ Processing by PeopleController#index as HTML
954
+ Rendered people/index.html.erb within layouts/application (2.1ms)
955
+ Completed 200 OK in 14.8ms (Views: 14.4ms | ActiveRecord: 0.0ms)
956
+  (0.1ms) rollback transaction
957
+  (0.0ms) begin transaction
958
+ Started GET "/people/1" for 127.0.0.1 at 2013-12-10 14:05:59 +0000
959
+ Processing by PeopleController#show as HTML
960
+ Parameters: {"id"=>"1"}
961
+ Completed 200 OK in 2.7ms (Views: 2.4ms | ActiveRecord: 0.0ms)
962
+  (0.1ms) rollback transaction
963
+ Connecting to database specified by database.yml
964
+  (0.3ms) begin transaction
965
+  (0.0ms) rollback transaction
966
+  (0.0ms) begin transaction
967
+  (0.0ms) rollback transaction
968
+  (0.0ms) begin transaction
969
+  (0.0ms) rollback transaction
970
+  (0.1ms) begin transaction
971
+ Started GET "/people" for 127.0.0.1 at 2013-12-10 14:06:08 +0000
972
+ Processing by PeopleController#index as HTML
973
+ Rendered people/index.html.erb within layouts/application (1.8ms)
974
+ Completed 200 OK in 12.6ms (Views: 12.2ms | ActiveRecord: 0.0ms)
975
+  (0.1ms) rollback transaction
976
+  (0.0ms) begin transaction
977
+ Started GET "/people/1" for 127.0.0.1 at 2013-12-10 14:06:08 +0000
978
+ Processing by PeopleController#show as HTML
979
+ Parameters: {"id"=>"1"}
980
+ Completed 200 OK in 3.2ms (Views: 2.8ms | ActiveRecord: 0.0ms)
981
+  (0.1ms) rollback transaction
982
+ Connecting to database specified by database.yml
983
+  (0.3ms) begin transaction
984
+  (0.0ms) rollback transaction
985
+  (0.0ms) begin transaction
986
+  (0.0ms) rollback transaction
987
+  (0.0ms) begin transaction
988
+  (0.0ms) rollback transaction
989
+  (0.0ms) begin transaction
990
+ Started GET "/people" for 127.0.0.1 at 2013-12-10 14:06:45 +0000
991
+ Processing by PeopleController#index as HTML
992
+ Rendered people/index.html.erb within layouts/application (1.7ms)
993
+ Completed 200 OK in 11.4ms (Views: 11.0ms | ActiveRecord: 0.0ms)
994
+  (0.1ms) rollback transaction
995
+  (0.0ms) begin transaction
996
+ Started GET "/people/1" for 127.0.0.1 at 2013-12-10 14:06:45 +0000
997
+ Processing by PeopleController#show as HTML
998
+ Parameters: {"id"=>"1"}
999
+ Completed 200 OK in 2.6ms (Views: 2.2ms | ActiveRecord: 0.0ms)
1000
+  (0.1ms) rollback transaction
1001
+ Connecting to database specified by database.yml
1002
+  (0.3ms) begin transaction
1003
+  (0.0ms) rollback transaction
1004
+  (0.0ms) begin transaction
1005
+  (0.0ms) rollback transaction
1006
+  (0.0ms) begin transaction
1007
+  (0.0ms) rollback transaction
1008
+  (0.0ms) begin transaction
1009
+ Started GET "/people" for 127.0.0.1 at 2013-12-10 14:06:57 +0000
1010
+ Processing by PeopleController#index as HTML
1011
+ Rendered people/index.html.erb within layouts/application (2.1ms)
1012
+ Completed 200 OK in 13.7ms (Views: 13.3ms | ActiveRecord: 0.0ms)
1013
+  (0.1ms) rollback transaction
1014
+  (0.1ms) begin transaction
1015
+ Started GET "/people/1" for 127.0.0.1 at 2013-12-10 14:06:57 +0000
1016
+ Processing by PeopleController#show as HTML
1017
+ Parameters: {"id"=>"1"}
1018
+ Completed 200 OK in 3.2ms (Views: 2.8ms | ActiveRecord: 0.0ms)
1019
+  (0.1ms) rollback transaction
1020
+ Connecting to database specified by database.yml
1021
+  (0.3ms) begin transaction
1022
+  (0.1ms) rollback transaction
1023
+  (0.0ms) begin transaction
1024
+  (0.0ms) rollback transaction
1025
+  (0.0ms) begin transaction
1026
+  (0.0ms) rollback transaction
1027
+  (0.0ms) begin transaction
1028
+ Started GET "/people" for 127.0.0.1 at 2013-12-10 14:07:06 +0000
1029
+ Processing by PeopleController#index as HTML
1030
+ Rendered people/index.html.erb within layouts/application (1.7ms)
1031
+ Completed 200 OK in 11.4ms (Views: 11.1ms | ActiveRecord: 0.0ms)
1032
+  (0.1ms) rollback transaction
1033
+  (0.0ms) begin transaction
1034
+ Started GET "/people/1" for 127.0.0.1 at 2013-12-10 14:07:06 +0000
1035
+ Processing by PeopleController#show as HTML
1036
+ Parameters: {"id"=>"1"}
1037
+ Completed 200 OK in 3.5ms (Views: 3.0ms | ActiveRecord: 0.0ms)
1038
+  (0.1ms) rollback transaction
1039
+ Connecting to database specified by database.yml
1040
+  (0.3ms) begin transaction
1041
+  (0.0ms) rollback transaction
1042
+  (0.1ms) begin transaction
1043
+  (0.0ms) rollback transaction
1044
+  (0.0ms) begin transaction
1045
+  (0.0ms) rollback transaction
1046
+  (0.0ms) begin transaction
1047
+ Started GET "/people" for 127.0.0.1 at 2013-12-10 14:07:45 +0000
1048
+ Processing by PeopleController#index as HTML
1049
+ Rendered people/index.html.erb within layouts/application (1.7ms)
1050
+ Completed 200 OK in 13.2ms (Views: 12.7ms | ActiveRecord: 0.0ms)
1051
+  (0.1ms) rollback transaction
1052
+  (0.0ms) begin transaction
1053
+ Started GET "/people/1" for 127.0.0.1 at 2013-12-10 14:07:45 +0000
1054
+ Processing by PeopleController#show as HTML
1055
+ Parameters: {"id"=>"1"}
1056
+ Completed 200 OK in 2.5ms (Views: 2.2ms | ActiveRecord: 0.0ms)
1057
+  (0.1ms) rollback transaction
1058
+ Connecting to database specified by database.yml
1059
+  (0.4ms) begin transaction
1060
+  (0.1ms) rollback transaction
1061
+  (0.0ms) begin transaction
1062
+  (0.0ms) rollback transaction
1063
+  (0.0ms) begin transaction
1064
+  (0.0ms) rollback transaction
1065
+  (0.0ms) begin transaction
1066
+ Started GET "/people" for 127.0.0.1 at 2013-12-10 14:09:05 +0000
1067
+ Processing by PeopleController#index as HTML
1068
+ Rendered people/index.html.erb within layouts/application (1.7ms)
1069
+ Completed 200 OK in 11.7ms (Views: 11.3ms | ActiveRecord: 0.0ms)
1070
+  (0.1ms) rollback transaction
1071
+  (0.1ms) begin transaction
1072
+ Started GET "/people/1" for 127.0.0.1 at 2013-12-10 14:09:05 +0000
1073
+ Processing by PeopleController#show as HTML
1074
+ Parameters: {"id"=>"1"}
1075
+ Completed 200 OK in 3.1ms (Views: 2.6ms | ActiveRecord: 0.0ms)
1076
+  (0.1ms) rollback transaction
1077
+ Connecting to database specified by database.yml
1078
+  (0.3ms) begin transaction
1079
+  (0.1ms) rollback transaction
1080
+  (0.0ms) begin transaction
1081
+  (0.0ms) rollback transaction
1082
+  (0.0ms) begin transaction
1083
+  (0.0ms) rollback transaction
1084
+  (0.0ms) begin transaction
1085
+ Started GET "/people" for 127.0.0.1 at 2013-12-10 14:09:13 +0000
1086
+ Processing by PeopleController#index as HTML
1087
+ Rendered people/index.html.erb within layouts/application (1.9ms)
1088
+ Completed 200 OK in 15.5ms (Views: 14.8ms | ActiveRecord: 0.0ms)
1089
+  (0.1ms) rollback transaction
1090
+  (0.0ms) begin transaction
1091
+ Started GET "/people/1" for 127.0.0.1 at 2013-12-10 14:09:13 +0000
1092
+ Processing by PeopleController#show as HTML
1093
+ Parameters: {"id"=>"1"}
1094
+ Completed 200 OK in 2.7ms (Views: 2.4ms | ActiveRecord: 0.0ms)
1095
+  (0.1ms) rollback transaction
1096
+ Connecting to database specified by database.yml
1097
+  (0.3ms) begin transaction
1098
+  (0.0ms) rollback transaction
1099
+  (0.0ms) begin transaction
1100
+  (0.0ms) rollback transaction
1101
+  (0.0ms) begin transaction
1102
+  (0.0ms) rollback transaction
1103
+  (0.0ms) begin transaction
1104
+ Started GET "/people" for 127.0.0.1 at 2013-12-10 14:09:43 +0000
1105
+ Processing by PeopleController#index as HTML
1106
+ Rendered people/index.html.erb within layouts/application (2.1ms)
1107
+ Completed 200 OK in 12.9ms (Views: 12.5ms | ActiveRecord: 0.0ms)
1108
+  (0.1ms) rollback transaction
1109
+  (0.1ms) begin transaction
1110
+ Started GET "/people/1" for 127.0.0.1 at 2013-12-10 14:09:43 +0000
1111
+ Processing by PeopleController#show as HTML
1112
+ Parameters: {"id"=>"1"}
1113
+ Completed 200 OK in 3.6ms (Views: 3.2ms | ActiveRecord: 0.0ms)
1114
+  (0.1ms) rollback transaction
1115
+ Connecting to database specified by database.yml
1116
+  (0.3ms) begin transaction
1117
+  (0.1ms) rollback transaction
1118
+  (0.0ms) begin transaction
1119
+  (0.0ms) rollback transaction
1120
+  (0.0ms) begin transaction
1121
+  (0.0ms) rollback transaction
1122
+  (0.0ms) begin transaction
1123
+ Started GET "/people" for 127.0.0.1 at 2013-12-10 14:15:07 +0000
1124
+ Processing by PeopleController#index as HTML
1125
+ Rendered people/index.html.erb within layouts/application (1.9ms)
1126
+ Completed 500 Internal Server Error in 15.0ms
1127
+  (0.1ms) rollback transaction
1128
+  (0.1ms) begin transaction
1129
+ Started GET "/people/1" for 127.0.0.1 at 2013-12-10 14:15:07 +0000
1130
+ Processing by PeopleController#show as HTML
1131
+ Parameters: {"id"=>"1"}
1132
+ Completed 200 OK in 2.5ms (Views: 2.2ms | ActiveRecord: 0.0ms)
1133
+  (0.1ms) rollback transaction
1134
+ Connecting to database specified by database.yml
1135
+  (0.3ms) begin transaction
1136
+  (0.0ms) rollback transaction
1137
+  (0.0ms) begin transaction
1138
+  (0.0ms) rollback transaction
1139
+  (0.0ms) begin transaction
1140
+  (0.0ms) rollback transaction
1141
+  (0.0ms) begin transaction
1142
+ Started GET "/people" for 127.0.0.1 at 2013-12-10 14:15:18 +0000
1143
+ Processing by PeopleController#index as HTML
1144
+ Rendered people/index.html.erb within layouts/application (2.5ms)
1145
+ Completed 200 OK in 14.9ms (Views: 14.5ms | ActiveRecord: 0.0ms)
1146
+  (0.1ms) rollback transaction
1147
+  (0.0ms) begin transaction
1148
+ Started GET "/people/1" for 127.0.0.1 at 2013-12-10 14:15:18 +0000
1149
+ Processing by PeopleController#show as HTML
1150
+ Parameters: {"id"=>"1"}
1151
+ Completed 200 OK in 3.1ms (Views: 2.7ms | ActiveRecord: 0.0ms)
1152
+  (0.1ms) rollback transaction
1153
+ Connecting to database specified by database.yml
1154
+  (0.3ms) begin transaction
1155
+  (0.1ms) rollback transaction
1156
+  (0.0ms) begin transaction
1157
+  (0.0ms) rollback transaction
1158
+  (0.0ms) begin transaction
1159
+  (0.0ms) rollback transaction
1160
+  (0.0ms) begin transaction
1161
+ Started GET "/people" for 127.0.0.1 at 2013-12-10 14:15:39 +0000
1162
+ Processing by PeopleController#index as HTML
1163
+ Rendered people/index.html.erb within layouts/application (2.5ms)
1164
+ Completed 200 OK in 15.9ms (Views: 15.5ms | ActiveRecord: 0.0ms)
1165
+  (0.1ms) rollback transaction
1166
+  (0.0ms) begin transaction
1167
+ Started GET "/people/1" for 127.0.0.1 at 2013-12-10 14:15:39 +0000
1168
+ Processing by PeopleController#show as HTML
1169
+ Parameters: {"id"=>"1"}
1170
+ Completed 200 OK in 2.9ms (Views: 2.5ms | ActiveRecord: 0.0ms)
1171
+  (0.1ms) rollback transaction
1172
+ Connecting to database specified by database.yml
1173
+  (0.3ms) begin transaction
1174
+  (0.0ms) rollback transaction
1175
+  (0.0ms) begin transaction
1176
+  (0.1ms) rollback transaction
1177
+  (0.1ms) begin transaction
1178
+  (0.1ms) rollback transaction
1179
+  (0.1ms) begin transaction
1180
+ Started GET "/people" for 127.0.0.1 at 2013-12-10 14:16:18 +0000
1181
+ Processing by PeopleController#index as HTML
1182
+ Rendered people/index.html.erb within layouts/application (2.0ms)
1183
+ Completed 200 OK in 12.8ms (Views: 12.5ms | ActiveRecord: 0.0ms)
1184
+  (0.1ms) rollback transaction
1185
+  (0.1ms) begin transaction
1186
+ Started GET "/people/1" for 127.0.0.1 at 2013-12-10 14:16:18 +0000
1187
+ Processing by PeopleController#show as HTML
1188
+ Parameters: {"id"=>"1"}
1189
+ Completed 200 OK in 4.1ms (Views: 3.6ms | ActiveRecord: 0.0ms)
1190
+  (0.1ms) rollback transaction
1191
+ Connecting to database specified by database.yml
1192
+  (0.3ms) begin transaction
1193
+  (0.0ms) rollback transaction
1194
+  (0.0ms) begin transaction
1195
+  (0.0ms) rollback transaction
1196
+  (0.0ms) begin transaction
1197
+  (0.0ms) rollback transaction
1198
+  (0.0ms) begin transaction
1199
+ Started GET "/people" for 127.0.0.1 at 2013-12-10 14:16:35 +0000
1200
+ Processing by PeopleController#index as HTML
1201
+ Rendered people/index.html.erb within layouts/application (1.7ms)
1202
+ Completed 500 Internal Server Error in 14.9ms
1203
+  (0.1ms) rollback transaction
1204
+  (0.0ms) begin transaction
1205
+ Started GET "/people/1" for 127.0.0.1 at 2013-12-10 14:16:35 +0000
1206
+ Processing by PeopleController#show as HTML
1207
+ Parameters: {"id"=>"1"}
1208
+ Completed 200 OK in 2.7ms (Views: 2.3ms | ActiveRecord: 0.0ms)
1209
+  (0.1ms) rollback transaction
1210
+ Connecting to database specified by database.yml
1211
+  (0.3ms) begin transaction
1212
+  (0.0ms) rollback transaction
1213
+  (0.0ms) begin transaction
1214
+  (0.0ms) rollback transaction
1215
+  (0.0ms) begin transaction
1216
+  (0.0ms) rollback transaction
1217
+  (0.0ms) begin transaction
1218
+ Started GET "/people" for 127.0.0.1 at 2013-12-10 14:16:47 +0000
1219
+ Processing by PeopleController#index as HTML
1220
+ Rendered people/index.html.erb within layouts/application (2.1ms)
1221
+ Completed 500 Internal Server Error in 19.8ms
1222
+  (0.1ms) rollback transaction
1223
+  (0.1ms) begin transaction
1224
+ Started GET "/people/1" for 127.0.0.1 at 2013-12-10 14:16:47 +0000
1225
+ Processing by PeopleController#show as HTML
1226
+ Parameters: {"id"=>"1"}
1227
+ Completed 200 OK in 3.1ms (Views: 2.6ms | ActiveRecord: 0.0ms)
1228
+  (0.1ms) rollback transaction
1229
+ Connecting to database specified by database.yml
1230
+  (0.3ms) begin transaction
1231
+  (0.0ms) rollback transaction
1232
+  (0.0ms) begin transaction
1233
+  (0.0ms) rollback transaction
1234
+  (0.0ms) begin transaction
1235
+  (0.0ms) rollback transaction
1236
+  (0.0ms) begin transaction
1237
+ Started GET "/people" for 127.0.0.1 at 2013-12-10 14:17:10 +0000
1238
+ Processing by PeopleController#index as HTML
1239
+ Rendered people/index.html.erb within layouts/application (2.2ms)
1240
+ Completed 200 OK in 12.7ms (Views: 12.3ms | ActiveRecord: 0.0ms)
1241
+  (0.1ms) rollback transaction
1242
+  (0.0ms) begin transaction
1243
+ Started GET "/people/1" for 127.0.0.1 at 2013-12-10 14:17:10 +0000
1244
+ Processing by PeopleController#show as HTML
1245
+ Parameters: {"id"=>"1"}
1246
+ Completed 200 OK in 2.5ms (Views: 2.2ms | ActiveRecord: 0.0ms)
1247
+  (0.1ms) rollback transaction
1248
+ Connecting to database specified by database.yml
1249
+  (0.3ms) begin transaction
1250
+  (0.0ms) rollback transaction
1251
+  (0.0ms) begin transaction
1252
+  (0.0ms) rollback transaction
1253
+  (0.0ms) begin transaction
1254
+  (0.0ms) rollback transaction
1255
+  (0.0ms) begin transaction
1256
+ Started GET "/people" for 127.0.0.1 at 2013-12-10 14:17:29 +0000
1257
+ Processing by PeopleController#index as HTML
1258
+ Rendered people/index.html.erb within layouts/application (2.5ms)
1259
+ Completed 200 OK in 13.8ms (Views: 13.5ms | ActiveRecord: 0.0ms)
1260
+  (0.1ms) rollback transaction
1261
+  (0.0ms) begin transaction
1262
+ Started GET "/people/1" for 127.0.0.1 at 2013-12-10 14:17:29 +0000
1263
+ Processing by PeopleController#show as HTML
1264
+ Parameters: {"id"=>"1"}
1265
+ Completed 200 OK in 2.6ms (Views: 2.2ms | ActiveRecord: 0.0ms)
1266
+  (0.1ms) rollback transaction
1267
+ Connecting to database specified by database.yml
1268
+  (0.3ms) begin transaction
1269
+  (0.1ms) rollback transaction
1270
+  (0.1ms) begin transaction
1271
+  (0.0ms) rollback transaction
1272
+  (0.1ms) begin transaction
1273
+  (0.0ms) rollback transaction
1274
+  (0.1ms) begin transaction
1275
+ Started GET "/people" for 127.0.0.1 at 2013-12-10 14:27:07 +0000
1276
+ Processing by PeopleController#index as HTML
1277
+ Rendered people/index.html.erb within layouts/application (1.8ms)
1278
+ Completed 200 OK in 11.7ms (Views: 11.3ms | ActiveRecord: 0.0ms)
1279
+  (0.1ms) rollback transaction
1280
+  (0.1ms) begin transaction
1281
+ Started GET "/people/1" for 127.0.0.1 at 2013-12-10 14:27:07 +0000
1282
+ Processing by PeopleController#show as HTML
1283
+ Parameters: {"id"=>"1"}
1284
+ Completed 200 OK in 4.2ms (Views: 3.7ms | ActiveRecord: 0.0ms)
1285
+  (0.1ms) rollback transaction
1286
+ Connecting to database specified by database.yml
1287
+  (0.3ms) begin transaction
1288
+  (0.1ms) rollback transaction
1289
+  (0.0ms) begin transaction
1290
+  (0.0ms) rollback transaction
1291
+  (0.0ms) begin transaction
1292
+  (0.0ms) rollback transaction
1293
+  (0.0ms) begin transaction
1294
+ Started GET "/people" for 127.0.0.1 at 2013-12-10 14:27:24 +0000
1295
+ Processing by PeopleController#index as HTML
1296
+ Rendered people/index.html.erb within layouts/application (1.6ms)
1297
+ Completed 200 OK in 11.3ms (Views: 11.0ms | ActiveRecord: 0.0ms)
1298
+  (0.1ms) rollback transaction
1299
+  (0.1ms) begin transaction
1300
+ Started GET "/people/1" for 127.0.0.1 at 2013-12-10 14:27:24 +0000
1301
+ Processing by PeopleController#show as HTML
1302
+ Parameters: {"id"=>"1"}
1303
+ Completed 200 OK in 3.4ms (Views: 3.0ms | ActiveRecord: 0.0ms)
1304
+  (0.1ms) rollback transaction
@@ -3,6 +3,7 @@ require 'test_helper'
3
3
  class UserFlowsTest < ActionDispatch::IntegrationTest
4
4
  test '#index shows the hopscotch' do
5
5
  get '/people'
6
+ puts @response.body
6
7
  assert_tag tag: 'script', parent: { :tag => 'body' }
7
8
  assert_response :success
8
9
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hopskip
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.1'
4
+ version: 0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -135,7 +135,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
135
135
  version: '0'
136
136
  segments:
137
137
  - 0
138
- hash: 2991260192223805320
138
+ hash: -1780543298376589034
139
139
  required_rubygems_version: !ruby/object:Gem::Requirement
140
140
  none: false
141
141
  requirements:
@@ -144,7 +144,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
144
144
  version: '0'
145
145
  segments:
146
146
  - 0
147
- hash: 2991260192223805320
147
+ hash: -1780543298376589034
148
148
  requirements: []
149
149
  rubyforge_project:
150
150
  rubygems_version: 1.8.25