left_side 0.0.4 → 0.0.5
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.
- data/.gitignore +2 -0
- data/.travis.yml +5 -0
- data/README.md +54 -17
- data/Rakefile +2 -1
- data/lib/assets/stylesheets/left-side.css.scss +7 -7
- data/lib/generators/left_side/install_generator.rb +13 -0
- data/lib/generators/left_side/stylesheet_generator.rb +13 -0
- data/lib/generators/templates/config/section.yml.example +6 -0
- data/lib/left_side/base.rb +25 -22
- data/lib/left_side/cells/left_side/base.html.erb +1 -1
- data/lib/left_side/cells/left_side_cell.rb +5 -4
- data/lib/left_side/core_ext.rb +6 -2
- data/lib/left_side/helper.rb +1 -3
- data/lib/left_side/rails.rb +1 -1
- data/lib/left_side/version.rb +1 -1
- data/lib/left_side.rb +0 -2
- data/spec/dummy/.sass-cache/77b12a84de3c9aab14bc1e241ef001cd6fe973e0/left-side.css.scssc +0 -0
- data/spec/dummy/.sass-cache/91329832bbdb4360da2a782cc83182147fe00409/left-side.scssc +0 -0
- data/spec/dummy/app/assets/stylesheets/application.css +1 -0
- data/spec/dummy/app/assets/stylesheets/bootstrap.min.css +9 -0
- data/spec/dummy/app/views/layouts/application.html.erb +4 -0
- data/spec/dummy/app/views/tasks/index.html.erb +27 -0
- data/spec/dummy/config/left_side/section.yml +1 -1
- data/spec/dummy/log/development.log +702 -0
- data/spec/dummy/log/test.log +1911 -0
- data/spec/left_side/feature/left_side_spec.rb +2 -2
- metadata +10 -3
- data/lib/left_side/section.yml +0 -5
data/spec/dummy/log/test.log
CHANGED
|
@@ -638,3 +638,1914 @@ Processing by TodosController#index as HTML
|
|
|
638
638
|
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
639
639
|
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.0ms)
|
|
640
640
|
Completed 200 OK in 6ms (Views: 5.5ms | ActiveRecord: 0.0ms)
|
|
641
|
+
Connecting to database specified by database.yml
|
|
642
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-05 10:12:32 +0800
|
|
643
|
+
Processing by TodosController#index as HTML
|
|
644
|
+
Rendered todos/index.html.erb within layouts/application (0.6ms)
|
|
645
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.0ms)
|
|
646
|
+
Completed 200 OK in 12ms (Views: 11.3ms | ActiveRecord: 0.0ms)
|
|
647
|
+
Started GET "/tasks" for 127.0.0.1 at 2013-02-05 10:12:32 +0800
|
|
648
|
+
Processing by TasksController#index as HTML
|
|
649
|
+
Rendered tasks/index.html.erb within layouts/application (0.2ms)
|
|
650
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.1ms)
|
|
651
|
+
Completed 200 OK in 7ms (Views: 6.8ms | ActiveRecord: 0.0ms)
|
|
652
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-05 10:12:32 +0800
|
|
653
|
+
Processing by TodosController#index as HTML
|
|
654
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
655
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.0ms)
|
|
656
|
+
Completed 200 OK in 6ms (Views: 5.5ms | ActiveRecord: 0.0ms)
|
|
657
|
+
Started GET "/tasks/new" for 127.0.0.1 at 2013-02-05 10:12:32 +0800
|
|
658
|
+
Processing by TasksController#new as HTML
|
|
659
|
+
Rendered tasks/new.html.erb within layouts/application (0.2ms)
|
|
660
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.2ms)
|
|
661
|
+
Completed 200 OK in 7ms (Views: 7.0ms | ActiveRecord: 0.0ms)
|
|
662
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-05 10:12:33 +0800
|
|
663
|
+
Processing by TodosController#index as HTML
|
|
664
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
665
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.0ms)
|
|
666
|
+
Completed 200 OK in 6ms (Views: 5.4ms | ActiveRecord: 0.0ms)
|
|
667
|
+
Started GET "/todos/new" for 127.0.0.1 at 2013-02-05 10:12:33 +0800
|
|
668
|
+
Processing by TodosController#new as HTML
|
|
669
|
+
Rendered todos/new.html.erb within layouts/application (0.2ms)
|
|
670
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.1ms)
|
|
671
|
+
Completed 200 OK in 6ms (Views: 6.2ms | ActiveRecord: 0.0ms)
|
|
672
|
+
Started GET "/todos?extract=Hi" for 127.0.0.1 at 2013-02-05 10:12:33 +0800
|
|
673
|
+
Processing by TodosController#index as HTML
|
|
674
|
+
Parameters: {"extract"=>"Hi"}
|
|
675
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
676
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (0.9ms)
|
|
677
|
+
Completed 200 OK in 6ms (Views: 5.4ms | ActiveRecord: 0.0ms)
|
|
678
|
+
Connecting to database specified by database.yml
|
|
679
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-05 12:01:18 +0800
|
|
680
|
+
Processing by TodosController#index as HTML
|
|
681
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.0ms)
|
|
682
|
+
Rendered todos/index.html.erb within layouts/application (8.6ms)
|
|
683
|
+
Completed 200 OK in 13ms (Views: 13.2ms | ActiveRecord: 0.0ms)
|
|
684
|
+
Started GET "/tasks" for 127.0.0.1 at 2013-02-05 12:01:18 +0800
|
|
685
|
+
Processing by TasksController#index as HTML
|
|
686
|
+
Rendered tasks/index.html.erb within layouts/application (0.2ms)
|
|
687
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (0.8ms)
|
|
688
|
+
Completed 200 OK in 7ms (Views: 6.9ms | ActiveRecord: 0.0ms)
|
|
689
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-05 12:01:18 +0800
|
|
690
|
+
Processing by TodosController#index as HTML
|
|
691
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (0.8ms)
|
|
692
|
+
Rendered todos/index.html.erb within layouts/application (5.3ms)
|
|
693
|
+
Completed 200 OK in 6ms (Views: 6.3ms | ActiveRecord: 0.0ms)
|
|
694
|
+
Started GET "/tasks/new" for 127.0.0.1 at 2013-02-05 12:01:18 +0800
|
|
695
|
+
Processing by TasksController#new as HTML
|
|
696
|
+
Rendered tasks/new.html.erb within layouts/application (0.2ms)
|
|
697
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (0.8ms)
|
|
698
|
+
Completed 200 OK in 7ms (Views: 6.6ms | ActiveRecord: 0.0ms)
|
|
699
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-05 12:01:18 +0800
|
|
700
|
+
Processing by TodosController#index as HTML
|
|
701
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (0.9ms)
|
|
702
|
+
Rendered todos/index.html.erb within layouts/application (5.5ms)
|
|
703
|
+
Completed 200 OK in 7ms (Views: 6.5ms | ActiveRecord: 0.0ms)
|
|
704
|
+
Started GET "/todos/new" for 127.0.0.1 at 2013-02-05 12:01:18 +0800
|
|
705
|
+
Processing by TodosController#new as HTML
|
|
706
|
+
Rendered todos/new.html.erb within layouts/application (0.2ms)
|
|
707
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.2ms)
|
|
708
|
+
Completed 200 OK in 7ms (Views: 6.8ms | ActiveRecord: 0.0ms)
|
|
709
|
+
Started GET "/todos?extract=Hi" for 127.0.0.1 at 2013-02-05 12:01:18 +0800
|
|
710
|
+
Processing by TodosController#index as HTML
|
|
711
|
+
Parameters: {"extract"=>"Hi"}
|
|
712
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (0.8ms)
|
|
713
|
+
Rendered todos/index.html.erb within layouts/application (5.7ms)
|
|
714
|
+
Completed 200 OK in 7ms (Views: 6.7ms | ActiveRecord: 0.0ms)
|
|
715
|
+
Connecting to database specified by database.yml
|
|
716
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-05 12:03:34 +0800
|
|
717
|
+
Processing by TodosController#index as HTML
|
|
718
|
+
Rendered todos/index.html.erb within layouts/application (0.6ms)
|
|
719
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.0ms)
|
|
720
|
+
Completed 200 OK in 12ms (Views: 11.5ms | ActiveRecord: 0.0ms)
|
|
721
|
+
Started GET "/tasks" for 127.0.0.1 at 2013-02-05 12:03:34 +0800
|
|
722
|
+
Processing by TasksController#index as HTML
|
|
723
|
+
Rendered tasks/index.html.erb within layouts/application (0.2ms)
|
|
724
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.2ms)
|
|
725
|
+
Completed 200 OK in 7ms (Views: 6.8ms | ActiveRecord: 0.0ms)
|
|
726
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-05 12:03:34 +0800
|
|
727
|
+
Processing by TodosController#index as HTML
|
|
728
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
729
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.0ms)
|
|
730
|
+
Completed 200 OK in 6ms (Views: 5.5ms | ActiveRecord: 0.0ms)
|
|
731
|
+
Started GET "/tasks/new" for 127.0.0.1 at 2013-02-05 12:03:34 +0800
|
|
732
|
+
Processing by TasksController#new as HTML
|
|
733
|
+
Rendered tasks/new.html.erb within layouts/application (0.2ms)
|
|
734
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.2ms)
|
|
735
|
+
Completed 200 OK in 7ms (Views: 6.4ms | ActiveRecord: 0.0ms)
|
|
736
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-05 12:03:34 +0800
|
|
737
|
+
Processing by TodosController#index as HTML
|
|
738
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
739
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.0ms)
|
|
740
|
+
Completed 200 OK in 6ms (Views: 5.7ms | ActiveRecord: 0.0ms)
|
|
741
|
+
Started GET "/todos/new" for 127.0.0.1 at 2013-02-05 12:03:34 +0800
|
|
742
|
+
Processing by TodosController#new as HTML
|
|
743
|
+
Rendered todos/new.html.erb within layouts/application (0.2ms)
|
|
744
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.2ms)
|
|
745
|
+
Completed 200 OK in 6ms (Views: 6.2ms | ActiveRecord: 0.0ms)
|
|
746
|
+
Started GET "/todos?extract=Hi" for 127.0.0.1 at 2013-02-05 12:03:34 +0800
|
|
747
|
+
Processing by TodosController#index as HTML
|
|
748
|
+
Parameters: {"extract"=>"Hi"}
|
|
749
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
750
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.0ms)
|
|
751
|
+
Completed 200 OK in 7ms (Views: 6.5ms | ActiveRecord: 0.0ms)
|
|
752
|
+
Connecting to database specified by database.yml
|
|
753
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-05 12:04:14 +0800
|
|
754
|
+
Processing by TodosController#index as HTML
|
|
755
|
+
Rendered todos/index.html.erb within layouts/application (0.6ms)
|
|
756
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.1ms)
|
|
757
|
+
Completed 200 OK in 12ms (Views: 11.6ms | ActiveRecord: 0.0ms)
|
|
758
|
+
Started GET "/tasks" for 127.0.0.1 at 2013-02-05 12:04:14 +0800
|
|
759
|
+
Processing by TasksController#index as HTML
|
|
760
|
+
Rendered tasks/index.html.erb within layouts/application (0.2ms)
|
|
761
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.2ms)
|
|
762
|
+
Completed 200 OK in 7ms (Views: 7.1ms | ActiveRecord: 0.0ms)
|
|
763
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-05 12:04:14 +0800
|
|
764
|
+
Processing by TodosController#index as HTML
|
|
765
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
766
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.1ms)
|
|
767
|
+
Completed 200 OK in 6ms (Views: 5.7ms | ActiveRecord: 0.0ms)
|
|
768
|
+
Started GET "/tasks/new" for 127.0.0.1 at 2013-02-05 12:04:14 +0800
|
|
769
|
+
Processing by TasksController#new as HTML
|
|
770
|
+
Rendered tasks/new.html.erb within layouts/application (0.2ms)
|
|
771
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.2ms)
|
|
772
|
+
Completed 200 OK in 7ms (Views: 6.4ms | ActiveRecord: 0.0ms)
|
|
773
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-05 12:04:14 +0800
|
|
774
|
+
Processing by TodosController#index as HTML
|
|
775
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
776
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.0ms)
|
|
777
|
+
Completed 200 OK in 6ms (Views: 5.7ms | ActiveRecord: 0.0ms)
|
|
778
|
+
Started GET "/todos/new" for 127.0.0.1 at 2013-02-05 12:04:14 +0800
|
|
779
|
+
Processing by TodosController#new as HTML
|
|
780
|
+
Rendered todos/new.html.erb within layouts/application (0.2ms)
|
|
781
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.2ms)
|
|
782
|
+
Completed 200 OK in 6ms (Views: 6.2ms | ActiveRecord: 0.0ms)
|
|
783
|
+
Started GET "/todos?extract=Hi" for 127.0.0.1 at 2013-02-05 12:04:14 +0800
|
|
784
|
+
Processing by TodosController#index as HTML
|
|
785
|
+
Parameters: {"extract"=>"Hi"}
|
|
786
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
787
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.0ms)
|
|
788
|
+
Completed 200 OK in 6ms (Views: 6.2ms | ActiveRecord: 0.0ms)
|
|
789
|
+
Connecting to database specified by database.yml
|
|
790
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 10:54:34 +0800
|
|
791
|
+
Processing by TodosController#index as HTML
|
|
792
|
+
Rendered todos/index.html.erb within layouts/application (1.4ms)
|
|
793
|
+
Completed 500 Internal Server Error in 72ms
|
|
794
|
+
Started GET "/tasks" for 127.0.0.1 at 2013-02-06 10:54:34 +0800
|
|
795
|
+
Processing by TasksController#index as HTML
|
|
796
|
+
Rendered tasks/index.html.erb within layouts/application (0.4ms)
|
|
797
|
+
Completed 500 Internal Server Error in 11ms
|
|
798
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 10:54:34 +0800
|
|
799
|
+
Processing by TodosController#index as HTML
|
|
800
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
801
|
+
Completed 500 Internal Server Error in 4ms
|
|
802
|
+
Started GET "/tasks/new" for 127.0.0.1 at 2013-02-06 10:54:34 +0800
|
|
803
|
+
Processing by TasksController#new as HTML
|
|
804
|
+
Rendered tasks/new.html.erb within layouts/application (1.3ms)
|
|
805
|
+
Completed 500 Internal Server Error in 6ms
|
|
806
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 10:54:34 +0800
|
|
807
|
+
Processing by TodosController#index as HTML
|
|
808
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
809
|
+
Completed 500 Internal Server Error in 3ms
|
|
810
|
+
Started GET "/todos/new" for 127.0.0.1 at 2013-02-06 10:54:34 +0800
|
|
811
|
+
Processing by TodosController#new as HTML
|
|
812
|
+
Rendered todos/new.html.erb within layouts/application (0.2ms)
|
|
813
|
+
Completed 500 Internal Server Error in 4ms
|
|
814
|
+
Started GET "/todos?extract=Hi" for 127.0.0.1 at 2013-02-06 10:54:34 +0800
|
|
815
|
+
Processing by TodosController#index as HTML
|
|
816
|
+
Parameters: {"extract"=>"Hi"}
|
|
817
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
818
|
+
Completed 500 Internal Server Error in 3ms
|
|
819
|
+
Connecting to database specified by database.yml
|
|
820
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 11:23:25 +0800
|
|
821
|
+
Processing by TodosController#index as HTML
|
|
822
|
+
Rendered todos/index.html.erb within layouts/application (0.7ms)
|
|
823
|
+
Completed 500 Internal Server Error in 9ms
|
|
824
|
+
Connecting to database specified by database.yml
|
|
825
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 11:26:16 +0800
|
|
826
|
+
Processing by TodosController#index as HTML
|
|
827
|
+
Rendered todos/index.html.erb within layouts/application (0.6ms)
|
|
828
|
+
Completed 500 Internal Server Error in 8ms
|
|
829
|
+
Connecting to database specified by database.yml
|
|
830
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 11:26:52 +0800
|
|
831
|
+
Processing by TodosController#index as HTML
|
|
832
|
+
Rendered todos/index.html.erb within layouts/application (0.6ms)
|
|
833
|
+
Completed 500 Internal Server Error in 9ms
|
|
834
|
+
Connecting to database specified by database.yml
|
|
835
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 11:27:50 +0800
|
|
836
|
+
Processing by TodosController#index as HTML
|
|
837
|
+
Rendered todos/index.html.erb within layouts/application (0.7ms)
|
|
838
|
+
Completed 500 Internal Server Error in 10ms
|
|
839
|
+
Connecting to database specified by database.yml
|
|
840
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 11:28:42 +0800
|
|
841
|
+
Processing by TodosController#index as HTML
|
|
842
|
+
Rendered todos/index.html.erb within layouts/application (0.6ms)
|
|
843
|
+
Completed 500 Internal Server Error in 9ms
|
|
844
|
+
Connecting to database specified by database.yml
|
|
845
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 11:29:31 +0800
|
|
846
|
+
Processing by TodosController#index as HTML
|
|
847
|
+
Rendered todos/index.html.erb within layouts/application (0.7ms)
|
|
848
|
+
Completed 500 Internal Server Error in 13ms
|
|
849
|
+
Connecting to database specified by database.yml
|
|
850
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 11:32:15 +0800
|
|
851
|
+
Processing by TodosController#index as HTML
|
|
852
|
+
Rendered todos/index.html.erb within layouts/application (0.7ms)
|
|
853
|
+
Completed 500 Internal Server Error in 9ms
|
|
854
|
+
Connecting to database specified by database.yml
|
|
855
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 11:34:16 +0800
|
|
856
|
+
Processing by TodosController#index as HTML
|
|
857
|
+
Rendered todos/index.html.erb within layouts/application (0.7ms)
|
|
858
|
+
Completed 500 Internal Server Error in 10ms
|
|
859
|
+
Connecting to database specified by database.yml
|
|
860
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 11:35:58 +0800
|
|
861
|
+
Processing by TodosController#index as HTML
|
|
862
|
+
Rendered todos/index.html.erb within layouts/application (0.6ms)
|
|
863
|
+
Completed 500 Internal Server Error in 9ms
|
|
864
|
+
Connecting to database specified by database.yml
|
|
865
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 11:43:11 +0800
|
|
866
|
+
Processing by TodosController#index as HTML
|
|
867
|
+
Rendered todos/index.html.erb within layouts/application (0.6ms)
|
|
868
|
+
Completed 500 Internal Server Error in 8ms
|
|
869
|
+
Connecting to database specified by database.yml
|
|
870
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 11:46:43 +0800
|
|
871
|
+
Processing by TodosController#index as HTML
|
|
872
|
+
Rendered todos/index.html.erb within layouts/application (0.7ms)
|
|
873
|
+
Completed 500 Internal Server Error in 10ms
|
|
874
|
+
Connecting to database specified by database.yml
|
|
875
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 11:50:47 +0800
|
|
876
|
+
Processing by TodosController#index as HTML
|
|
877
|
+
Rendered todos/index.html.erb within layouts/application (0.6ms)
|
|
878
|
+
Completed 500 Internal Server Error in 9ms
|
|
879
|
+
Started GET "/tasks" for 127.0.0.1 at 2013-02-06 11:50:47 +0800
|
|
880
|
+
Processing by TasksController#index as HTML
|
|
881
|
+
Rendered tasks/index.html.erb within layouts/application (0.2ms)
|
|
882
|
+
Completed 500 Internal Server Error in 5ms
|
|
883
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 11:50:47 +0800
|
|
884
|
+
Processing by TodosController#index as HTML
|
|
885
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
886
|
+
Completed 500 Internal Server Error in 4ms
|
|
887
|
+
Started GET "/tasks/new" for 127.0.0.1 at 2013-02-06 11:50:47 +0800
|
|
888
|
+
Processing by TasksController#new as HTML
|
|
889
|
+
Rendered tasks/new.html.erb within layouts/application (1.1ms)
|
|
890
|
+
Completed 500 Internal Server Error in 5ms
|
|
891
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 11:50:47 +0800
|
|
892
|
+
Processing by TodosController#index as HTML
|
|
893
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
894
|
+
Completed 500 Internal Server Error in 3ms
|
|
895
|
+
Started GET "/todos/new" for 127.0.0.1 at 2013-02-06 11:50:47 +0800
|
|
896
|
+
Processing by TodosController#new as HTML
|
|
897
|
+
Rendered todos/new.html.erb within layouts/application (0.2ms)
|
|
898
|
+
Completed 500 Internal Server Error in 4ms
|
|
899
|
+
Started GET "/todos?extract=Hi" for 127.0.0.1 at 2013-02-06 11:50:47 +0800
|
|
900
|
+
Processing by TodosController#index as HTML
|
|
901
|
+
Parameters: {"extract"=>"Hi"}
|
|
902
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
903
|
+
Completed 500 Internal Server Error in 3ms
|
|
904
|
+
Connecting to database specified by database.yml
|
|
905
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 11:51:17 +0800
|
|
906
|
+
Processing by TodosController#index as HTML
|
|
907
|
+
Rendered todos/index.html.erb within layouts/application (0.6ms)
|
|
908
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.2ms)
|
|
909
|
+
Completed 200 OK in 12ms (Views: 12.1ms | ActiveRecord: 0.0ms)
|
|
910
|
+
Started GET "/tasks" for 127.0.0.1 at 2013-02-06 11:51:17 +0800
|
|
911
|
+
Processing by TasksController#index as HTML
|
|
912
|
+
Rendered tasks/index.html.erb within layouts/application (0.2ms)
|
|
913
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.4ms)
|
|
914
|
+
Completed 200 OK in 8ms (Views: 7.2ms | ActiveRecord: 0.0ms)
|
|
915
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 11:51:17 +0800
|
|
916
|
+
Processing by TodosController#index as HTML
|
|
917
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
918
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.8ms)
|
|
919
|
+
Completed 200 OK in 7ms (Views: 7.2ms | ActiveRecord: 0.0ms)
|
|
920
|
+
Started GET "/tasks/new" for 127.0.0.1 at 2013-02-06 11:51:17 +0800
|
|
921
|
+
Processing by TasksController#new as HTML
|
|
922
|
+
Rendered tasks/new.html.erb within layouts/application (0.2ms)
|
|
923
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.2ms)
|
|
924
|
+
Completed 200 OK in 7ms (Views: 6.6ms | ActiveRecord: 0.0ms)
|
|
925
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 11:51:17 +0800
|
|
926
|
+
Processing by TodosController#index as HTML
|
|
927
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
928
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.1ms)
|
|
929
|
+
Completed 200 OK in 27ms (Views: 26.9ms | ActiveRecord: 0.0ms)
|
|
930
|
+
Started GET "/todos/new" for 127.0.0.1 at 2013-02-06 11:51:17 +0800
|
|
931
|
+
Processing by TodosController#new as HTML
|
|
932
|
+
Rendered todos/new.html.erb within layouts/application (0.2ms)
|
|
933
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.2ms)
|
|
934
|
+
Completed 200 OK in 7ms (Views: 6.5ms | ActiveRecord: 0.0ms)
|
|
935
|
+
Started GET "/todos?extract=Hi" for 127.0.0.1 at 2013-02-06 11:51:17 +0800
|
|
936
|
+
Processing by TodosController#index as HTML
|
|
937
|
+
Parameters: {"extract"=>"Hi"}
|
|
938
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
939
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.0ms)
|
|
940
|
+
Completed 200 OK in 6ms (Views: 6.0ms | ActiveRecord: 0.0ms)
|
|
941
|
+
Connecting to database specified by database.yml
|
|
942
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 11:51:59 +0800
|
|
943
|
+
Processing by TodosController#index as HTML
|
|
944
|
+
Rendered todos/index.html.erb within layouts/application (0.7ms)
|
|
945
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.1ms)
|
|
946
|
+
Completed 200 OK in 12ms (Views: 11.5ms | ActiveRecord: 0.0ms)
|
|
947
|
+
Started GET "/tasks" for 127.0.0.1 at 2013-02-06 11:51:59 +0800
|
|
948
|
+
Processing by TasksController#index as HTML
|
|
949
|
+
Rendered tasks/index.html.erb within layouts/application (0.2ms)
|
|
950
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.2ms)
|
|
951
|
+
Completed 200 OK in 8ms (Views: 7.2ms | ActiveRecord: 0.0ms)
|
|
952
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 11:51:59 +0800
|
|
953
|
+
Processing by TodosController#index as HTML
|
|
954
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
955
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.1ms)
|
|
956
|
+
Completed 200 OK in 6ms (Views: 5.9ms | ActiveRecord: 0.0ms)
|
|
957
|
+
Started GET "/tasks/new" for 127.0.0.1 at 2013-02-06 11:51:59 +0800
|
|
958
|
+
Processing by TasksController#new as HTML
|
|
959
|
+
Rendered tasks/new.html.erb within layouts/application (0.2ms)
|
|
960
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.2ms)
|
|
961
|
+
Completed 200 OK in 7ms (Views: 6.8ms | ActiveRecord: 0.0ms)
|
|
962
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 11:51:59 +0800
|
|
963
|
+
Processing by TodosController#index as HTML
|
|
964
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
965
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.1ms)
|
|
966
|
+
Completed 200 OK in 27ms (Views: 26.5ms | ActiveRecord: 0.0ms)
|
|
967
|
+
Started GET "/todos/new" for 127.0.0.1 at 2013-02-06 11:51:59 +0800
|
|
968
|
+
Processing by TodosController#new as HTML
|
|
969
|
+
Rendered todos/new.html.erb within layouts/application (0.2ms)
|
|
970
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.3ms)
|
|
971
|
+
Completed 200 OK in 7ms (Views: 6.5ms | ActiveRecord: 0.0ms)
|
|
972
|
+
Started GET "/todos?extract=Hi" for 127.0.0.1 at 2013-02-06 11:51:59 +0800
|
|
973
|
+
Processing by TodosController#index as HTML
|
|
974
|
+
Parameters: {"extract"=>"Hi"}
|
|
975
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
976
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.1ms)
|
|
977
|
+
Completed 200 OK in 6ms (Views: 6.0ms | ActiveRecord: 0.0ms)
|
|
978
|
+
Connecting to database specified by database.yml
|
|
979
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 11:55:15 +0800
|
|
980
|
+
Processing by TodosController#index as HTML
|
|
981
|
+
Rendered todos/index.html.erb within layouts/application (0.6ms)
|
|
982
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.1ms)
|
|
983
|
+
Completed 200 OK in 12ms (Views: 12.1ms | ActiveRecord: 0.0ms)
|
|
984
|
+
Started GET "/tasks" for 127.0.0.1 at 2013-02-06 11:55:15 +0800
|
|
985
|
+
Processing by TasksController#index as HTML
|
|
986
|
+
Rendered tasks/index.html.erb within layouts/application (0.2ms)
|
|
987
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.2ms)
|
|
988
|
+
Completed 200 OK in 8ms (Views: 7.2ms | ActiveRecord: 0.0ms)
|
|
989
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 11:55:15 +0800
|
|
990
|
+
Processing by TodosController#index as HTML
|
|
991
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
992
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.4ms)
|
|
993
|
+
Completed 200 OK in 6ms (Views: 6.3ms | ActiveRecord: 0.0ms)
|
|
994
|
+
Started GET "/tasks/new" for 127.0.0.1 at 2013-02-06 11:55:15 +0800
|
|
995
|
+
Processing by TasksController#new as HTML
|
|
996
|
+
Rendered tasks/new.html.erb within layouts/application (0.2ms)
|
|
997
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.3ms)
|
|
998
|
+
Completed 200 OK in 7ms (Views: 6.6ms | ActiveRecord: 0.0ms)
|
|
999
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 11:55:15 +0800
|
|
1000
|
+
Processing by TodosController#index as HTML
|
|
1001
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
1002
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.0ms)
|
|
1003
|
+
Completed 200 OK in 27ms (Views: 26.4ms | ActiveRecord: 0.0ms)
|
|
1004
|
+
Started GET "/todos/new" for 127.0.0.1 at 2013-02-06 11:55:15 +0800
|
|
1005
|
+
Processing by TodosController#new as HTML
|
|
1006
|
+
Rendered todos/new.html.erb within layouts/application (0.2ms)
|
|
1007
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.3ms)
|
|
1008
|
+
Completed 200 OK in 7ms (Views: 6.8ms | ActiveRecord: 0.0ms)
|
|
1009
|
+
Started GET "/todos?extract=Hi" for 127.0.0.1 at 2013-02-06 11:55:15 +0800
|
|
1010
|
+
Processing by TodosController#index as HTML
|
|
1011
|
+
Parameters: {"extract"=>"Hi"}
|
|
1012
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
1013
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.0ms)
|
|
1014
|
+
Completed 200 OK in 6ms (Views: 5.8ms | ActiveRecord: 0.0ms)
|
|
1015
|
+
Connecting to database specified by database.yml
|
|
1016
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 11:58:04 +0800
|
|
1017
|
+
Processing by TodosController#index as HTML
|
|
1018
|
+
Rendered todos/index.html.erb within layouts/application (0.6ms)
|
|
1019
|
+
Completed 500 Internal Server Error in 10ms
|
|
1020
|
+
Started GET "/tasks" for 127.0.0.1 at 2013-02-06 11:58:04 +0800
|
|
1021
|
+
Processing by TasksController#index as HTML
|
|
1022
|
+
Rendered tasks/index.html.erb within layouts/application (0.2ms)
|
|
1023
|
+
Completed 500 Internal Server Error in 5ms
|
|
1024
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 11:58:04 +0800
|
|
1025
|
+
Processing by TodosController#index as HTML
|
|
1026
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
1027
|
+
Completed 500 Internal Server Error in 4ms
|
|
1028
|
+
Started GET "/tasks/new" for 127.0.0.1 at 2013-02-06 11:58:04 +0800
|
|
1029
|
+
Processing by TasksController#new as HTML
|
|
1030
|
+
Rendered tasks/new.html.erb within layouts/application (0.2ms)
|
|
1031
|
+
Completed 500 Internal Server Error in 6ms
|
|
1032
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 11:58:04 +0800
|
|
1033
|
+
Processing by TodosController#index as HTML
|
|
1034
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
1035
|
+
Completed 500 Internal Server Error in 5ms
|
|
1036
|
+
Started GET "/todos/new" for 127.0.0.1 at 2013-02-06 11:58:04 +0800
|
|
1037
|
+
Processing by TodosController#new as HTML
|
|
1038
|
+
Rendered todos/new.html.erb within layouts/application (0.2ms)
|
|
1039
|
+
Completed 500 Internal Server Error in 5ms
|
|
1040
|
+
Started GET "/todos?extract=Hi" for 127.0.0.1 at 2013-02-06 11:58:04 +0800
|
|
1041
|
+
Processing by TodosController#index as HTML
|
|
1042
|
+
Parameters: {"extract"=>"Hi"}
|
|
1043
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
1044
|
+
Completed 500 Internal Server Error in 4ms
|
|
1045
|
+
Connecting to database specified by database.yml
|
|
1046
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 11:58:18 +0800
|
|
1047
|
+
Processing by TodosController#index as HTML
|
|
1048
|
+
Rendered todos/index.html.erb within layouts/application (0.7ms)
|
|
1049
|
+
Completed 500 Internal Server Error in 8ms
|
|
1050
|
+
Started GET "/tasks" for 127.0.0.1 at 2013-02-06 11:58:18 +0800
|
|
1051
|
+
Processing by TasksController#index as HTML
|
|
1052
|
+
Rendered tasks/index.html.erb within layouts/application (0.2ms)
|
|
1053
|
+
Completed 500 Internal Server Error in 3ms
|
|
1054
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 11:58:18 +0800
|
|
1055
|
+
Processing by TodosController#index as HTML
|
|
1056
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
1057
|
+
Completed 500 Internal Server Error in 2ms
|
|
1058
|
+
Started GET "/tasks/new" for 127.0.0.1 at 2013-02-06 11:58:18 +0800
|
|
1059
|
+
Processing by TasksController#new as HTML
|
|
1060
|
+
Rendered tasks/new.html.erb within layouts/application (1.2ms)
|
|
1061
|
+
Completed 500 Internal Server Error in 4ms
|
|
1062
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 11:58:18 +0800
|
|
1063
|
+
Processing by TodosController#index as HTML
|
|
1064
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
1065
|
+
Completed 500 Internal Server Error in 2ms
|
|
1066
|
+
Started GET "/todos/new" for 127.0.0.1 at 2013-02-06 11:58:18 +0800
|
|
1067
|
+
Processing by TodosController#new as HTML
|
|
1068
|
+
Rendered todos/new.html.erb within layouts/application (0.2ms)
|
|
1069
|
+
Completed 500 Internal Server Error in 2ms
|
|
1070
|
+
Started GET "/todos?extract=Hi" for 127.0.0.1 at 2013-02-06 11:58:18 +0800
|
|
1071
|
+
Processing by TodosController#index as HTML
|
|
1072
|
+
Parameters: {"extract"=>"Hi"}
|
|
1073
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
1074
|
+
Completed 500 Internal Server Error in 2ms
|
|
1075
|
+
Connecting to database specified by database.yml
|
|
1076
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 11:58:41 +0800
|
|
1077
|
+
Processing by TodosController#index as HTML
|
|
1078
|
+
Rendered todos/index.html.erb within layouts/application (0.7ms)
|
|
1079
|
+
Completed 500 Internal Server Error in 8ms
|
|
1080
|
+
Started GET "/tasks" for 127.0.0.1 at 2013-02-06 11:58:41 +0800
|
|
1081
|
+
Processing by TasksController#index as HTML
|
|
1082
|
+
Rendered tasks/index.html.erb within layouts/application (0.2ms)
|
|
1083
|
+
Completed 500 Internal Server Error in 3ms
|
|
1084
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 11:58:41 +0800
|
|
1085
|
+
Processing by TodosController#index as HTML
|
|
1086
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
1087
|
+
Completed 500 Internal Server Error in 2ms
|
|
1088
|
+
Started GET "/tasks/new" for 127.0.0.1 at 2013-02-06 11:58:41 +0800
|
|
1089
|
+
Processing by TasksController#new as HTML
|
|
1090
|
+
Rendered tasks/new.html.erb within layouts/application (0.2ms)
|
|
1091
|
+
Completed 500 Internal Server Error in 2ms
|
|
1092
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 11:58:41 +0800
|
|
1093
|
+
Processing by TodosController#index as HTML
|
|
1094
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
1095
|
+
Completed 500 Internal Server Error in 2ms
|
|
1096
|
+
Started GET "/todos/new" for 127.0.0.1 at 2013-02-06 11:58:41 +0800
|
|
1097
|
+
Processing by TodosController#new as HTML
|
|
1098
|
+
Rendered todos/new.html.erb within layouts/application (0.2ms)
|
|
1099
|
+
Completed 500 Internal Server Error in 4ms
|
|
1100
|
+
Started GET "/todos?extract=Hi" for 127.0.0.1 at 2013-02-06 11:58:41 +0800
|
|
1101
|
+
Processing by TodosController#index as HTML
|
|
1102
|
+
Parameters: {"extract"=>"Hi"}
|
|
1103
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
1104
|
+
Completed 500 Internal Server Error in 2ms
|
|
1105
|
+
Connecting to database specified by database.yml
|
|
1106
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 11:59:56 +0800
|
|
1107
|
+
Processing by TodosController#index as HTML
|
|
1108
|
+
Rendered todos/index.html.erb within layouts/application (0.6ms)
|
|
1109
|
+
Completed 500 Internal Server Error in 8ms
|
|
1110
|
+
Started GET "/tasks" for 127.0.0.1 at 2013-02-06 11:59:56 +0800
|
|
1111
|
+
Processing by TasksController#index as HTML
|
|
1112
|
+
Rendered tasks/index.html.erb within layouts/application (0.2ms)
|
|
1113
|
+
Completed 500 Internal Server Error in 3ms
|
|
1114
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 11:59:56 +0800
|
|
1115
|
+
Processing by TodosController#index as HTML
|
|
1116
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
1117
|
+
Completed 500 Internal Server Error in 2ms
|
|
1118
|
+
Started GET "/tasks/new" for 127.0.0.1 at 2013-02-06 11:59:56 +0800
|
|
1119
|
+
Processing by TasksController#new as HTML
|
|
1120
|
+
Rendered tasks/new.html.erb within layouts/application (0.2ms)
|
|
1121
|
+
Completed 500 Internal Server Error in 3ms
|
|
1122
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 11:59:56 +0800
|
|
1123
|
+
Processing by TodosController#index as HTML
|
|
1124
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
1125
|
+
Completed 500 Internal Server Error in 2ms
|
|
1126
|
+
Started GET "/todos/new" for 127.0.0.1 at 2013-02-06 11:59:56 +0800
|
|
1127
|
+
Processing by TodosController#new as HTML
|
|
1128
|
+
Rendered todos/new.html.erb within layouts/application (1.2ms)
|
|
1129
|
+
Completed 500 Internal Server Error in 4ms
|
|
1130
|
+
Started GET "/todos?extract=Hi" for 127.0.0.1 at 2013-02-06 11:59:56 +0800
|
|
1131
|
+
Processing by TodosController#index as HTML
|
|
1132
|
+
Parameters: {"extract"=>"Hi"}
|
|
1133
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
1134
|
+
Completed 500 Internal Server Error in 2ms
|
|
1135
|
+
Connecting to database specified by database.yml
|
|
1136
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 12:00:15 +0800
|
|
1137
|
+
Processing by TodosController#index as HTML
|
|
1138
|
+
Rendered todos/index.html.erb within layouts/application (0.6ms)
|
|
1139
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.1ms)
|
|
1140
|
+
Completed 200 OK in 12ms (Views: 11.5ms | ActiveRecord: 0.0ms)
|
|
1141
|
+
Started GET "/tasks" for 127.0.0.1 at 2013-02-06 12:00:15 +0800
|
|
1142
|
+
Processing by TasksController#index as HTML
|
|
1143
|
+
Rendered tasks/index.html.erb within layouts/application (0.2ms)
|
|
1144
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.2ms)
|
|
1145
|
+
Completed 200 OK in 7ms (Views: 7.0ms | ActiveRecord: 0.0ms)
|
|
1146
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 12:00:15 +0800
|
|
1147
|
+
Processing by TodosController#index as HTML
|
|
1148
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
1149
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.1ms)
|
|
1150
|
+
Completed 200 OK in 6ms (Views: 5.9ms | ActiveRecord: 0.0ms)
|
|
1151
|
+
Started GET "/tasks/new" for 127.0.0.1 at 2013-02-06 12:00:15 +0800
|
|
1152
|
+
Processing by TasksController#new as HTML
|
|
1153
|
+
Rendered tasks/new.html.erb within layouts/application (0.2ms)
|
|
1154
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.2ms)
|
|
1155
|
+
Completed 200 OK in 7ms (Views: 6.8ms | ActiveRecord: 0.0ms)
|
|
1156
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 12:00:15 +0800
|
|
1157
|
+
Processing by TodosController#index as HTML
|
|
1158
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
1159
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.1ms)
|
|
1160
|
+
Completed 200 OK in 26ms (Views: 26.1ms | ActiveRecord: 0.0ms)
|
|
1161
|
+
Started GET "/todos/new" for 127.0.0.1 at 2013-02-06 12:00:15 +0800
|
|
1162
|
+
Processing by TodosController#new as HTML
|
|
1163
|
+
Rendered todos/new.html.erb within layouts/application (0.2ms)
|
|
1164
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.3ms)
|
|
1165
|
+
Completed 200 OK in 7ms (Views: 6.6ms | ActiveRecord: 0.0ms)
|
|
1166
|
+
Started GET "/todos?extract=Hi" for 127.0.0.1 at 2013-02-06 12:00:15 +0800
|
|
1167
|
+
Processing by TodosController#index as HTML
|
|
1168
|
+
Parameters: {"extract"=>"Hi"}
|
|
1169
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
1170
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.1ms)
|
|
1171
|
+
Completed 200 OK in 6ms (Views: 5.7ms | ActiveRecord: 0.0ms)
|
|
1172
|
+
Connecting to database specified by database.yml
|
|
1173
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 12:00:32 +0800
|
|
1174
|
+
Processing by TodosController#index as HTML
|
|
1175
|
+
Rendered todos/index.html.erb within layouts/application (0.7ms)
|
|
1176
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.1ms)
|
|
1177
|
+
Completed 200 OK in 12ms (Views: 11.7ms | ActiveRecord: 0.0ms)
|
|
1178
|
+
Started GET "/tasks" for 127.0.0.1 at 2013-02-06 12:00:32 +0800
|
|
1179
|
+
Processing by TasksController#index as HTML
|
|
1180
|
+
Rendered tasks/index.html.erb within layouts/application (0.2ms)
|
|
1181
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.2ms)
|
|
1182
|
+
Completed 200 OK in 7ms (Views: 6.7ms | ActiveRecord: 0.0ms)
|
|
1183
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 12:00:32 +0800
|
|
1184
|
+
Processing by TodosController#index as HTML
|
|
1185
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
1186
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.1ms)
|
|
1187
|
+
Completed 200 OK in 6ms (Views: 5.7ms | ActiveRecord: 0.0ms)
|
|
1188
|
+
Started GET "/tasks/new" for 127.0.0.1 at 2013-02-06 12:00:32 +0800
|
|
1189
|
+
Processing by TasksController#new as HTML
|
|
1190
|
+
Rendered tasks/new.html.erb within layouts/application (0.2ms)
|
|
1191
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.4ms)
|
|
1192
|
+
Completed 200 OK in 7ms (Views: 6.7ms | ActiveRecord: 0.0ms)
|
|
1193
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 12:00:32 +0800
|
|
1194
|
+
Processing by TodosController#index as HTML
|
|
1195
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
1196
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.1ms)
|
|
1197
|
+
Completed 200 OK in 26ms (Views: 26.0ms | ActiveRecord: 0.0ms)
|
|
1198
|
+
Started GET "/todos/new" for 127.0.0.1 at 2013-02-06 12:00:32 +0800
|
|
1199
|
+
Processing by TodosController#new as HTML
|
|
1200
|
+
Rendered todos/new.html.erb within layouts/application (0.2ms)
|
|
1201
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.3ms)
|
|
1202
|
+
Completed 200 OK in 7ms (Views: 6.5ms | ActiveRecord: 0.0ms)
|
|
1203
|
+
Started GET "/todos?extract=Hi" for 127.0.0.1 at 2013-02-06 12:00:32 +0800
|
|
1204
|
+
Processing by TodosController#index as HTML
|
|
1205
|
+
Parameters: {"extract"=>"Hi"}
|
|
1206
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
1207
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.0ms)
|
|
1208
|
+
Completed 200 OK in 6ms (Views: 5.4ms | ActiveRecord: 0.0ms)
|
|
1209
|
+
Connecting to database specified by database.yml
|
|
1210
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 12:00:36 +0800
|
|
1211
|
+
Processing by TodosController#index as HTML
|
|
1212
|
+
Rendered todos/index.html.erb within layouts/application (0.6ms)
|
|
1213
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.1ms)
|
|
1214
|
+
Completed 200 OK in 12ms (Views: 11.5ms | ActiveRecord: 0.0ms)
|
|
1215
|
+
Started GET "/tasks" for 127.0.0.1 at 2013-02-06 12:00:36 +0800
|
|
1216
|
+
Processing by TasksController#index as HTML
|
|
1217
|
+
Rendered tasks/index.html.erb within layouts/application (0.2ms)
|
|
1218
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.2ms)
|
|
1219
|
+
Completed 200 OK in 7ms (Views: 6.8ms | ActiveRecord: 0.0ms)
|
|
1220
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 12:00:36 +0800
|
|
1221
|
+
Processing by TodosController#index as HTML
|
|
1222
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
1223
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.2ms)
|
|
1224
|
+
Completed 200 OK in 6ms (Views: 5.7ms | ActiveRecord: 0.0ms)
|
|
1225
|
+
Started GET "/tasks/new" for 127.0.0.1 at 2013-02-06 12:00:36 +0800
|
|
1226
|
+
Processing by TasksController#new as HTML
|
|
1227
|
+
Rendered tasks/new.html.erb within layouts/application (0.2ms)
|
|
1228
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.2ms)
|
|
1229
|
+
Completed 200 OK in 7ms (Views: 6.6ms | ActiveRecord: 0.0ms)
|
|
1230
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 12:00:36 +0800
|
|
1231
|
+
Processing by TodosController#index as HTML
|
|
1232
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
1233
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.1ms)
|
|
1234
|
+
Completed 200 OK in 29ms (Views: 29.1ms | ActiveRecord: 0.0ms)
|
|
1235
|
+
Started GET "/todos/new" for 127.0.0.1 at 2013-02-06 12:00:36 +0800
|
|
1236
|
+
Processing by TodosController#new as HTML
|
|
1237
|
+
Rendered todos/new.html.erb within layouts/application (0.2ms)
|
|
1238
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.4ms)
|
|
1239
|
+
Completed 200 OK in 7ms (Views: 6.3ms | ActiveRecord: 0.0ms)
|
|
1240
|
+
Started GET "/todos?extract=Hi" for 127.0.0.1 at 2013-02-06 12:00:36 +0800
|
|
1241
|
+
Processing by TodosController#index as HTML
|
|
1242
|
+
Parameters: {"extract"=>"Hi"}
|
|
1243
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
1244
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.2ms)
|
|
1245
|
+
Completed 200 OK in 6ms (Views: 5.5ms | ActiveRecord: 0.0ms)
|
|
1246
|
+
Connecting to database specified by database.yml
|
|
1247
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 12:02:18 +0800
|
|
1248
|
+
Processing by TodosController#index as HTML
|
|
1249
|
+
Rendered todos/index.html.erb within layouts/application (0.6ms)
|
|
1250
|
+
Completed 500 Internal Server Error in 8ms
|
|
1251
|
+
Started GET "/tasks" for 127.0.0.1 at 2013-02-06 12:02:18 +0800
|
|
1252
|
+
Processing by TasksController#index as HTML
|
|
1253
|
+
Rendered tasks/index.html.erb within layouts/application (0.2ms)
|
|
1254
|
+
Completed 500 Internal Server Error in 3ms
|
|
1255
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 12:02:18 +0800
|
|
1256
|
+
Processing by TodosController#index as HTML
|
|
1257
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
1258
|
+
Completed 500 Internal Server Error in 2ms
|
|
1259
|
+
Started GET "/tasks/new" for 127.0.0.1 at 2013-02-06 12:02:18 +0800
|
|
1260
|
+
Processing by TasksController#new as HTML
|
|
1261
|
+
Rendered tasks/new.html.erb within layouts/application (0.2ms)
|
|
1262
|
+
Completed 500 Internal Server Error in 3ms
|
|
1263
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 12:02:18 +0800
|
|
1264
|
+
Processing by TodosController#index as HTML
|
|
1265
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
1266
|
+
Completed 500 Internal Server Error in 2ms
|
|
1267
|
+
Started GET "/todos/new" for 127.0.0.1 at 2013-02-06 12:02:18 +0800
|
|
1268
|
+
Processing by TodosController#new as HTML
|
|
1269
|
+
Rendered todos/new.html.erb within layouts/application (1.1ms)
|
|
1270
|
+
Completed 500 Internal Server Error in 3ms
|
|
1271
|
+
Started GET "/todos?extract=Hi" for 127.0.0.1 at 2013-02-06 12:02:18 +0800
|
|
1272
|
+
Processing by TodosController#index as HTML
|
|
1273
|
+
Parameters: {"extract"=>"Hi"}
|
|
1274
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
1275
|
+
Completed 500 Internal Server Error in 2ms
|
|
1276
|
+
Connecting to database specified by database.yml
|
|
1277
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 12:02:44 +0800
|
|
1278
|
+
Processing by TodosController#index as HTML
|
|
1279
|
+
Rendered todos/index.html.erb within layouts/application (0.6ms)
|
|
1280
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.1ms)
|
|
1281
|
+
Completed 200 OK in 12ms (Views: 11.7ms | ActiveRecord: 0.0ms)
|
|
1282
|
+
Started GET "/tasks" for 127.0.0.1 at 2013-02-06 12:02:44 +0800
|
|
1283
|
+
Processing by TasksController#index as HTML
|
|
1284
|
+
Rendered tasks/index.html.erb within layouts/application (0.2ms)
|
|
1285
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.2ms)
|
|
1286
|
+
Completed 200 OK in 7ms (Views: 6.8ms | ActiveRecord: 0.0ms)
|
|
1287
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 12:02:44 +0800
|
|
1288
|
+
Processing by TodosController#index as HTML
|
|
1289
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
1290
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.1ms)
|
|
1291
|
+
Completed 200 OK in 6ms (Views: 5.6ms | ActiveRecord: 0.0ms)
|
|
1292
|
+
Started GET "/tasks/new" for 127.0.0.1 at 2013-02-06 12:02:44 +0800
|
|
1293
|
+
Processing by TasksController#new as HTML
|
|
1294
|
+
Rendered tasks/new.html.erb within layouts/application (0.2ms)
|
|
1295
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.3ms)
|
|
1296
|
+
Completed 200 OK in 7ms (Views: 6.3ms | ActiveRecord: 0.0ms)
|
|
1297
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 12:02:44 +0800
|
|
1298
|
+
Processing by TodosController#index as HTML
|
|
1299
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
1300
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.1ms)
|
|
1301
|
+
Completed 200 OK in 26ms (Views: 25.8ms | ActiveRecord: 0.0ms)
|
|
1302
|
+
Started GET "/todos/new" for 127.0.0.1 at 2013-02-06 12:02:44 +0800
|
|
1303
|
+
Processing by TodosController#new as HTML
|
|
1304
|
+
Rendered todos/new.html.erb within layouts/application (0.2ms)
|
|
1305
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.3ms)
|
|
1306
|
+
Completed 200 OK in 7ms (Views: 6.5ms | ActiveRecord: 0.0ms)
|
|
1307
|
+
Started GET "/todos?extract=Hi" for 127.0.0.1 at 2013-02-06 12:02:44 +0800
|
|
1308
|
+
Processing by TodosController#index as HTML
|
|
1309
|
+
Parameters: {"extract"=>"Hi"}
|
|
1310
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
1311
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.0ms)
|
|
1312
|
+
Completed 200 OK in 6ms (Views: 5.4ms | ActiveRecord: 0.0ms)
|
|
1313
|
+
Connecting to database specified by database.yml
|
|
1314
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 12:05:58 +0800
|
|
1315
|
+
Processing by TodosController#index as HTML
|
|
1316
|
+
Rendered todos/index.html.erb within layouts/application (0.6ms)
|
|
1317
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.1ms)
|
|
1318
|
+
Completed 200 OK in 12ms (Views: 11.8ms | ActiveRecord: 0.0ms)
|
|
1319
|
+
Started GET "/tasks" for 127.0.0.1 at 2013-02-06 12:05:58 +0800
|
|
1320
|
+
Processing by TasksController#index as HTML
|
|
1321
|
+
Rendered tasks/index.html.erb within layouts/application (0.2ms)
|
|
1322
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.2ms)
|
|
1323
|
+
Completed 200 OK in 7ms (Views: 6.8ms | ActiveRecord: 0.0ms)
|
|
1324
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 12:05:58 +0800
|
|
1325
|
+
Processing by TodosController#index as HTML
|
|
1326
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
1327
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.1ms)
|
|
1328
|
+
Completed 200 OK in 6ms (Views: 5.6ms | ActiveRecord: 0.0ms)
|
|
1329
|
+
Started GET "/tasks/new" for 127.0.0.1 at 2013-02-06 12:05:58 +0800
|
|
1330
|
+
Processing by TasksController#new as HTML
|
|
1331
|
+
Rendered tasks/new.html.erb within layouts/application (0.2ms)
|
|
1332
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.3ms)
|
|
1333
|
+
Completed 200 OK in 7ms (Views: 6.6ms | ActiveRecord: 0.0ms)
|
|
1334
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 12:05:58 +0800
|
|
1335
|
+
Processing by TodosController#index as HTML
|
|
1336
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
1337
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.1ms)
|
|
1338
|
+
Completed 200 OK in 26ms (Views: 26.2ms | ActiveRecord: 0.0ms)
|
|
1339
|
+
Started GET "/todos/new" for 127.0.0.1 at 2013-02-06 12:05:58 +0800
|
|
1340
|
+
Processing by TodosController#new as HTML
|
|
1341
|
+
Rendered todos/new.html.erb within layouts/application (0.2ms)
|
|
1342
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.2ms)
|
|
1343
|
+
Completed 200 OK in 7ms (Views: 6.4ms | ActiveRecord: 0.0ms)
|
|
1344
|
+
Started GET "/todos?extract=Hi" for 127.0.0.1 at 2013-02-06 12:05:58 +0800
|
|
1345
|
+
Processing by TodosController#index as HTML
|
|
1346
|
+
Parameters: {"extract"=>"Hi"}
|
|
1347
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
1348
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.1ms)
|
|
1349
|
+
Completed 200 OK in 6ms (Views: 5.5ms | ActiveRecord: 0.0ms)
|
|
1350
|
+
Connecting to database specified by database.yml
|
|
1351
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 12:08:59 +0800
|
|
1352
|
+
Processing by TodosController#index as HTML
|
|
1353
|
+
Rendered todos/index.html.erb within layouts/application (0.7ms)
|
|
1354
|
+
Completed 500 Internal Server Error in 8ms
|
|
1355
|
+
Started GET "/tasks" for 127.0.0.1 at 2013-02-06 12:08:59 +0800
|
|
1356
|
+
Processing by TasksController#index as HTML
|
|
1357
|
+
Rendered tasks/index.html.erb within layouts/application (0.2ms)
|
|
1358
|
+
Completed 500 Internal Server Error in 3ms
|
|
1359
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 12:08:59 +0800
|
|
1360
|
+
Processing by TodosController#index as HTML
|
|
1361
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
1362
|
+
Completed 500 Internal Server Error in 2ms
|
|
1363
|
+
Started GET "/tasks/new" for 127.0.0.1 at 2013-02-06 12:08:59 +0800
|
|
1364
|
+
Processing by TasksController#new as HTML
|
|
1365
|
+
Rendered tasks/new.html.erb within layouts/application (0.2ms)
|
|
1366
|
+
Completed 500 Internal Server Error in 4ms
|
|
1367
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 12:08:59 +0800
|
|
1368
|
+
Processing by TodosController#index as HTML
|
|
1369
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
1370
|
+
Completed 500 Internal Server Error in 2ms
|
|
1371
|
+
Started GET "/todos/new" for 127.0.0.1 at 2013-02-06 12:08:59 +0800
|
|
1372
|
+
Processing by TodosController#new as HTML
|
|
1373
|
+
Rendered todos/new.html.erb within layouts/application (0.2ms)
|
|
1374
|
+
Completed 500 Internal Server Error in 2ms
|
|
1375
|
+
Started GET "/todos?extract=Hi" for 127.0.0.1 at 2013-02-06 12:08:59 +0800
|
|
1376
|
+
Processing by TodosController#index as HTML
|
|
1377
|
+
Parameters: {"extract"=>"Hi"}
|
|
1378
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
1379
|
+
Completed 500 Internal Server Error in 2ms
|
|
1380
|
+
Connecting to database specified by database.yml
|
|
1381
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 12:09:20 +0800
|
|
1382
|
+
Processing by TodosController#index as HTML
|
|
1383
|
+
Rendered todos/index.html.erb within layouts/application (0.6ms)
|
|
1384
|
+
Completed 500 Internal Server Error in 8ms
|
|
1385
|
+
Started GET "/tasks" for 127.0.0.1 at 2013-02-06 12:09:20 +0800
|
|
1386
|
+
Processing by TasksController#index as HTML
|
|
1387
|
+
Rendered tasks/index.html.erb within layouts/application (0.2ms)
|
|
1388
|
+
Completed 500 Internal Server Error in 3ms
|
|
1389
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 12:09:20 +0800
|
|
1390
|
+
Processing by TodosController#index as HTML
|
|
1391
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
1392
|
+
Completed 500 Internal Server Error in 2ms
|
|
1393
|
+
Started GET "/tasks/new" for 127.0.0.1 at 2013-02-06 12:09:20 +0800
|
|
1394
|
+
Processing by TasksController#new as HTML
|
|
1395
|
+
Rendered tasks/new.html.erb within layouts/application (1.1ms)
|
|
1396
|
+
Completed 500 Internal Server Error in 4ms
|
|
1397
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 12:09:20 +0800
|
|
1398
|
+
Processing by TodosController#index as HTML
|
|
1399
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
1400
|
+
Completed 500 Internal Server Error in 2ms
|
|
1401
|
+
Started GET "/todos/new" for 127.0.0.1 at 2013-02-06 12:09:20 +0800
|
|
1402
|
+
Processing by TodosController#new as HTML
|
|
1403
|
+
Rendered todos/new.html.erb within layouts/application (0.2ms)
|
|
1404
|
+
Completed 500 Internal Server Error in 3ms
|
|
1405
|
+
Started GET "/todos?extract=Hi" for 127.0.0.1 at 2013-02-06 12:09:20 +0800
|
|
1406
|
+
Processing by TodosController#index as HTML
|
|
1407
|
+
Parameters: {"extract"=>"Hi"}
|
|
1408
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
1409
|
+
Completed 500 Internal Server Error in 2ms
|
|
1410
|
+
Connecting to database specified by database.yml
|
|
1411
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 12:09:58 +0800
|
|
1412
|
+
Processing by TodosController#index as HTML
|
|
1413
|
+
Rendered todos/index.html.erb within layouts/application (0.7ms)
|
|
1414
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.0ms)
|
|
1415
|
+
Completed 200 OK in 12ms (Views: 12.1ms | ActiveRecord: 0.0ms)
|
|
1416
|
+
Started GET "/tasks" for 127.0.0.1 at 2013-02-06 12:09:58 +0800
|
|
1417
|
+
Processing by TasksController#index as HTML
|
|
1418
|
+
Rendered tasks/index.html.erb within layouts/application (0.2ms)
|
|
1419
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.2ms)
|
|
1420
|
+
Completed 200 OK in 7ms (Views: 6.9ms | ActiveRecord: 0.0ms)
|
|
1421
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 12:09:58 +0800
|
|
1422
|
+
Processing by TodosController#index as HTML
|
|
1423
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
1424
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.1ms)
|
|
1425
|
+
Completed 200 OK in 6ms (Views: 5.5ms | ActiveRecord: 0.0ms)
|
|
1426
|
+
Started GET "/tasks/new" for 127.0.0.1 at 2013-02-06 12:09:58 +0800
|
|
1427
|
+
Processing by TasksController#new as HTML
|
|
1428
|
+
Rendered tasks/new.html.erb within layouts/application (0.2ms)
|
|
1429
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.2ms)
|
|
1430
|
+
Completed 200 OK in 7ms (Views: 6.5ms | ActiveRecord: 0.0ms)
|
|
1431
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 12:09:58 +0800
|
|
1432
|
+
Processing by TodosController#index as HTML
|
|
1433
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
1434
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.2ms)
|
|
1435
|
+
Completed 200 OK in 27ms (Views: 26.4ms | ActiveRecord: 0.0ms)
|
|
1436
|
+
Started GET "/todos/new" for 127.0.0.1 at 2013-02-06 12:09:58 +0800
|
|
1437
|
+
Processing by TodosController#new as HTML
|
|
1438
|
+
Rendered todos/new.html.erb within layouts/application (0.2ms)
|
|
1439
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.2ms)
|
|
1440
|
+
Completed 200 OK in 7ms (Views: 6.2ms | ActiveRecord: 0.0ms)
|
|
1441
|
+
Started GET "/todos?extract=Hi" for 127.0.0.1 at 2013-02-06 12:09:58 +0800
|
|
1442
|
+
Processing by TodosController#index as HTML
|
|
1443
|
+
Parameters: {"extract"=>"Hi"}
|
|
1444
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
1445
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.0ms)
|
|
1446
|
+
Completed 200 OK in 6ms (Views: 5.7ms | ActiveRecord: 0.0ms)
|
|
1447
|
+
Connecting to database specified by database.yml
|
|
1448
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 12:14:24 +0800
|
|
1449
|
+
Processing by TodosController#index as HTML
|
|
1450
|
+
Rendered todos/index.html.erb within layouts/application (0.6ms)
|
|
1451
|
+
Completed 500 Internal Server Error in 8ms
|
|
1452
|
+
Started GET "/tasks" for 127.0.0.1 at 2013-02-06 12:14:24 +0800
|
|
1453
|
+
Processing by TasksController#index as HTML
|
|
1454
|
+
Rendered tasks/index.html.erb within layouts/application (0.3ms)
|
|
1455
|
+
Completed 500 Internal Server Error in 5ms
|
|
1456
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 12:14:24 +0800
|
|
1457
|
+
Processing by TodosController#index as HTML
|
|
1458
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
1459
|
+
Completed 500 Internal Server Error in 3ms
|
|
1460
|
+
Started GET "/tasks/new" for 127.0.0.1 at 2013-02-06 12:14:24 +0800
|
|
1461
|
+
Processing by TasksController#new as HTML
|
|
1462
|
+
Rendered tasks/new.html.erb within layouts/application (0.2ms)
|
|
1463
|
+
Completed 500 Internal Server Error in 5ms
|
|
1464
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 12:14:24 +0800
|
|
1465
|
+
Processing by TodosController#index as HTML
|
|
1466
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
1467
|
+
Completed 500 Internal Server Error in 3ms
|
|
1468
|
+
Started GET "/todos/new" for 127.0.0.1 at 2013-02-06 12:14:24 +0800
|
|
1469
|
+
Processing by TodosController#new as HTML
|
|
1470
|
+
Rendered todos/new.html.erb within layouts/application (0.2ms)
|
|
1471
|
+
Completed 500 Internal Server Error in 3ms
|
|
1472
|
+
Started GET "/todos?extract=Hi" for 127.0.0.1 at 2013-02-06 12:14:24 +0800
|
|
1473
|
+
Processing by TodosController#index as HTML
|
|
1474
|
+
Parameters: {"extract"=>"Hi"}
|
|
1475
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
1476
|
+
Completed 500 Internal Server Error in 3ms
|
|
1477
|
+
Connecting to database specified by database.yml
|
|
1478
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 12:14:49 +0800
|
|
1479
|
+
Processing by TodosController#index as HTML
|
|
1480
|
+
Rendered todos/index.html.erb within layouts/application (0.7ms)
|
|
1481
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.1ms)
|
|
1482
|
+
Completed 200 OK in 12ms (Views: 11.7ms | ActiveRecord: 0.0ms)
|
|
1483
|
+
Started GET "/tasks" for 127.0.0.1 at 2013-02-06 12:14:49 +0800
|
|
1484
|
+
Processing by TasksController#index as HTML
|
|
1485
|
+
Rendered tasks/index.html.erb within layouts/application (0.2ms)
|
|
1486
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.2ms)
|
|
1487
|
+
Completed 200 OK in 7ms (Views: 7.0ms | ActiveRecord: 0.0ms)
|
|
1488
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 12:14:49 +0800
|
|
1489
|
+
Processing by TodosController#index as HTML
|
|
1490
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
1491
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.1ms)
|
|
1492
|
+
Completed 200 OK in 6ms (Views: 5.7ms | ActiveRecord: 0.0ms)
|
|
1493
|
+
Started GET "/tasks/new" for 127.0.0.1 at 2013-02-06 12:14:49 +0800
|
|
1494
|
+
Processing by TasksController#new as HTML
|
|
1495
|
+
Rendered tasks/new.html.erb within layouts/application (0.2ms)
|
|
1496
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.3ms)
|
|
1497
|
+
Completed 200 OK in 7ms (Views: 6.6ms | ActiveRecord: 0.0ms)
|
|
1498
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 12:14:49 +0800
|
|
1499
|
+
Processing by TodosController#index as HTML
|
|
1500
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
1501
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.1ms)
|
|
1502
|
+
Completed 200 OK in 26ms (Views: 26.3ms | ActiveRecord: 0.0ms)
|
|
1503
|
+
Started GET "/todos/new" for 127.0.0.1 at 2013-02-06 12:14:49 +0800
|
|
1504
|
+
Processing by TodosController#new as HTML
|
|
1505
|
+
Rendered todos/new.html.erb within layouts/application (0.2ms)
|
|
1506
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.2ms)
|
|
1507
|
+
Completed 200 OK in 7ms (Views: 6.2ms | ActiveRecord: 0.0ms)
|
|
1508
|
+
Started GET "/todos?extract=Hi" for 127.0.0.1 at 2013-02-06 12:14:49 +0800
|
|
1509
|
+
Processing by TodosController#index as HTML
|
|
1510
|
+
Parameters: {"extract"=>"Hi"}
|
|
1511
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
1512
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.0ms)
|
|
1513
|
+
Completed 200 OK in 6ms (Views: 5.5ms | ActiveRecord: 0.0ms)
|
|
1514
|
+
Connecting to database specified by database.yml
|
|
1515
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 12:20:00 +0800
|
|
1516
|
+
Processing by TodosController#index as HTML
|
|
1517
|
+
Rendered todos/index.html.erb within layouts/application (0.7ms)
|
|
1518
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.0ms)
|
|
1519
|
+
Completed 200 OK in 12ms (Views: 11.4ms | ActiveRecord: 0.0ms)
|
|
1520
|
+
Started GET "/tasks" for 127.0.0.1 at 2013-02-06 12:20:00 +0800
|
|
1521
|
+
Processing by TasksController#index as HTML
|
|
1522
|
+
Rendered tasks/index.html.erb within layouts/application (0.2ms)
|
|
1523
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.2ms)
|
|
1524
|
+
Completed 200 OK in 7ms (Views: 6.8ms | ActiveRecord: 0.0ms)
|
|
1525
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 12:20:00 +0800
|
|
1526
|
+
Processing by TodosController#index as HTML
|
|
1527
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
1528
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.1ms)
|
|
1529
|
+
Completed 200 OK in 6ms (Views: 5.7ms | ActiveRecord: 0.0ms)
|
|
1530
|
+
Started GET "/tasks/new" for 127.0.0.1 at 2013-02-06 12:20:00 +0800
|
|
1531
|
+
Processing by TasksController#new as HTML
|
|
1532
|
+
Rendered tasks/new.html.erb within layouts/application (0.2ms)
|
|
1533
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.2ms)
|
|
1534
|
+
Completed 200 OK in 7ms (Views: 6.5ms | ActiveRecord: 0.0ms)
|
|
1535
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 12:20:00 +0800
|
|
1536
|
+
Processing by TodosController#index as HTML
|
|
1537
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
1538
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.1ms)
|
|
1539
|
+
Completed 200 OK in 26ms (Views: 25.8ms | ActiveRecord: 0.0ms)
|
|
1540
|
+
Started GET "/todos/new" for 127.0.0.1 at 2013-02-06 12:20:00 +0800
|
|
1541
|
+
Processing by TodosController#new as HTML
|
|
1542
|
+
Rendered todos/new.html.erb within layouts/application (0.2ms)
|
|
1543
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.2ms)
|
|
1544
|
+
Completed 200 OK in 6ms (Views: 6.2ms | ActiveRecord: 0.0ms)
|
|
1545
|
+
Started GET "/todos?extract=Hi" for 127.0.0.1 at 2013-02-06 12:20:00 +0800
|
|
1546
|
+
Processing by TodosController#index as HTML
|
|
1547
|
+
Parameters: {"extract"=>"Hi"}
|
|
1548
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
1549
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.0ms)
|
|
1550
|
+
Completed 200 OK in 6ms (Views: 5.4ms | ActiveRecord: 0.0ms)
|
|
1551
|
+
Connecting to database specified by database.yml
|
|
1552
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 12:20:22 +0800
|
|
1553
|
+
Processing by TodosController#index as HTML
|
|
1554
|
+
Rendered todos/index.html.erb within layouts/application (0.6ms)
|
|
1555
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.1ms)
|
|
1556
|
+
Completed 200 OK in 13ms (Views: 12.5ms | ActiveRecord: 0.0ms)
|
|
1557
|
+
Started GET "/tasks" for 127.0.0.1 at 2013-02-06 12:20:23 +0800
|
|
1558
|
+
Processing by TasksController#index as HTML
|
|
1559
|
+
Rendered tasks/index.html.erb within layouts/application (0.2ms)
|
|
1560
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.4ms)
|
|
1561
|
+
Completed 200 OK in 8ms (Views: 8.0ms | ActiveRecord: 0.0ms)
|
|
1562
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 12:20:23 +0800
|
|
1563
|
+
Processing by TodosController#index as HTML
|
|
1564
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
1565
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.7ms)
|
|
1566
|
+
Completed 200 OK in 9ms (Views: 9.3ms | ActiveRecord: 0.0ms)
|
|
1567
|
+
Started GET "/tasks/new" for 127.0.0.1 at 2013-02-06 12:20:23 +0800
|
|
1568
|
+
Processing by TasksController#new as HTML
|
|
1569
|
+
Rendered tasks/new.html.erb within layouts/application (0.3ms)
|
|
1570
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (26.9ms)
|
|
1571
|
+
Completed 200 OK in 34ms (Views: 33.8ms | ActiveRecord: 0.0ms)
|
|
1572
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 12:20:23 +0800
|
|
1573
|
+
Processing by TodosController#index as HTML
|
|
1574
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
1575
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.7ms)
|
|
1576
|
+
Completed 200 OK in 9ms (Views: 8.6ms | ActiveRecord: 0.0ms)
|
|
1577
|
+
Started GET "/todos/new" for 127.0.0.1 at 2013-02-06 12:20:23 +0800
|
|
1578
|
+
Processing by TodosController#new as HTML
|
|
1579
|
+
Rendered todos/new.html.erb within layouts/application (0.3ms)
|
|
1580
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (2.0ms)
|
|
1581
|
+
Completed 200 OK in 11ms (Views: 10.5ms | ActiveRecord: 0.0ms)
|
|
1582
|
+
Started GET "/todos?extract=Hi" for 127.0.0.1 at 2013-02-06 12:20:23 +0800
|
|
1583
|
+
Processing by TodosController#index as HTML
|
|
1584
|
+
Parameters: {"extract"=>"Hi"}
|
|
1585
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
1586
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.6ms)
|
|
1587
|
+
Completed 200 OK in 10ms (Views: 9.4ms | ActiveRecord: 0.0ms)
|
|
1588
|
+
Connecting to database specified by database.yml
|
|
1589
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 12:20:49 +0800
|
|
1590
|
+
Processing by TodosController#index as HTML
|
|
1591
|
+
Rendered todos/index.html.erb within layouts/application (0.7ms)
|
|
1592
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.0ms)
|
|
1593
|
+
Completed 200 OK in 12ms (Views: 11.9ms | ActiveRecord: 0.0ms)
|
|
1594
|
+
Started GET "/tasks" for 127.0.0.1 at 2013-02-06 12:20:49 +0800
|
|
1595
|
+
Processing by TasksController#index as HTML
|
|
1596
|
+
Rendered tasks/index.html.erb within layouts/application (0.2ms)
|
|
1597
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.6ms)
|
|
1598
|
+
Completed 200 OK in 8ms (Views: 7.7ms | ActiveRecord: 0.0ms)
|
|
1599
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 12:20:49 +0800
|
|
1600
|
+
Processing by TodosController#index as HTML
|
|
1601
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
1602
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.4ms)
|
|
1603
|
+
Completed 200 OK in 8ms (Views: 8.2ms | ActiveRecord: 0.0ms)
|
|
1604
|
+
Started GET "/tasks/new" for 127.0.0.1 at 2013-02-06 12:20:49 +0800
|
|
1605
|
+
Processing by TasksController#new as HTML
|
|
1606
|
+
Rendered tasks/new.html.erb within layouts/application (0.2ms)
|
|
1607
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.5ms)
|
|
1608
|
+
Completed 200 OK in 8ms (Views: 7.8ms | ActiveRecord: 0.0ms)
|
|
1609
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 12:20:49 +0800
|
|
1610
|
+
Processing by TodosController#index as HTML
|
|
1611
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
1612
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.3ms)
|
|
1613
|
+
Completed 200 OK in 33ms (Views: 33.3ms | ActiveRecord: 0.0ms)
|
|
1614
|
+
Started GET "/todos/new" for 127.0.0.1 at 2013-02-06 12:20:49 +0800
|
|
1615
|
+
Processing by TodosController#new as HTML
|
|
1616
|
+
Rendered todos/new.html.erb within layouts/application (0.4ms)
|
|
1617
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.4ms)
|
|
1618
|
+
Completed 200 OK in 9ms (Views: 8.4ms | ActiveRecord: 0.0ms)
|
|
1619
|
+
Started GET "/todos?extract=Hi" for 127.0.0.1 at 2013-02-06 12:20:49 +0800
|
|
1620
|
+
Processing by TodosController#index as HTML
|
|
1621
|
+
Parameters: {"extract"=>"Hi"}
|
|
1622
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
1623
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.1ms)
|
|
1624
|
+
Completed 200 OK in 6ms (Views: 6.1ms | ActiveRecord: 0.0ms)
|
|
1625
|
+
Connecting to database specified by database.yml
|
|
1626
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 12:21:12 +0800
|
|
1627
|
+
Processing by TodosController#index as HTML
|
|
1628
|
+
Rendered todos/index.html.erb within layouts/application (0.6ms)
|
|
1629
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.1ms)
|
|
1630
|
+
Completed 200 OK in 12ms (Views: 12.2ms | ActiveRecord: 0.0ms)
|
|
1631
|
+
Started GET "/tasks" for 127.0.0.1 at 2013-02-06 12:21:12 +0800
|
|
1632
|
+
Processing by TasksController#index as HTML
|
|
1633
|
+
Rendered tasks/index.html.erb within layouts/application (0.2ms)
|
|
1634
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.5ms)
|
|
1635
|
+
Completed 200 OK in 8ms (Views: 8.2ms | ActiveRecord: 0.0ms)
|
|
1636
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 12:21:12 +0800
|
|
1637
|
+
Processing by TodosController#index as HTML
|
|
1638
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
1639
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.1ms)
|
|
1640
|
+
Completed 200 OK in 6ms (Views: 6.1ms | ActiveRecord: 0.0ms)
|
|
1641
|
+
Started GET "/tasks/new" for 127.0.0.1 at 2013-02-06 12:21:12 +0800
|
|
1642
|
+
Processing by TasksController#new as HTML
|
|
1643
|
+
Rendered tasks/new.html.erb within layouts/application (0.2ms)
|
|
1644
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.6ms)
|
|
1645
|
+
Completed 200 OK in 8ms (Views: 7.5ms | ActiveRecord: 0.0ms)
|
|
1646
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 12:21:12 +0800
|
|
1647
|
+
Processing by TodosController#index as HTML
|
|
1648
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
1649
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.4ms)
|
|
1650
|
+
Completed 200 OK in 28ms (Views: 28.3ms | ActiveRecord: 0.0ms)
|
|
1651
|
+
Started GET "/todos/new" for 127.0.0.1 at 2013-02-06 12:21:12 +0800
|
|
1652
|
+
Processing by TodosController#new as HTML
|
|
1653
|
+
Rendered todos/new.html.erb within layouts/application (0.3ms)
|
|
1654
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.3ms)
|
|
1655
|
+
Completed 200 OK in 8ms (Views: 7.2ms | ActiveRecord: 0.0ms)
|
|
1656
|
+
Started GET "/todos?extract=Hi" for 127.0.0.1 at 2013-02-06 12:21:12 +0800
|
|
1657
|
+
Processing by TodosController#index as HTML
|
|
1658
|
+
Parameters: {"extract"=>"Hi"}
|
|
1659
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
1660
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.1ms)
|
|
1661
|
+
Completed 200 OK in 6ms (Views: 6.3ms | ActiveRecord: 0.0ms)
|
|
1662
|
+
Connecting to database specified by database.yml
|
|
1663
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 12:21:29 +0800
|
|
1664
|
+
Processing by TodosController#index as HTML
|
|
1665
|
+
Rendered todos/index.html.erb within layouts/application (1.2ms)
|
|
1666
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.3ms)
|
|
1667
|
+
Completed 200 OK in 17ms (Views: 17.1ms | ActiveRecord: 0.0ms)
|
|
1668
|
+
Started GET "/tasks" for 127.0.0.1 at 2013-02-06 12:21:29 +0800
|
|
1669
|
+
Processing by TasksController#index as HTML
|
|
1670
|
+
Rendered tasks/index.html.erb within layouts/application (0.3ms)
|
|
1671
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.3ms)
|
|
1672
|
+
Completed 200 OK in 9ms (Views: 8.5ms | ActiveRecord: 0.0ms)
|
|
1673
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 12:21:29 +0800
|
|
1674
|
+
Processing by TodosController#index as HTML
|
|
1675
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
1676
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.1ms)
|
|
1677
|
+
Completed 200 OK in 6ms (Views: 6.1ms | ActiveRecord: 0.0ms)
|
|
1678
|
+
Started GET "/tasks/new" for 127.0.0.1 at 2013-02-06 12:21:29 +0800
|
|
1679
|
+
Processing by TasksController#new as HTML
|
|
1680
|
+
Rendered tasks/new.html.erb within layouts/application (0.3ms)
|
|
1681
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.4ms)
|
|
1682
|
+
Completed 200 OK in 9ms (Views: 8.2ms | ActiveRecord: 0.0ms)
|
|
1683
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 12:21:29 +0800
|
|
1684
|
+
Processing by TodosController#index as HTML
|
|
1685
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
1686
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.2ms)
|
|
1687
|
+
Completed 200 OK in 29ms (Views: 28.4ms | ActiveRecord: 0.0ms)
|
|
1688
|
+
Started GET "/todos/new" for 127.0.0.1 at 2013-02-06 12:21:29 +0800
|
|
1689
|
+
Processing by TodosController#new as HTML
|
|
1690
|
+
Rendered todos/new.html.erb within layouts/application (0.2ms)
|
|
1691
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.3ms)
|
|
1692
|
+
Completed 200 OK in 7ms (Views: 6.9ms | ActiveRecord: 0.0ms)
|
|
1693
|
+
Started GET "/todos?extract=Hi" for 127.0.0.1 at 2013-02-06 12:21:29 +0800
|
|
1694
|
+
Processing by TodosController#index as HTML
|
|
1695
|
+
Parameters: {"extract"=>"Hi"}
|
|
1696
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
1697
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.2ms)
|
|
1698
|
+
Completed 200 OK in 6ms (Views: 6.4ms | ActiveRecord: 0.0ms)
|
|
1699
|
+
Connecting to database specified by database.yml
|
|
1700
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 12:23:29 +0800
|
|
1701
|
+
Processing by TodosController#index as HTML
|
|
1702
|
+
Rendered todos/index.html.erb within layouts/application (0.7ms)
|
|
1703
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.1ms)
|
|
1704
|
+
Completed 200 OK in 12ms (Views: 12.0ms | ActiveRecord: 0.0ms)
|
|
1705
|
+
Started GET "/tasks" for 127.0.0.1 at 2013-02-06 12:23:29 +0800
|
|
1706
|
+
Processing by TasksController#index as HTML
|
|
1707
|
+
Rendered tasks/index.html.erb within layouts/application (0.2ms)
|
|
1708
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.6ms)
|
|
1709
|
+
Completed 200 OK in 8ms (Views: 7.9ms | ActiveRecord: 0.0ms)
|
|
1710
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 12:23:29 +0800
|
|
1711
|
+
Processing by TodosController#index as HTML
|
|
1712
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
1713
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.1ms)
|
|
1714
|
+
Completed 200 OK in 6ms (Views: 6.0ms | ActiveRecord: 0.0ms)
|
|
1715
|
+
Started GET "/tasks/new" for 127.0.0.1 at 2013-02-06 12:23:29 +0800
|
|
1716
|
+
Processing by TasksController#new as HTML
|
|
1717
|
+
Rendered tasks/new.html.erb within layouts/application (0.2ms)
|
|
1718
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.4ms)
|
|
1719
|
+
Completed 200 OK in 7ms (Views: 6.7ms | ActiveRecord: 0.0ms)
|
|
1720
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 12:23:29 +0800
|
|
1721
|
+
Processing by TodosController#index as HTML
|
|
1722
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
1723
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.2ms)
|
|
1724
|
+
Completed 200 OK in 27ms (Views: 27.1ms | ActiveRecord: 0.0ms)
|
|
1725
|
+
Started GET "/todos/new" for 127.0.0.1 at 2013-02-06 12:23:29 +0800
|
|
1726
|
+
Processing by TodosController#new as HTML
|
|
1727
|
+
Rendered todos/new.html.erb within layouts/application (0.3ms)
|
|
1728
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.3ms)
|
|
1729
|
+
Completed 200 OK in 8ms (Views: 7.3ms | ActiveRecord: 0.0ms)
|
|
1730
|
+
Started GET "/todos?extract=Hi" for 127.0.0.1 at 2013-02-06 12:23:29 +0800
|
|
1731
|
+
Processing by TodosController#index as HTML
|
|
1732
|
+
Parameters: {"extract"=>"Hi"}
|
|
1733
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
1734
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.1ms)
|
|
1735
|
+
Completed 200 OK in 6ms (Views: 5.9ms | ActiveRecord: 0.0ms)
|
|
1736
|
+
Connecting to database specified by database.yml
|
|
1737
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 13:14:58 +0800
|
|
1738
|
+
Processing by TodosController#index as HTML
|
|
1739
|
+
Rendered todos/index.html.erb within layouts/application (0.7ms)
|
|
1740
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.1ms)
|
|
1741
|
+
Completed 200 OK in 12ms (Views: 11.8ms | ActiveRecord: 0.0ms)
|
|
1742
|
+
Started GET "/tasks" for 127.0.0.1 at 2013-02-06 13:14:58 +0800
|
|
1743
|
+
Processing by TasksController#index as HTML
|
|
1744
|
+
Rendered tasks/index.html.erb within layouts/application (0.2ms)
|
|
1745
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.2ms)
|
|
1746
|
+
Completed 200 OK in 7ms (Views: 6.8ms | ActiveRecord: 0.0ms)
|
|
1747
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 13:14:58 +0800
|
|
1748
|
+
Processing by TodosController#index as HTML
|
|
1749
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
1750
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.1ms)
|
|
1751
|
+
Completed 200 OK in 6ms (Views: 5.8ms | ActiveRecord: 0.0ms)
|
|
1752
|
+
Started GET "/tasks/new" for 127.0.0.1 at 2013-02-06 13:14:58 +0800
|
|
1753
|
+
Processing by TasksController#new as HTML
|
|
1754
|
+
Rendered tasks/new.html.erb within layouts/application (0.2ms)
|
|
1755
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.2ms)
|
|
1756
|
+
Completed 200 OK in 7ms (Views: 6.5ms | ActiveRecord: 0.0ms)
|
|
1757
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 13:14:58 +0800
|
|
1758
|
+
Processing by TodosController#index as HTML
|
|
1759
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
1760
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.1ms)
|
|
1761
|
+
Completed 200 OK in 26ms (Views: 26.1ms | ActiveRecord: 0.0ms)
|
|
1762
|
+
Started GET "/todos/new" for 127.0.0.1 at 2013-02-06 13:14:58 +0800
|
|
1763
|
+
Processing by TodosController#new as HTML
|
|
1764
|
+
Rendered todos/new.html.erb within layouts/application (0.2ms)
|
|
1765
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.2ms)
|
|
1766
|
+
Completed 200 OK in 7ms (Views: 6.2ms | ActiveRecord: 0.0ms)
|
|
1767
|
+
Started GET "/todos?extract=Hi" for 127.0.0.1 at 2013-02-06 13:14:58 +0800
|
|
1768
|
+
Processing by TodosController#index as HTML
|
|
1769
|
+
Parameters: {"extract"=>"Hi"}
|
|
1770
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
1771
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.0ms)
|
|
1772
|
+
Completed 200 OK in 6ms (Views: 5.4ms | ActiveRecord: 0.0ms)
|
|
1773
|
+
Connecting to database specified by database.yml
|
|
1774
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 13:19:12 +0800
|
|
1775
|
+
Processing by TodosController#index as HTML
|
|
1776
|
+
Rendered todos/index.html.erb within layouts/application (0.7ms)
|
|
1777
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.0ms)
|
|
1778
|
+
Completed 200 OK in 12ms (Views: 11.7ms | ActiveRecord: 0.0ms)
|
|
1779
|
+
Started GET "/tasks" for 127.0.0.1 at 2013-02-06 13:19:12 +0800
|
|
1780
|
+
Processing by TasksController#index as HTML
|
|
1781
|
+
Rendered tasks/index.html.erb within layouts/application (0.2ms)
|
|
1782
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.2ms)
|
|
1783
|
+
Completed 200 OK in 7ms (Views: 6.8ms | ActiveRecord: 0.0ms)
|
|
1784
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 13:19:12 +0800
|
|
1785
|
+
Processing by TodosController#index as HTML
|
|
1786
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
1787
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.1ms)
|
|
1788
|
+
Completed 200 OK in 6ms (Views: 5.7ms | ActiveRecord: 0.0ms)
|
|
1789
|
+
Started GET "/tasks/new" for 127.0.0.1 at 2013-02-06 13:19:12 +0800
|
|
1790
|
+
Processing by TasksController#new as HTML
|
|
1791
|
+
Rendered tasks/new.html.erb within layouts/application (0.2ms)
|
|
1792
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.3ms)
|
|
1793
|
+
Completed 200 OK in 7ms (Views: 6.6ms | ActiveRecord: 0.0ms)
|
|
1794
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 13:19:13 +0800
|
|
1795
|
+
Processing by TodosController#index as HTML
|
|
1796
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
1797
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.2ms)
|
|
1798
|
+
Completed 200 OK in 27ms (Views: 26.5ms | ActiveRecord: 0.0ms)
|
|
1799
|
+
Started GET "/todos/new" for 127.0.0.1 at 2013-02-06 13:19:13 +0800
|
|
1800
|
+
Processing by TodosController#new as HTML
|
|
1801
|
+
Rendered todos/new.html.erb within layouts/application (0.2ms)
|
|
1802
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.3ms)
|
|
1803
|
+
Completed 200 OK in 6ms (Views: 6.2ms | ActiveRecord: 0.0ms)
|
|
1804
|
+
Started GET "/todos?extract=Hi" for 127.0.0.1 at 2013-02-06 13:19:13 +0800
|
|
1805
|
+
Processing by TodosController#index as HTML
|
|
1806
|
+
Parameters: {"extract"=>"Hi"}
|
|
1807
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
1808
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.1ms)
|
|
1809
|
+
Completed 200 OK in 6ms (Views: 5.5ms | ActiveRecord: 0.0ms)
|
|
1810
|
+
Connecting to database specified by database.yml
|
|
1811
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 13:19:31 +0800
|
|
1812
|
+
Processing by TodosController#index as HTML
|
|
1813
|
+
Rendered todos/index.html.erb within layouts/application (0.7ms)
|
|
1814
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.0ms)
|
|
1815
|
+
Completed 200 OK in 12ms (Views: 11.5ms | ActiveRecord: 0.0ms)
|
|
1816
|
+
Started GET "/tasks" for 127.0.0.1 at 2013-02-06 13:19:32 +0800
|
|
1817
|
+
Processing by TasksController#index as HTML
|
|
1818
|
+
Rendered tasks/index.html.erb within layouts/application (0.2ms)
|
|
1819
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.2ms)
|
|
1820
|
+
Completed 200 OK in 7ms (Views: 6.7ms | ActiveRecord: 0.0ms)
|
|
1821
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 13:19:32 +0800
|
|
1822
|
+
Processing by TodosController#index as HTML
|
|
1823
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
1824
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.1ms)
|
|
1825
|
+
Completed 200 OK in 6ms (Views: 5.6ms | ActiveRecord: 0.0ms)
|
|
1826
|
+
Started GET "/tasks/new" for 127.0.0.1 at 2013-02-06 13:19:32 +0800
|
|
1827
|
+
Processing by TasksController#new as HTML
|
|
1828
|
+
Rendered tasks/new.html.erb within layouts/application (0.2ms)
|
|
1829
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.2ms)
|
|
1830
|
+
Completed 200 OK in 7ms (Views: 6.3ms | ActiveRecord: 0.0ms)
|
|
1831
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 13:19:32 +0800
|
|
1832
|
+
Processing by TodosController#index as HTML
|
|
1833
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
1834
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.1ms)
|
|
1835
|
+
Completed 200 OK in 26ms (Views: 25.9ms | ActiveRecord: 0.0ms)
|
|
1836
|
+
Started GET "/todos/new" for 127.0.0.1 at 2013-02-06 13:19:32 +0800
|
|
1837
|
+
Processing by TodosController#new as HTML
|
|
1838
|
+
Rendered todos/new.html.erb within layouts/application (0.2ms)
|
|
1839
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.3ms)
|
|
1840
|
+
Completed 200 OK in 7ms (Views: 6.5ms | ActiveRecord: 0.0ms)
|
|
1841
|
+
Started GET "/todos?extract=Hi" for 127.0.0.1 at 2013-02-06 13:19:32 +0800
|
|
1842
|
+
Processing by TodosController#index as HTML
|
|
1843
|
+
Parameters: {"extract"=>"Hi"}
|
|
1844
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
1845
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.1ms)
|
|
1846
|
+
Completed 200 OK in 6ms (Views: 5.5ms | ActiveRecord: 0.0ms)
|
|
1847
|
+
Connecting to database specified by database.yml
|
|
1848
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 13:20:57 +0800
|
|
1849
|
+
Processing by TodosController#index as HTML
|
|
1850
|
+
Rendered todos/index.html.erb within layouts/application (0.6ms)
|
|
1851
|
+
Completed 500 Internal Server Error in 8ms
|
|
1852
|
+
Started GET "/tasks" for 127.0.0.1 at 2013-02-06 13:20:57 +0800
|
|
1853
|
+
Processing by TasksController#index as HTML
|
|
1854
|
+
Rendered tasks/index.html.erb within layouts/application (0.2ms)
|
|
1855
|
+
Completed 500 Internal Server Error in 3ms
|
|
1856
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 13:20:57 +0800
|
|
1857
|
+
Processing by TodosController#index as HTML
|
|
1858
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
1859
|
+
Completed 500 Internal Server Error in 2ms
|
|
1860
|
+
Started GET "/tasks/new" for 127.0.0.1 at 2013-02-06 13:20:57 +0800
|
|
1861
|
+
Processing by TasksController#new as HTML
|
|
1862
|
+
Rendered tasks/new.html.erb within layouts/application (0.3ms)
|
|
1863
|
+
Completed 500 Internal Server Error in 4ms
|
|
1864
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 13:20:57 +0800
|
|
1865
|
+
Processing by TodosController#index as HTML
|
|
1866
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
1867
|
+
Completed 500 Internal Server Error in 2ms
|
|
1868
|
+
Started GET "/todos/new" for 127.0.0.1 at 2013-02-06 13:20:57 +0800
|
|
1869
|
+
Processing by TodosController#new as HTML
|
|
1870
|
+
Rendered todos/new.html.erb within layouts/application (0.2ms)
|
|
1871
|
+
Completed 500 Internal Server Error in 2ms
|
|
1872
|
+
Started GET "/todos?extract=Hi" for 127.0.0.1 at 2013-02-06 13:20:57 +0800
|
|
1873
|
+
Processing by TodosController#index as HTML
|
|
1874
|
+
Parameters: {"extract"=>"Hi"}
|
|
1875
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
1876
|
+
Completed 500 Internal Server Error in 2ms
|
|
1877
|
+
Connecting to database specified by database.yml
|
|
1878
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 13:21:09 +0800
|
|
1879
|
+
Processing by TodosController#index as HTML
|
|
1880
|
+
Rendered todos/index.html.erb within layouts/application (0.6ms)
|
|
1881
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.2ms)
|
|
1882
|
+
Completed 200 OK in 12ms (Views: 11.6ms | ActiveRecord: 0.0ms)
|
|
1883
|
+
Started GET "/tasks" for 127.0.0.1 at 2013-02-06 13:21:09 +0800
|
|
1884
|
+
Processing by TasksController#index as HTML
|
|
1885
|
+
Rendered tasks/index.html.erb within layouts/application (0.2ms)
|
|
1886
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.2ms)
|
|
1887
|
+
Completed 200 OK in 7ms (Views: 6.7ms | ActiveRecord: 0.0ms)
|
|
1888
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 13:21:09 +0800
|
|
1889
|
+
Processing by TodosController#index as HTML
|
|
1890
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
1891
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.1ms)
|
|
1892
|
+
Completed 200 OK in 6ms (Views: 5.6ms | ActiveRecord: 0.0ms)
|
|
1893
|
+
Started GET "/tasks/new" for 127.0.0.1 at 2013-02-06 13:21:09 +0800
|
|
1894
|
+
Processing by TasksController#new as HTML
|
|
1895
|
+
Rendered tasks/new.html.erb within layouts/application (0.2ms)
|
|
1896
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.3ms)
|
|
1897
|
+
Completed 200 OK in 7ms (Views: 6.4ms | ActiveRecord: 0.0ms)
|
|
1898
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 13:21:09 +0800
|
|
1899
|
+
Processing by TodosController#index as HTML
|
|
1900
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
1901
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.1ms)
|
|
1902
|
+
Completed 200 OK in 26ms (Views: 26.3ms | ActiveRecord: 0.0ms)
|
|
1903
|
+
Started GET "/todos/new" for 127.0.0.1 at 2013-02-06 13:21:09 +0800
|
|
1904
|
+
Processing by TodosController#new as HTML
|
|
1905
|
+
Rendered todos/new.html.erb within layouts/application (0.2ms)
|
|
1906
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.2ms)
|
|
1907
|
+
Completed 200 OK in 6ms (Views: 6.1ms | ActiveRecord: 0.0ms)
|
|
1908
|
+
Started GET "/todos?extract=Hi" for 127.0.0.1 at 2013-02-06 13:21:09 +0800
|
|
1909
|
+
Processing by TodosController#index as HTML
|
|
1910
|
+
Parameters: {"extract"=>"Hi"}
|
|
1911
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
1912
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.0ms)
|
|
1913
|
+
Completed 200 OK in 5ms (Views: 5.4ms | ActiveRecord: 0.0ms)
|
|
1914
|
+
Connecting to database specified by database.yml
|
|
1915
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 13:22:26 +0800
|
|
1916
|
+
Processing by TodosController#index as HTML
|
|
1917
|
+
Rendered todos/index.html.erb within layouts/application (0.6ms)
|
|
1918
|
+
Completed 500 Internal Server Error in 8ms
|
|
1919
|
+
Started GET "/tasks" for 127.0.0.1 at 2013-02-06 13:22:26 +0800
|
|
1920
|
+
Processing by TasksController#index as HTML
|
|
1921
|
+
Rendered tasks/index.html.erb within layouts/application (0.2ms)
|
|
1922
|
+
Completed 500 Internal Server Error in 3ms
|
|
1923
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 13:22:26 +0800
|
|
1924
|
+
Processing by TodosController#index as HTML
|
|
1925
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
1926
|
+
Completed 500 Internal Server Error in 2ms
|
|
1927
|
+
Started GET "/tasks/new" for 127.0.0.1 at 2013-02-06 13:22:26 +0800
|
|
1928
|
+
Processing by TasksController#new as HTML
|
|
1929
|
+
Rendered tasks/new.html.erb within layouts/application (0.2ms)
|
|
1930
|
+
Completed 500 Internal Server Error in 4ms
|
|
1931
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 13:22:26 +0800
|
|
1932
|
+
Processing by TodosController#index as HTML
|
|
1933
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
1934
|
+
Completed 500 Internal Server Error in 2ms
|
|
1935
|
+
Started GET "/todos/new" for 127.0.0.1 at 2013-02-06 13:22:26 +0800
|
|
1936
|
+
Processing by TodosController#new as HTML
|
|
1937
|
+
Rendered todos/new.html.erb within layouts/application (0.2ms)
|
|
1938
|
+
Completed 500 Internal Server Error in 2ms
|
|
1939
|
+
Started GET "/todos?extract=Hi" for 127.0.0.1 at 2013-02-06 13:22:26 +0800
|
|
1940
|
+
Processing by TodosController#index as HTML
|
|
1941
|
+
Parameters: {"extract"=>"Hi"}
|
|
1942
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
1943
|
+
Completed 500 Internal Server Error in 2ms
|
|
1944
|
+
Connecting to database specified by database.yml
|
|
1945
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 13:24:14 +0800
|
|
1946
|
+
Processing by TodosController#index as HTML
|
|
1947
|
+
Rendered todos/index.html.erb within layouts/application (0.7ms)
|
|
1948
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.0ms)
|
|
1949
|
+
Completed 200 OK in 12ms (Views: 11.5ms | ActiveRecord: 0.0ms)
|
|
1950
|
+
Started GET "/tasks" for 127.0.0.1 at 2013-02-06 13:24:14 +0800
|
|
1951
|
+
Processing by TasksController#index as HTML
|
|
1952
|
+
Rendered tasks/index.html.erb within layouts/application (0.2ms)
|
|
1953
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.2ms)
|
|
1954
|
+
Completed 200 OK in 7ms (Views: 6.7ms | ActiveRecord: 0.0ms)
|
|
1955
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 13:24:14 +0800
|
|
1956
|
+
Processing by TodosController#index as HTML
|
|
1957
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
1958
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.1ms)
|
|
1959
|
+
Completed 200 OK in 6ms (Views: 5.7ms | ActiveRecord: 0.0ms)
|
|
1960
|
+
Started GET "/tasks/new" for 127.0.0.1 at 2013-02-06 13:24:14 +0800
|
|
1961
|
+
Processing by TasksController#new as HTML
|
|
1962
|
+
Rendered tasks/new.html.erb within layouts/application (0.2ms)
|
|
1963
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.3ms)
|
|
1964
|
+
Completed 200 OK in 7ms (Views: 6.7ms | ActiveRecord: 0.0ms)
|
|
1965
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 13:24:14 +0800
|
|
1966
|
+
Processing by TodosController#index as HTML
|
|
1967
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
1968
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.1ms)
|
|
1969
|
+
Completed 200 OK in 26ms (Views: 26.2ms | ActiveRecord: 0.0ms)
|
|
1970
|
+
Started GET "/todos/new" for 127.0.0.1 at 2013-02-06 13:24:14 +0800
|
|
1971
|
+
Processing by TodosController#new as HTML
|
|
1972
|
+
Rendered todos/new.html.erb within layouts/application (0.2ms)
|
|
1973
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.3ms)
|
|
1974
|
+
Completed 200 OK in 7ms (Views: 6.3ms | ActiveRecord: 0.0ms)
|
|
1975
|
+
Started GET "/todos?extract=Hi" for 127.0.0.1 at 2013-02-06 13:24:14 +0800
|
|
1976
|
+
Processing by TodosController#index as HTML
|
|
1977
|
+
Parameters: {"extract"=>"Hi"}
|
|
1978
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
1979
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.0ms)
|
|
1980
|
+
Completed 200 OK in 5ms (Views: 5.3ms | ActiveRecord: 0.0ms)
|
|
1981
|
+
Connecting to database specified by database.yml
|
|
1982
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 13:28:41 +0800
|
|
1983
|
+
Processing by TodosController#index as HTML
|
|
1984
|
+
Rendered todos/index.html.erb within layouts/application (0.6ms)
|
|
1985
|
+
Completed 500 Internal Server Error in 8ms
|
|
1986
|
+
Started GET "/tasks" for 127.0.0.1 at 2013-02-06 13:28:41 +0800
|
|
1987
|
+
Processing by TasksController#index as HTML
|
|
1988
|
+
Rendered tasks/index.html.erb within layouts/application (0.2ms)
|
|
1989
|
+
Completed 500 Internal Server Error in 4ms
|
|
1990
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 13:28:41 +0800
|
|
1991
|
+
Processing by TodosController#index as HTML
|
|
1992
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
1993
|
+
Completed 500 Internal Server Error in 2ms
|
|
1994
|
+
Started GET "/tasks/new" for 127.0.0.1 at 2013-02-06 13:28:41 +0800
|
|
1995
|
+
Processing by TasksController#new as HTML
|
|
1996
|
+
Rendered tasks/new.html.erb within layouts/application (0.2ms)
|
|
1997
|
+
Completed 500 Internal Server Error in 2ms
|
|
1998
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 13:28:41 +0800
|
|
1999
|
+
Processing by TodosController#index as HTML
|
|
2000
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
2001
|
+
Completed 500 Internal Server Error in 2ms
|
|
2002
|
+
Started GET "/todos/new" for 127.0.0.1 at 2013-02-06 13:28:41 +0800
|
|
2003
|
+
Processing by TodosController#new as HTML
|
|
2004
|
+
Rendered todos/new.html.erb within layouts/application (0.2ms)
|
|
2005
|
+
Completed 500 Internal Server Error in 2ms
|
|
2006
|
+
Started GET "/todos?extract=Hi" for 127.0.0.1 at 2013-02-06 13:28:41 +0800
|
|
2007
|
+
Processing by TodosController#index as HTML
|
|
2008
|
+
Parameters: {"extract"=>"Hi"}
|
|
2009
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
2010
|
+
Completed 500 Internal Server Error in 2ms
|
|
2011
|
+
Connecting to database specified by database.yml
|
|
2012
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 13:29:17 +0800
|
|
2013
|
+
Processing by TodosController#index as HTML
|
|
2014
|
+
Rendered todos/index.html.erb within layouts/application (0.7ms)
|
|
2015
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.0ms)
|
|
2016
|
+
Completed 200 OK in 12ms (Views: 11.5ms | ActiveRecord: 0.0ms)
|
|
2017
|
+
Started GET "/tasks" for 127.0.0.1 at 2013-02-06 13:29:17 +0800
|
|
2018
|
+
Processing by TasksController#index as HTML
|
|
2019
|
+
Rendered tasks/index.html.erb within layouts/application (0.2ms)
|
|
2020
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.2ms)
|
|
2021
|
+
Completed 200 OK in 7ms (Views: 6.8ms | ActiveRecord: 0.0ms)
|
|
2022
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 13:29:17 +0800
|
|
2023
|
+
Processing by TodosController#index as HTML
|
|
2024
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
2025
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.1ms)
|
|
2026
|
+
Completed 200 OK in 6ms (Views: 5.7ms | ActiveRecord: 0.0ms)
|
|
2027
|
+
Started GET "/tasks/new" for 127.0.0.1 at 2013-02-06 13:29:17 +0800
|
|
2028
|
+
Processing by TasksController#new as HTML
|
|
2029
|
+
Rendered tasks/new.html.erb within layouts/application (0.2ms)
|
|
2030
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.2ms)
|
|
2031
|
+
Completed 200 OK in 7ms (Views: 6.3ms | ActiveRecord: 0.0ms)
|
|
2032
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 13:29:17 +0800
|
|
2033
|
+
Processing by TodosController#index as HTML
|
|
2034
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
2035
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.1ms)
|
|
2036
|
+
Completed 200 OK in 26ms (Views: 26.3ms | ActiveRecord: 0.0ms)
|
|
2037
|
+
Started GET "/todos/new" for 127.0.0.1 at 2013-02-06 13:29:17 +0800
|
|
2038
|
+
Processing by TodosController#new as HTML
|
|
2039
|
+
Rendered todos/new.html.erb within layouts/application (0.2ms)
|
|
2040
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.3ms)
|
|
2041
|
+
Completed 200 OK in 7ms (Views: 6.3ms | ActiveRecord: 0.0ms)
|
|
2042
|
+
Started GET "/todos?extract=Hi" for 127.0.0.1 at 2013-02-06 13:29:17 +0800
|
|
2043
|
+
Processing by TodosController#index as HTML
|
|
2044
|
+
Parameters: {"extract"=>"Hi"}
|
|
2045
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
2046
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.0ms)
|
|
2047
|
+
Completed 200 OK in 6ms (Views: 5.4ms | ActiveRecord: 0.0ms)
|
|
2048
|
+
Connecting to database specified by database.yml
|
|
2049
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 13:30:42 +0800
|
|
2050
|
+
Processing by TodosController#index as HTML
|
|
2051
|
+
Rendered todos/index.html.erb within layouts/application (0.7ms)
|
|
2052
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.1ms)
|
|
2053
|
+
Completed 200 OK in 12ms (Views: 11.9ms | ActiveRecord: 0.0ms)
|
|
2054
|
+
Started GET "/tasks" for 127.0.0.1 at 2013-02-06 13:30:42 +0800
|
|
2055
|
+
Processing by TasksController#index as HTML
|
|
2056
|
+
Rendered tasks/index.html.erb within layouts/application (0.3ms)
|
|
2057
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.3ms)
|
|
2058
|
+
Completed 200 OK in 7ms (Views: 7.1ms | ActiveRecord: 0.0ms)
|
|
2059
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 13:30:42 +0800
|
|
2060
|
+
Processing by TodosController#index as HTML
|
|
2061
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
2062
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.2ms)
|
|
2063
|
+
Completed 200 OK in 6ms (Views: 5.8ms | ActiveRecord: 0.0ms)
|
|
2064
|
+
Started GET "/tasks/new" for 127.0.0.1 at 2013-02-06 13:30:42 +0800
|
|
2065
|
+
Processing by TasksController#new as HTML
|
|
2066
|
+
Rendered tasks/new.html.erb within layouts/application (0.2ms)
|
|
2067
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.2ms)
|
|
2068
|
+
Completed 200 OK in 7ms (Views: 6.2ms | ActiveRecord: 0.0ms)
|
|
2069
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 13:30:42 +0800
|
|
2070
|
+
Processing by TodosController#index as HTML
|
|
2071
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
2072
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.1ms)
|
|
2073
|
+
Completed 200 OK in 26ms (Views: 26.2ms | ActiveRecord: 0.0ms)
|
|
2074
|
+
Started GET "/todos/new" for 127.0.0.1 at 2013-02-06 13:30:42 +0800
|
|
2075
|
+
Processing by TodosController#new as HTML
|
|
2076
|
+
Rendered todos/new.html.erb within layouts/application (0.2ms)
|
|
2077
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.4ms)
|
|
2078
|
+
Completed 200 OK in 7ms (Views: 6.4ms | ActiveRecord: 0.0ms)
|
|
2079
|
+
Started GET "/todos?extract=Hi" for 127.0.0.1 at 2013-02-06 13:30:42 +0800
|
|
2080
|
+
Processing by TodosController#index as HTML
|
|
2081
|
+
Parameters: {"extract"=>"Hi"}
|
|
2082
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
2083
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.0ms)
|
|
2084
|
+
Completed 200 OK in 6ms (Views: 5.6ms | ActiveRecord: 0.0ms)
|
|
2085
|
+
Connecting to database specified by database.yml
|
|
2086
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 13:33:39 +0800
|
|
2087
|
+
Processing by TodosController#index as HTML
|
|
2088
|
+
Rendered todos/index.html.erb within layouts/application (0.7ms)
|
|
2089
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.1ms)
|
|
2090
|
+
Completed 200 OK in 12ms (Views: 12.2ms | ActiveRecord: 0.0ms)
|
|
2091
|
+
Started GET "/tasks" for 127.0.0.1 at 2013-02-06 13:33:39 +0800
|
|
2092
|
+
Processing by TasksController#index as HTML
|
|
2093
|
+
Rendered tasks/index.html.erb within layouts/application (0.2ms)
|
|
2094
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.3ms)
|
|
2095
|
+
Completed 200 OK in 7ms (Views: 6.8ms | ActiveRecord: 0.0ms)
|
|
2096
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 13:33:39 +0800
|
|
2097
|
+
Processing by TodosController#index as HTML
|
|
2098
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
2099
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.2ms)
|
|
2100
|
+
Completed 200 OK in 6ms (Views: 6.3ms | ActiveRecord: 0.0ms)
|
|
2101
|
+
Started GET "/tasks/new" for 127.0.0.1 at 2013-02-06 13:33:39 +0800
|
|
2102
|
+
Processing by TasksController#new as HTML
|
|
2103
|
+
Rendered tasks/new.html.erb within layouts/application (0.2ms)
|
|
2104
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.3ms)
|
|
2105
|
+
Completed 200 OK in 7ms (Views: 6.6ms | ActiveRecord: 0.0ms)
|
|
2106
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 13:33:39 +0800
|
|
2107
|
+
Processing by TodosController#index as HTML
|
|
2108
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
2109
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.1ms)
|
|
2110
|
+
Completed 200 OK in 26ms (Views: 26.2ms | ActiveRecord: 0.0ms)
|
|
2111
|
+
Started GET "/todos/new" for 127.0.0.1 at 2013-02-06 13:33:39 +0800
|
|
2112
|
+
Processing by TodosController#new as HTML
|
|
2113
|
+
Rendered todos/new.html.erb within layouts/application (0.2ms)
|
|
2114
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.2ms)
|
|
2115
|
+
Completed 200 OK in 6ms (Views: 6.1ms | ActiveRecord: 0.0ms)
|
|
2116
|
+
Started GET "/todos?extract=Hi" for 127.0.0.1 at 2013-02-06 13:33:39 +0800
|
|
2117
|
+
Processing by TodosController#index as HTML
|
|
2118
|
+
Parameters: {"extract"=>"Hi"}
|
|
2119
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
2120
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.4ms)
|
|
2121
|
+
Completed 200 OK in 6ms (Views: 6.2ms | ActiveRecord: 0.0ms)
|
|
2122
|
+
Connecting to database specified by database.yml
|
|
2123
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 13:39:31 +0800
|
|
2124
|
+
Processing by TodosController#index as HTML
|
|
2125
|
+
Rendered todos/index.html.erb within layouts/application (0.6ms)
|
|
2126
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.1ms)
|
|
2127
|
+
Completed 200 OK in 12ms (Views: 11.7ms | ActiveRecord: 0.0ms)
|
|
2128
|
+
Started GET "/tasks" for 127.0.0.1 at 2013-02-06 13:39:31 +0800
|
|
2129
|
+
Processing by TasksController#index as HTML
|
|
2130
|
+
Rendered tasks/index.html.erb within layouts/application (0.2ms)
|
|
2131
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.2ms)
|
|
2132
|
+
Completed 200 OK in 7ms (Views: 6.7ms | ActiveRecord: 0.0ms)
|
|
2133
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 13:39:31 +0800
|
|
2134
|
+
Processing by TodosController#index as HTML
|
|
2135
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
2136
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.1ms)
|
|
2137
|
+
Completed 200 OK in 6ms (Views: 5.9ms | ActiveRecord: 0.0ms)
|
|
2138
|
+
Started GET "/tasks/new" for 127.0.0.1 at 2013-02-06 13:39:31 +0800
|
|
2139
|
+
Processing by TasksController#new as HTML
|
|
2140
|
+
Rendered tasks/new.html.erb within layouts/application (0.2ms)
|
|
2141
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.2ms)
|
|
2142
|
+
Completed 200 OK in 7ms (Views: 6.3ms | ActiveRecord: 0.0ms)
|
|
2143
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 13:39:31 +0800
|
|
2144
|
+
Processing by TodosController#index as HTML
|
|
2145
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
2146
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.1ms)
|
|
2147
|
+
Completed 200 OK in 26ms (Views: 26.2ms | ActiveRecord: 0.0ms)
|
|
2148
|
+
Started GET "/todos/new" for 127.0.0.1 at 2013-02-06 13:39:31 +0800
|
|
2149
|
+
Processing by TodosController#new as HTML
|
|
2150
|
+
Rendered todos/new.html.erb within layouts/application (0.2ms)
|
|
2151
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.2ms)
|
|
2152
|
+
Completed 200 OK in 6ms (Views: 6.2ms | ActiveRecord: 0.0ms)
|
|
2153
|
+
Started GET "/todos?extract=Hi" for 127.0.0.1 at 2013-02-06 13:39:31 +0800
|
|
2154
|
+
Processing by TodosController#index as HTML
|
|
2155
|
+
Parameters: {"extract"=>"Hi"}
|
|
2156
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
2157
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.0ms)
|
|
2158
|
+
Completed 200 OK in 6ms (Views: 5.5ms | ActiveRecord: 0.0ms)
|
|
2159
|
+
Connecting to database specified by database.yml
|
|
2160
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 13:42:47 +0800
|
|
2161
|
+
Processing by TodosController#index as HTML
|
|
2162
|
+
Rendered todos/index.html.erb within layouts/application (0.6ms)
|
|
2163
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.1ms)
|
|
2164
|
+
Completed 200 OK in 12ms (Views: 11.6ms | ActiveRecord: 0.0ms)
|
|
2165
|
+
Started GET "/tasks" for 127.0.0.1 at 2013-02-06 13:42:47 +0800
|
|
2166
|
+
Processing by TasksController#index as HTML
|
|
2167
|
+
Rendered tasks/index.html.erb within layouts/application (0.2ms)
|
|
2168
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.3ms)
|
|
2169
|
+
Completed 200 OK in 7ms (Views: 7.1ms | ActiveRecord: 0.0ms)
|
|
2170
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 13:42:47 +0800
|
|
2171
|
+
Processing by TodosController#index as HTML
|
|
2172
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
2173
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.1ms)
|
|
2174
|
+
Completed 200 OK in 6ms (Views: 5.7ms | ActiveRecord: 0.0ms)
|
|
2175
|
+
Started GET "/tasks/new" for 127.0.0.1 at 2013-02-06 13:42:47 +0800
|
|
2176
|
+
Processing by TasksController#new as HTML
|
|
2177
|
+
Rendered tasks/new.html.erb within layouts/application (0.2ms)
|
|
2178
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.2ms)
|
|
2179
|
+
Completed 200 OK in 6ms (Views: 6.1ms | ActiveRecord: 0.0ms)
|
|
2180
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 13:42:47 +0800
|
|
2181
|
+
Processing by TodosController#index as HTML
|
|
2182
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
2183
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.0ms)
|
|
2184
|
+
Completed 200 OK in 6ms (Views: 5.7ms | ActiveRecord: 0.0ms)
|
|
2185
|
+
Started GET "/todos/new" for 127.0.0.1 at 2013-02-06 13:42:47 +0800
|
|
2186
|
+
Processing by TodosController#new as HTML
|
|
2187
|
+
Rendered todos/new.html.erb within layouts/application (0.2ms)
|
|
2188
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.3ms)
|
|
2189
|
+
Completed 200 OK in 7ms (Views: 6.2ms | ActiveRecord: 0.0ms)
|
|
2190
|
+
Started GET "/todos?extract=Hi" for 127.0.0.1 at 2013-02-06 13:42:47 +0800
|
|
2191
|
+
Processing by TodosController#index as HTML
|
|
2192
|
+
Parameters: {"extract"=>"Hi"}
|
|
2193
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
2194
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.0ms)
|
|
2195
|
+
Completed 200 OK in 6ms (Views: 5.6ms | ActiveRecord: 0.0ms)
|
|
2196
|
+
Connecting to database specified by database.yml
|
|
2197
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 13:44:47 +0800
|
|
2198
|
+
Processing by TodosController#index as HTML
|
|
2199
|
+
Rendered todos/index.html.erb within layouts/application (0.7ms)
|
|
2200
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.0ms)
|
|
2201
|
+
Completed 200 OK in 12ms (Views: 11.7ms | ActiveRecord: 0.0ms)
|
|
2202
|
+
Started GET "/tasks" for 127.0.0.1 at 2013-02-06 13:44:47 +0800
|
|
2203
|
+
Processing by TasksController#index as HTML
|
|
2204
|
+
Rendered tasks/index.html.erb within layouts/application (0.2ms)
|
|
2205
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.3ms)
|
|
2206
|
+
Completed 200 OK in 7ms (Views: 7.0ms | ActiveRecord: 0.0ms)
|
|
2207
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 13:44:47 +0800
|
|
2208
|
+
Processing by TodosController#index as HTML
|
|
2209
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
2210
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.1ms)
|
|
2211
|
+
Completed 200 OK in 6ms (Views: 5.7ms | ActiveRecord: 0.0ms)
|
|
2212
|
+
Started GET "/tasks/new" for 127.0.0.1 at 2013-02-06 13:44:47 +0800
|
|
2213
|
+
Processing by TasksController#new as HTML
|
|
2214
|
+
Rendered tasks/new.html.erb within layouts/application (0.2ms)
|
|
2215
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.3ms)
|
|
2216
|
+
Completed 200 OK in 7ms (Views: 6.3ms | ActiveRecord: 0.0ms)
|
|
2217
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 13:44:47 +0800
|
|
2218
|
+
Processing by TodosController#index as HTML
|
|
2219
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
2220
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.0ms)
|
|
2221
|
+
Completed 200 OK in 6ms (Views: 5.7ms | ActiveRecord: 0.0ms)
|
|
2222
|
+
Started GET "/todos/new" for 127.0.0.1 at 2013-02-06 13:44:47 +0800
|
|
2223
|
+
Processing by TodosController#new as HTML
|
|
2224
|
+
Rendered todos/new.html.erb within layouts/application (0.2ms)
|
|
2225
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.2ms)
|
|
2226
|
+
Completed 200 OK in 7ms (Views: 6.3ms | ActiveRecord: 0.0ms)
|
|
2227
|
+
Started GET "/todos?extract=Hi" for 127.0.0.1 at 2013-02-06 13:44:47 +0800
|
|
2228
|
+
Processing by TodosController#index as HTML
|
|
2229
|
+
Parameters: {"extract"=>"Hi"}
|
|
2230
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
2231
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.1ms)
|
|
2232
|
+
Completed 200 OK in 6ms (Views: 5.7ms | ActiveRecord: 0.0ms)
|
|
2233
|
+
Connecting to database specified by database.yml
|
|
2234
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 13:46:01 +0800
|
|
2235
|
+
Processing by TodosController#index as HTML
|
|
2236
|
+
Rendered todos/index.html.erb within layouts/application (0.6ms)
|
|
2237
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.2ms)
|
|
2238
|
+
Completed 200 OK in 12ms (Views: 11.6ms | ActiveRecord: 0.0ms)
|
|
2239
|
+
Started GET "/tasks" for 127.0.0.1 at 2013-02-06 13:46:01 +0800
|
|
2240
|
+
Processing by TasksController#index as HTML
|
|
2241
|
+
Rendered tasks/index.html.erb within layouts/application (0.2ms)
|
|
2242
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.3ms)
|
|
2243
|
+
Completed 200 OK in 7ms (Views: 7.1ms | ActiveRecord: 0.0ms)
|
|
2244
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 13:46:01 +0800
|
|
2245
|
+
Processing by TodosController#index as HTML
|
|
2246
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
2247
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.1ms)
|
|
2248
|
+
Completed 200 OK in 6ms (Views: 5.6ms | ActiveRecord: 0.0ms)
|
|
2249
|
+
Started GET "/tasks/new" for 127.0.0.1 at 2013-02-06 13:46:01 +0800
|
|
2250
|
+
Processing by TasksController#new as HTML
|
|
2251
|
+
Rendered tasks/new.html.erb within layouts/application (0.2ms)
|
|
2252
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.3ms)
|
|
2253
|
+
Completed 200 OK in 7ms (Views: 6.4ms | ActiveRecord: 0.0ms)
|
|
2254
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 13:46:01 +0800
|
|
2255
|
+
Processing by TodosController#index as HTML
|
|
2256
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
2257
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.1ms)
|
|
2258
|
+
Completed 200 OK in 6ms (Views: 5.7ms | ActiveRecord: 0.0ms)
|
|
2259
|
+
Started GET "/todos/new" for 127.0.0.1 at 2013-02-06 13:46:01 +0800
|
|
2260
|
+
Processing by TodosController#new as HTML
|
|
2261
|
+
Rendered todos/new.html.erb within layouts/application (0.2ms)
|
|
2262
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.3ms)
|
|
2263
|
+
Completed 200 OK in 7ms (Views: 6.3ms | ActiveRecord: 0.0ms)
|
|
2264
|
+
Started GET "/todos?extract=Hi" for 127.0.0.1 at 2013-02-06 13:46:01 +0800
|
|
2265
|
+
Processing by TodosController#index as HTML
|
|
2266
|
+
Parameters: {"extract"=>"Hi"}
|
|
2267
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
2268
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.0ms)
|
|
2269
|
+
Completed 200 OK in 6ms (Views: 5.4ms | ActiveRecord: 0.0ms)
|
|
2270
|
+
Connecting to database specified by database.yml
|
|
2271
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 13:46:10 +0800
|
|
2272
|
+
Processing by TodosController#index as HTML
|
|
2273
|
+
Rendered todos/index.html.erb within layouts/application (0.6ms)
|
|
2274
|
+
Completed 500 Internal Server Error in 8ms
|
|
2275
|
+
Started GET "/tasks" for 127.0.0.1 at 2013-02-06 13:46:10 +0800
|
|
2276
|
+
Processing by TasksController#index as HTML
|
|
2277
|
+
Rendered tasks/index.html.erb within layouts/application (0.2ms)
|
|
2278
|
+
Completed 500 Internal Server Error in 3ms
|
|
2279
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 13:46:10 +0800
|
|
2280
|
+
Processing by TodosController#index as HTML
|
|
2281
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
2282
|
+
Completed 500 Internal Server Error in 2ms
|
|
2283
|
+
Started GET "/tasks/new" for 127.0.0.1 at 2013-02-06 13:46:10 +0800
|
|
2284
|
+
Processing by TasksController#new as HTML
|
|
2285
|
+
Rendered tasks/new.html.erb within layouts/application (0.2ms)
|
|
2286
|
+
Completed 500 Internal Server Error in 3ms
|
|
2287
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 13:46:10 +0800
|
|
2288
|
+
Processing by TodosController#index as HTML
|
|
2289
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
2290
|
+
Completed 500 Internal Server Error in 2ms
|
|
2291
|
+
Started GET "/todos/new" for 127.0.0.1 at 2013-02-06 13:46:10 +0800
|
|
2292
|
+
Processing by TodosController#new as HTML
|
|
2293
|
+
Rendered todos/new.html.erb within layouts/application (0.2ms)
|
|
2294
|
+
Completed 500 Internal Server Error in 2ms
|
|
2295
|
+
Started GET "/todos?extract=Hi" for 127.0.0.1 at 2013-02-06 13:46:10 +0800
|
|
2296
|
+
Processing by TodosController#index as HTML
|
|
2297
|
+
Parameters: {"extract"=>"Hi"}
|
|
2298
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
2299
|
+
Completed 500 Internal Server Error in 2ms
|
|
2300
|
+
Connecting to database specified by database.yml
|
|
2301
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 13:51:08 +0800
|
|
2302
|
+
Processing by TodosController#index as HTML
|
|
2303
|
+
Rendered todos/index.html.erb within layouts/application (0.6ms)
|
|
2304
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.1ms)
|
|
2305
|
+
Completed 200 OK in 12ms (Views: 11.6ms | ActiveRecord: 0.0ms)
|
|
2306
|
+
Started GET "/tasks" for 127.0.0.1 at 2013-02-06 13:51:08 +0800
|
|
2307
|
+
Processing by TasksController#index as HTML
|
|
2308
|
+
Rendered tasks/index.html.erb within layouts/application (0.3ms)
|
|
2309
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.6ms)
|
|
2310
|
+
Completed 200 OK in 8ms (Views: 7.4ms | ActiveRecord: 0.0ms)
|
|
2311
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 13:51:08 +0800
|
|
2312
|
+
Processing by TodosController#index as HTML
|
|
2313
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
2314
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.1ms)
|
|
2315
|
+
Completed 200 OK in 6ms (Views: 5.6ms | ActiveRecord: 0.0ms)
|
|
2316
|
+
Started GET "/tasks/new" for 127.0.0.1 at 2013-02-06 13:51:08 +0800
|
|
2317
|
+
Processing by TasksController#new as HTML
|
|
2318
|
+
Rendered tasks/new.html.erb within layouts/application (0.2ms)
|
|
2319
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.2ms)
|
|
2320
|
+
Completed 200 OK in 6ms (Views: 6.2ms | ActiveRecord: 0.0ms)
|
|
2321
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 13:51:08 +0800
|
|
2322
|
+
Processing by TodosController#index as HTML
|
|
2323
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
2324
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.1ms)
|
|
2325
|
+
Completed 200 OK in 6ms (Views: 5.7ms | ActiveRecord: 0.0ms)
|
|
2326
|
+
Started GET "/todos/new" for 127.0.0.1 at 2013-02-06 13:51:08 +0800
|
|
2327
|
+
Processing by TodosController#new as HTML
|
|
2328
|
+
Rendered todos/new.html.erb within layouts/application (0.2ms)
|
|
2329
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.3ms)
|
|
2330
|
+
Completed 200 OK in 7ms (Views: 6.3ms | ActiveRecord: 0.0ms)
|
|
2331
|
+
Started GET "/todos?extract=Hi" for 127.0.0.1 at 2013-02-06 13:51:08 +0800
|
|
2332
|
+
Processing by TodosController#index as HTML
|
|
2333
|
+
Parameters: {"extract"=>"Hi"}
|
|
2334
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
2335
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.0ms)
|
|
2336
|
+
Completed 200 OK in 6ms (Views: 5.5ms | ActiveRecord: 0.0ms)
|
|
2337
|
+
Connecting to database specified by database.yml
|
|
2338
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 13:52:42 +0800
|
|
2339
|
+
Processing by TodosController#index as HTML
|
|
2340
|
+
Rendered todos/index.html.erb within layouts/application (0.7ms)
|
|
2341
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.1ms)
|
|
2342
|
+
Completed 200 OK in 12ms (Views: 11.8ms | ActiveRecord: 0.0ms)
|
|
2343
|
+
Started GET "/tasks" for 127.0.0.1 at 2013-02-06 13:52:42 +0800
|
|
2344
|
+
Processing by TasksController#index as HTML
|
|
2345
|
+
Rendered tasks/index.html.erb within layouts/application (0.2ms)
|
|
2346
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.3ms)
|
|
2347
|
+
Completed 200 OK in 7ms (Views: 7.1ms | ActiveRecord: 0.0ms)
|
|
2348
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 13:52:42 +0800
|
|
2349
|
+
Processing by TodosController#index as HTML
|
|
2350
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
2351
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.2ms)
|
|
2352
|
+
Completed 200 OK in 6ms (Views: 6.1ms | ActiveRecord: 0.0ms)
|
|
2353
|
+
Started GET "/tasks/new" for 127.0.0.1 at 2013-02-06 13:52:42 +0800
|
|
2354
|
+
Processing by TasksController#new as HTML
|
|
2355
|
+
Rendered tasks/new.html.erb within layouts/application (0.2ms)
|
|
2356
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.5ms)
|
|
2357
|
+
Completed 200 OK in 7ms (Views: 6.9ms | ActiveRecord: 0.0ms)
|
|
2358
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 13:52:42 +0800
|
|
2359
|
+
Processing by TodosController#index as HTML
|
|
2360
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
2361
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.2ms)
|
|
2362
|
+
Completed 200 OK in 6ms (Views: 5.6ms | ActiveRecord: 0.0ms)
|
|
2363
|
+
Started GET "/todos/new" for 127.0.0.1 at 2013-02-06 13:52:42 +0800
|
|
2364
|
+
Processing by TodosController#new as HTML
|
|
2365
|
+
Rendered todos/new.html.erb within layouts/application (0.2ms)
|
|
2366
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.3ms)
|
|
2367
|
+
Completed 200 OK in 7ms (Views: 6.4ms | ActiveRecord: 0.0ms)
|
|
2368
|
+
Started GET "/todos?extract=Hi" for 127.0.0.1 at 2013-02-06 13:52:42 +0800
|
|
2369
|
+
Processing by TodosController#index as HTML
|
|
2370
|
+
Parameters: {"extract"=>"Hi"}
|
|
2371
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
2372
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.0ms)
|
|
2373
|
+
Completed 200 OK in 6ms (Views: 5.5ms | ActiveRecord: 0.0ms)
|
|
2374
|
+
Connecting to database specified by database.yml
|
|
2375
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 13:57:29 +0800
|
|
2376
|
+
Processing by TodosController#index as HTML
|
|
2377
|
+
Rendered todos/index.html.erb within layouts/application (0.6ms)
|
|
2378
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.0ms)
|
|
2379
|
+
Completed 200 OK in 12ms (Views: 11.6ms | ActiveRecord: 0.0ms)
|
|
2380
|
+
Started GET "/tasks" for 127.0.0.1 at 2013-02-06 13:57:29 +0800
|
|
2381
|
+
Processing by TasksController#index as HTML
|
|
2382
|
+
Rendered tasks/index.html.erb within layouts/application (0.2ms)
|
|
2383
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.4ms)
|
|
2384
|
+
Completed 200 OK in 7ms (Views: 7.1ms | ActiveRecord: 0.0ms)
|
|
2385
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 13:57:29 +0800
|
|
2386
|
+
Processing by TodosController#index as HTML
|
|
2387
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
2388
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.1ms)
|
|
2389
|
+
Completed 200 OK in 6ms (Views: 5.6ms | ActiveRecord: 0.0ms)
|
|
2390
|
+
Started GET "/tasks/new" for 127.0.0.1 at 2013-02-06 13:57:29 +0800
|
|
2391
|
+
Processing by TasksController#new as HTML
|
|
2392
|
+
Rendered tasks/new.html.erb within layouts/application (0.2ms)
|
|
2393
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.3ms)
|
|
2394
|
+
Completed 200 OK in 7ms (Views: 6.4ms | ActiveRecord: 0.0ms)
|
|
2395
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 13:57:29 +0800
|
|
2396
|
+
Processing by TodosController#index as HTML
|
|
2397
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
2398
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.1ms)
|
|
2399
|
+
Completed 200 OK in 6ms (Views: 5.7ms | ActiveRecord: 0.0ms)
|
|
2400
|
+
Started GET "/todos/new" for 127.0.0.1 at 2013-02-06 13:57:29 +0800
|
|
2401
|
+
Processing by TodosController#new as HTML
|
|
2402
|
+
Rendered todos/new.html.erb within layouts/application (0.2ms)
|
|
2403
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.2ms)
|
|
2404
|
+
Completed 200 OK in 7ms (Views: 6.4ms | ActiveRecord: 0.0ms)
|
|
2405
|
+
Started GET "/todos?extract=Hi" for 127.0.0.1 at 2013-02-06 13:57:29 +0800
|
|
2406
|
+
Processing by TodosController#index as HTML
|
|
2407
|
+
Parameters: {"extract"=>"Hi"}
|
|
2408
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
2409
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.1ms)
|
|
2410
|
+
Completed 200 OK in 6ms (Views: 5.6ms | ActiveRecord: 0.0ms)
|
|
2411
|
+
Connecting to database specified by database.yml
|
|
2412
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 13:58:20 +0800
|
|
2413
|
+
Processing by TodosController#index as HTML
|
|
2414
|
+
Rendered todos/index.html.erb within layouts/application (0.7ms)
|
|
2415
|
+
Completed 500 Internal Server Error in 8ms
|
|
2416
|
+
Started GET "/tasks" for 127.0.0.1 at 2013-02-06 13:58:20 +0800
|
|
2417
|
+
Processing by TasksController#index as HTML
|
|
2418
|
+
Rendered tasks/index.html.erb within layouts/application (0.3ms)
|
|
2419
|
+
Completed 500 Internal Server Error in 3ms
|
|
2420
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 13:58:20 +0800
|
|
2421
|
+
Processing by TodosController#index as HTML
|
|
2422
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
2423
|
+
Completed 500 Internal Server Error in 2ms
|
|
2424
|
+
Started GET "/tasks/new" for 127.0.0.1 at 2013-02-06 13:58:20 +0800
|
|
2425
|
+
Processing by TasksController#new as HTML
|
|
2426
|
+
Rendered tasks/new.html.erb within layouts/application (0.2ms)
|
|
2427
|
+
Completed 500 Internal Server Error in 3ms
|
|
2428
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 13:58:20 +0800
|
|
2429
|
+
Processing by TodosController#index as HTML
|
|
2430
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
2431
|
+
Completed 500 Internal Server Error in 2ms
|
|
2432
|
+
Started GET "/todos/new" for 127.0.0.1 at 2013-02-06 13:58:20 +0800
|
|
2433
|
+
Processing by TodosController#new as HTML
|
|
2434
|
+
Rendered todos/new.html.erb within layouts/application (0.2ms)
|
|
2435
|
+
Completed 500 Internal Server Error in 2ms
|
|
2436
|
+
Started GET "/todos?extract=Hi" for 127.0.0.1 at 2013-02-06 13:58:20 +0800
|
|
2437
|
+
Processing by TodosController#index as HTML
|
|
2438
|
+
Parameters: {"extract"=>"Hi"}
|
|
2439
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
2440
|
+
Completed 500 Internal Server Error in 3ms
|
|
2441
|
+
Connecting to database specified by database.yml
|
|
2442
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 13:58:31 +0800
|
|
2443
|
+
Processing by TodosController#index as HTML
|
|
2444
|
+
Rendered todos/index.html.erb within layouts/application (0.6ms)
|
|
2445
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (7.8ms)
|
|
2446
|
+
Completed 500 Internal Server Error in 19ms
|
|
2447
|
+
Started GET "/tasks" for 127.0.0.1 at 2013-02-06 13:58:32 +0800
|
|
2448
|
+
Processing by TasksController#index as HTML
|
|
2449
|
+
Rendered tasks/index.html.erb within layouts/application (0.2ms)
|
|
2450
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (8.0ms)
|
|
2451
|
+
Completed 500 Internal Server Error in 14ms
|
|
2452
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 13:58:32 +0800
|
|
2453
|
+
Processing by TodosController#index as HTML
|
|
2454
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
2455
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (9.0ms)
|
|
2456
|
+
Completed 500 Internal Server Error in 14ms
|
|
2457
|
+
Started GET "/tasks/new" for 127.0.0.1 at 2013-02-06 13:58:32 +0800
|
|
2458
|
+
Processing by TasksController#new as HTML
|
|
2459
|
+
Rendered tasks/new.html.erb within layouts/application (0.2ms)
|
|
2460
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (7.7ms)
|
|
2461
|
+
Completed 500 Internal Server Error in 33ms
|
|
2462
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 13:58:32 +0800
|
|
2463
|
+
Processing by TodosController#index as HTML
|
|
2464
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
2465
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (7.5ms)
|
|
2466
|
+
Completed 500 Internal Server Error in 12ms
|
|
2467
|
+
Started GET "/todos/new" for 127.0.0.1 at 2013-02-06 13:58:32 +0800
|
|
2468
|
+
Processing by TodosController#new as HTML
|
|
2469
|
+
Rendered todos/new.html.erb within layouts/application (1.1ms)
|
|
2470
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (7.3ms)
|
|
2471
|
+
Completed 500 Internal Server Error in 14ms
|
|
2472
|
+
Started GET "/todos?extract=Hi" for 127.0.0.1 at 2013-02-06 13:58:32 +0800
|
|
2473
|
+
Processing by TodosController#index as HTML
|
|
2474
|
+
Parameters: {"extract"=>"Hi"}
|
|
2475
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
2476
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (7.3ms)
|
|
2477
|
+
Completed 500 Internal Server Error in 12ms
|
|
2478
|
+
Connecting to database specified by database.yml
|
|
2479
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 13:59:58 +0800
|
|
2480
|
+
Processing by TodosController#index as HTML
|
|
2481
|
+
Rendered todos/index.html.erb within layouts/application (0.6ms)
|
|
2482
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.1ms)
|
|
2483
|
+
Completed 200 OK in 12ms (Views: 11.6ms | ActiveRecord: 0.0ms)
|
|
2484
|
+
Started GET "/tasks" for 127.0.0.1 at 2013-02-06 13:59:58 +0800
|
|
2485
|
+
Processing by TasksController#index as HTML
|
|
2486
|
+
Rendered tasks/index.html.erb within layouts/application (0.2ms)
|
|
2487
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.3ms)
|
|
2488
|
+
Completed 200 OK in 7ms (Views: 7.0ms | ActiveRecord: 0.0ms)
|
|
2489
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 13:59:58 +0800
|
|
2490
|
+
Processing by TodosController#index as HTML
|
|
2491
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
2492
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.0ms)
|
|
2493
|
+
Completed 200 OK in 6ms (Views: 5.7ms | ActiveRecord: 0.0ms)
|
|
2494
|
+
Started GET "/tasks/new" for 127.0.0.1 at 2013-02-06 13:59:58 +0800
|
|
2495
|
+
Processing by TasksController#new as HTML
|
|
2496
|
+
Rendered tasks/new.html.erb within layouts/application (0.2ms)
|
|
2497
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.3ms)
|
|
2498
|
+
Completed 200 OK in 7ms (Views: 6.3ms | ActiveRecord: 0.0ms)
|
|
2499
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 13:59:58 +0800
|
|
2500
|
+
Processing by TodosController#index as HTML
|
|
2501
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
2502
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.1ms)
|
|
2503
|
+
Completed 200 OK in 6ms (Views: 5.7ms | ActiveRecord: 0.0ms)
|
|
2504
|
+
Started GET "/todos/new" for 127.0.0.1 at 2013-02-06 13:59:58 +0800
|
|
2505
|
+
Processing by TodosController#new as HTML
|
|
2506
|
+
Rendered todos/new.html.erb within layouts/application (0.2ms)
|
|
2507
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.4ms)
|
|
2508
|
+
Completed 200 OK in 7ms (Views: 6.5ms | ActiveRecord: 0.0ms)
|
|
2509
|
+
Started GET "/todos?extract=Hi" for 127.0.0.1 at 2013-02-06 13:59:58 +0800
|
|
2510
|
+
Processing by TodosController#index as HTML
|
|
2511
|
+
Parameters: {"extract"=>"Hi"}
|
|
2512
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
2513
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.0ms)
|
|
2514
|
+
Completed 200 OK in 6ms (Views: 5.5ms | ActiveRecord: 0.0ms)
|
|
2515
|
+
Connecting to database specified by database.yml
|
|
2516
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 14:04:12 +0800
|
|
2517
|
+
Processing by TodosController#index as HTML
|
|
2518
|
+
Rendered todos/index.html.erb within layouts/application (0.6ms)
|
|
2519
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.1ms)
|
|
2520
|
+
Completed 200 OK in 12ms (Views: 11.6ms | ActiveRecord: 0.0ms)
|
|
2521
|
+
Started GET "/tasks" for 127.0.0.1 at 2013-02-06 14:04:12 +0800
|
|
2522
|
+
Processing by TasksController#index as HTML
|
|
2523
|
+
Rendered tasks/index.html.erb within layouts/application (0.2ms)
|
|
2524
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.3ms)
|
|
2525
|
+
Completed 200 OK in 7ms (Views: 7.0ms | ActiveRecord: 0.0ms)
|
|
2526
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 14:04:13 +0800
|
|
2527
|
+
Processing by TodosController#index as HTML
|
|
2528
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
2529
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.1ms)
|
|
2530
|
+
Completed 200 OK in 6ms (Views: 5.5ms | ActiveRecord: 0.0ms)
|
|
2531
|
+
Started GET "/tasks/new" for 127.0.0.1 at 2013-02-06 14:04:13 +0800
|
|
2532
|
+
Processing by TasksController#new as HTML
|
|
2533
|
+
Rendered tasks/new.html.erb within layouts/application (0.2ms)
|
|
2534
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.2ms)
|
|
2535
|
+
Completed 200 OK in 6ms (Views: 6.1ms | ActiveRecord: 0.0ms)
|
|
2536
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 14:04:13 +0800
|
|
2537
|
+
Processing by TodosController#index as HTML
|
|
2538
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
2539
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.1ms)
|
|
2540
|
+
Completed 200 OK in 6ms (Views: 5.7ms | ActiveRecord: 0.0ms)
|
|
2541
|
+
Started GET "/todos/new" for 127.0.0.1 at 2013-02-06 14:04:13 +0800
|
|
2542
|
+
Processing by TodosController#new as HTML
|
|
2543
|
+
Rendered todos/new.html.erb within layouts/application (0.2ms)
|
|
2544
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.2ms)
|
|
2545
|
+
Completed 200 OK in 7ms (Views: 6.3ms | ActiveRecord: 0.0ms)
|
|
2546
|
+
Started GET "/todos?extract=Hi" for 127.0.0.1 at 2013-02-06 14:04:13 +0800
|
|
2547
|
+
Processing by TodosController#index as HTML
|
|
2548
|
+
Parameters: {"extract"=>"Hi"}
|
|
2549
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
|
2550
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.0ms)
|
|
2551
|
+
Completed 200 OK in 6ms (Views: 5.4ms | ActiveRecord: 0.0ms)
|