mxit-rails 0.3.3 → 0.3.4
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/README.md +5 -1
- data/app/views/layouts/mxit.html.erb +1 -1
- data/lib/mxit_rails/version.rb +1 -1
- data/test/dummy/log/development.log +670 -0
- metadata +2 -2
data/README.md
CHANGED
|
@@ -9,6 +9,8 @@ It also includes a browser-based *emulator* with a lot of functionality to simpl
|
|
|
9
9
|
|
|
10
10
|
Later versions will also include wrappers for important Mxit APIs.
|
|
11
11
|
|
|
12
|
+
See the [ChangeLog](https://github.com/linsen/mxit-rails/blob/master/CHANGELOG.md) for latest changes.
|
|
13
|
+
|
|
12
14
|
|
|
13
15
|
Sample App
|
|
14
16
|
----------
|
|
@@ -25,7 +27,7 @@ To use the gem, just include the gem your rails projects' gemfile:
|
|
|
25
27
|
|
|
26
28
|
[Showoff.io](https://showoff.io) is a great tool for development, allowing you to access localhost from Mxit.
|
|
27
29
|
|
|
28
|
-
Look at [Mxit Apps](wiki/Mxit-Apps) on the wiki for more information.
|
|
30
|
+
Look at [Mxit Apps](https://github.com/linsen/mxit-rails/wiki/Mxit-Apps) on the wiki for more information.
|
|
29
31
|
|
|
30
32
|
|
|
31
33
|
Basic usage
|
|
@@ -103,6 +105,8 @@ The following special styles are used in the overall layout, and it is thus reco
|
|
|
103
105
|
- `:link` - The colour of links in the page
|
|
104
106
|
- `:link_hover` - The colour and background colour of highlighted links.
|
|
105
107
|
|
|
108
|
+
Check the [Style Guide](https://github.com/linsen/mxit-rails/wiki/Style-Guide) for more tips. There is also a list of [Emoticons](https://github.com/linsen/mxit-rails/wiki/Emoticons) that can be used on Mxit.
|
|
109
|
+
|
|
106
110
|
|
|
107
111
|
Layout
|
|
108
112
|
------
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
<% end %>
|
|
61
61
|
|
|
62
62
|
<% elsif @_mxit.proceed %>
|
|
63
|
-
<%= mxit_proceed link_to(@_mxit.proceed.to_s.capitalize, "#{request.path}?_mxit_rails_submit=true
|
|
63
|
+
<%= mxit_proceed link_to(@_mxit.proceed.to_s.capitalize, "#{request.path}?_mxit_rails_submit=true") %>
|
|
64
64
|
<% end %>
|
|
65
65
|
|
|
66
66
|
|
data/lib/mxit_rails/version.rb
CHANGED
|
@@ -64655,3 +64655,673 @@ Served asset /mxit_rails/emoticons.png - 304 Not Modified (0ms)
|
|
|
64655
64655
|
|
|
64656
64656
|
Started GET "/assets/mxit_rails/favicon.ico" for 127.0.0.1 at 2012-10-05 08:55:58 +0200
|
|
64657
64657
|
Served asset /mxit_rails/favicon.ico - 304 Not Modified (0ms)
|
|
64658
|
+
|
|
64659
|
+
|
|
64660
|
+
Started GET "/" for 127.0.0.1 at 2012-10-05 10:01:23 +0200
|
|
64661
|
+
Connecting to database specified by database.yml
|
|
64662
|
+
Processing by IndexController#index as HTML
|
|
64663
|
+
Rendered index/index.html.erb within layouts/mxit (2.2ms)
|
|
64664
|
+
Rendered inline template (0.3ms)
|
|
64665
|
+
Completed 200 OK in 40ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
|
64666
|
+
|
|
64667
|
+
|
|
64668
|
+
Started GET "/assets/mxit_rails/included.css?body=1" for 127.0.0.1 at 2012-10-05 10:01:24 +0200
|
|
64669
|
+
Served asset /mxit_rails/included.css - 200 OK (3ms)
|
|
64670
|
+
|
|
64671
|
+
|
|
64672
|
+
Started GET "/assets/mxit_rails/emoticons.png" for 127.0.0.1 at 2012-10-05 10:01:24 +0200
|
|
64673
|
+
Served asset /mxit_rails/emoticons.png - 304 Not Modified (2ms)
|
|
64674
|
+
|
|
64675
|
+
|
|
64676
|
+
Started GET "/" for 196.35.255.4 at 2012-10-05 10:02:38 +0200
|
|
64677
|
+
Processing by IndexController#index as HTML
|
|
64678
|
+
Rendered index/index.html.erb within layouts/mxit (0.2ms)
|
|
64679
|
+
Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)
|
|
64680
|
+
|
|
64681
|
+
|
|
64682
|
+
Started GET "/" for 196.35.255.4 at 2012-10-05 10:03:03 +0200
|
|
64683
|
+
Processing by IndexController#index as HTML
|
|
64684
|
+
Rendered index/index.html.erb within layouts/mxit (0.7ms)
|
|
64685
|
+
Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.0ms)
|
|
64686
|
+
|
|
64687
|
+
|
|
64688
|
+
Started GET "/" for undefined at 2012-10-05 10:04:56 +0200
|
|
64689
|
+
Connecting to database specified by database.yml
|
|
64690
|
+
Processing by IndexController#index as HTML
|
|
64691
|
+
Rendered index/index.html.erb within layouts/mxit (1.9ms)
|
|
64692
|
+
Rendered inline template (0.3ms)
|
|
64693
|
+
Completed 200 OK in 39ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
|
64694
|
+
|
|
64695
|
+
|
|
64696
|
+
Started GET "/assets/mxit_rails/included.css?body=1" for undefined at 2012-10-05 10:04:58 +0200
|
|
64697
|
+
Served asset /mxit_rails/included.css - 304 Not Modified (2ms)
|
|
64698
|
+
|
|
64699
|
+
|
|
64700
|
+
Started GET "/emulator" for undefined at 2012-10-05 10:05:02 +0200
|
|
64701
|
+
Processing by EmulatorController#index as HTML
|
|
64702
|
+
Rendered /Users/linsenloots/Dev/payments/mxit-rails/app/views/emulator/index.html.erb (18.7ms)
|
|
64703
|
+
Completed 200 OK in 21ms (Views: 20.7ms | ActiveRecord: 0.0ms)
|
|
64704
|
+
|
|
64705
|
+
|
|
64706
|
+
Started GET "/assets/mxit_rails/emulator.css?body=1" for undefined at 2012-10-05 10:05:03 +0200
|
|
64707
|
+
Served asset /mxit_rails/emulator.css - 200 OK (4ms)
|
|
64708
|
+
|
|
64709
|
+
|
|
64710
|
+
Started GET "/assets/mxit_rails/jquery.cookie.js?body=1" for undefined at 2012-10-05 10:05:03 +0200
|
|
64711
|
+
Served asset /mxit_rails/jquery.cookie.js - 304 Not Modified (2ms)
|
|
64712
|
+
|
|
64713
|
+
|
|
64714
|
+
Started GET "/assets/mxit_rails/jquery-1.8.0.min.js?body=1" for undefined at 2012-10-05 10:05:03 +0200
|
|
64715
|
+
Served asset /mxit_rails/jquery-1.8.0.min.js - 304 Not Modified (20ms)
|
|
64716
|
+
|
|
64717
|
+
|
|
64718
|
+
Started GET "/assets/mxit_rails/jquery.history.js?body=1" for undefined at 2012-10-05 10:05:03 +0200
|
|
64719
|
+
Served asset /mxit_rails/jquery.history.js - 304 Not Modified (2ms)
|
|
64720
|
+
|
|
64721
|
+
|
|
64722
|
+
Started GET "/assets/mxit_rails/emulator.js?body=1" for undefined at 2012-10-05 10:05:03 +0200
|
|
64723
|
+
Served asset /mxit_rails/emulator.js - 200 OK (5ms)
|
|
64724
|
+
|
|
64725
|
+
|
|
64726
|
+
Started GET "/" for undefined at 2012-10-05 10:05:05 +0200
|
|
64727
|
+
Processing by IndexController#index as HTML
|
|
64728
|
+
Rendered index/index.html.erb within layouts/mxit (0.2ms)
|
|
64729
|
+
Rendered inline template (0.3ms)
|
|
64730
|
+
Completed 200 OK in 4ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
|
64731
|
+
|
|
64732
|
+
|
|
64733
|
+
Started GET "/assets/mxit_rails/go.png" for undefined at 2012-10-05 10:05:05 +0200
|
|
64734
|
+
Served asset /mxit_rails/go.png - 304 Not Modified (2ms)
|
|
64735
|
+
|
|
64736
|
+
|
|
64737
|
+
Started GET "/assets/mxit_rails/home.png" for undefined at 2012-10-05 10:05:05 +0200
|
|
64738
|
+
Served asset /mxit_rails/home.png - 304 Not Modified (1ms)
|
|
64739
|
+
|
|
64740
|
+
|
|
64741
|
+
Started GET "/assets/mxit_rails/refresh.png" for undefined at 2012-10-05 10:05:05 +0200
|
|
64742
|
+
Served asset /mxit_rails/refresh.png - 304 Not Modified (2ms)
|
|
64743
|
+
|
|
64744
|
+
|
|
64745
|
+
Started GET "/assets/mxit_rails/out.png" for undefined at 2012-10-05 10:05:05 +0200
|
|
64746
|
+
Served asset /mxit_rails/out.png - 304 Not Modified (2ms)
|
|
64747
|
+
|
|
64748
|
+
|
|
64749
|
+
Started GET "/assets/mxit_rails/nokia-5310-frame.png" for undefined at 2012-10-05 10:05:05 +0200
|
|
64750
|
+
Served asset /mxit_rails/nokia-5310-frame.png - 304 Not Modified (3ms)
|
|
64751
|
+
|
|
64752
|
+
|
|
64753
|
+
Started GET "/assets/mxit_rails/included.css?body=1" for undefined at 2012-10-05 10:05:07 +0200
|
|
64754
|
+
Served asset /mxit_rails/included.css - 304 Not Modified (0ms)
|
|
64755
|
+
|
|
64756
|
+
|
|
64757
|
+
Started GET "/assets/mxit_rails/emoticons.png" for undefined at 2012-10-05 10:05:08 +0200
|
|
64758
|
+
Served asset /mxit_rails/emoticons.png - 304 Not Modified (3ms)
|
|
64759
|
+
|
|
64760
|
+
|
|
64761
|
+
Started GET "/welcome" for undefined at 2012-10-05 10:05:14 +0200
|
|
64762
|
+
Processing by WelcomeController#index as HTML
|
|
64763
|
+
Rendered welcome/index.html.erb within layouts/mxit (0.5ms)
|
|
64764
|
+
Rendered inline template (0.3ms)
|
|
64765
|
+
Completed 200 OK in 6ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
|
64766
|
+
|
|
64767
|
+
|
|
64768
|
+
Started GET "/assets/mxit_rails/included.css?body=1" for undefined at 2012-10-05 10:05:16 +0200
|
|
64769
|
+
Served asset /mxit_rails/included.css - 304 Not Modified (0ms)
|
|
64770
|
+
|
|
64771
|
+
|
|
64772
|
+
Started GET "/" for undefined at 2012-10-05 10:05:19 +0200
|
|
64773
|
+
Processing by IndexController#index as HTML
|
|
64774
|
+
Rendered index/index.html.erb within layouts/mxit (0.2ms)
|
|
64775
|
+
Rendered inline template (0.4ms)
|
|
64776
|
+
Completed 200 OK in 5ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
|
64777
|
+
|
|
64778
|
+
|
|
64779
|
+
Started GET "/assets/mxit_rails/included.css?body=1" for undefined at 2012-10-05 10:05:21 +0200
|
|
64780
|
+
Served asset /mxit_rails/included.css - 304 Not Modified (21ms)
|
|
64781
|
+
|
|
64782
|
+
|
|
64783
|
+
Started GET "/assets/mxit_rails/emoticons.png" for undefined at 2012-10-05 10:05:23 +0200
|
|
64784
|
+
Served asset /mxit_rails/emoticons.png - 304 Not Modified (0ms)
|
|
64785
|
+
|
|
64786
|
+
|
|
64787
|
+
Started GET "/index" for undefined at 2012-10-05 10:05:25 +0200
|
|
64788
|
+
Processing by IndexController#index as HTML
|
|
64789
|
+
Rendered index/index.html.erb within layouts/mxit (0.2ms)
|
|
64790
|
+
Rendered inline template (0.3ms)
|
|
64791
|
+
Completed 200 OK in 4ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
|
64792
|
+
|
|
64793
|
+
|
|
64794
|
+
Started GET "/assets/mxit_rails/included.css?body=1" for undefined at 2012-10-05 10:05:26 +0200
|
|
64795
|
+
Served asset /mxit_rails/included.css - 304 Not Modified (0ms)
|
|
64796
|
+
|
|
64797
|
+
|
|
64798
|
+
Started GET "/assets/mxit_rails/emoticons.png" for undefined at 2012-10-05 10:05:28 +0200
|
|
64799
|
+
Served asset /mxit_rails/emoticons.png - 304 Not Modified (0ms)
|
|
64800
|
+
|
|
64801
|
+
|
|
64802
|
+
Started GET "/welcome/multi" for undefined at 2012-10-05 10:05:30 +0200
|
|
64803
|
+
Processing by WelcomeController#multi as HTML
|
|
64804
|
+
Rendered welcome/multi.html.erb within layouts/mxit (0.4ms)
|
|
64805
|
+
Rendered inline template (0.2ms)
|
|
64806
|
+
Completed 200 OK in 5ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
|
64807
|
+
|
|
64808
|
+
|
|
64809
|
+
Started GET "/assets/mxit_rails/included.css?body=1" for undefined at 2012-10-05 10:05:32 +0200
|
|
64810
|
+
Served asset /mxit_rails/included.css - 304 Not Modified (0ms)
|
|
64811
|
+
|
|
64812
|
+
|
|
64813
|
+
Started GET "/" for undefined at 2012-10-05 10:05:37 +0200
|
|
64814
|
+
Processing by IndexController#index as HTML
|
|
64815
|
+
Rendered index/index.html.erb within layouts/mxit (0.2ms)
|
|
64816
|
+
Rendered inline template (0.3ms)
|
|
64817
|
+
Completed 200 OK in 4ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
|
64818
|
+
|
|
64819
|
+
|
|
64820
|
+
Started GET "/assets/mxit_rails/included.css?body=1" for undefined at 2012-10-05 10:05:39 +0200
|
|
64821
|
+
Served asset /mxit_rails/included.css - 304 Not Modified (0ms)
|
|
64822
|
+
|
|
64823
|
+
|
|
64824
|
+
Started GET "/assets/mxit_rails/emoticons.png" for undefined at 2012-10-05 10:05:41 +0200
|
|
64825
|
+
Served asset /mxit_rails/emoticons.png - 304 Not Modified (0ms)
|
|
64826
|
+
|
|
64827
|
+
|
|
64828
|
+
Started GET "/" for 196.35.255.4 at 2012-10-05 14:38:06 +0200
|
|
64829
|
+
Connecting to database specified by database.yml
|
|
64830
|
+
Processing by IndexController#index as HTML
|
|
64831
|
+
Rendered index/index.html.erb within layouts/mxit (2.2ms)
|
|
64832
|
+
Completed 200 OK in 13ms (Views: 12.0ms | ActiveRecord: 0.0ms)
|
|
64833
|
+
|
|
64834
|
+
|
|
64835
|
+
Started GET "/" for 196.35.255.4 at 2012-10-05 14:38:41 +0200
|
|
64836
|
+
Processing by IndexController#index as HTML
|
|
64837
|
+
Rendered index/index.html.erb within layouts/mxit (0.7ms)
|
|
64838
|
+
Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms)
|
|
64839
|
+
|
|
64840
|
+
|
|
64841
|
+
Started GET "/emulator/" for 127.0.0.1 at 2012-10-05 14:38:59 +0200
|
|
64842
|
+
Processing by EmulatorController#index as HTML
|
|
64843
|
+
Rendered /Users/linsenloots/Dev/payments/mxit-rails/app/views/emulator/index.html.erb (23.0ms)
|
|
64844
|
+
Completed 200 OK in 26ms (Views: 25.4ms | ActiveRecord: 0.0ms)
|
|
64845
|
+
|
|
64846
|
+
|
|
64847
|
+
Started GET "/assets/mxit_rails/emulator.css?body=1" for 127.0.0.1 at 2012-10-05 14:38:59 +0200
|
|
64848
|
+
Served asset /mxit_rails/emulator.css - 200 OK (7ms)
|
|
64849
|
+
|
|
64850
|
+
|
|
64851
|
+
Started GET "/assets/mxit_rails/jquery-1.8.0.min.js?body=1" for 127.0.0.1 at 2012-10-05 14:38:59 +0200
|
|
64852
|
+
Served asset /mxit_rails/jquery-1.8.0.min.js - 304 Not Modified (3ms)
|
|
64853
|
+
|
|
64854
|
+
|
|
64855
|
+
Started GET "/assets/mxit_rails/jquery.history.js?body=1" for 127.0.0.1 at 2012-10-05 14:38:59 +0200
|
|
64856
|
+
Served asset /mxit_rails/jquery.history.js - 304 Not Modified (3ms)
|
|
64857
|
+
|
|
64858
|
+
|
|
64859
|
+
Started GET "/assets/mxit_rails/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-10-05 14:38:59 +0200
|
|
64860
|
+
Served asset /mxit_rails/jquery.cookie.js - 304 Not Modified (3ms)
|
|
64861
|
+
|
|
64862
|
+
|
|
64863
|
+
Started GET "/assets/mxit_rails/emulator.js?body=1" for 127.0.0.1 at 2012-10-05 14:38:59 +0200
|
|
64864
|
+
Served asset /mxit_rails/emulator.js - 304 Not Modified (7ms)
|
|
64865
|
+
|
|
64866
|
+
|
|
64867
|
+
Started GET "/assets/mxit_rails/go.png" for 127.0.0.1 at 2012-10-05 14:38:59 +0200
|
|
64868
|
+
Served asset /mxit_rails/go.png - 304 Not Modified (11ms)
|
|
64869
|
+
|
|
64870
|
+
|
|
64871
|
+
Started GET "/assets/mxit_rails/refresh.png" for 127.0.0.1 at 2012-10-05 14:38:59 +0200
|
|
64872
|
+
Served asset /mxit_rails/refresh.png - 304 Not Modified (2ms)
|
|
64873
|
+
|
|
64874
|
+
|
|
64875
|
+
Started GET "/assets/mxit_rails/out.png" for 127.0.0.1 at 2012-10-05 14:38:59 +0200
|
|
64876
|
+
Served asset /mxit_rails/out.png - 304 Not Modified (2ms)
|
|
64877
|
+
|
|
64878
|
+
|
|
64879
|
+
Started GET "/assets/mxit_rails/nokia-5310-frame.png" for 127.0.0.1 at 2012-10-05 14:38:59 +0200
|
|
64880
|
+
Served asset /mxit_rails/nokia-5310-frame.png - 304 Not Modified (4ms)
|
|
64881
|
+
|
|
64882
|
+
|
|
64883
|
+
Started GET "/assets/mxit_rails/home.png" for 127.0.0.1 at 2012-10-05 14:38:59 +0200
|
|
64884
|
+
Served asset /mxit_rails/home.png - 304 Not Modified (3ms)
|
|
64885
|
+
|
|
64886
|
+
|
|
64887
|
+
Started GET "/" for 127.0.0.1 at 2012-10-05 14:38:59 +0200
|
|
64888
|
+
Processing by IndexController#index as HTML
|
|
64889
|
+
Rendered index/index.html.erb within layouts/mxit (0.2ms)
|
|
64890
|
+
Rendered inline template (0.3ms)
|
|
64891
|
+
Completed 200 OK in 10ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
|
64892
|
+
|
|
64893
|
+
|
|
64894
|
+
Started GET "/assets/mxit_rails/included.css?body=1" for 127.0.0.1 at 2012-10-05 14:38:59 +0200
|
|
64895
|
+
Served asset /mxit_rails/included.css - 200 OK (4ms)
|
|
64896
|
+
|
|
64897
|
+
|
|
64898
|
+
Started GET "/assets/mxit_rails/emoticons.png" for 127.0.0.1 at 2012-10-05 14:38:59 +0200
|
|
64899
|
+
Served asset /mxit_rails/emoticons.png - 304 Not Modified (27ms)
|
|
64900
|
+
|
|
64901
|
+
|
|
64902
|
+
Started GET "/" for 196.35.255.4 at 2012-10-05 14:39:10 +0200
|
|
64903
|
+
Processing by IndexController#index as HTML
|
|
64904
|
+
Rendered index/index.html.erb within layouts/mxit (0.2ms)
|
|
64905
|
+
Completed 200 OK in 3ms (Views: 2.0ms | ActiveRecord: 0.0ms)
|
|
64906
|
+
|
|
64907
|
+
|
|
64908
|
+
Started GET "/" for 127.0.0.1 at 2012-10-05 14:43:46 +0200
|
|
64909
|
+
Processing by IndexController#index as HTML
|
|
64910
|
+
Rendered index/index.html.erb within layouts/mxit (0.7ms)
|
|
64911
|
+
Rendered inline template (0.6ms)
|
|
64912
|
+
Completed 200 OK in 8ms (Views: 1.3ms | ActiveRecord: 0.0ms)
|
|
64913
|
+
|
|
64914
|
+
|
|
64915
|
+
Started GET "/assets/mxit_rails/included.css?body=1" for 127.0.0.1 at 2012-10-05 14:43:46 +0200
|
|
64916
|
+
Served asset /mxit_rails/included.css - 304 Not Modified (0ms)
|
|
64917
|
+
|
|
64918
|
+
|
|
64919
|
+
Started GET "/assets/mxit_rails/emoticons.png" for 127.0.0.1 at 2012-10-05 14:43:46 +0200
|
|
64920
|
+
Served asset /mxit_rails/emoticons.png - 304 Not Modified (0ms)
|
|
64921
|
+
|
|
64922
|
+
|
|
64923
|
+
Started GET "/" for 196.35.255.4 at 2012-10-05 14:44:33 +0200
|
|
64924
|
+
Processing by IndexController#index as HTML
|
|
64925
|
+
Rendered index/index.html.erb within layouts/mxit (0.2ms)
|
|
64926
|
+
Completed 200 OK in 3ms (Views: 2.0ms | ActiveRecord: 0.0ms)
|
|
64927
|
+
|
|
64928
|
+
|
|
64929
|
+
Started GET "/" for 196.35.255.4 at 2012-10-05 14:45:21 +0200
|
|
64930
|
+
Processing by IndexController#index as HTML
|
|
64931
|
+
Rendered index/index.html.erb within layouts/mxit (0.8ms)
|
|
64932
|
+
Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms)
|
|
64933
|
+
|
|
64934
|
+
|
|
64935
|
+
Started GET "/" for 196.35.255.4 at 2012-10-05 14:52:54 +0200
|
|
64936
|
+
Processing by IndexController#index as HTML
|
|
64937
|
+
Rendered index/index.html.erb within layouts/mxit (0.7ms)
|
|
64938
|
+
Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms)
|
|
64939
|
+
|
|
64940
|
+
|
|
64941
|
+
Started GET "/" for 196.35.255.4 at 2012-10-05 14:53:53 +0200
|
|
64942
|
+
Processing by IndexController#index as HTML
|
|
64943
|
+
Rendered index/index.html.erb within layouts/mxit (0.8ms)
|
|
64944
|
+
Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms)
|
|
64945
|
+
|
|
64946
|
+
|
|
64947
|
+
Started GET "/emulator/" for 127.0.0.1 at 2012-10-05 14:54:03 +0200
|
|
64948
|
+
Processing by EmulatorController#index as HTML
|
|
64949
|
+
Rendered /Users/linsenloots/Dev/payments/mxit-rails/app/views/emulator/index.html.erb (2.8ms)
|
|
64950
|
+
Completed 200 OK in 4ms (Views: 4.0ms | ActiveRecord: 0.0ms)
|
|
64951
|
+
|
|
64952
|
+
|
|
64953
|
+
Started GET "/assets/mxit_rails/emulator.css?body=1" for 127.0.0.1 at 2012-10-05 14:54:03 +0200
|
|
64954
|
+
Served asset /mxit_rails/emulator.css - 304 Not Modified (17ms)
|
|
64955
|
+
|
|
64956
|
+
|
|
64957
|
+
Started GET "/assets/mxit_rails/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-10-05 14:54:03 +0200
|
|
64958
|
+
Served asset /mxit_rails/jquery.cookie.js - 304 Not Modified (0ms)
|
|
64959
|
+
|
|
64960
|
+
|
|
64961
|
+
Started GET "/assets/mxit_rails/jquery-1.8.0.min.js?body=1" for 127.0.0.1 at 2012-10-05 14:54:03 +0200
|
|
64962
|
+
Served asset /mxit_rails/jquery-1.8.0.min.js - 304 Not Modified (0ms)
|
|
64963
|
+
|
|
64964
|
+
|
|
64965
|
+
Started GET "/assets/mxit_rails/jquery.history.js?body=1" for 127.0.0.1 at 2012-10-05 14:54:03 +0200
|
|
64966
|
+
Served asset /mxit_rails/jquery.history.js - 304 Not Modified (0ms)
|
|
64967
|
+
|
|
64968
|
+
|
|
64969
|
+
Started GET "/assets/mxit_rails/emulator.js?body=1" for 127.0.0.1 at 2012-10-05 14:54:03 +0200
|
|
64970
|
+
Served asset /mxit_rails/emulator.js - 304 Not Modified (0ms)
|
|
64971
|
+
|
|
64972
|
+
|
|
64973
|
+
Started GET "/" for 127.0.0.1 at 2012-10-05 14:54:03 +0200
|
|
64974
|
+
Processing by IndexController#index as HTML
|
|
64975
|
+
Rendered index/index.html.erb within layouts/mxit (0.2ms)
|
|
64976
|
+
Rendered inline template (0.6ms)
|
|
64977
|
+
Completed 200 OK in 17ms (Views: 1.4ms | ActiveRecord: 0.0ms)
|
|
64978
|
+
|
|
64979
|
+
|
|
64980
|
+
Started GET "/assets/mxit_rails/out.png" for 127.0.0.1 at 2012-10-05 14:54:03 +0200
|
|
64981
|
+
Served asset /mxit_rails/out.png - 304 Not Modified (0ms)
|
|
64982
|
+
|
|
64983
|
+
|
|
64984
|
+
Started GET "/assets/mxit_rails/go.png" for 127.0.0.1 at 2012-10-05 14:54:03 +0200
|
|
64985
|
+
Served asset /mxit_rails/go.png - 304 Not Modified (0ms)
|
|
64986
|
+
|
|
64987
|
+
|
|
64988
|
+
Started GET "/assets/mxit_rails/refresh.png" for 127.0.0.1 at 2012-10-05 14:54:03 +0200
|
|
64989
|
+
Served asset /mxit_rails/refresh.png - 304 Not Modified (0ms)
|
|
64990
|
+
|
|
64991
|
+
|
|
64992
|
+
Started GET "/assets/mxit_rails/home.png" for 127.0.0.1 at 2012-10-05 14:54:03 +0200
|
|
64993
|
+
Served asset /mxit_rails/home.png - 304 Not Modified (0ms)
|
|
64994
|
+
|
|
64995
|
+
|
|
64996
|
+
Started GET "/assets/mxit_rails/nokia-5310-frame.png" for 127.0.0.1 at 2012-10-05 14:54:03 +0200
|
|
64997
|
+
Served asset /mxit_rails/nokia-5310-frame.png - 304 Not Modified (1ms)
|
|
64998
|
+
|
|
64999
|
+
|
|
65000
|
+
Started GET "/assets/mxit_rails/included.css?body=1" for 127.0.0.1 at 2012-10-05 14:54:03 +0200
|
|
65001
|
+
Served asset /mxit_rails/included.css - 304 Not Modified (0ms)
|
|
65002
|
+
|
|
65003
|
+
|
|
65004
|
+
Started GET "/assets/mxit_rails/emoticons.png" for 127.0.0.1 at 2012-10-05 14:54:03 +0200
|
|
65005
|
+
Served asset /mxit_rails/emoticons.png - 304 Not Modified (0ms)
|
|
65006
|
+
|
|
65007
|
+
|
|
65008
|
+
Started GET "/assets/mxit_rails/favicon.ico" for 127.0.0.1 at 2012-10-05 14:54:04 +0200
|
|
65009
|
+
Served asset /mxit_rails/favicon.ico - 304 Not Modified (3ms)
|
|
65010
|
+
|
|
65011
|
+
|
|
65012
|
+
Started GET "/" for 196.35.255.4 at 2012-10-05 14:57:05 +0200
|
|
65013
|
+
Processing by IndexController#index as HTML
|
|
65014
|
+
Rendered index/index.html.erb within layouts/mxit (0.7ms)
|
|
65015
|
+
Completed 200 OK in 4ms (Views: 2.7ms | ActiveRecord: 0.0ms)
|
|
65016
|
+
|
|
65017
|
+
|
|
65018
|
+
Started GET "/" for 196.35.255.4 at 2012-10-05 15:04:47 +0200
|
|
65019
|
+
Processing by IndexController#index as HTML
|
|
65020
|
+
Rendered index/index.html.erb within layouts/mxit (0.2ms)
|
|
65021
|
+
Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.0ms)
|
|
65022
|
+
|
|
65023
|
+
|
|
65024
|
+
Started GET "/" for 196.35.255.4 at 2012-10-05 15:05:58 +0200
|
|
65025
|
+
Processing by IndexController#index as HTML
|
|
65026
|
+
Rendered index/index.html.erb within layouts/mxit (0.8ms)
|
|
65027
|
+
Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms)
|
|
65028
|
+
|
|
65029
|
+
|
|
65030
|
+
Started GET "/" for 196.35.255.4 at 2012-10-05 15:06:36 +0200
|
|
65031
|
+
Processing by IndexController#index as HTML
|
|
65032
|
+
Rendered index/index.html.erb within layouts/mxit (0.8ms)
|
|
65033
|
+
Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms)
|
|
65034
|
+
|
|
65035
|
+
|
|
65036
|
+
Started GET "/" for 196.35.255.4 at 2012-10-05 15:07:46 +0200
|
|
65037
|
+
Processing by IndexController#index as HTML
|
|
65038
|
+
Rendered index/index.html.erb within layouts/mxit (0.2ms)
|
|
65039
|
+
Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)
|
|
65040
|
+
|
|
65041
|
+
|
|
65042
|
+
Started GET "/" for 196.35.255.4 at 2012-10-05 15:08:25 +0200
|
|
65043
|
+
Processing by IndexController#index as HTML
|
|
65044
|
+
Rendered index/index.html.erb within layouts/mxit (0.1ms)
|
|
65045
|
+
Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
|
|
65046
|
+
|
|
65047
|
+
|
|
65048
|
+
Started GET "/" for 196.35.255.4 at 2012-10-05 15:09:23 +0200
|
|
65049
|
+
Processing by IndexController#index as HTML
|
|
65050
|
+
Rendered index/index.html.erb within layouts/mxit (0.8ms)
|
|
65051
|
+
Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms)
|
|
65052
|
+
|
|
65053
|
+
|
|
65054
|
+
Started GET "/" for 196.35.255.4 at 2012-10-05 15:09:24 +0200
|
|
65055
|
+
Processing by IndexController#index as HTML
|
|
65056
|
+
Rendered index/index.html.erb within layouts/mxit (0.1ms)
|
|
65057
|
+
Completed 200 OK in 3ms (Views: 2.0ms | ActiveRecord: 0.0ms)
|
|
65058
|
+
|
|
65059
|
+
|
|
65060
|
+
Started GET "/" for 196.35.255.4 at 2012-10-05 15:11:30 +0200
|
|
65061
|
+
Processing by IndexController#index as HTML
|
|
65062
|
+
Rendered index/index.html.erb within layouts/mxit (0.1ms)
|
|
65063
|
+
Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)
|
|
65064
|
+
|
|
65065
|
+
|
|
65066
|
+
Started GET "/" for 196.35.255.4 at 2012-10-05 15:15:50 +0200
|
|
65067
|
+
Processing by IndexController#index as HTML
|
|
65068
|
+
Rendered index/index.html.erb within layouts/mxit (0.1ms)
|
|
65069
|
+
Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms)
|
|
65070
|
+
|
|
65071
|
+
|
|
65072
|
+
Started GET "/" for 196.35.255.4 at 2012-10-05 15:17:10 +0200
|
|
65073
|
+
Processing by IndexController#index as HTML
|
|
65074
|
+
Rendered index/index.html.erb within layouts/mxit (0.1ms)
|
|
65075
|
+
Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)
|
|
65076
|
+
|
|
65077
|
+
|
|
65078
|
+
Started GET "/" for 196.35.255.4 at 2012-10-05 15:17:24 +0200
|
|
65079
|
+
Processing by IndexController#index as HTML
|
|
65080
|
+
Rendered index/index.html.erb within layouts/mxit (0.7ms)
|
|
65081
|
+
Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.0ms)
|
|
65082
|
+
|
|
65083
|
+
|
|
65084
|
+
Started GET "/" for 196.35.255.4 at 2012-10-05 15:17:32 +0200
|
|
65085
|
+
Processing by IndexController#index as HTML
|
|
65086
|
+
Rendered index/index.html.erb within layouts/mxit (0.1ms)
|
|
65087
|
+
Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms)
|
|
65088
|
+
|
|
65089
|
+
|
|
65090
|
+
Started GET "/" for 196.35.255.4 at 2012-10-05 15:18:02 +0200
|
|
65091
|
+
Processing by IndexController#index as HTML
|
|
65092
|
+
Rendered index/index.html.erb within layouts/mxit (0.2ms)
|
|
65093
|
+
Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)
|
|
65094
|
+
|
|
65095
|
+
|
|
65096
|
+
Started GET "/emulator/" for 127.0.0.1 at 2012-10-05 15:18:11 +0200
|
|
65097
|
+
Processing by EmulatorController#index as HTML
|
|
65098
|
+
Rendered /Users/linsenloots/Dev/payments/mxit-rails/app/views/emulator/index.html.erb (2.9ms)
|
|
65099
|
+
Completed 200 OK in 4ms (Views: 3.9ms | ActiveRecord: 0.0ms)
|
|
65100
|
+
|
|
65101
|
+
|
|
65102
|
+
Started GET "/assets/mxit_rails/emulator.css?body=1" for 127.0.0.1 at 2012-10-05 15:18:11 +0200
|
|
65103
|
+
Served asset /mxit_rails/emulator.css - 304 Not Modified (0ms)
|
|
65104
|
+
|
|
65105
|
+
|
|
65106
|
+
Started GET "/assets/mxit_rails/emulator.js?body=1" for 127.0.0.1 at 2012-10-05 15:18:11 +0200
|
|
65107
|
+
Served asset /mxit_rails/emulator.js - 304 Not Modified (2ms)
|
|
65108
|
+
|
|
65109
|
+
|
|
65110
|
+
Started GET "/assets/mxit_rails/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-10-05 15:18:11 +0200
|
|
65111
|
+
Served asset /mxit_rails/jquery.cookie.js - 304 Not Modified (0ms)
|
|
65112
|
+
|
|
65113
|
+
|
|
65114
|
+
Started GET "/assets/mxit_rails/jquery.history.js?body=1" for 127.0.0.1 at 2012-10-05 15:18:11 +0200
|
|
65115
|
+
Served asset /mxit_rails/jquery.history.js - 304 Not Modified (0ms)
|
|
65116
|
+
|
|
65117
|
+
|
|
65118
|
+
Started GET "/assets/mxit_rails/jquery-1.8.0.min.js?body=1" for 127.0.0.1 at 2012-10-05 15:18:11 +0200
|
|
65119
|
+
Served asset /mxit_rails/jquery-1.8.0.min.js - 304 Not Modified (0ms)
|
|
65120
|
+
|
|
65121
|
+
|
|
65122
|
+
Started GET "/" for 127.0.0.1 at 2012-10-05 15:18:11 +0200
|
|
65123
|
+
Processing by IndexController#index as HTML
|
|
65124
|
+
Rendered index/index.html.erb within layouts/mxit (0.2ms)
|
|
65125
|
+
Rendered inline template (0.5ms)
|
|
65126
|
+
Completed 200 OK in 16ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
|
65127
|
+
|
|
65128
|
+
|
|
65129
|
+
Started GET "/assets/mxit_rails/home.png" for 127.0.0.1 at 2012-10-05 15:18:11 +0200
|
|
65130
|
+
Served asset /mxit_rails/home.png - 304 Not Modified (0ms)
|
|
65131
|
+
|
|
65132
|
+
|
|
65133
|
+
Started GET "/assets/mxit_rails/go.png" for 127.0.0.1 at 2012-10-05 15:18:11 +0200
|
|
65134
|
+
Served asset /mxit_rails/go.png - 304 Not Modified (0ms)
|
|
65135
|
+
|
|
65136
|
+
|
|
65137
|
+
Started GET "/assets/mxit_rails/out.png" for 127.0.0.1 at 2012-10-05 15:18:11 +0200
|
|
65138
|
+
Served asset /mxit_rails/out.png - 304 Not Modified (0ms)
|
|
65139
|
+
|
|
65140
|
+
|
|
65141
|
+
Started GET "/assets/mxit_rails/refresh.png" for 127.0.0.1 at 2012-10-05 15:18:11 +0200
|
|
65142
|
+
Served asset /mxit_rails/refresh.png - 304 Not Modified (0ms)
|
|
65143
|
+
|
|
65144
|
+
|
|
65145
|
+
Started GET "/assets/mxit_rails/nokia-5310-frame.png" for 127.0.0.1 at 2012-10-05 15:18:11 +0200
|
|
65146
|
+
Served asset /mxit_rails/nokia-5310-frame.png - 304 Not Modified (3ms)
|
|
65147
|
+
|
|
65148
|
+
|
|
65149
|
+
Started GET "/assets/mxit_rails/included.css?body=1" for 127.0.0.1 at 2012-10-05 15:18:11 +0200
|
|
65150
|
+
Served asset /mxit_rails/included.css - 304 Not Modified (0ms)
|
|
65151
|
+
|
|
65152
|
+
|
|
65153
|
+
Started GET "/assets/mxit_rails/emoticons.png" for 127.0.0.1 at 2012-10-05 15:18:11 +0200
|
|
65154
|
+
Served asset /mxit_rails/emoticons.png - 304 Not Modified (0ms)
|
|
65155
|
+
|
|
65156
|
+
|
|
65157
|
+
Started GET "/assets/mxit_rails/favicon.ico" for 127.0.0.1 at 2012-10-05 15:18:11 +0200
|
|
65158
|
+
Served asset /mxit_rails/favicon.ico - 304 Not Modified (0ms)
|
|
65159
|
+
|
|
65160
|
+
|
|
65161
|
+
Started GET "/" for 196.35.255.4 at 2012-10-05 15:18:37 +0200
|
|
65162
|
+
Processing by IndexController#index as HTML
|
|
65163
|
+
Rendered index/index.html.erb within layouts/mxit (0.3ms)
|
|
65164
|
+
Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.0ms)
|
|
65165
|
+
|
|
65166
|
+
|
|
65167
|
+
Started GET "/emulator/" for 127.0.0.1 at 2012-10-05 15:19:56 +0200
|
|
65168
|
+
Processing by EmulatorController#index as HTML
|
|
65169
|
+
Rendered /Users/linsenloots/Dev/payments/mxit-rails/app/views/emulator/index.html.erb (3.1ms)
|
|
65170
|
+
Completed 200 OK in 4ms (Views: 4.0ms | ActiveRecord: 0.0ms)
|
|
65171
|
+
|
|
65172
|
+
|
|
65173
|
+
Started GET "/assets/mxit_rails/emulator.css?body=1" for 127.0.0.1 at 2012-10-05 15:19:56 +0200
|
|
65174
|
+
Served asset /mxit_rails/emulator.css - 304 Not Modified (4ms)
|
|
65175
|
+
|
|
65176
|
+
|
|
65177
|
+
Started GET "/assets/mxit_rails/jquery.history.js?body=1" for 127.0.0.1 at 2012-10-05 15:19:56 +0200
|
|
65178
|
+
Served asset /mxit_rails/jquery.history.js - 304 Not Modified (0ms)
|
|
65179
|
+
|
|
65180
|
+
|
|
65181
|
+
Started GET "/assets/mxit_rails/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-10-05 15:19:56 +0200
|
|
65182
|
+
Served asset /mxit_rails/jquery.cookie.js - 304 Not Modified (0ms)
|
|
65183
|
+
|
|
65184
|
+
|
|
65185
|
+
Started GET "/assets/mxit_rails/jquery-1.8.0.min.js?body=1" for 127.0.0.1 at 2012-10-05 15:19:56 +0200
|
|
65186
|
+
Served asset /mxit_rails/jquery-1.8.0.min.js - 304 Not Modified (0ms)
|
|
65187
|
+
|
|
65188
|
+
|
|
65189
|
+
Started GET "/assets/mxit_rails/emulator.js?body=1" for 127.0.0.1 at 2012-10-05 15:19:56 +0200
|
|
65190
|
+
Served asset /mxit_rails/emulator.js - 304 Not Modified (1ms)
|
|
65191
|
+
|
|
65192
|
+
|
|
65193
|
+
Started GET "/" for 127.0.0.1 at 2012-10-05 15:19:56 +0200
|
|
65194
|
+
Processing by IndexController#index as HTML
|
|
65195
|
+
Rendered index/index.html.erb within layouts/mxit (0.2ms)
|
|
65196
|
+
Rendered inline template (0.4ms)
|
|
65197
|
+
Completed 200 OK in 28ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
|
65198
|
+
|
|
65199
|
+
|
|
65200
|
+
Started GET "/assets/mxit_rails/out.png" for 127.0.0.1 at 2012-10-05 15:19:56 +0200
|
|
65201
|
+
Served asset /mxit_rails/out.png - 304 Not Modified (0ms)
|
|
65202
|
+
|
|
65203
|
+
|
|
65204
|
+
Started GET "/assets/mxit_rails/go.png" for 127.0.0.1 at 2012-10-05 15:19:56 +0200
|
|
65205
|
+
Served asset /mxit_rails/go.png - 304 Not Modified (0ms)
|
|
65206
|
+
|
|
65207
|
+
|
|
65208
|
+
Started GET "/assets/mxit_rails/home.png" for 127.0.0.1 at 2012-10-05 15:19:56 +0200
|
|
65209
|
+
Served asset /mxit_rails/home.png - 304 Not Modified (0ms)
|
|
65210
|
+
|
|
65211
|
+
|
|
65212
|
+
Started GET "/assets/mxit_rails/refresh.png" for 127.0.0.1 at 2012-10-05 15:19:56 +0200
|
|
65213
|
+
Served asset /mxit_rails/refresh.png - 304 Not Modified (0ms)
|
|
65214
|
+
|
|
65215
|
+
|
|
65216
|
+
Started GET "/assets/mxit_rails/included.css?body=1" for 127.0.0.1 at 2012-10-05 15:19:56 +0200
|
|
65217
|
+
Served asset /mxit_rails/included.css - 304 Not Modified (0ms)
|
|
65218
|
+
|
|
65219
|
+
|
|
65220
|
+
Started GET "/assets/mxit_rails/nokia-5310-frame.png" for 127.0.0.1 at 2012-10-05 15:19:56 +0200
|
|
65221
|
+
Served asset /mxit_rails/nokia-5310-frame.png - 304 Not Modified (1ms)
|
|
65222
|
+
|
|
65223
|
+
|
|
65224
|
+
Started GET "/assets/mxit_rails/emoticons.png" for 127.0.0.1 at 2012-10-05 15:19:58 +0200
|
|
65225
|
+
Served asset /mxit_rails/emoticons.png - 304 Not Modified (0ms)
|
|
65226
|
+
|
|
65227
|
+
|
|
65228
|
+
Started GET "/" for 196.35.255.4 at 2012-10-05 15:20:18 +0200
|
|
65229
|
+
Processing by IndexController#index as HTML
|
|
65230
|
+
Rendered index/index.html.erb within layouts/mxit (0.2ms)
|
|
65231
|
+
Completed 200 OK in 3ms (Views: 1.7ms | ActiveRecord: 0.0ms)
|
|
65232
|
+
|
|
65233
|
+
|
|
65234
|
+
Started GET "/" for 196.35.255.4 at 2012-10-05 15:21:25 +0200
|
|
65235
|
+
Processing by IndexController#index as HTML
|
|
65236
|
+
Rendered index/index.html.erb within layouts/mxit (0.7ms)
|
|
65237
|
+
Completed 200 OK in 4ms (Views: 2.8ms | ActiveRecord: 0.0ms)
|
|
65238
|
+
|
|
65239
|
+
|
|
65240
|
+
Started GET "/" for 196.35.255.4 at 2012-10-05 15:22:54 +0200
|
|
65241
|
+
Processing by IndexController#index as HTML
|
|
65242
|
+
Rendered index/index.html.erb within layouts/mxit (0.2ms)
|
|
65243
|
+
Completed 200 OK in 3ms (Views: 2.0ms | ActiveRecord: 0.0ms)
|
|
65244
|
+
|
|
65245
|
+
|
|
65246
|
+
Started GET "/" for 196.35.255.4 at 2012-10-05 15:26:04 +0200
|
|
65247
|
+
Processing by IndexController#index as HTML
|
|
65248
|
+
Rendered index/index.html.erb within layouts/mxit (0.2ms)
|
|
65249
|
+
Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms)
|
|
65250
|
+
|
|
65251
|
+
|
|
65252
|
+
Started GET "/" for 196.35.255.4 at 2012-10-05 15:26:34 +0200
|
|
65253
|
+
Processing by IndexController#index as HTML
|
|
65254
|
+
Rendered index/index.html.erb within layouts/mxit (0.2ms)
|
|
65255
|
+
Completed 200 OK in 3ms (Views: 1.9ms | ActiveRecord: 0.0ms)
|
|
65256
|
+
|
|
65257
|
+
|
|
65258
|
+
Started GET "/" for 196.35.255.4 at 2012-10-05 15:27:02 +0200
|
|
65259
|
+
Processing by IndexController#index as HTML
|
|
65260
|
+
Rendered index/index.html.erb within layouts/mxit (0.7ms)
|
|
65261
|
+
Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms)
|
|
65262
|
+
|
|
65263
|
+
|
|
65264
|
+
Started GET "/" for 196.35.255.4 at 2012-10-05 15:28:20 +0200
|
|
65265
|
+
Processing by IndexController#index as HTML
|
|
65266
|
+
Rendered index/index.html.erb within layouts/mxit (0.8ms)
|
|
65267
|
+
Completed 200 OK in 17ms (Views: 2.7ms | ActiveRecord: 0.0ms)
|
|
65268
|
+
|
|
65269
|
+
|
|
65270
|
+
Started GET "/" for 196.35.255.4 at 2012-10-05 15:28:42 +0200
|
|
65271
|
+
Processing by IndexController#index as HTML
|
|
65272
|
+
Rendered index/index.html.erb within layouts/mxit (0.1ms)
|
|
65273
|
+
Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.0ms)
|
|
65274
|
+
|
|
65275
|
+
|
|
65276
|
+
Started GET "/" for 196.35.255.4 at 2012-10-05 15:30:37 +0200
|
|
65277
|
+
Processing by IndexController#index as HTML
|
|
65278
|
+
Rendered index/index.html.erb within layouts/mxit (0.4ms)
|
|
65279
|
+
Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms)
|
|
65280
|
+
|
|
65281
|
+
|
|
65282
|
+
Started GET "/" for 196.35.255.4 at 2012-10-05 15:30:37 +0200
|
|
65283
|
+
Processing by IndexController#index as HTML
|
|
65284
|
+
Rendered index/index.html.erb within layouts/mxit (0.2ms)
|
|
65285
|
+
Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms)
|
|
65286
|
+
|
|
65287
|
+
|
|
65288
|
+
Started GET "/" for 196.35.255.4 at 2012-10-05 15:30:37 +0200
|
|
65289
|
+
Processing by IndexController#index as HTML
|
|
65290
|
+
Rendered index/index.html.erb within layouts/mxit (0.2ms)
|
|
65291
|
+
Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.0ms)
|
|
65292
|
+
|
|
65293
|
+
|
|
65294
|
+
Started GET "/" for 196.35.255.4 at 2012-10-05 15:30:37 +0200
|
|
65295
|
+
Processing by IndexController#index as HTML
|
|
65296
|
+
Rendered index/index.html.erb within layouts/mxit (0.2ms)
|
|
65297
|
+
Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)
|
|
65298
|
+
|
|
65299
|
+
|
|
65300
|
+
Started GET "/" for 196.35.255.4 at 2012-10-05 15:30:37 +0200
|
|
65301
|
+
Processing by IndexController#index as HTML
|
|
65302
|
+
Rendered index/index.html.erb within layouts/mxit (0.2ms)
|
|
65303
|
+
Completed 200 OK in 3ms (Views: 1.9ms | ActiveRecord: 0.0ms)
|
|
65304
|
+
|
|
65305
|
+
|
|
65306
|
+
Started GET "/" for 196.35.255.4 at 2012-10-05 15:30:37 +0200
|
|
65307
|
+
Processing by IndexController#index as HTML
|
|
65308
|
+
Rendered index/index.html.erb within layouts/mxit (0.1ms)
|
|
65309
|
+
Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.0ms)
|
|
65310
|
+
|
|
65311
|
+
|
|
65312
|
+
Started GET "/" for 196.35.255.4 at 2012-10-05 15:30:37 +0200
|
|
65313
|
+
Processing by IndexController#index as HTML
|
|
65314
|
+
Rendered index/index.html.erb within layouts/mxit (0.2ms)
|
|
65315
|
+
Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)
|
|
65316
|
+
|
|
65317
|
+
|
|
65318
|
+
Started GET "/" for 196.35.255.4 at 2012-10-05 15:30:37 +0200
|
|
65319
|
+
Processing by IndexController#index as HTML
|
|
65320
|
+
Rendered index/index.html.erb within layouts/mxit (0.1ms)
|
|
65321
|
+
Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
|
|
65322
|
+
|
|
65323
|
+
|
|
65324
|
+
Started GET "/" for 196.35.255.4 at 2012-10-05 15:30:37 +0200
|
|
65325
|
+
Processing by IndexController#index as HTML
|
|
65326
|
+
Rendered index/index.html.erb within layouts/mxit (0.2ms)
|
|
65327
|
+
Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: mxit-rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.4
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2012-10-
|
|
12
|
+
date: 2012-10-09 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rails
|