mxit-rails 0.1.4 → 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (36) hide show
  1. data/app/assets/images/mxit_rails/home.png +0 -0
  2. data/app/assets/javascripts/mxit_rails/emulator.js +33 -6
  3. data/app/assets/stylesheets/mxit_rails/emulator.css.scss +16 -21
  4. data/app/helpers/mxit_rails_helper.rb +22 -0
  5. data/app/views/emulator/index.html.erb +7 -5
  6. data/app/views/layouts/mxit.html.erb +5 -16
  7. data/config/routes.rb +3 -1
  8. data/lib/mxit_rails/descriptor.rb +2 -0
  9. data/lib/mxit_rails/engine.rb +0 -3
  10. data/lib/mxit_rails/page.rb +6 -1
  11. data/lib/mxit_rails/version.rb +1 -1
  12. data/test/dummy/app/controllers/form_controller.rb +3 -1
  13. data/test/dummy/app/controllers/welcome_controller.rb +2 -2
  14. data/test/dummy/app/views/form/index/age.html.erb +9 -2
  15. data/test/dummy/app/views/form/index/done.html.erb +6 -3
  16. data/test/dummy/app/views/form/index/name.html.erb +10 -2
  17. data/test/dummy/app/views/form/index/start.html.erb +10 -3
  18. data/test/dummy/app/views/form/index/surname.html.erb +9 -2
  19. data/test/dummy/app/views/index/index.html.erb +6 -4
  20. data/test/dummy/app/views/index/success.html.erb +5 -2
  21. data/test/dummy/app/views/welcome/easter_egg.html.erb +5 -2
  22. data/test/dummy/app/views/welcome/index.html.erb +11 -4
  23. data/test/dummy/config/application.rb +0 -3
  24. data/test/dummy/config/routes.rb +4 -2
  25. data/test/dummy/log/development.log +4629 -0
  26. data/test/dummy/log/production.log +30 -0
  27. data/test/dummy/tmp/cache/assets/D2C/AA0/sprockets%2F7bdf74c64e17769ae77b616e6dc39287 +0 -0
  28. data/test/dummy/tmp/cache/assets/D54/750/sprockets%2Fc16371b1a234c7c56cb01cb28a8bc5c3 +0 -0
  29. data/test/dummy/tmp/cache/assets/D9F/2D0/sprockets%2Fbd11d44fd5d620d8e6fb3953bd831dc8 +0 -0
  30. data/test/dummy/tmp/cache/assets/DAA/B80/sprockets%2Ff8082150f8c8beafcd445cc79a9a6a85 +0 -0
  31. data/test/dummy/tmp/cache/assets/DFB/940/sprockets%2F2faff4be90929be6a1b1de49ea25e33b +0 -0
  32. data/test/dummy/tmp/cache/assets/E15/260/sprockets%2Fea9c788716af4ccb19ff8e1d7ea47b8e +0 -0
  33. data/test/dummy/tmp/cache/assets/E26/4F0/sprockets%2F1cd8dafcb93f36aea8c2cf9d04c322d3 +0 -0
  34. data/test/dummy/tmp/cache/assets/E4F/E70/sprockets%2Fd9fffd76ac7c8ee08bedf3e257c81f99 +0 -0
  35. metadata +7 -4
  36. data/test/dummy/public/index.html +0 -26
@@ -1,6 +1,13 @@
1
- <%= content_for :title do %>Step 1 of 1<% end %>
2
- <%= content_for :navigation do %><%= mxit_nav_link '/mxit/index', 'Back' %><% end %>
1
+ <%= mxit_table_row :title %>
2
+ <b>Step 1 of 1</b>
3
3
 
4
- <p>You're visiting the templater-in-progress. It's now <%= @time %>.</p>
4
+ <%= mxit_table_row %>
5
+ <%= mxit_nav_link '/', 'Back' %>
6
+
7
+ <% if mxit_validation_message %>
8
+ <%= mxit_validation_message %>
9
+ <% else %>
10
+ <p>You're visiting the templater-in-progress. It's now <%= @time %>.</p>
11
+ <p>Please enter your cellphone number to proceed</p>
12
+ <% end %>
5
13
 
6
- <p>Please enter your cellphone number to proceed</p>
@@ -51,9 +51,6 @@ module Dummy
51
51
 
52
52
  # Version of your assets, change this if you want to expire all your assets
53
53
  config.assets.version = '1.0'
54
-
55
- # Mxit app's root path - only used for the emulator
56
- config.mxit_root = 'mxit'
57
54
  end
58
55
  end
59
56
 
@@ -54,6 +54,8 @@ Dummy::Application.routes.draw do
54
54
 
55
55
  # This is a legacy wild controller route that's not recommended for RESTful applications.
56
56
  # Note: This route will make all actions in every controller accessible via GET requests.
57
- match '/mxit/:controller(/:action(/:id))(.:format)'
58
- match '/mxit/', :controller => 'index', :action => 'index'
57
+ match '/index(/:action)', :controller => :index
58
+ match '/welcome(/:action)', :controller => :welcome
59
+ match '/form(/:action)', :controller => :form
60
+ root :to => 'index#index'
59
61
  end
@@ -45468,3 +45468,4632 @@ Served asset /mxit_rails/included.css - 200 OK (3ms)
45468
45468
 
45469
45469
  Started GET "/assets/mxit_rails/favicon.ico" for 127.0.0.1 at 2012-09-18 12:11:44 +0200
45470
45470
  Served asset /mxit_rails/favicon.ico - 304 Not Modified (3ms)
45471
+
45472
+
45473
+ Started GET "/emulator/" for 127.0.0.1 at 2012-09-19 09:17:13 +0200
45474
+ Connecting to database specified by database.yml
45475
+ Processing by EmulatorController#index as HTML
45476
+ Rendered /Users/linsenloots/Dev/payments/mxit-rails/app/views/emulator/index.html.erb (19.5ms)
45477
+ Completed 200 OK in 28ms (Views: 27.4ms | ActiveRecord: 0.0ms)
45478
+
45479
+
45480
+ Started GET "/assets/mxit_rails/emulator.css?body=1" for 127.0.0.1 at 2012-09-19 09:17:14 +0200
45481
+ Served asset /mxit_rails/emulator.css - 200 OK (3ms)
45482
+
45483
+
45484
+ Started GET "/assets/mxit_rails/jquery.history.js?body=1" for 127.0.0.1 at 2012-09-19 09:17:14 +0200
45485
+ Served asset /mxit_rails/jquery.history.js - 304 Not Modified (21ms)
45486
+
45487
+
45488
+ Started GET "/assets/mxit_rails/emulator.js?body=1" for 127.0.0.1 at 2012-09-19 09:17:14 +0200
45489
+ Served asset /mxit_rails/emulator.js - 304 Not Modified (5ms)
45490
+
45491
+
45492
+ Started GET "/assets/mxit_rails/jquery-1.8.0.min.js?body=1" for 127.0.0.1 at 2012-09-19 09:17:14 +0200
45493
+ Served asset /mxit_rails/jquery-1.8.0.min.js - 304 Not Modified (3ms)
45494
+
45495
+
45496
+ Started GET "/assets/mxit_rails/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-09-19 09:17:14 +0200
45497
+ Served asset /mxit_rails/jquery.cookie.js - 304 Not Modified (2ms)
45498
+
45499
+
45500
+ Started GET "/assets/mxit_rails/go.png" for 127.0.0.1 at 2012-09-19 09:17:14 +0200
45501
+ Served asset /mxit_rails/go.png - 304 Not Modified (4ms)
45502
+
45503
+
45504
+ Started GET "/assets/mxit_rails/nokia-5310-frame.png" for 127.0.0.1 at 2012-09-19 09:17:14 +0200
45505
+ Served asset /mxit_rails/nokia-5310-frame.png - 304 Not Modified (4ms)
45506
+
45507
+
45508
+ Started GET "/assets/mxit_rails/out.png" for 127.0.0.1 at 2012-09-19 09:17:14 +0200
45509
+ Served asset /mxit_rails/out.png - 304 Not Modified (3ms)
45510
+
45511
+
45512
+ Started GET "/assets/mxit_rails/refresh.png" for 127.0.0.1 at 2012-09-19 09:17:14 +0200
45513
+ Served asset /mxit_rails/refresh.png - 304 Not Modified (2ms)
45514
+
45515
+
45516
+ Started GET "/mxit" for 127.0.0.1 at 2012-09-19 09:17:14 +0200
45517
+ Processing by IndexController#index as HTML
45518
+ Rendered index/index.html.erb within layouts/mxit (0.6ms)
45519
+ Completed 200 OK in 16ms (Views: 15.4ms | ActiveRecord: 0.0ms)
45520
+
45521
+
45522
+ Started GET "/assets/mxit_rails/included.css?body=1" for 127.0.0.1 at 2012-09-19 09:17:14 +0200
45523
+ Served asset /mxit_rails/included.css - 200 OK (2ms)
45524
+
45525
+
45526
+ Started GET "/assets/mxit_rails/favicon.ico" for 127.0.0.1 at 2012-09-19 09:17:14 +0200
45527
+ Served asset /mxit_rails/favicon.ico - 304 Not Modified (3ms)
45528
+
45529
+
45530
+ Started GET "/emulator/mxit" for 127.0.0.1 at 2012-09-19 09:19:10 +0200
45531
+ Processing by EmulatorController#index as HTML
45532
+ Parameters: {"path"=>"mxit"}
45533
+ Rendered /Users/linsenloots/Dev/payments/mxit-rails/app/views/emulator/index.html.erb (2.8ms)
45534
+ Completed 200 OK in 5ms (Views: 4.2ms | ActiveRecord: 0.0ms)
45535
+
45536
+
45537
+ Started GET "/assets/mxit_rails/emulator.css?body=1" for 127.0.0.1 at 2012-09-19 09:19:10 +0200
45538
+ Served asset /mxit_rails/emulator.css - 304 Not Modified (0ms)
45539
+
45540
+
45541
+ Started GET "/assets/mxit_rails/jquery-1.8.0.min.js?body=1" for 127.0.0.1 at 2012-09-19 09:19:10 +0200
45542
+ Served asset /mxit_rails/jquery-1.8.0.min.js - 304 Not Modified (3ms)
45543
+
45544
+
45545
+ Started GET "/assets/mxit_rails/jquery.history.js?body=1" for 127.0.0.1 at 2012-09-19 09:19:10 +0200
45546
+ Served asset /mxit_rails/jquery.history.js - 304 Not Modified (0ms)
45547
+
45548
+
45549
+ Started GET "/assets/mxit_rails/emulator.js?body=1" for 127.0.0.1 at 2012-09-19 09:19:10 +0200
45550
+ Served asset /mxit_rails/emulator.js - 304 Not Modified (1ms)
45551
+
45552
+
45553
+ Started GET "/assets/mxit_rails/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-09-19 09:19:10 +0200
45554
+ Served asset /mxit_rails/jquery.cookie.js - 304 Not Modified (0ms)
45555
+
45556
+
45557
+ Started GET "/assets/mxit_rails/go.png" for 127.0.0.1 at 2012-09-19 09:19:10 +0200
45558
+ Served asset /mxit_rails/go.png - 304 Not Modified (0ms)
45559
+
45560
+
45561
+ Started GET "/mxit" for 127.0.0.1 at 2012-09-19 09:19:10 +0200
45562
+ Processing by IndexController#index as HTML
45563
+ Rendered index/index.html.erb within layouts/mxit (0.2ms)
45564
+ Completed 200 OK in 9ms (Views: 8.5ms | ActiveRecord: 0.0ms)
45565
+
45566
+
45567
+ Started GET "/assets/mxit_rails/nokia-5310-frame.png" for 127.0.0.1 at 2012-09-19 09:19:10 +0200
45568
+ Served asset /mxit_rails/nokia-5310-frame.png - 304 Not Modified (1ms)
45569
+
45570
+
45571
+ Started GET "/assets/mxit_rails/refresh.png" for 127.0.0.1 at 2012-09-19 09:19:10 +0200
45572
+ Served asset /mxit_rails/refresh.png - 304 Not Modified (0ms)
45573
+
45574
+
45575
+ Started GET "/assets/mxit_rails/out.png" for 127.0.0.1 at 2012-09-19 09:19:10 +0200
45576
+ Served asset /mxit_rails/out.png - 304 Not Modified (0ms)
45577
+
45578
+
45579
+ Started GET "/assets/mxit_rails/included.css?body=1" for 127.0.0.1 at 2012-09-19 09:19:10 +0200
45580
+ Served asset /mxit_rails/included.css - 304 Not Modified (0ms)
45581
+
45582
+
45583
+ Started GET "/assets/mxit_rails/favicon.ico" for 127.0.0.1 at 2012-09-19 09:19:10 +0200
45584
+ Served asset /mxit_rails/favicon.ico - 304 Not Modified (0ms)
45585
+
45586
+
45587
+ Started GET "/mxit/welcome" for 127.0.0.1 at 2012-09-19 09:19:11 +0200
45588
+ Processing by WelcomeController#index as HTML
45589
+ Rendered welcome/index.html.erb within layouts/mxit (0.5ms)
45590
+ Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms)
45591
+
45592
+
45593
+ Started GET "/assets/mxit_rails/included.css?body=1" for 127.0.0.1 at 2012-09-19 09:19:11 +0200
45594
+ Served asset /mxit_rails/included.css - 304 Not Modified (0ms)
45595
+
45596
+
45597
+ Started POST "/mxit/welcome" for 127.0.0.1 at 2012-09-19 09:19:12 +0200
45598
+ Processing by WelcomeController#index as HTML
45599
+ Parameters: {"phone_number"=>"", "_mxit_rails_submit"=>"Proceed"}
45600
+ Validation: ""
45601
+ Output: true
45602
+ Rendered welcome/index.html.erb within layouts/mxit (0.1ms)
45603
+ Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms)
45604
+
45605
+
45606
+ Started GET "/assets/mxit_rails/included.css?body=1" for 127.0.0.1 at 2012-09-19 09:19:12 +0200
45607
+ Served asset /mxit_rails/included.css - 304 Not Modified (0ms)
45608
+
45609
+
45610
+ Started GET "/mxit/index" for 127.0.0.1 at 2012-09-19 09:19:14 +0200
45611
+ Processing by IndexController#index as HTML
45612
+ Rendered index/index.html.erb within layouts/mxit (0.2ms)
45613
+ Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms)
45614
+
45615
+
45616
+ Started GET "/assets/mxit_rails/included.css?body=1" for 127.0.0.1 at 2012-09-19 09:19:14 +0200
45617
+ Served asset /mxit_rails/included.css - 304 Not Modified (0ms)
45618
+
45619
+
45620
+ Started GET "/emulator/mxit/index" for 127.0.0.1 at 2012-09-19 09:36:07 +0200
45621
+ Processing by EmulatorController#index as HTML
45622
+ Parameters: {"path"=>"mxit/index"}
45623
+ Rendered /Users/linsenloots/Dev/payments/mxit-rails/app/views/emulator/index.html.erb (3.0ms)
45624
+ Completed 200 OK in 5ms (Views: 5.1ms | ActiveRecord: 0.0ms)
45625
+
45626
+
45627
+ Started GET "/assets/mxit_rails/emulator.css?body=1" for 127.0.0.1 at 2012-09-19 09:36:07 +0200
45628
+ Served asset /mxit_rails/emulator.css - 304 Not Modified (0ms)
45629
+
45630
+
45631
+ Started GET "/assets/mxit_rails/jquery.history.js?body=1" for 127.0.0.1 at 2012-09-19 09:36:07 +0200
45632
+ Served asset /mxit_rails/jquery.history.js - 304 Not Modified (0ms)
45633
+
45634
+
45635
+ Started GET "/assets/mxit_rails/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-09-19 09:36:07 +0200
45636
+ Served asset /mxit_rails/jquery.cookie.js - 304 Not Modified (1ms)
45637
+
45638
+
45639
+ Started GET "/assets/mxit_rails/jquery-1.8.0.min.js?body=1" for 127.0.0.1 at 2012-09-19 09:36:07 +0200
45640
+ Served asset /mxit_rails/jquery-1.8.0.min.js - 304 Not Modified (0ms)
45641
+
45642
+
45643
+ Started GET "/assets/mxit_rails/emulator.js?body=1" for 127.0.0.1 at 2012-09-19 09:36:07 +0200
45644
+ Served asset /mxit_rails/emulator.js - 304 Not Modified (1ms)
45645
+
45646
+
45647
+ Started GET "/assets/mxit_rails/nokia-5310-frame.png" for 127.0.0.1 at 2012-09-19 09:36:07 +0200
45648
+ Served asset /mxit_rails/nokia-5310-frame.png - 304 Not Modified (7ms)
45649
+
45650
+
45651
+ Started GET "/assets/mxit_rails/refresh.png" for 127.0.0.1 at 2012-09-19 09:36:07 +0200
45652
+ Served asset /mxit_rails/refresh.png - 304 Not Modified (0ms)
45653
+
45654
+
45655
+ Started GET "/assets/mxit_rails/go.png" for 127.0.0.1 at 2012-09-19 09:36:07 +0200
45656
+ Served asset /mxit_rails/go.png - 304 Not Modified (0ms)
45657
+
45658
+
45659
+ Started GET "/assets/mxit_rails/out.png" for 127.0.0.1 at 2012-09-19 09:36:07 +0200
45660
+ Served asset /mxit_rails/out.png - 304 Not Modified (0ms)
45661
+
45662
+
45663
+ Started GET "/mxit/index" for 127.0.0.1 at 2012-09-19 09:36:07 +0200
45664
+ Processing by IndexController#index as HTML
45665
+ Rendered index/index.html.erb within layouts/mxit (0.2ms)
45666
+ Completed 500 Internal Server Error in 10ms
45667
+
45668
+ ActionView::Template::Error (undefined method `has_table' for #<MxitRails::Descriptor:0x007ff36455f4b0>):
45669
+ 23:
45670
+ 24: <body style="<%= mxit_style :body %>">
45671
+ 25:
45672
+ 26: <%= mxit_table_row :title %>
45673
+ 27: <b><%= yield :title %></b>
45674
+ 28:
45675
+ 29: <%= mxit_table_row %>
45676
+ /Users/linsenloots/Dev/payments/mxit-rails/app/helpers/mxit_rails_helper.rb:13:in `mxit_table_row'
45677
+ /Users/linsenloots/Dev/payments/mxit-rails/app/views/layouts/mxit.html.erb:26:in `___sers_linsenloots__ev_payments_mxit_rails_app_views_layouts_mxit_html_erb__3737940002667168189_70341668553100'
45678
+ actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render'
45679
+ activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument'
45680
+ actionpack (3.2.8) lib/action_view/template.rb:143:in `render'
45681
+ actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'
45682
+ actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template'
45683
+ actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render'
45684
+ actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template'
45685
+ actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render'
45686
+ actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template'
45687
+ actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template'
45688
+ actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body'
45689
+ actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
45690
+ actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
45691
+ actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render'
45692
+ actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render'
45693
+ actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
45694
+ activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
45695
+ /Users/linsenloots/.rbenv/versions/1.9.3-p125/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
45696
+ activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms'
45697
+ actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
45698
+ actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
45699
+ activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
45700
+ actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render'
45701
+ actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
45702
+ actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
45703
+ actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action'
45704
+ actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action'
45705
+ actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
45706
+ activesupport (3.2.8) lib/active_support/callbacks.rb:414:in `_run__63128966957738787__process_action__2940758347251481085__callbacks'
45707
+ activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback'
45708
+ activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
45709
+ activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks'
45710
+ actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action'
45711
+ actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action'
45712
+ actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
45713
+ activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument'
45714
+ activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
45715
+ activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument'
45716
+ actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
45717
+ actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
45718
+ activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
45719
+ actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process'
45720
+ actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process'
45721
+ actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch'
45722
+ actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
45723
+ actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action'
45724
+ actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call'
45725
+ actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
45726
+ actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call'
45727
+ journey (1.0.4) lib/journey/router.rb:68:in `block in call'
45728
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
45729
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
45730
+ actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call'
45731
+ actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
45732
+ rack (1.4.1) lib/rack/etag.rb:23:in `call'
45733
+ rack (1.4.1) lib/rack/conditionalget.rb:25:in `call'
45734
+ actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call'
45735
+ actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
45736
+ actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call'
45737
+ rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context'
45738
+ rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call'
45739
+ actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call'
45740
+ activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call'
45741
+ activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call'
45742
+ actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
45743
+ activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__655418995631571987__call__1226063355775579314__callbacks'
45744
+ activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback'
45745
+ activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
45746
+ activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks'
45747
+ actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
45748
+ actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call'
45749
+ actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
45750
+ actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
45751
+ actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
45752
+ railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app'
45753
+ railties (3.2.8) lib/rails/rack/logger.rb:16:in `call'
45754
+ actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call'
45755
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
45756
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
45757
+ activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
45758
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
45759
+ actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call'
45760
+ railties (3.2.8) lib/rails/engine.rb:479:in `call'
45761
+ railties (3.2.8) lib/rails/application.rb:223:in `call'
45762
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
45763
+ railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call'
45764
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
45765
+ /Users/linsenloots/.rbenv/versions/1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
45766
+ /Users/linsenloots/.rbenv/versions/1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
45767
+ /Users/linsenloots/.rbenv/versions/1.9.3-p125/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
45768
+
45769
+
45770
+ Rendered /Users/linsenloots/.rbenv/versions/1.9.3-p125/lib/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.8ms)
45771
+ Rendered /Users/linsenloots/.rbenv/versions/1.9.3-p125/lib/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms)
45772
+ Rendered /Users/linsenloots/.rbenv/versions/1.9.3-p125/lib/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (11.0ms)
45773
+
45774
+
45775
+ Started GET "/assets/mxit_rails/favicon.ico" for 127.0.0.1 at 2012-09-19 09:36:07 +0200
45776
+ Served asset /mxit_rails/favicon.ico - 304 Not Modified (0ms)
45777
+
45778
+
45779
+ Started GET "/emulator/mxit/index" for 127.0.0.1 at 2012-09-19 09:36:17 +0200
45780
+ Connecting to database specified by database.yml
45781
+ Processing by EmulatorController#index as HTML
45782
+ Parameters: {"path"=>"mxit/index"}
45783
+ Rendered /Users/linsenloots/Dev/payments/mxit-rails/app/views/emulator/index.html.erb (17.4ms)
45784
+ Completed 200 OK in 26ms (Views: 25.5ms | ActiveRecord: 0.0ms)
45785
+
45786
+
45787
+ Started GET "/assets/mxit_rails/emulator.css?body=1" for 127.0.0.1 at 2012-09-19 09:36:18 +0200
45788
+ Served asset /mxit_rails/emulator.css - 304 Not Modified (3ms)
45789
+
45790
+
45791
+ Started GET "/assets/mxit_rails/emulator.js?body=1" for 127.0.0.1 at 2012-09-19 09:36:18 +0200
45792
+ Served asset /mxit_rails/emulator.js - 304 Not Modified (28ms)
45793
+
45794
+
45795
+ Started GET "/assets/mxit_rails/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-09-19 09:36:18 +0200
45796
+ Served asset /mxit_rails/jquery.cookie.js - 304 Not Modified (2ms)
45797
+
45798
+
45799
+ Started GET "/assets/mxit_rails/jquery.history.js?body=1" for 127.0.0.1 at 2012-09-19 09:36:18 +0200
45800
+ Served asset /mxit_rails/jquery.history.js - 304 Not Modified (3ms)
45801
+
45802
+
45803
+ Started GET "/assets/mxit_rails/jquery-1.8.0.min.js?body=1" for 127.0.0.1 at 2012-09-19 09:36:18 +0200
45804
+ Served asset /mxit_rails/jquery-1.8.0.min.js - 304 Not Modified (2ms)
45805
+
45806
+
45807
+ Started GET "/assets/mxit_rails/nokia-5310-frame.png" for 127.0.0.1 at 2012-09-19 09:36:18 +0200
45808
+ Served asset /mxit_rails/nokia-5310-frame.png - 304 Not Modified (5ms)
45809
+
45810
+
45811
+ Started GET "/mxit/index" for 127.0.0.1 at 2012-09-19 09:36:18 +0200
45812
+ Processing by IndexController#index as HTML
45813
+ Rendered index/index.html.erb within layouts/mxit (0.5ms)
45814
+ Completed 500 Internal Server Error in 13ms
45815
+
45816
+ ActionView::Template::Error (uninitialized constant MxitRailsHelper::EOF):
45817
+ 23:
45818
+ 24: <body style="<%= mxit_style :body %>">
45819
+ 25:
45820
+ 26: <%= mxit_table_row :title %>
45821
+ 27: <b><%= yield :title %></b>
45822
+ 28:
45823
+ 29: <%= mxit_table_row %>
45824
+ /Users/linsenloots/Dev/payments/mxit-rails/app/helpers/mxit_rails_helper.rb:20:in `mxit_table_row'
45825
+ /Users/linsenloots/Dev/payments/mxit-rails/app/views/layouts/mxit.html.erb:26:in `___sers_linsenloots__ev_payments_mxit_rails_app_views_layouts_mxit_html_erb__1929797049083749537_70222889785460'
45826
+ actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render'
45827
+ activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument'
45828
+ actionpack (3.2.8) lib/action_view/template.rb:143:in `render'
45829
+ actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'
45830
+ actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template'
45831
+ actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render'
45832
+ actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template'
45833
+ actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render'
45834
+ actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template'
45835
+ actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template'
45836
+ actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body'
45837
+ actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
45838
+ actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
45839
+ actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render'
45840
+ actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render'
45841
+ actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
45842
+ activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
45843
+ /Users/linsenloots/.rbenv/versions/1.9.3-p125/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
45844
+ activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms'
45845
+ actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
45846
+ actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
45847
+ activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
45848
+ actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render'
45849
+ actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
45850
+ actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
45851
+ actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action'
45852
+ actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action'
45853
+ actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
45854
+ activesupport (3.2.8) lib/active_support/callbacks.rb:414:in `_run__649261905156286885__process_action__2520736971184886249__callbacks'
45855
+ activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback'
45856
+ activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
45857
+ activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks'
45858
+ actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action'
45859
+ actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action'
45860
+ actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
45861
+ activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument'
45862
+ activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
45863
+ activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument'
45864
+ actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
45865
+ actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
45866
+ activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
45867
+ actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process'
45868
+ actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process'
45869
+ actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch'
45870
+ actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
45871
+ actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action'
45872
+ actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call'
45873
+ actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
45874
+ actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call'
45875
+ journey (1.0.4) lib/journey/router.rb:68:in `block in call'
45876
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
45877
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
45878
+ actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call'
45879
+ actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
45880
+ rack (1.4.1) lib/rack/etag.rb:23:in `call'
45881
+ rack (1.4.1) lib/rack/conditionalget.rb:25:in `call'
45882
+ actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call'
45883
+ actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
45884
+ actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call'
45885
+ rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context'
45886
+ rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call'
45887
+ actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call'
45888
+ activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call'
45889
+ activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call'
45890
+ actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
45891
+ activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__856628742361961958__call__1543417029021667674__callbacks'
45892
+ activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback'
45893
+ activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
45894
+ activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks'
45895
+ actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
45896
+ actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call'
45897
+ actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
45898
+ actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
45899
+ actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
45900
+ railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app'
45901
+ railties (3.2.8) lib/rails/rack/logger.rb:16:in `call'
45902
+ actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call'
45903
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
45904
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
45905
+ activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
45906
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
45907
+ actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call'
45908
+ railties (3.2.8) lib/rails/engine.rb:479:in `call'
45909
+ railties (3.2.8) lib/rails/application.rb:223:in `call'
45910
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
45911
+ railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call'
45912
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
45913
+ /Users/linsenloots/.rbenv/versions/1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
45914
+ /Users/linsenloots/.rbenv/versions/1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
45915
+ /Users/linsenloots/.rbenv/versions/1.9.3-p125/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
45916
+
45917
+
45918
+ Rendered /Users/linsenloots/.rbenv/versions/1.9.3-p125/lib/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.0ms)
45919
+ Rendered /Users/linsenloots/.rbenv/versions/1.9.3-p125/lib/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms)
45920
+ Rendered /Users/linsenloots/.rbenv/versions/1.9.3-p125/lib/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (11.3ms)
45921
+
45922
+
45923
+ Started GET "/assets/mxit_rails/go.png" for 127.0.0.1 at 2012-09-19 09:36:18 +0200
45924
+ Served asset /mxit_rails/go.png - 304 Not Modified (3ms)
45925
+
45926
+
45927
+ Started GET "/assets/mxit_rails/out.png" for 127.0.0.1 at 2012-09-19 09:36:18 +0200
45928
+ Served asset /mxit_rails/out.png - 304 Not Modified (2ms)
45929
+
45930
+
45931
+ Started GET "/assets/mxit_rails/refresh.png" for 127.0.0.1 at 2012-09-19 09:36:18 +0200
45932
+ Served asset /mxit_rails/refresh.png - 304 Not Modified (8ms)
45933
+
45934
+
45935
+ Started GET "/assets/mxit_rails/favicon.ico" for 127.0.0.1 at 2012-09-19 09:36:18 +0200
45936
+ Served asset /mxit_rails/favicon.ico - 304 Not Modified (18ms)
45937
+
45938
+
45939
+ Started GET "/emulator/mxit/index" for 127.0.0.1 at 2012-09-19 09:36:28 +0200
45940
+ Processing by EmulatorController#index as HTML
45941
+ Parameters: {"path"=>"mxit/index"}
45942
+ Rendered /Users/linsenloots/Dev/payments/mxit-rails/app/views/emulator/index.html.erb (2.8ms)
45943
+ Completed 200 OK in 4ms (Views: 4.0ms | ActiveRecord: 0.0ms)
45944
+
45945
+
45946
+ Started GET "/assets/mxit_rails/emulator.css?body=1" for 127.0.0.1 at 2012-09-19 09:36:28 +0200
45947
+ Served asset /mxit_rails/emulator.css - 304 Not Modified (0ms)
45948
+
45949
+
45950
+ Started GET "/assets/mxit_rails/jquery.history.js?body=1" for 127.0.0.1 at 2012-09-19 09:36:28 +0200
45951
+ Served asset /mxit_rails/jquery.history.js - 304 Not Modified (0ms)
45952
+
45953
+
45954
+ Started GET "/assets/mxit_rails/jquery-1.8.0.min.js?body=1" for 127.0.0.1 at 2012-09-19 09:36:28 +0200
45955
+ Served asset /mxit_rails/jquery-1.8.0.min.js - 304 Not Modified (0ms)
45956
+
45957
+
45958
+ Started GET "/assets/mxit_rails/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-09-19 09:36:28 +0200
45959
+ Served asset /mxit_rails/jquery.cookie.js - 304 Not Modified (0ms)
45960
+
45961
+
45962
+ Started GET "/assets/mxit_rails/emulator.js?body=1" for 127.0.0.1 at 2012-09-19 09:36:28 +0200
45963
+ Served asset /mxit_rails/emulator.js - 304 Not Modified (0ms)
45964
+
45965
+
45966
+ Started GET "/assets/mxit_rails/go.png" for 127.0.0.1 at 2012-09-19 09:36:28 +0200
45967
+ Served asset /mxit_rails/go.png - 304 Not Modified (2ms)
45968
+
45969
+
45970
+ Started GET "/assets/mxit_rails/out.png" for 127.0.0.1 at 2012-09-19 09:36:28 +0200
45971
+ Served asset /mxit_rails/out.png - 304 Not Modified (0ms)
45972
+
45973
+
45974
+ Started GET "/mxit/index" for 127.0.0.1 at 2012-09-19 09:36:28 +0200
45975
+ Processing by IndexController#index as HTML
45976
+ Rendered index/index.html.erb within layouts/mxit (0.1ms)
45977
+ Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms)
45978
+
45979
+
45980
+ Started GET "/assets/mxit_rails/refresh.png" for 127.0.0.1 at 2012-09-19 09:36:28 +0200
45981
+ Served asset /mxit_rails/refresh.png - 304 Not Modified (0ms)
45982
+
45983
+
45984
+ Started GET "/assets/mxit_rails/nokia-5310-frame.png" for 127.0.0.1 at 2012-09-19 09:36:28 +0200
45985
+ Served asset /mxit_rails/nokia-5310-frame.png - 304 Not Modified (1ms)
45986
+
45987
+
45988
+ Started GET "/assets/mxit_rails/included.css?body=1" for 127.0.0.1 at 2012-09-19 09:36:28 +0200
45989
+ Served asset /mxit_rails/included.css - 304 Not Modified (4ms)
45990
+
45991
+
45992
+ Started GET "/assets/mxit_rails/favicon.ico" for 127.0.0.1 at 2012-09-19 09:36:28 +0200
45993
+ Served asset /mxit_rails/favicon.ico - 304 Not Modified (0ms)
45994
+
45995
+
45996
+ Started GET "/emulator/mxit/index" for 127.0.0.1 at 2012-09-19 09:36:43 +0200
45997
+ Processing by EmulatorController#index as HTML
45998
+ Parameters: {"path"=>"mxit/index"}
45999
+ Rendered /Users/linsenloots/Dev/payments/mxit-rails/app/views/emulator/index.html.erb (2.4ms)
46000
+ Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.0ms)
46001
+
46002
+
46003
+ Started GET "/assets/mxit_rails/emulator.css?body=1" for 127.0.0.1 at 2012-09-19 09:36:43 +0200
46004
+ Served asset /mxit_rails/emulator.css - 304 Not Modified (0ms)
46005
+
46006
+
46007
+ Started GET "/assets/mxit_rails/jquery-1.8.0.min.js?body=1" for 127.0.0.1 at 2012-09-19 09:36:43 +0200
46008
+ Served asset /mxit_rails/jquery-1.8.0.min.js - 304 Not Modified (1ms)
46009
+
46010
+
46011
+ Started GET "/assets/mxit_rails/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-09-19 09:36:43 +0200
46012
+ Served asset /mxit_rails/jquery.cookie.js - 304 Not Modified (1ms)
46013
+
46014
+
46015
+ Started GET "/assets/mxit_rails/jquery.history.js?body=1" for 127.0.0.1 at 2012-09-19 09:36:43 +0200
46016
+ Served asset /mxit_rails/jquery.history.js - 304 Not Modified (0ms)
46017
+
46018
+
46019
+ Started GET "/assets/mxit_rails/emulator.js?body=1" for 127.0.0.1 at 2012-09-19 09:36:43 +0200
46020
+ Served asset /mxit_rails/emulator.js - 304 Not Modified (0ms)
46021
+
46022
+
46023
+ Started GET "/assets/mxit_rails/go.png" for 127.0.0.1 at 2012-09-19 09:36:43 +0200
46024
+ Served asset /mxit_rails/go.png - 304 Not Modified (0ms)
46025
+
46026
+
46027
+ Started GET "/assets/mxit_rails/nokia-5310-frame.png" for 127.0.0.1 at 2012-09-19 09:36:43 +0200
46028
+ Served asset /mxit_rails/nokia-5310-frame.png - 304 Not Modified (4ms)
46029
+
46030
+
46031
+ Started GET "/assets/mxit_rails/out.png" for 127.0.0.1 at 2012-09-19 09:36:43 +0200
46032
+ Served asset /mxit_rails/out.png - 304 Not Modified (0ms)
46033
+
46034
+
46035
+ Started GET "/assets/mxit_rails/refresh.png" for 127.0.0.1 at 2012-09-19 09:36:43 +0200
46036
+ Served asset /mxit_rails/refresh.png - 304 Not Modified (0ms)
46037
+
46038
+
46039
+ Started GET "/mxit/index" for 127.0.0.1 at 2012-09-19 09:36:43 +0200
46040
+ Processing by IndexController#index as HTML
46041
+ Rendered index/index.html.erb within layouts/mxit (0.1ms)
46042
+ Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.0ms)
46043
+
46044
+
46045
+ Started GET "/assets/mxit_rails/included.css?body=1" for 127.0.0.1 at 2012-09-19 09:36:43 +0200
46046
+ Served asset /mxit_rails/included.css - 304 Not Modified (0ms)
46047
+
46048
+
46049
+ Started GET "/assets/mxit_rails/favicon.ico" for 127.0.0.1 at 2012-09-19 09:36:43 +0200
46050
+ Served asset /mxit_rails/favicon.ico - 304 Not Modified (0ms)
46051
+
46052
+
46053
+ Started GET "/emulator/mxit/index" for 127.0.0.1 at 2012-09-19 09:38:03 +0200
46054
+ Processing by EmulatorController#index as HTML
46055
+ Parameters: {"path"=>"mxit/index"}
46056
+ Rendered /Users/linsenloots/Dev/payments/mxit-rails/app/views/emulator/index.html.erb (3.4ms)
46057
+ Completed 200 OK in 5ms (Views: 4.5ms | ActiveRecord: 0.0ms)
46058
+
46059
+
46060
+ Started GET "/assets/mxit_rails/emulator.css?body=1" for 127.0.0.1 at 2012-09-19 09:38:03 +0200
46061
+ Served asset /mxit_rails/emulator.css - 304 Not Modified (0ms)
46062
+
46063
+
46064
+ Started GET "/assets/mxit_rails/jquery-1.8.0.min.js?body=1" for 127.0.0.1 at 2012-09-19 09:38:03 +0200
46065
+ Served asset /mxit_rails/jquery-1.8.0.min.js - 304 Not Modified (2ms)
46066
+
46067
+
46068
+ Started GET "/assets/mxit_rails/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-09-19 09:38:03 +0200
46069
+ Served asset /mxit_rails/jquery.cookie.js - 304 Not Modified (0ms)
46070
+
46071
+
46072
+ Started GET "/assets/mxit_rails/emulator.js?body=1" for 127.0.0.1 at 2012-09-19 09:38:03 +0200
46073
+ Served asset /mxit_rails/emulator.js - 304 Not Modified (1ms)
46074
+
46075
+
46076
+ Started GET "/assets/mxit_rails/jquery.history.js?body=1" for 127.0.0.1 at 2012-09-19 09:38:03 +0200
46077
+ Served asset /mxit_rails/jquery.history.js - 304 Not Modified (0ms)
46078
+
46079
+
46080
+ Started GET "/mxit/index" for 127.0.0.1 at 2012-09-19 09:38:04 +0200
46081
+ Processing by IndexController#index as HTML
46082
+ Rendered index/index.html.erb within layouts/mxit (0.8ms)
46083
+ Completed 200 OK in 14ms (Views: 13.1ms | ActiveRecord: 0.0ms)
46084
+
46085
+
46086
+ Started GET "/assets/mxit_rails/out.png" for 127.0.0.1 at 2012-09-19 09:38:04 +0200
46087
+ Served asset /mxit_rails/out.png - 304 Not Modified (0ms)
46088
+
46089
+
46090
+ Started GET "/assets/mxit_rails/refresh.png" for 127.0.0.1 at 2012-09-19 09:38:04 +0200
46091
+ Served asset /mxit_rails/refresh.png - 304 Not Modified (0ms)
46092
+
46093
+
46094
+ Started GET "/assets/mxit_rails/nokia-5310-frame.png" for 127.0.0.1 at 2012-09-19 09:38:04 +0200
46095
+ Served asset /mxit_rails/nokia-5310-frame.png - 304 Not Modified (1ms)
46096
+
46097
+
46098
+ Started GET "/assets/mxit_rails/go.png" for 127.0.0.1 at 2012-09-19 09:38:04 +0200
46099
+ Served asset /mxit_rails/go.png - 304 Not Modified (0ms)
46100
+
46101
+
46102
+ Started GET "/assets/mxit_rails/included.css?body=1" for 127.0.0.1 at 2012-09-19 09:38:04 +0200
46103
+ Served asset /mxit_rails/included.css - 304 Not Modified (0ms)
46104
+
46105
+
46106
+ Started GET "/emulator/mxit/index" for 127.0.0.1 at 2012-09-19 09:38:14 +0200
46107
+ Processing by EmulatorController#index as HTML
46108
+ Parameters: {"path"=>"mxit/index"}
46109
+ Rendered /Users/linsenloots/Dev/payments/mxit-rails/app/views/emulator/index.html.erb (17.6ms)
46110
+ Completed 200 OK in 19ms (Views: 18.9ms | ActiveRecord: 0.0ms)
46111
+
46112
+
46113
+ Started GET "/assets/mxit_rails/emulator.css?body=1" for 127.0.0.1 at 2012-09-19 09:38:14 +0200
46114
+ Served asset /mxit_rails/emulator.css - 304 Not Modified (0ms)
46115
+
46116
+
46117
+ Started GET "/assets/mxit_rails/jquery-1.8.0.min.js?body=1" for 127.0.0.1 at 2012-09-19 09:38:14 +0200
46118
+ Served asset /mxit_rails/jquery-1.8.0.min.js - 304 Not Modified (2ms)
46119
+
46120
+
46121
+ Started GET "/assets/mxit_rails/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-09-19 09:38:14 +0200
46122
+ Served asset /mxit_rails/jquery.cookie.js - 304 Not Modified (0ms)
46123
+
46124
+
46125
+ Started GET "/assets/mxit_rails/jquery.history.js?body=1" for 127.0.0.1 at 2012-09-19 09:38:14 +0200
46126
+ Served asset /mxit_rails/jquery.history.js - 304 Not Modified (0ms)
46127
+
46128
+
46129
+ Started GET "/assets/mxit_rails/emulator.js?body=1" for 127.0.0.1 at 2012-09-19 09:38:14 +0200
46130
+ Served asset /mxit_rails/emulator.js - 304 Not Modified (0ms)
46131
+
46132
+
46133
+ Started GET "/assets/mxit_rails/go.png" for 127.0.0.1 at 2012-09-19 09:38:14 +0200
46134
+ Served asset /mxit_rails/go.png - 304 Not Modified (7ms)
46135
+
46136
+
46137
+ Started GET "/mxit/index" for 127.0.0.1 at 2012-09-19 09:38:14 +0200
46138
+ Processing by IndexController#index as HTML
46139
+ Rendered index/index.html.erb within layouts/mxit (0.6ms)
46140
+ Completed 200 OK in 3ms (Views: 3.0ms | ActiveRecord: 0.0ms)
46141
+
46142
+
46143
+ Started GET "/assets/mxit_rails/nokia-5310-frame.png" for 127.0.0.1 at 2012-09-19 09:38:14 +0200
46144
+ Served asset /mxit_rails/nokia-5310-frame.png - 304 Not Modified (2ms)
46145
+
46146
+
46147
+ Started GET "/assets/mxit_rails/out.png" for 127.0.0.1 at 2012-09-19 09:38:14 +0200
46148
+ Served asset /mxit_rails/out.png - 304 Not Modified (0ms)
46149
+
46150
+
46151
+ Started GET "/assets/mxit_rails/refresh.png" for 127.0.0.1 at 2012-09-19 09:38:14 +0200
46152
+ Served asset /mxit_rails/refresh.png - 304 Not Modified (0ms)
46153
+
46154
+
46155
+ Started GET "/assets/mxit_rails/included.css?body=1" for 127.0.0.1 at 2012-09-19 09:38:14 +0200
46156
+ Served asset /mxit_rails/included.css - 304 Not Modified (0ms)
46157
+
46158
+
46159
+ Started GET "/emulator/mxit/index" for 127.0.0.1 at 2012-09-19 09:38:43 +0200
46160
+ Processing by EmulatorController#index as HTML
46161
+ Parameters: {"path"=>"mxit/index"}
46162
+ Rendered /Users/linsenloots/Dev/payments/mxit-rails/app/views/emulator/index.html.erb (2.9ms)
46163
+ Completed 200 OK in 4ms (Views: 4.1ms | ActiveRecord: 0.0ms)
46164
+
46165
+
46166
+ Started GET "/assets/mxit_rails/emulator.css?body=1" for 127.0.0.1 at 2012-09-19 09:38:43 +0200
46167
+ Served asset /mxit_rails/emulator.css - 304 Not Modified (0ms)
46168
+
46169
+
46170
+ Started GET "/assets/mxit_rails/jquery-1.8.0.min.js?body=1" for 127.0.0.1 at 2012-09-19 09:38:43 +0200
46171
+ Served asset /mxit_rails/jquery-1.8.0.min.js - 304 Not Modified (2ms)
46172
+
46173
+
46174
+ Started GET "/assets/mxit_rails/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-09-19 09:38:43 +0200
46175
+ Served asset /mxit_rails/jquery.cookie.js - 304 Not Modified (0ms)
46176
+
46177
+
46178
+ Started GET "/assets/mxit_rails/jquery.history.js?body=1" for 127.0.0.1 at 2012-09-19 09:38:43 +0200
46179
+ Served asset /mxit_rails/jquery.history.js - 304 Not Modified (0ms)
46180
+
46181
+
46182
+ Started GET "/assets/mxit_rails/emulator.js?body=1" for 127.0.0.1 at 2012-09-19 09:38:43 +0200
46183
+ Served asset /mxit_rails/emulator.js - 304 Not Modified (1ms)
46184
+
46185
+
46186
+ Started GET "/mxit/index" for 127.0.0.1 at 2012-09-19 09:38:43 +0200
46187
+ Processing by IndexController#index as HTML
46188
+ Rendered index/index.html.erb within layouts/mxit (0.6ms)
46189
+ Completed 200 OK in 25ms (Views: 24.8ms | ActiveRecord: 0.0ms)
46190
+
46191
+
46192
+ Started GET "/assets/mxit_rails/go.png" for 127.0.0.1 at 2012-09-19 09:38:43 +0200
46193
+ Served asset /mxit_rails/go.png - 304 Not Modified (0ms)
46194
+
46195
+
46196
+ Started GET "/assets/mxit_rails/refresh.png" for 127.0.0.1 at 2012-09-19 09:38:43 +0200
46197
+ Served asset /mxit_rails/refresh.png - 304 Not Modified (0ms)
46198
+
46199
+
46200
+ Started GET "/assets/mxit_rails/out.png" for 127.0.0.1 at 2012-09-19 09:38:43 +0200
46201
+ Served asset /mxit_rails/out.png - 304 Not Modified (0ms)
46202
+
46203
+
46204
+ Started GET "/assets/mxit_rails/nokia-5310-frame.png" for 127.0.0.1 at 2012-09-19 09:38:43 +0200
46205
+ Served asset /mxit_rails/nokia-5310-frame.png - 304 Not Modified (2ms)
46206
+
46207
+
46208
+ Started GET "/assets/mxit_rails/included.css?body=1" for 127.0.0.1 at 2012-09-19 09:38:43 +0200
46209
+ Served asset /mxit_rails/included.css - 304 Not Modified (0ms)
46210
+
46211
+
46212
+ Started GET "/emulator/mxit/success/" for 127.0.0.1 at 2012-09-19 09:38:45 +0200
46213
+ Processing by EmulatorController#index as HTML
46214
+ Parameters: {"path"=>"mxit/success"}
46215
+ Rendered /Users/linsenloots/Dev/payments/mxit-rails/app/views/emulator/index.html.erb (3.6ms)
46216
+ Completed 200 OK in 5ms (Views: 4.8ms | ActiveRecord: 0.0ms)
46217
+
46218
+
46219
+ Started GET "/assets/mxit_rails/emulator.css?body=1" for 127.0.0.1 at 2012-09-19 09:38:45 +0200
46220
+ Served asset /mxit_rails/emulator.css - 304 Not Modified (0ms)
46221
+
46222
+
46223
+ Started GET "/assets/mxit_rails/emulator.js?body=1" for 127.0.0.1 at 2012-09-19 09:38:45 +0200
46224
+ Served asset /mxit_rails/emulator.js - 304 Not Modified (3ms)
46225
+
46226
+
46227
+ Started GET "/assets/mxit_rails/jquery.history.js?body=1" for 127.0.0.1 at 2012-09-19 09:38:45 +0200
46228
+ Served asset /mxit_rails/jquery.history.js - 304 Not Modified (0ms)
46229
+
46230
+
46231
+ Started GET "/assets/mxit_rails/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-09-19 09:38:45 +0200
46232
+ Served asset /mxit_rails/jquery.cookie.js - 304 Not Modified (0ms)
46233
+
46234
+
46235
+ Started GET "/assets/mxit_rails/jquery-1.8.0.min.js?body=1" for 127.0.0.1 at 2012-09-19 09:38:45 +0200
46236
+ Served asset /mxit_rails/jquery-1.8.0.min.js - 304 Not Modified (0ms)
46237
+
46238
+
46239
+ Started GET "/assets/mxit_rails/refresh.png" for 127.0.0.1 at 2012-09-19 09:38:46 +0200
46240
+ Served asset /mxit_rails/refresh.png - 304 Not Modified (0ms)
46241
+
46242
+
46243
+ Started GET "/assets/mxit_rails/nokia-5310-frame.png" for 127.0.0.1 at 2012-09-19 09:38:46 +0200
46244
+ Served asset /mxit_rails/nokia-5310-frame.png - 304 Not Modified (3ms)
46245
+
46246
+
46247
+ Started GET "/mxit/success" for 127.0.0.1 at 2012-09-19 09:38:46 +0200
46248
+
46249
+ ActionController::RoutingError (No route matches [GET] "/mxit/success"):
46250
+ actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
46251
+ actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
46252
+ railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app'
46253
+ railties (3.2.8) lib/rails/rack/logger.rb:16:in `call'
46254
+ actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call'
46255
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
46256
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
46257
+ activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
46258
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
46259
+ actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call'
46260
+ railties (3.2.8) lib/rails/engine.rb:479:in `call'
46261
+ railties (3.2.8) lib/rails/application.rb:223:in `call'
46262
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
46263
+ railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call'
46264
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
46265
+ /Users/linsenloots/.rbenv/versions/1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
46266
+ /Users/linsenloots/.rbenv/versions/1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
46267
+ /Users/linsenloots/.rbenv/versions/1.9.3-p125/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
46268
+
46269
+
46270
+ Rendered /Users/linsenloots/.rbenv/versions/1.9.3-p125/lib/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms)
46271
+
46272
+
46273
+ Started GET "/assets/mxit_rails/go.png" for 127.0.0.1 at 2012-09-19 09:38:46 +0200
46274
+ Served asset /mxit_rails/go.png - 304 Not Modified (0ms)
46275
+
46276
+
46277
+ Started GET "/assets/mxit_rails/out.png" for 127.0.0.1 at 2012-09-19 09:38:46 +0200
46278
+ Served asset /mxit_rails/out.png - 304 Not Modified (0ms)
46279
+
46280
+
46281
+ Started GET "/mxit/index" for 127.0.0.1 at 2012-09-19 09:38:49 +0200
46282
+ Processing by IndexController#index as HTML
46283
+ Rendered index/index.html.erb within layouts/mxit (0.2ms)
46284
+ Completed 200 OK in 4ms (Views: 4.0ms | ActiveRecord: 0.0ms)
46285
+
46286
+
46287
+ Started GET "/mxit/index" for 127.0.0.1 at 2012-09-19 09:38:49 +0200
46288
+ Processing by IndexController#index as HTML
46289
+ Rendered index/index.html.erb within layouts/mxit (0.1ms)
46290
+ Completed 200 OK in 2ms (Views: 2.2ms | ActiveRecord: 0.0ms)
46291
+
46292
+
46293
+ Started GET "/emulator/mxit/index/success" for 127.0.0.1 at 2012-09-19 09:38:57 +0200
46294
+ Processing by EmulatorController#index as HTML
46295
+ Parameters: {"path"=>"mxit/index/success"}
46296
+ Rendered /Users/linsenloots/Dev/payments/mxit-rails/app/views/emulator/index.html.erb (18.7ms)
46297
+ Completed 200 OK in 20ms (Views: 19.8ms | ActiveRecord: 0.0ms)
46298
+
46299
+
46300
+ Started GET "/assets/mxit_rails/emulator.css?body=1" for 127.0.0.1 at 2012-09-19 09:38:57 +0200
46301
+ Served asset /mxit_rails/emulator.css - 304 Not Modified (0ms)
46302
+
46303
+
46304
+ Started GET "/assets/mxit_rails/jquery-1.8.0.min.js?body=1" for 127.0.0.1 at 2012-09-19 09:38:57 +0200
46305
+ Served asset /mxit_rails/jquery-1.8.0.min.js - 304 Not Modified (4ms)
46306
+
46307
+
46308
+ Started GET "/assets/mxit_rails/jquery.history.js?body=1" for 127.0.0.1 at 2012-09-19 09:38:57 +0200
46309
+ Served asset /mxit_rails/jquery.history.js - 304 Not Modified (0ms)
46310
+
46311
+
46312
+ Started GET "/assets/mxit_rails/emulator.js?body=1" for 127.0.0.1 at 2012-09-19 09:38:57 +0200
46313
+ Served asset /mxit_rails/emulator.js - 304 Not Modified (0ms)
46314
+
46315
+
46316
+ Started GET "/assets/mxit_rails/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-09-19 09:38:57 +0200
46317
+ Served asset /mxit_rails/jquery.cookie.js - 304 Not Modified (0ms)
46318
+
46319
+
46320
+ Started GET "/assets/mxit_rails/go.png" for 127.0.0.1 at 2012-09-19 09:38:57 +0200
46321
+ Served asset /mxit_rails/go.png - 304 Not Modified (5ms)
46322
+
46323
+
46324
+ Started GET "/assets/mxit_rails/nokia-5310-frame.png" for 127.0.0.1 at 2012-09-19 09:38:57 +0200
46325
+ Served asset /mxit_rails/nokia-5310-frame.png - 304 Not Modified (1ms)
46326
+
46327
+
46328
+ Started GET "/assets/mxit_rails/out.png" for 127.0.0.1 at 2012-09-19 09:38:57 +0200
46329
+ Served asset /mxit_rails/out.png - 304 Not Modified (0ms)
46330
+
46331
+
46332
+ Started GET "/assets/mxit_rails/refresh.png" for 127.0.0.1 at 2012-09-19 09:38:57 +0200
46333
+ Served asset /mxit_rails/refresh.png - 304 Not Modified (0ms)
46334
+
46335
+
46336
+ Started GET "/mxit/index/success" for 127.0.0.1 at 2012-09-19 09:38:57 +0200
46337
+ Processing by IndexController#success as HTML
46338
+ Rendered index/success.html.erb within layouts/mxit (0.7ms)
46339
+ Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms)
46340
+
46341
+
46342
+ Started GET "/assets/mxit_rails/included.css?body=1" for 127.0.0.1 at 2012-09-19 09:38:57 +0200
46343
+ Served asset /mxit_rails/included.css - 304 Not Modified (0ms)
46344
+
46345
+
46346
+ Started GET "/mxit" for 127.0.0.1 at 2012-09-19 09:39:01 +0200
46347
+ Processing by IndexController#index as HTML
46348
+ Rendered index/index.html.erb within layouts/mxit (0.1ms)
46349
+ Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms)
46350
+
46351
+
46352
+ Started GET "/assets/mxit_rails/included.css?body=1" for 127.0.0.1 at 2012-09-19 09:39:01 +0200
46353
+ Served asset /mxit_rails/included.css - 304 Not Modified (0ms)
46354
+
46355
+
46356
+ Started GET "/emulator/" for 127.0.0.1 at 2012-09-19 09:39:14 +0200
46357
+ Connecting to database specified by database.yml
46358
+ Processing by EmulatorController#index as HTML
46359
+ Rendered /Users/linsenloots/Dev/payments/mxit-rails/app/views/emulator/index.html.erb (15.9ms)
46360
+ Completed 200 OK in 23ms (Views: 23.0ms | ActiveRecord: 0.0ms)
46361
+
46362
+
46363
+ Started GET "/assets/mxit_rails/emulator.css?body=1" for 127.0.0.1 at 2012-09-19 09:39:14 +0200
46364
+ Served asset /mxit_rails/emulator.css - 304 Not Modified (2ms)
46365
+
46366
+
46367
+ Started GET "/assets/mxit_rails/emulator.js?body=1" for 127.0.0.1 at 2012-09-19 09:39:14 +0200
46368
+ Served asset /mxit_rails/emulator.js - 304 Not Modified (34ms)
46369
+
46370
+
46371
+ Started GET "/assets/mxit_rails/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-09-19 09:39:14 +0200
46372
+ Served asset /mxit_rails/jquery.cookie.js - 304 Not Modified (3ms)
46373
+
46374
+
46375
+ Started GET "/assets/mxit_rails/jquery-1.8.0.min.js?body=1" for 127.0.0.1 at 2012-09-19 09:39:14 +0200
46376
+ Served asset /mxit_rails/jquery-1.8.0.min.js - 304 Not Modified (3ms)
46377
+
46378
+
46379
+ Started GET "/assets/mxit_rails/jquery.history.js?body=1" for 127.0.0.1 at 2012-09-19 09:39:14 +0200
46380
+ Served asset /mxit_rails/jquery.history.js - 304 Not Modified (2ms)
46381
+
46382
+
46383
+ Started GET "/assets/mxit_rails/go.png" for 127.0.0.1 at 2012-09-19 09:39:14 +0200
46384
+ Served asset /mxit_rails/go.png - 304 Not Modified (2ms)
46385
+
46386
+
46387
+ Started GET "/assets/mxit_rails/nokia-5310-frame.png" for 127.0.0.1 at 2012-09-19 09:39:14 +0200
46388
+ Served asset /mxit_rails/nokia-5310-frame.png - 304 Not Modified (3ms)
46389
+
46390
+
46391
+ Started GET "/assets/mxit_rails/refresh.png" for 127.0.0.1 at 2012-09-19 09:39:14 +0200
46392
+ Served asset /mxit_rails/refresh.png - 304 Not Modified (2ms)
46393
+
46394
+
46395
+ Started GET "/assets/mxit_rails/out.png" for 127.0.0.1 at 2012-09-19 09:39:14 +0200
46396
+ Served asset /mxit_rails/out.png - 304 Not Modified (2ms)
46397
+
46398
+
46399
+ Started GET "/emulator/" for 127.0.0.1 at 2012-09-19 09:39:29 +0200
46400
+ Processing by EmulatorController#index as HTML
46401
+ Rendered /Users/linsenloots/Dev/payments/mxit-rails/app/views/emulator/index.html.erb (2.4ms)
46402
+ Completed 200 OK in 3ms (Views: 3.3ms | ActiveRecord: 0.0ms)
46403
+
46404
+
46405
+ Started GET "/assets/mxit_rails/emulator.css?body=1" for 127.0.0.1 at 2012-09-19 09:39:29 +0200
46406
+ Served asset /mxit_rails/emulator.css - 304 Not Modified (0ms)
46407
+
46408
+
46409
+ Started GET "/assets/mxit_rails/jquery.history.js?body=1" for 127.0.0.1 at 2012-09-19 09:39:29 +0200
46410
+ Served asset /mxit_rails/jquery.history.js - 304 Not Modified (0ms)
46411
+
46412
+
46413
+ Started GET "/assets/mxit_rails/emulator.js?body=1" for 127.0.0.1 at 2012-09-19 09:39:29 +0200
46414
+ Served asset /mxit_rails/emulator.js - 304 Not Modified (0ms)
46415
+
46416
+
46417
+ Started GET "/assets/mxit_rails/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-09-19 09:39:29 +0200
46418
+ Served asset /mxit_rails/jquery.cookie.js - 304 Not Modified (0ms)
46419
+
46420
+
46421
+ Started GET "/assets/mxit_rails/jquery-1.8.0.min.js?body=1" for 127.0.0.1 at 2012-09-19 09:39:29 +0200
46422
+ Served asset /mxit_rails/jquery-1.8.0.min.js - 304 Not Modified (0ms)
46423
+
46424
+
46425
+ Started GET "/assets/mxit_rails/go.png" for 127.0.0.1 at 2012-09-19 09:39:29 +0200
46426
+ Served asset /mxit_rails/go.png - 304 Not Modified (0ms)
46427
+
46428
+
46429
+ Started GET "/assets/mxit_rails/refresh.png" for 127.0.0.1 at 2012-09-19 09:39:29 +0200
46430
+ Served asset /mxit_rails/refresh.png - 304 Not Modified (0ms)
46431
+
46432
+
46433
+ Started GET "/assets/mxit_rails/out.png" for 127.0.0.1 at 2012-09-19 09:39:29 +0200
46434
+ Served asset /mxit_rails/out.png - 304 Not Modified (0ms)
46435
+
46436
+
46437
+ Started GET "/assets/mxit_rails/nokia-5310-frame.png" for 127.0.0.1 at 2012-09-19 09:39:29 +0200
46438
+ Served asset /mxit_rails/nokia-5310-frame.png - 304 Not Modified (1ms)
46439
+
46440
+
46441
+ Started GET "/assets/mxit_rails/favicon.ico" for 127.0.0.1 at 2012-09-19 09:39:29 +0200
46442
+ Served asset /mxit_rails/favicon.ico - 304 Not Modified (1ms)
46443
+
46444
+
46445
+ Started GET "/emulator/" for 127.0.0.1 at 2012-09-19 09:39:37 +0200
46446
+ Connecting to database specified by database.yml
46447
+ Processing by EmulatorController#index as HTML
46448
+ Rendered /Users/linsenloots/Dev/payments/mxit-rails/app/views/emulator/index.html.erb (16.5ms)
46449
+ Completed 200 OK in 24ms (Views: 23.3ms | ActiveRecord: 0.0ms)
46450
+
46451
+
46452
+ Started GET "/assets/mxit_rails/emulator.css?body=1" for 127.0.0.1 at 2012-09-19 09:39:38 +0200
46453
+ Served asset /mxit_rails/emulator.css - 304 Not Modified (2ms)
46454
+
46455
+
46456
+ Started GET "/assets/mxit_rails/jquery.history.js?body=1" for 127.0.0.1 at 2012-09-19 09:39:38 +0200
46457
+ Served asset /mxit_rails/jquery.history.js - 304 Not Modified (4ms)
46458
+
46459
+
46460
+ Started GET "/assets/mxit_rails/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-09-19 09:39:38 +0200
46461
+ Served asset /mxit_rails/jquery.cookie.js - 304 Not Modified (2ms)
46462
+
46463
+
46464
+ Started GET "/assets/mxit_rails/jquery-1.8.0.min.js?body=1" for 127.0.0.1 at 2012-09-19 09:39:38 +0200
46465
+ Served asset /mxit_rails/jquery-1.8.0.min.js - 304 Not Modified (2ms)
46466
+
46467
+
46468
+ Started GET "/assets/mxit_rails/emulator.js?body=1" for 127.0.0.1 at 2012-09-19 09:39:38 +0200
46469
+ Served asset /mxit_rails/emulator.js - 304 Not Modified (29ms)
46470
+
46471
+
46472
+ Started GET "/assets/mxit_rails/go.png" for 127.0.0.1 at 2012-09-19 09:39:38 +0200
46473
+ Served asset /mxit_rails/go.png - 304 Not Modified (8ms)
46474
+
46475
+
46476
+ Started GET "/assets/mxit_rails/nokia-5310-frame.png" for 127.0.0.1 at 2012-09-19 09:39:38 +0200
46477
+ Served asset /mxit_rails/nokia-5310-frame.png - 304 Not Modified (4ms)
46478
+
46479
+
46480
+ Started GET "/assets/mxit_rails/refresh.png" for 127.0.0.1 at 2012-09-19 09:39:38 +0200
46481
+ Served asset /mxit_rails/refresh.png - 304 Not Modified (1ms)
46482
+
46483
+
46484
+ Started GET "/assets/mxit_rails/out.png" for 127.0.0.1 at 2012-09-19 09:39:38 +0200
46485
+ Served asset /mxit_rails/out.png - 304 Not Modified (2ms)
46486
+
46487
+
46488
+ Started GET "/assets/mxit_rails/favicon.ico" for 127.0.0.1 at 2012-09-19 09:39:38 +0200
46489
+ Served asset /mxit_rails/favicon.ico - 304 Not Modified (2ms)
46490
+
46491
+
46492
+ Started GET "/emulator/" for 127.0.0.1 at 2012-09-19 09:40:01 +0200
46493
+ Processing by EmulatorController#index as HTML
46494
+ Rendered /Users/linsenloots/Dev/payments/mxit-rails/app/views/emulator/index.html.erb (2.6ms)
46495
+ Completed 200 OK in 4ms (Views: 4.0ms | ActiveRecord: 0.0ms)
46496
+
46497
+
46498
+ Started GET "/assets/mxit_rails/emulator.css?body=1" for 127.0.0.1 at 2012-09-19 09:40:01 +0200
46499
+ Served asset /mxit_rails/emulator.css - 304 Not Modified (0ms)
46500
+
46501
+
46502
+ Started GET "/assets/mxit_rails/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-09-19 09:40:01 +0200
46503
+ Served asset /mxit_rails/jquery.cookie.js - 304 Not Modified (0ms)
46504
+
46505
+
46506
+ Started GET "/assets/mxit_rails/jquery-1.8.0.min.js?body=1" for 127.0.0.1 at 2012-09-19 09:40:01 +0200
46507
+ Served asset /mxit_rails/jquery-1.8.0.min.js - 304 Not Modified (0ms)
46508
+
46509
+
46510
+ Started GET "/assets/mxit_rails/jquery.history.js?body=1" for 127.0.0.1 at 2012-09-19 09:40:01 +0200
46511
+ Served asset /mxit_rails/jquery.history.js - 304 Not Modified (0ms)
46512
+
46513
+
46514
+ Started GET "/assets/mxit_rails/emulator.js?body=1" for 127.0.0.1 at 2012-09-19 09:40:01 +0200
46515
+ Served asset /mxit_rails/emulator.js - 304 Not Modified (0ms)
46516
+
46517
+
46518
+ Started GET "/assets/mxit_rails/go.png" for 127.0.0.1 at 2012-09-19 09:40:01 +0200
46519
+ Served asset /mxit_rails/go.png - 304 Not Modified (0ms)
46520
+
46521
+
46522
+ Started GET "/assets/mxit_rails/refresh.png" for 127.0.0.1 at 2012-09-19 09:40:01 +0200
46523
+ Served asset /mxit_rails/refresh.png - 304 Not Modified (0ms)
46524
+
46525
+
46526
+ Started GET "/assets/mxit_rails/nokia-5310-frame.png" for 127.0.0.1 at 2012-09-19 09:40:01 +0200
46527
+ Served asset /mxit_rails/nokia-5310-frame.png - 304 Not Modified (1ms)
46528
+
46529
+
46530
+ Started GET "/assets/mxit_rails/out.png" for 127.0.0.1 at 2012-09-19 09:40:01 +0200
46531
+ Served asset /mxit_rails/out.png - 304 Not Modified (0ms)
46532
+
46533
+
46534
+ Started GET "/assets/mxit_rails/favicon.ico" for 127.0.0.1 at 2012-09-19 09:40:01 +0200
46535
+ Served asset /mxit_rails/favicon.ico - 304 Not Modified (0ms)
46536
+
46537
+
46538
+ Started GET "/emulator/" for 127.0.0.1 at 2012-09-19 09:40:16 +0200
46539
+ Processing by EmulatorController#index as HTML
46540
+ Rendered /Users/linsenloots/Dev/payments/mxit-rails/app/views/emulator/index.html.erb (2.6ms)
46541
+ Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.0ms)
46542
+
46543
+
46544
+ Started GET "/assets/mxit_rails/emulator.css?body=1" for 127.0.0.1 at 2012-09-19 09:40:16 +0200
46545
+ Served asset /mxit_rails/emulator.css - 304 Not Modified (0ms)
46546
+
46547
+
46548
+ Started GET "/assets/mxit_rails/jquery-1.8.0.min.js?body=1" for 127.0.0.1 at 2012-09-19 09:40:16 +0200
46549
+ Served asset /mxit_rails/jquery-1.8.0.min.js - 304 Not Modified (2ms)
46550
+
46551
+
46552
+ Started GET "/assets/mxit_rails/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-09-19 09:40:16 +0200
46553
+ Served asset /mxit_rails/jquery.cookie.js - 304 Not Modified (0ms)
46554
+
46555
+
46556
+ Started GET "/assets/mxit_rails/jquery.history.js?body=1" for 127.0.0.1 at 2012-09-19 09:40:16 +0200
46557
+ Served asset /mxit_rails/jquery.history.js - 304 Not Modified (0ms)
46558
+
46559
+
46560
+ Started GET "/assets/mxit_rails/emulator.js?body=1" for 127.0.0.1 at 2012-09-19 09:40:16 +0200
46561
+ Served asset /mxit_rails/emulator.js - 304 Not Modified (1ms)
46562
+
46563
+
46564
+ Started GET "/assets/mxit_rails/out.png" for 127.0.0.1 at 2012-09-19 09:40:16 +0200
46565
+ Served asset /mxit_rails/out.png - 304 Not Modified (0ms)
46566
+
46567
+
46568
+ Started GET "/assets/mxit_rails/refresh.png" for 127.0.0.1 at 2012-09-19 09:40:16 +0200
46569
+ Served asset /mxit_rails/refresh.png - 304 Not Modified (0ms)
46570
+
46571
+
46572
+ Started GET "/assets/mxit_rails/go.png" for 127.0.0.1 at 2012-09-19 09:40:16 +0200
46573
+ Served asset /mxit_rails/go.png - 304 Not Modified (2ms)
46574
+
46575
+
46576
+ Started GET "/assets/mxit_rails/nokia-5310-frame.png" for 127.0.0.1 at 2012-09-19 09:40:16 +0200
46577
+ Served asset /mxit_rails/nokia-5310-frame.png - 304 Not Modified (1ms)
46578
+
46579
+
46580
+ Started GET "/emulator/" for 127.0.0.1 at 2012-09-19 09:40:17 +0200
46581
+ Processing by EmulatorController#index as HTML
46582
+ Rendered /Users/linsenloots/Dev/payments/mxit-rails/app/views/emulator/index.html.erb (2.7ms)
46583
+ Completed 200 OK in 4ms (Views: 3.8ms | ActiveRecord: 0.0ms)
46584
+
46585
+
46586
+ Started GET "/assets/mxit_rails/emulator.css?body=1" for 127.0.0.1 at 2012-09-19 09:40:17 +0200
46587
+ Served asset /mxit_rails/emulator.css - 200 OK (0ms)
46588
+
46589
+
46590
+ Started GET "/assets/mxit_rails/jquery-1.8.0.min.js?body=1" for 127.0.0.1 at 2012-09-19 09:40:17 +0200
46591
+ Served asset /mxit_rails/jquery-1.8.0.min.js - 200 OK (0ms)
46592
+
46593
+
46594
+ Started GET "/assets/mxit_rails/emulator.js?body=1" for 127.0.0.1 at 2012-09-19 09:40:17 +0200
46595
+ Served asset /mxit_rails/emulator.js - 200 OK (1ms)
46596
+
46597
+
46598
+ Started GET "/assets/mxit_rails/jquery.history.js?body=1" for 127.0.0.1 at 2012-09-19 09:40:17 +0200
46599
+ Served asset /mxit_rails/jquery.history.js - 200 OK (0ms)
46600
+
46601
+
46602
+ Started GET "/assets/mxit_rails/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-09-19 09:40:17 +0200
46603
+ Served asset /mxit_rails/jquery.cookie.js - 200 OK (0ms)
46604
+
46605
+
46606
+ Started GET "/assets/mxit_rails/nokia-5310-frame.png" for 127.0.0.1 at 2012-09-19 09:40:17 +0200
46607
+ Served asset /mxit_rails/nokia-5310-frame.png - 200 OK (1ms)
46608
+
46609
+
46610
+ Started GET "/assets/mxit_rails/go.png" for 127.0.0.1 at 2012-09-19 09:40:17 +0200
46611
+ Served asset /mxit_rails/go.png - 200 OK (0ms)
46612
+
46613
+
46614
+ Started GET "/assets/mxit_rails/out.png" for 127.0.0.1 at 2012-09-19 09:40:17 +0200
46615
+ Served asset /mxit_rails/out.png - 200 OK (0ms)
46616
+
46617
+
46618
+ Started GET "/assets/mxit_rails/refresh.png" for 127.0.0.1 at 2012-09-19 09:40:17 +0200
46619
+ Served asset /mxit_rails/refresh.png - 200 OK (0ms)
46620
+
46621
+
46622
+ Started GET "/" for 127.0.0.1 at 2012-09-19 09:40:19 +0200
46623
+ Processing by IndexController#index as HTML
46624
+ Rendered index/index.html.erb within layouts/mxit (0.5ms)
46625
+ Completed 200 OK in 9ms (Views: 8.0ms | ActiveRecord: 0.0ms)
46626
+
46627
+
46628
+ Started GET "/assets/mxit_rails/included.css?body=1" for 127.0.0.1 at 2012-09-19 09:40:19 +0200
46629
+ Served asset /mxit_rails/included.css - 304 Not Modified (3ms)
46630
+
46631
+
46632
+ Started GET "/emulator/" for 127.0.0.1 at 2012-09-19 09:40:20 +0200
46633
+ Processing by EmulatorController#index as HTML
46634
+ Rendered /Users/linsenloots/Dev/payments/mxit-rails/app/views/emulator/index.html.erb (2.7ms)
46635
+ Completed 200 OK in 4ms (Views: 3.8ms | ActiveRecord: 0.0ms)
46636
+
46637
+
46638
+ Started GET "/assets/mxit_rails/emulator.css?body=1" for 127.0.0.1 at 2012-09-19 09:40:20 +0200
46639
+ Served asset /mxit_rails/emulator.css - 304 Not Modified (0ms)
46640
+
46641
+
46642
+ Started GET "/assets/mxit_rails/jquery-1.8.0.min.js?body=1" for 127.0.0.1 at 2012-09-19 09:40:20 +0200
46643
+ Served asset /mxit_rails/jquery-1.8.0.min.js - 304 Not Modified (4ms)
46644
+
46645
+
46646
+ Started GET "/assets/mxit_rails/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-09-19 09:40:20 +0200
46647
+ Served asset /mxit_rails/jquery.cookie.js - 304 Not Modified (0ms)
46648
+
46649
+
46650
+ Started GET "/assets/mxit_rails/jquery.history.js?body=1" for 127.0.0.1 at 2012-09-19 09:40:20 +0200
46651
+ Served asset /mxit_rails/jquery.history.js - 304 Not Modified (0ms)
46652
+
46653
+
46654
+ Started GET "/assets/mxit_rails/emulator.js?body=1" for 127.0.0.1 at 2012-09-19 09:40:20 +0200
46655
+ Served asset /mxit_rails/emulator.js - 304 Not Modified (0ms)
46656
+
46657
+
46658
+ Started GET "/assets/mxit_rails/go.png" for 127.0.0.1 at 2012-09-19 09:40:21 +0200
46659
+ Served asset /mxit_rails/go.png - 304 Not Modified (6ms)
46660
+
46661
+
46662
+ Started GET "/assets/mxit_rails/nokia-5310-frame.png" for 127.0.0.1 at 2012-09-19 09:40:21 +0200
46663
+ Served asset /mxit_rails/nokia-5310-frame.png - 304 Not Modified (1ms)
46664
+
46665
+
46666
+ Started GET "/assets/mxit_rails/out.png" for 127.0.0.1 at 2012-09-19 09:40:21 +0200
46667
+ Served asset /mxit_rails/out.png - 304 Not Modified (0ms)
46668
+
46669
+
46670
+ Started GET "/" for 127.0.0.1 at 2012-09-19 09:40:21 +0200
46671
+ Processing by IndexController#index as HTML
46672
+ Rendered index/index.html.erb within layouts/mxit (0.1ms)
46673
+ Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.0ms)
46674
+
46675
+
46676
+ Started GET "/assets/mxit_rails/refresh.png" for 127.0.0.1 at 2012-09-19 09:40:21 +0200
46677
+ Served asset /mxit_rails/refresh.png - 304 Not Modified (0ms)
46678
+
46679
+
46680
+ Started GET "/assets/mxit_rails/included.css?body=1" for 127.0.0.1 at 2012-09-19 09:40:21 +0200
46681
+ Served asset /mxit_rails/included.css - 304 Not Modified (0ms)
46682
+
46683
+
46684
+ Started GET "/emulator/index/success" for 127.0.0.1 at 2012-09-19 09:40:26 +0200
46685
+ Processing by EmulatorController#index as HTML
46686
+ Parameters: {"id"=>"success"}
46687
+ Rendered /Users/linsenloots/Dev/payments/mxit-rails/app/views/emulator/index.html.erb (4.5ms)
46688
+ Completed 200 OK in 6ms (Views: 5.9ms | ActiveRecord: 0.0ms)
46689
+
46690
+
46691
+ Started GET "/assets/mxit_rails/emulator.css?body=1" for 127.0.0.1 at 2012-09-19 09:40:26 +0200
46692
+ Served asset /mxit_rails/emulator.css - 304 Not Modified (0ms)
46693
+
46694
+
46695
+ Started GET "/assets/mxit_rails/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-09-19 09:40:26 +0200
46696
+ Served asset /mxit_rails/jquery.cookie.js - 304 Not Modified (0ms)
46697
+
46698
+
46699
+ Started GET "/assets/mxit_rails/jquery-1.8.0.min.js?body=1" for 127.0.0.1 at 2012-09-19 09:40:26 +0200
46700
+ Served asset /mxit_rails/jquery-1.8.0.min.js - 304 Not Modified (0ms)
46701
+
46702
+
46703
+ Started GET "/assets/mxit_rails/emulator.js?body=1" for 127.0.0.1 at 2012-09-19 09:40:26 +0200
46704
+ Served asset /mxit_rails/emulator.js - 304 Not Modified (0ms)
46705
+
46706
+
46707
+ Started GET "/assets/mxit_rails/jquery.history.js?body=1" for 127.0.0.1 at 2012-09-19 09:40:26 +0200
46708
+ Served asset /mxit_rails/jquery.history.js - 304 Not Modified (0ms)
46709
+
46710
+
46711
+ Started GET "/assets/mxit_rails/go.png" for 127.0.0.1 at 2012-09-19 09:40:27 +0200
46712
+ Served asset /mxit_rails/go.png - 304 Not Modified (0ms)
46713
+
46714
+
46715
+ Started GET "/" for 127.0.0.1 at 2012-09-19 09:40:27 +0200
46716
+ Processing by IndexController#index as HTML
46717
+ Rendered index/index.html.erb within layouts/mxit (0.1ms)
46718
+ Completed 200 OK in 7ms (Views: 6.3ms | ActiveRecord: 0.0ms)
46719
+
46720
+
46721
+ Started GET "/assets/mxit_rails/nokia-5310-frame.png" for 127.0.0.1 at 2012-09-19 09:40:27 +0200
46722
+ Served asset /mxit_rails/nokia-5310-frame.png - 304 Not Modified (1ms)
46723
+
46724
+
46725
+ Started GET "/assets/mxit_rails/out.png" for 127.0.0.1 at 2012-09-19 09:40:27 +0200
46726
+ Served asset /mxit_rails/out.png - 304 Not Modified (0ms)
46727
+
46728
+
46729
+ Started GET "/assets/mxit_rails/refresh.png" for 127.0.0.1 at 2012-09-19 09:40:27 +0200
46730
+ Served asset /mxit_rails/refresh.png - 304 Not Modified (0ms)
46731
+
46732
+
46733
+ Started GET "/assets/mxit_rails/included.css?body=1" for 127.0.0.1 at 2012-09-19 09:40:27 +0200
46734
+ Served asset /mxit_rails/included.css - 304 Not Modified (0ms)
46735
+
46736
+
46737
+ Started GET "/emulator/index/success" for 127.0.0.1 at 2012-09-19 09:41:18 +0200
46738
+ Processing by EmulatorController#index as HTML
46739
+ Parameters: {"id"=>"success"}
46740
+ Rendered /Users/linsenloots/Dev/payments/mxit-rails/app/views/emulator/index.html.erb (3.2ms)
46741
+ Completed 200 OK in 5ms (Views: 4.3ms | ActiveRecord: 0.0ms)
46742
+
46743
+
46744
+ Started GET "/assets/mxit_rails/jquery-1.8.0.min.js?body=1" for 127.0.0.1 at 2012-09-19 09:41:18 +0200
46745
+ Served asset /mxit_rails/jquery-1.8.0.min.js - 304 Not Modified (4ms)
46746
+
46747
+
46748
+ Started GET "/assets/mxit_rails/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-09-19 09:41:18 +0200
46749
+ Served asset /mxit_rails/jquery.cookie.js - 304 Not Modified (0ms)
46750
+
46751
+
46752
+ Started GET "/assets/mxit_rails/jquery.history.js?body=1" for 127.0.0.1 at 2012-09-19 09:41:18 +0200
46753
+ Served asset /mxit_rails/jquery.history.js - 304 Not Modified (0ms)
46754
+
46755
+
46756
+ Started GET "/assets/mxit_rails/emulator.css?body=1" for 127.0.0.1 at 2012-09-19 09:41:18 +0200
46757
+ Served asset /mxit_rails/emulator.css - 304 Not Modified (0ms)
46758
+
46759
+
46760
+ Started GET "/assets/mxit_rails/emulator.js?body=1" for 127.0.0.1 at 2012-09-19 09:41:18 +0200
46761
+ Served asset /mxit_rails/emulator.js - 304 Not Modified (0ms)
46762
+
46763
+
46764
+ Started GET "/assets/mxit_rails/go.png" for 127.0.0.1 at 2012-09-19 09:41:18 +0200
46765
+ Served asset /mxit_rails/go.png - 304 Not Modified (3ms)
46766
+
46767
+
46768
+ Started GET "/assets/mxit_rails/nokia-5310-frame.png" for 127.0.0.1 at 2012-09-19 09:41:18 +0200
46769
+ Served asset /mxit_rails/nokia-5310-frame.png - 304 Not Modified (1ms)
46770
+
46771
+
46772
+ Started GET "/assets/mxit_rails/refresh.png" for 127.0.0.1 at 2012-09-19 09:41:18 +0200
46773
+ Served asset /mxit_rails/refresh.png - 304 Not Modified (0ms)
46774
+
46775
+
46776
+ Started GET "/" for 127.0.0.1 at 2012-09-19 09:41:18 +0200
46777
+ Processing by IndexController#index as HTML
46778
+ Rendered index/index.html.erb within layouts/mxit (0.2ms)
46779
+ Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms)
46780
+
46781
+
46782
+ Started GET "/assets/mxit_rails/out.png" for 127.0.0.1 at 2012-09-19 09:41:18 +0200
46783
+ Served asset /mxit_rails/out.png - 304 Not Modified (0ms)
46784
+
46785
+
46786
+ Started GET "/assets/mxit_rails/included.css?body=1" for 127.0.0.1 at 2012-09-19 09:41:18 +0200
46787
+ Served asset /mxit_rails/included.css - 304 Not Modified (0ms)
46788
+
46789
+
46790
+ Started GET "/mxit/welcome" for 127.0.0.1 at 2012-09-19 09:41:22 +0200
46791
+
46792
+ ActionController::RoutingError (No route matches [GET] "/mxit/welcome"):
46793
+ actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
46794
+ actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
46795
+ railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app'
46796
+ railties (3.2.8) lib/rails/rack/logger.rb:16:in `call'
46797
+ actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call'
46798
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
46799
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
46800
+ activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
46801
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
46802
+ actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call'
46803
+ railties (3.2.8) lib/rails/engine.rb:479:in `call'
46804
+ railties (3.2.8) lib/rails/application.rb:223:in `call'
46805
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
46806
+ railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call'
46807
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
46808
+ /Users/linsenloots/.rbenv/versions/1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
46809
+ /Users/linsenloots/.rbenv/versions/1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
46810
+ /Users/linsenloots/.rbenv/versions/1.9.3-p125/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
46811
+
46812
+
46813
+ Rendered /Users/linsenloots/.rbenv/versions/1.9.3-p125/lib/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms)
46814
+
46815
+
46816
+ Started GET "/" for 127.0.0.1 at 2012-09-19 09:41:32 +0200
46817
+ Processing by IndexController#index as HTML
46818
+ Rendered index/index.html.erb within layouts/mxit (0.8ms)
46819
+ Completed 200 OK in 4ms (Views: 4.2ms | ActiveRecord: 0.0ms)
46820
+
46821
+
46822
+ Started GET "/assets/mxit_rails/included.css?body=1" for 127.0.0.1 at 2012-09-19 09:41:32 +0200
46823
+ Served asset /mxit_rails/included.css - 304 Not Modified (0ms)
46824
+
46825
+
46826
+ Started GET "/emulator/" for 127.0.0.1 at 2012-09-19 09:41:33 +0200
46827
+ Processing by EmulatorController#index as HTML
46828
+ Rendered /Users/linsenloots/Dev/payments/mxit-rails/app/views/emulator/index.html.erb (2.4ms)
46829
+ Completed 200 OK in 3ms (Views: 3.3ms | ActiveRecord: 0.0ms)
46830
+
46831
+
46832
+ Started GET "/assets/mxit_rails/emulator.css?body=1" for 127.0.0.1 at 2012-09-19 09:41:33 +0200
46833
+ Served asset /mxit_rails/emulator.css - 304 Not Modified (0ms)
46834
+
46835
+
46836
+ Started GET "/assets/mxit_rails/jquery-1.8.0.min.js?body=1" for 127.0.0.1 at 2012-09-19 09:41:33 +0200
46837
+ Served asset /mxit_rails/jquery-1.8.0.min.js - 304 Not Modified (3ms)
46838
+
46839
+
46840
+ Started GET "/assets/mxit_rails/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-09-19 09:41:33 +0200
46841
+ Served asset /mxit_rails/jquery.cookie.js - 304 Not Modified (0ms)
46842
+
46843
+
46844
+ Started GET "/assets/mxit_rails/emulator.js?body=1" for 127.0.0.1 at 2012-09-19 09:41:33 +0200
46845
+ Served asset /mxit_rails/emulator.js - 304 Not Modified (0ms)
46846
+
46847
+
46848
+ Started GET "/assets/mxit_rails/jquery.history.js?body=1" for 127.0.0.1 at 2012-09-19 09:41:33 +0200
46849
+ Served asset /mxit_rails/jquery.history.js - 304 Not Modified (0ms)
46850
+
46851
+
46852
+ Started GET "/assets/mxit_rails/refresh.png" for 127.0.0.1 at 2012-09-19 09:41:33 +0200
46853
+ Served asset /mxit_rails/refresh.png - 304 Not Modified (0ms)
46854
+
46855
+
46856
+ Started GET "/assets/mxit_rails/go.png" for 127.0.0.1 at 2012-09-19 09:41:33 +0200
46857
+ Served asset /mxit_rails/go.png - 304 Not Modified (0ms)
46858
+
46859
+
46860
+ Started GET "/assets/mxit_rails/out.png" for 127.0.0.1 at 2012-09-19 09:41:33 +0200
46861
+ Served asset /mxit_rails/out.png - 304 Not Modified (0ms)
46862
+
46863
+
46864
+ Started GET "/" for 127.0.0.1 at 2012-09-19 09:41:33 +0200
46865
+ Processing by IndexController#index as HTML
46866
+ Rendered index/index.html.erb within layouts/mxit (0.1ms)
46867
+ Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.0ms)
46868
+
46869
+
46870
+ Started GET "/assets/mxit_rails/nokia-5310-frame.png" for 127.0.0.1 at 2012-09-19 09:41:33 +0200
46871
+ Served asset /mxit_rails/nokia-5310-frame.png - 304 Not Modified (1ms)
46872
+
46873
+
46874
+ Started GET "/assets/mxit_rails/included.css?body=1" for 127.0.0.1 at 2012-09-19 09:41:33 +0200
46875
+ Served asset /mxit_rails/included.css - 304 Not Modified (0ms)
46876
+
46877
+
46878
+ Started GET "/assets/mxit_rails/favicon.ico" for 127.0.0.1 at 2012-09-19 09:41:33 +0200
46879
+ Served asset /mxit_rails/favicon.ico - 304 Not Modified (0ms)
46880
+
46881
+
46882
+ Started GET "/welcome" for 127.0.0.1 at 2012-09-19 09:41:34 +0200
46883
+ Processing by WelcomeController#index as HTML
46884
+ Rendered welcome/index.html.erb within layouts/mxit (0.6ms)
46885
+ Completed 200 OK in 6ms (Views: 5.0ms | ActiveRecord: 0.0ms)
46886
+
46887
+
46888
+ Started GET "/assets/mxit_rails/included.css?body=1" for 127.0.0.1 at 2012-09-19 09:41:34 +0200
46889
+ Served asset /mxit_rails/included.css - 304 Not Modified (0ms)
46890
+
46891
+
46892
+ Started GET "/emulator/welcome" for 127.0.0.1 at 2012-09-19 09:42:57 +0200
46893
+
46894
+ AbstractController::ActionNotFound (The action 'welcome' could not be found for EmulatorController):
46895
+ actionpack (3.2.8) lib/abstract_controller/base.rb:116:in `process'
46896
+ actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process'
46897
+ actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch'
46898
+ actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
46899
+ actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action'
46900
+ actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call'
46901
+ actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
46902
+ actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call'
46903
+ journey (1.0.4) lib/journey/router.rb:68:in `block in call'
46904
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
46905
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
46906
+ actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call'
46907
+ actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
46908
+ rack (1.4.1) lib/rack/etag.rb:23:in `call'
46909
+ rack (1.4.1) lib/rack/conditionalget.rb:25:in `call'
46910
+ actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call'
46911
+ actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
46912
+ actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call'
46913
+ rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context'
46914
+ rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call'
46915
+ actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call'
46916
+ activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call'
46917
+ activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call'
46918
+ actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
46919
+ activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1792891467374720114__call__781602605640504561__callbacks'
46920
+ activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback'
46921
+ activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
46922
+ activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks'
46923
+ actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
46924
+ actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call'
46925
+ actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
46926
+ actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
46927
+ actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
46928
+ railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app'
46929
+ railties (3.2.8) lib/rails/rack/logger.rb:16:in `call'
46930
+ actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call'
46931
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
46932
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
46933
+ activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
46934
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
46935
+ actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call'
46936
+ railties (3.2.8) lib/rails/engine.rb:479:in `call'
46937
+ railties (3.2.8) lib/rails/application.rb:223:in `call'
46938
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
46939
+ railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call'
46940
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
46941
+ /Users/linsenloots/.rbenv/versions/1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
46942
+ /Users/linsenloots/.rbenv/versions/1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
46943
+ /Users/linsenloots/.rbenv/versions/1.9.3-p125/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
46944
+
46945
+
46946
+ Rendered /Users/linsenloots/.rbenv/versions/1.9.3-p125/lib/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/unknown_action.erb within rescues/layout (0.4ms)
46947
+
46948
+
46949
+ Started GET "/emulator/" for 127.0.0.1 at 2012-09-19 09:43:44 +0200
46950
+
46951
+ ArgumentError (missing :controller):
46952
+ config/routes.rb:57:in `block in <top (required)>'
46953
+ config/routes.rb:1:in `<top (required)>'
46954
+
46955
+
46956
+ Rendered /Users/linsenloots/.rbenv/versions/1.9.3-p125/lib/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms)
46957
+ Rendered /Users/linsenloots/.rbenv/versions/1.9.3-p125/lib/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms)
46958
+ Rendered /Users/linsenloots/.rbenv/versions/1.9.3-p125/lib/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.6ms)
46959
+
46960
+
46961
+ Started GET "/emulator/" for 127.0.0.1 at 2012-09-19 09:43:46 +0200
46962
+
46963
+ ActionController::RoutingError (No route matches [GET] "/emulator"):
46964
+ actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
46965
+ actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
46966
+ railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app'
46967
+ railties (3.2.8) lib/rails/rack/logger.rb:16:in `call'
46968
+ actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call'
46969
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
46970
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
46971
+ activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
46972
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
46973
+ actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call'
46974
+ railties (3.2.8) lib/rails/engine.rb:479:in `call'
46975
+ railties (3.2.8) lib/rails/application.rb:223:in `call'
46976
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
46977
+ railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call'
46978
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
46979
+ /Users/linsenloots/.rbenv/versions/1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
46980
+ /Users/linsenloots/.rbenv/versions/1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
46981
+ /Users/linsenloots/.rbenv/versions/1.9.3-p125/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
46982
+
46983
+
46984
+ Rendered /Users/linsenloots/.rbenv/versions/1.9.3-p125/lib/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms)
46985
+
46986
+
46987
+ Started GET "/emulator/" for 127.0.0.1 at 2012-09-19 09:43:46 +0200
46988
+
46989
+ ActionController::RoutingError (No route matches [GET] "/emulator"):
46990
+ actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
46991
+ actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
46992
+ railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app'
46993
+ railties (3.2.8) lib/rails/rack/logger.rb:16:in `call'
46994
+ actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call'
46995
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
46996
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
46997
+ activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
46998
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
46999
+ actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call'
47000
+ railties (3.2.8) lib/rails/engine.rb:479:in `call'
47001
+ railties (3.2.8) lib/rails/application.rb:223:in `call'
47002
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
47003
+ railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call'
47004
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
47005
+ /Users/linsenloots/.rbenv/versions/1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
47006
+ /Users/linsenloots/.rbenv/versions/1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
47007
+ /Users/linsenloots/.rbenv/versions/1.9.3-p125/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
47008
+
47009
+
47010
+ Rendered /Users/linsenloots/.rbenv/versions/1.9.3-p125/lib/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms)
47011
+
47012
+
47013
+ Started GET "/emulator/" for 127.0.0.1 at 2012-09-19 09:43:57 +0200
47014
+
47015
+ NoMethodError (undefined method `key?' for "emulator#index":String):
47016
+ config/routes.rb:57:in `block in <top (required)>'
47017
+ config/routes.rb:1:in `<top (required)>'
47018
+
47019
+
47020
+ Rendered /Users/linsenloots/.rbenv/versions/1.9.3-p125/lib/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms)
47021
+ Rendered /Users/linsenloots/.rbenv/versions/1.9.3-p125/lib/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms)
47022
+ Rendered /Users/linsenloots/.rbenv/versions/1.9.3-p125/lib/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.3ms)
47023
+
47024
+
47025
+ Started GET "/emulator/" for 127.0.0.1 at 2012-09-19 09:43:58 +0200
47026
+
47027
+ ActionController::RoutingError (No route matches [GET] "/emulator"):
47028
+ actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
47029
+ actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
47030
+ railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app'
47031
+ railties (3.2.8) lib/rails/rack/logger.rb:16:in `call'
47032
+ actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call'
47033
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
47034
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
47035
+ activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
47036
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
47037
+ actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call'
47038
+ railties (3.2.8) lib/rails/engine.rb:479:in `call'
47039
+ railties (3.2.8) lib/rails/application.rb:223:in `call'
47040
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
47041
+ railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call'
47042
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
47043
+ /Users/linsenloots/.rbenv/versions/1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
47044
+ /Users/linsenloots/.rbenv/versions/1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
47045
+ /Users/linsenloots/.rbenv/versions/1.9.3-p125/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
47046
+
47047
+
47048
+ Rendered /Users/linsenloots/.rbenv/versions/1.9.3-p125/lib/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms)
47049
+
47050
+
47051
+ Started GET "/emulator/" for 127.0.0.1 at 2012-09-19 09:43:58 +0200
47052
+
47053
+ ActionController::RoutingError (No route matches [GET] "/emulator"):
47054
+ actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
47055
+ actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
47056
+ railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app'
47057
+ railties (3.2.8) lib/rails/rack/logger.rb:16:in `call'
47058
+ actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call'
47059
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
47060
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
47061
+ activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
47062
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
47063
+ actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call'
47064
+ railties (3.2.8) lib/rails/engine.rb:479:in `call'
47065
+ railties (3.2.8) lib/rails/application.rb:223:in `call'
47066
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
47067
+ railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call'
47068
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
47069
+ /Users/linsenloots/.rbenv/versions/1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
47070
+ /Users/linsenloots/.rbenv/versions/1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
47071
+ /Users/linsenloots/.rbenv/versions/1.9.3-p125/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
47072
+
47073
+
47074
+ Rendered /Users/linsenloots/.rbenv/versions/1.9.3-p125/lib/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms)
47075
+
47076
+
47077
+ Started GET "/emulator/" for 127.0.0.1 at 2012-09-19 09:43:59 +0200
47078
+
47079
+ ActionController::RoutingError (No route matches [GET] "/emulator"):
47080
+ actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
47081
+ actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
47082
+ railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app'
47083
+ railties (3.2.8) lib/rails/rack/logger.rb:16:in `call'
47084
+ actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call'
47085
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
47086
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
47087
+ activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
47088
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
47089
+ actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call'
47090
+ railties (3.2.8) lib/rails/engine.rb:479:in `call'
47091
+ railties (3.2.8) lib/rails/application.rb:223:in `call'
47092
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
47093
+ railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call'
47094
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
47095
+ /Users/linsenloots/.rbenv/versions/1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
47096
+ /Users/linsenloots/.rbenv/versions/1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
47097
+ /Users/linsenloots/.rbenv/versions/1.9.3-p125/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
47098
+
47099
+
47100
+ Rendered /Users/linsenloots/.rbenv/versions/1.9.3-p125/lib/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms)
47101
+
47102
+
47103
+ Started GET "/emulator/" for 127.0.0.1 at 2012-09-19 09:43:59 +0200
47104
+
47105
+ ActionController::RoutingError (No route matches [GET] "/emulator"):
47106
+ actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
47107
+ actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
47108
+ railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app'
47109
+ railties (3.2.8) lib/rails/rack/logger.rb:16:in `call'
47110
+ actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call'
47111
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
47112
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
47113
+ activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
47114
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
47115
+ actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call'
47116
+ railties (3.2.8) lib/rails/engine.rb:479:in `call'
47117
+ railties (3.2.8) lib/rails/application.rb:223:in `call'
47118
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
47119
+ railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call'
47120
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
47121
+ /Users/linsenloots/.rbenv/versions/1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
47122
+ /Users/linsenloots/.rbenv/versions/1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
47123
+ /Users/linsenloots/.rbenv/versions/1.9.3-p125/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
47124
+
47125
+
47126
+ Rendered /Users/linsenloots/.rbenv/versions/1.9.3-p125/lib/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms)
47127
+
47128
+
47129
+ Started GET "/emulator/" for 127.0.0.1 at 2012-09-19 09:44:14 +0200
47130
+ Processing by EmulatorController#index as HTML
47131
+ Rendered /Users/linsenloots/Dev/payments/mxit-rails/app/views/emulator/index.html.erb (2.8ms)
47132
+ Completed 200 OK in 4ms (Views: 4.2ms | ActiveRecord: 0.0ms)
47133
+
47134
+
47135
+ Started GET "/assets/mxit_rails/emulator.css?body=1" for 127.0.0.1 at 2012-09-19 09:44:14 +0200
47136
+ Served asset /mxit_rails/emulator.css - 304 Not Modified (0ms)
47137
+
47138
+
47139
+ Started GET "/assets/mxit_rails/jquery-1.8.0.min.js?body=1" for 127.0.0.1 at 2012-09-19 09:44:14 +0200
47140
+ Served asset /mxit_rails/jquery-1.8.0.min.js - 304 Not Modified (0ms)
47141
+
47142
+
47143
+ Started GET "/assets/mxit_rails/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-09-19 09:44:14 +0200
47144
+ Served asset /mxit_rails/jquery.cookie.js - 304 Not Modified (2ms)
47145
+
47146
+
47147
+ Started GET "/assets/mxit_rails/emulator.js?body=1" for 127.0.0.1 at 2012-09-19 09:44:14 +0200
47148
+ Served asset /mxit_rails/emulator.js - 304 Not Modified (1ms)
47149
+
47150
+
47151
+ Started GET "/assets/mxit_rails/jquery.history.js?body=1" for 127.0.0.1 at 2012-09-19 09:44:14 +0200
47152
+ Served asset /mxit_rails/jquery.history.js - 304 Not Modified (0ms)
47153
+
47154
+
47155
+ Started GET "/" for 127.0.0.1 at 2012-09-19 09:44:14 +0200
47156
+ Processing by IndexController#index as HTML
47157
+ Rendered index/index.html.erb within layouts/mxit (0.1ms)
47158
+ Completed 200 OK in 8ms (Views: 7.7ms | ActiveRecord: 0.0ms)
47159
+
47160
+
47161
+ Started GET "/assets/mxit_rails/nokia-5310-frame.png" for 127.0.0.1 at 2012-09-19 09:44:14 +0200
47162
+ Served asset /mxit_rails/nokia-5310-frame.png - 304 Not Modified (1ms)
47163
+
47164
+
47165
+ Started GET "/assets/mxit_rails/out.png" for 127.0.0.1 at 2012-09-19 09:44:14 +0200
47166
+ Served asset /mxit_rails/out.png - 304 Not Modified (0ms)
47167
+
47168
+
47169
+ Started GET "/assets/mxit_rails/refresh.png" for 127.0.0.1 at 2012-09-19 09:44:14 +0200
47170
+ Served asset /mxit_rails/refresh.png - 304 Not Modified (0ms)
47171
+
47172
+
47173
+ Started GET "/assets/mxit_rails/go.png" for 127.0.0.1 at 2012-09-19 09:44:14 +0200
47174
+ Served asset /mxit_rails/go.png - 304 Not Modified (0ms)
47175
+
47176
+
47177
+ Started GET "/assets/mxit_rails/included.css?body=1" for 127.0.0.1 at 2012-09-19 09:44:14 +0200
47178
+ Served asset /mxit_rails/included.css - 304 Not Modified (0ms)
47179
+
47180
+
47181
+ Started GET "/assets/mxit_rails/favicon.ico" for 127.0.0.1 at 2012-09-19 09:44:14 +0200
47182
+ Served asset /mxit_rails/favicon.ico - 304 Not Modified (0ms)
47183
+
47184
+
47185
+ Started GET "/emulator/" for 127.0.0.1 at 2012-09-19 09:44:52 +0200
47186
+ Processing by EmulatorController#index as HTML
47187
+ Rendered /Users/linsenloots/Dev/payments/mxit-rails/app/views/emulator/index.html.erb (3.8ms)
47188
+ Completed 200 OK in 6ms (Views: 5.7ms | ActiveRecord: 0.0ms)
47189
+
47190
+
47191
+ Started GET "/assets/mxit_rails/emulator.css?body=1" for 127.0.0.1 at 2012-09-19 09:44:52 +0200
47192
+ Served asset /mxit_rails/emulator.css - 304 Not Modified (0ms)
47193
+
47194
+
47195
+ Started GET "/assets/mxit_rails/jquery-1.8.0.min.js?body=1" for 127.0.0.1 at 2012-09-19 09:44:52 +0200
47196
+ Served asset /mxit_rails/jquery-1.8.0.min.js - 304 Not Modified (0ms)
47197
+
47198
+
47199
+ Started GET "/assets/mxit_rails/jquery.history.js?body=1" for 127.0.0.1 at 2012-09-19 09:44:52 +0200
47200
+ Served asset /mxit_rails/jquery.history.js - 304 Not Modified (0ms)
47201
+
47202
+
47203
+ Started GET "/assets/mxit_rails/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-09-19 09:44:52 +0200
47204
+ Served asset /mxit_rails/jquery.cookie.js - 304 Not Modified (1ms)
47205
+
47206
+
47207
+ Started GET "/assets/mxit_rails/emulator.js?body=1" for 127.0.0.1 at 2012-09-19 09:44:52 +0200
47208
+ Served asset /mxit_rails/emulator.js - 304 Not Modified (0ms)
47209
+
47210
+
47211
+ Started GET "/assets/mxit_rails/go.png" for 127.0.0.1 at 2012-09-19 09:44:52 +0200
47212
+ Served asset /mxit_rails/go.png - 304 Not Modified (0ms)
47213
+
47214
+
47215
+ Started GET "/assets/mxit_rails/nokia-5310-frame.png" for 127.0.0.1 at 2012-09-19 09:44:52 +0200
47216
+ Served asset /mxit_rails/nokia-5310-frame.png - 304 Not Modified (3ms)
47217
+
47218
+
47219
+ Started GET "/assets/mxit_rails/out.png" for 127.0.0.1 at 2012-09-19 09:44:52 +0200
47220
+ Served asset /mxit_rails/out.png - 304 Not Modified (0ms)
47221
+
47222
+
47223
+ Started GET "/" for 127.0.0.1 at 2012-09-19 09:44:52 +0200
47224
+ Processing by IndexController#index as HTML
47225
+ Rendered index/index.html.erb within layouts/mxit (0.2ms)
47226
+ Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms)
47227
+
47228
+
47229
+ Started GET "/assets/mxit_rails/refresh.png" for 127.0.0.1 at 2012-09-19 09:44:52 +0200
47230
+ Served asset /mxit_rails/refresh.png - 304 Not Modified (0ms)
47231
+
47232
+
47233
+ Started GET "/assets/mxit_rails/included.css?body=1" for 127.0.0.1 at 2012-09-19 09:44:52 +0200
47234
+ Served asset /mxit_rails/included.css - 304 Not Modified (0ms)
47235
+
47236
+
47237
+ Started GET "/assets/mxit_rails/favicon.ico" for 127.0.0.1 at 2012-09-19 09:44:52 +0200
47238
+ Served asset /mxit_rails/favicon.ico - 304 Not Modified (0ms)
47239
+
47240
+
47241
+ Started GET "/emulator/" for 127.0.0.1 at 2012-09-19 09:44:53 +0200
47242
+ Processing by EmulatorController#index as HTML
47243
+ Rendered /Users/linsenloots/Dev/payments/mxit-rails/app/views/emulator/index.html.erb (2.8ms)
47244
+ Completed 200 OK in 5ms (Views: 4.3ms | ActiveRecord: 0.0ms)
47245
+
47246
+
47247
+ Started GET "/assets/mxit_rails/emulator.css?body=1" for 127.0.0.1 at 2012-09-19 09:44:53 +0200
47248
+ Served asset /mxit_rails/emulator.css - 304 Not Modified (0ms)
47249
+
47250
+
47251
+ Started GET "/assets/mxit_rails/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-09-19 09:44:53 +0200
47252
+ Served asset /mxit_rails/jquery.cookie.js - 304 Not Modified (3ms)
47253
+
47254
+
47255
+ Started GET "/assets/mxit_rails/jquery-1.8.0.min.js?body=1" for 127.0.0.1 at 2012-09-19 09:44:53 +0200
47256
+ Served asset /mxit_rails/jquery-1.8.0.min.js - 304 Not Modified (0ms)
47257
+
47258
+
47259
+ Started GET "/assets/mxit_rails/emulator.js?body=1" for 127.0.0.1 at 2012-09-19 09:44:53 +0200
47260
+ Served asset /mxit_rails/emulator.js - 304 Not Modified (0ms)
47261
+
47262
+
47263
+ Started GET "/assets/mxit_rails/jquery.history.js?body=1" for 127.0.0.1 at 2012-09-19 09:44:53 +0200
47264
+ Served asset /mxit_rails/jquery.history.js - 304 Not Modified (0ms)
47265
+
47266
+
47267
+ Started GET "/assets/mxit_rails/refresh.png" for 127.0.0.1 at 2012-09-19 09:44:53 +0200
47268
+ Served asset /mxit_rails/refresh.png - 304 Not Modified (0ms)
47269
+
47270
+
47271
+ Started GET "/" for 127.0.0.1 at 2012-09-19 09:44:53 +0200
47272
+ Processing by IndexController#index as HTML
47273
+ Rendered index/index.html.erb within layouts/mxit (0.1ms)
47274
+ Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.0ms)
47275
+
47276
+
47277
+ Started GET "/assets/mxit_rails/out.png" for 127.0.0.1 at 2012-09-19 09:44:53 +0200
47278
+ Served asset /mxit_rails/out.png - 304 Not Modified (0ms)
47279
+
47280
+
47281
+ Started GET "/assets/mxit_rails/go.png" for 127.0.0.1 at 2012-09-19 09:44:53 +0200
47282
+ Served asset /mxit_rails/go.png - 304 Not Modified (0ms)
47283
+
47284
+
47285
+ Started GET "/assets/mxit_rails/nokia-5310-frame.png" for 127.0.0.1 at 2012-09-19 09:44:53 +0200
47286
+ Served asset /mxit_rails/nokia-5310-frame.png - 304 Not Modified (3ms)
47287
+
47288
+
47289
+ Started GET "/assets/mxit_rails/included.css?body=1" for 127.0.0.1 at 2012-09-19 09:44:53 +0200
47290
+ Served asset /mxit_rails/included.css - 304 Not Modified (0ms)
47291
+
47292
+
47293
+ Started GET "/assets/mxit_rails/favicon.ico" for 127.0.0.1 at 2012-09-19 09:44:53 +0200
47294
+ Served asset /mxit_rails/favicon.ico - 304 Not Modified (0ms)
47295
+
47296
+
47297
+ Started GET "/welcome" for 127.0.0.1 at 2012-09-19 09:44:54 +0200
47298
+
47299
+ ActionController::RoutingError (No route matches [GET] "/welcome"):
47300
+ actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
47301
+ actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
47302
+ railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app'
47303
+ railties (3.2.8) lib/rails/rack/logger.rb:16:in `call'
47304
+ actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call'
47305
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
47306
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
47307
+ activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
47308
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
47309
+ actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call'
47310
+ railties (3.2.8) lib/rails/engine.rb:479:in `call'
47311
+ railties (3.2.8) lib/rails/application.rb:223:in `call'
47312
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
47313
+ railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call'
47314
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
47315
+ /Users/linsenloots/.rbenv/versions/1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
47316
+ /Users/linsenloots/.rbenv/versions/1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
47317
+ /Users/linsenloots/.rbenv/versions/1.9.3-p125/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
47318
+
47319
+
47320
+ Rendered /Users/linsenloots/.rbenv/versions/1.9.3-p125/lib/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms)
47321
+
47322
+
47323
+ Started GET "/emulator/welcome" for 127.0.0.1 at 2012-09-19 09:45:34 +0200
47324
+ Processing by EmulatorController#index as HTML
47325
+ Parameters: {"path"=>"welcome"}
47326
+ Rendered /Users/linsenloots/Dev/payments/mxit-rails/app/views/emulator/index.html.erb (3.5ms)
47327
+ Completed 200 OK in 5ms (Views: 5.2ms | ActiveRecord: 0.0ms)
47328
+
47329
+
47330
+ Started GET "/assets/mxit_rails/emulator.css?body=1" for 127.0.0.1 at 2012-09-19 09:45:34 +0200
47331
+ Served asset /mxit_rails/emulator.css - 304 Not Modified (0ms)
47332
+
47333
+
47334
+ Started GET "/assets/mxit_rails/jquery-1.8.0.min.js?body=1" for 127.0.0.1 at 2012-09-19 09:45:34 +0200
47335
+ Served asset /mxit_rails/jquery-1.8.0.min.js - 304 Not Modified (0ms)
47336
+
47337
+
47338
+ Started GET "/assets/mxit_rails/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-09-19 09:45:34 +0200
47339
+ Served asset /mxit_rails/jquery.cookie.js - 304 Not Modified (0ms)
47340
+
47341
+
47342
+ Started GET "/assets/mxit_rails/jquery.history.js?body=1" for 127.0.0.1 at 2012-09-19 09:45:35 +0200
47343
+ Served asset /mxit_rails/jquery.history.js - 304 Not Modified (0ms)
47344
+
47345
+
47346
+ Started GET "/assets/mxit_rails/emulator.js?body=1" for 127.0.0.1 at 2012-09-19 09:45:35 +0200
47347
+ Served asset /mxit_rails/emulator.js - 304 Not Modified (0ms)
47348
+
47349
+
47350
+ Started GET "/assets/mxit_rails/refresh.png" for 127.0.0.1 at 2012-09-19 09:45:35 +0200
47351
+ Served asset /mxit_rails/refresh.png - 304 Not Modified (0ms)
47352
+
47353
+
47354
+ Started GET "/assets/mxit_rails/go.png" for 127.0.0.1 at 2012-09-19 09:45:35 +0200
47355
+ Served asset /mxit_rails/go.png - 304 Not Modified (0ms)
47356
+
47357
+
47358
+ Started GET "/assets/mxit_rails/nokia-5310-frame.png" for 127.0.0.1 at 2012-09-19 09:45:35 +0200
47359
+ Served asset /mxit_rails/nokia-5310-frame.png - 304 Not Modified (1ms)
47360
+
47361
+
47362
+ Started GET "/welcome" for 127.0.0.1 at 2012-09-19 09:45:35 +0200
47363
+ Processing by WelcomeController#index as HTML
47364
+ Rendered welcome/index.html.erb within layouts/mxit (0.5ms)
47365
+ Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms)
47366
+
47367
+
47368
+ Started GET "/assets/mxit_rails/out.png" for 127.0.0.1 at 2012-09-19 09:45:35 +0200
47369
+ Served asset /mxit_rails/out.png - 304 Not Modified (0ms)
47370
+
47371
+
47372
+ Started GET "/assets/mxit_rails/included.css?body=1" for 127.0.0.1 at 2012-09-19 09:45:35 +0200
47373
+ Served asset /mxit_rails/included.css - 304 Not Modified (0ms)
47374
+
47375
+
47376
+ Started GET "/assets/mxit_rails/favicon.ico" for 127.0.0.1 at 2012-09-19 09:45:35 +0200
47377
+ Served asset /mxit_rails/favicon.ico - 304 Not Modified (0ms)
47378
+
47379
+
47380
+ Started GET "/emulator/welcome" for 127.0.0.1 at 2012-09-19 09:45:35 +0200
47381
+ Processing by EmulatorController#index as HTML
47382
+ Parameters: {"path"=>"welcome"}
47383
+ Rendered /Users/linsenloots/Dev/payments/mxit-rails/app/views/emulator/index.html.erb (4.3ms)
47384
+ Completed 200 OK in 5ms (Views: 5.3ms | ActiveRecord: 0.0ms)
47385
+
47386
+
47387
+ Started GET "/assets/mxit_rails/emulator.css?body=1" for 127.0.0.1 at 2012-09-19 09:45:35 +0200
47388
+ Served asset /mxit_rails/emulator.css - 304 Not Modified (0ms)
47389
+
47390
+
47391
+ Started GET "/assets/mxit_rails/emulator.js?body=1" for 127.0.0.1 at 2012-09-19 09:45:35 +0200
47392
+ Served asset /mxit_rails/emulator.js - 304 Not Modified (4ms)
47393
+
47394
+
47395
+ Started GET "/assets/mxit_rails/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-09-19 09:45:35 +0200
47396
+ Served asset /mxit_rails/jquery.cookie.js - 304 Not Modified (0ms)
47397
+
47398
+
47399
+ Started GET "/assets/mxit_rails/jquery-1.8.0.min.js?body=1" for 127.0.0.1 at 2012-09-19 09:45:35 +0200
47400
+ Served asset /mxit_rails/jquery-1.8.0.min.js - 304 Not Modified (0ms)
47401
+
47402
+
47403
+ Started GET "/assets/mxit_rails/jquery.history.js?body=1" for 127.0.0.1 at 2012-09-19 09:45:35 +0200
47404
+ Served asset /mxit_rails/jquery.history.js - 304 Not Modified (0ms)
47405
+
47406
+
47407
+ Started GET "/welcome" for 127.0.0.1 at 2012-09-19 09:45:36 +0200
47408
+ Processing by WelcomeController#index as HTML
47409
+ Rendered welcome/index.html.erb within layouts/mxit (0.1ms)
47410
+ Completed 200 OK in 10ms (Views: 9.4ms | ActiveRecord: 0.0ms)
47411
+
47412
+
47413
+ Started GET "/assets/mxit_rails/nokia-5310-frame.png" for 127.0.0.1 at 2012-09-19 09:45:36 +0200
47414
+ Served asset /mxit_rails/nokia-5310-frame.png - 304 Not Modified (1ms)
47415
+
47416
+
47417
+ Started GET "/assets/mxit_rails/go.png" for 127.0.0.1 at 2012-09-19 09:45:36 +0200
47418
+ Served asset /mxit_rails/go.png - 304 Not Modified (0ms)
47419
+
47420
+
47421
+ Started GET "/assets/mxit_rails/refresh.png" for 127.0.0.1 at 2012-09-19 09:45:36 +0200
47422
+ Served asset /mxit_rails/refresh.png - 304 Not Modified (0ms)
47423
+
47424
+
47425
+ Started GET "/assets/mxit_rails/out.png" for 127.0.0.1 at 2012-09-19 09:45:36 +0200
47426
+ Served asset /mxit_rails/out.png - 304 Not Modified (0ms)
47427
+
47428
+
47429
+ Started GET "/assets/mxit_rails/included.css?body=1" for 127.0.0.1 at 2012-09-19 09:45:36 +0200
47430
+ Served asset /mxit_rails/included.css - 304 Not Modified (0ms)
47431
+
47432
+
47433
+ Started GET "/assets/mxit_rails/favicon.ico" for 127.0.0.1 at 2012-09-19 09:45:36 +0200
47434
+ Served asset /mxit_rails/favicon.ico - 304 Not Modified (0ms)
47435
+
47436
+
47437
+ Started GET "/" for 127.0.0.1 at 2012-09-19 09:45:37 +0200
47438
+ Processing by IndexController#index as HTML
47439
+ Rendered index/index.html.erb within layouts/mxit (0.2ms)
47440
+ Completed 200 OK in 18ms (Views: 17.3ms | ActiveRecord: 0.0ms)
47441
+
47442
+
47443
+ Started GET "/assets/mxit_rails/included.css?body=1" for 127.0.0.1 at 2012-09-19 09:45:37 +0200
47444
+ Served asset /mxit_rails/included.css - 304 Not Modified (0ms)
47445
+
47446
+
47447
+ Started GET "/welcome" for 127.0.0.1 at 2012-09-19 09:45:38 +0200
47448
+ Processing by WelcomeController#index as HTML
47449
+ Rendered welcome/index.html.erb within layouts/mxit (0.1ms)
47450
+ Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms)
47451
+
47452
+
47453
+ Started GET "/assets/mxit_rails/included.css?body=1" for 127.0.0.1 at 2012-09-19 09:45:38 +0200
47454
+ Served asset /mxit_rails/included.css - 304 Not Modified (0ms)
47455
+
47456
+
47457
+ Started POST "/welcome" for 127.0.0.1 at 2012-09-19 09:45:39 +0200
47458
+ Processing by WelcomeController#index as HTML
47459
+ Parameters: {"phone_number"=>"", "_mxit_rails_submit"=>"Proceed"}
47460
+ Validation: ""
47461
+ Output: true
47462
+ Rendered welcome/index.html.erb within layouts/mxit (0.1ms)
47463
+ Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms)
47464
+
47465
+
47466
+ Started GET "/assets/mxit_rails/included.css?body=1" for 127.0.0.1 at 2012-09-19 09:45:39 +0200
47467
+ Served asset /mxit_rails/included.css - 304 Not Modified (0ms)
47468
+
47469
+
47470
+ Started POST "/welcome" for 127.0.0.1 at 2012-09-19 09:45:43 +0200
47471
+ Processing by WelcomeController#index as HTML
47472
+ Parameters: {"phone_number"=>"123", "_mxit_rails_submit"=>"Proceed"}
47473
+ Validation: "123"
47474
+ Output: true
47475
+ Rendered welcome/index.html.erb within layouts/mxit (0.1ms)
47476
+ Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms)
47477
+
47478
+
47479
+ Started GET "/assets/mxit_rails/included.css?body=1" for 127.0.0.1 at 2012-09-19 09:45:43 +0200
47480
+ Served asset /mxit_rails/included.css - 304 Not Modified (0ms)
47481
+
47482
+
47483
+ Started POST "/welcome" for 127.0.0.1 at 2012-09-19 09:45:51 +0200
47484
+ Processing by WelcomeController#index as HTML
47485
+ Parameters: {"phone_number"=>"0829267557", "_mxit_rails_submit"=>"Proceed"}
47486
+ Validation: "0829267557"
47487
+ Output: true
47488
+ This won't execute if an error occurred or if error! or redirect! was called
47489
+ Redirected to http://localhost:3000/mxit/index/success
47490
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
47491
+
47492
+
47493
+ Started GET "/mxit/index/success" for 127.0.0.1 at 2012-09-19 09:45:51 +0200
47494
+
47495
+ ActionController::RoutingError (No route matches [GET] "/mxit/index/success"):
47496
+ actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
47497
+ actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
47498
+ railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app'
47499
+ railties (3.2.8) lib/rails/rack/logger.rb:16:in `call'
47500
+ actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call'
47501
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
47502
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
47503
+ activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
47504
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
47505
+ actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call'
47506
+ railties (3.2.8) lib/rails/engine.rb:479:in `call'
47507
+ railties (3.2.8) lib/rails/application.rb:223:in `call'
47508
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
47509
+ railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call'
47510
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
47511
+ /Users/linsenloots/.rbenv/versions/1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
47512
+ /Users/linsenloots/.rbenv/versions/1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
47513
+ /Users/linsenloots/.rbenv/versions/1.9.3-p125/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
47514
+
47515
+
47516
+ Rendered /Users/linsenloots/.rbenv/versions/1.9.3-p125/lib/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms)
47517
+
47518
+
47519
+ Started GET "/welcome" for 127.0.0.1 at 2012-09-19 09:46:00 +0200
47520
+ Processing by WelcomeController#index as HTML
47521
+ Rendered welcome/index.html.erb within layouts/mxit (0.1ms)
47522
+ Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.0ms)
47523
+
47524
+
47525
+ Started GET "/assets/mxit_rails/included.css?body=1" for 127.0.0.1 at 2012-09-19 09:46:00 +0200
47526
+ Served asset /mxit_rails/included.css - 304 Not Modified (0ms)
47527
+
47528
+
47529
+ Started POST "/welcome" for 127.0.0.1 at 2012-09-19 09:46:03 +0200
47530
+ Processing by WelcomeController#index as HTML
47531
+ Parameters: {"phone_number"=>"0829267557", "_mxit_rails_submit"=>"Proceed"}
47532
+ Validation: "0829267557"
47533
+ Output: true
47534
+ This won't execute if an error occurred or if error! or redirect! was called
47535
+ Redirected to http://localhost:3000/index/success
47536
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
47537
+
47538
+
47539
+ Started GET "/index/success" for 127.0.0.1 at 2012-09-19 09:46:03 +0200
47540
+ Processing by IndexController#success as HTML
47541
+ Rendered index/success.html.erb within layouts/mxit (0.4ms)
47542
+ Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms)
47543
+
47544
+
47545
+ Started GET "/assets/mxit_rails/included.css?body=1" for 127.0.0.1 at 2012-09-19 09:46:03 +0200
47546
+ Served asset /mxit_rails/included.css - 304 Not Modified (0ms)
47547
+
47548
+
47549
+ Started GET "/" for 127.0.0.1 at 2012-09-19 09:46:06 +0200
47550
+ Processing by IndexController#index as HTML
47551
+ Rendered index/index.html.erb within layouts/mxit (0.1ms)
47552
+ Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms)
47553
+
47554
+
47555
+ Started GET "/assets/mxit_rails/included.css?body=1" for 127.0.0.1 at 2012-09-19 09:46:06 +0200
47556
+ Served asset /mxit_rails/included.css - 304 Not Modified (0ms)
47557
+
47558
+
47559
+ Started GET "/welcome" for 127.0.0.1 at 2012-09-19 09:47:00 +0200
47560
+ Processing by WelcomeController#index as HTML
47561
+ Rendered welcome/index.html.erb within layouts/mxit (0.1ms)
47562
+ Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms)
47563
+
47564
+
47565
+ Started GET "/assets/mxit_rails/included.css?body=1" for 127.0.0.1 at 2012-09-19 09:47:00 +0200
47566
+ Served asset /mxit_rails/included.css - 304 Not Modified (0ms)
47567
+
47568
+
47569
+ Started POST "/welcome" for 127.0.0.1 at 2012-09-19 09:47:02 +0200
47570
+ Processing by WelcomeController#index as HTML
47571
+ Parameters: {"phone_number"=>"", "_mxit_rails_submit"=>"Proceed"}
47572
+ Validation: ""
47573
+ Output: true
47574
+ Rendered welcome/index.html.erb within layouts/mxit (0.1ms)
47575
+ Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.0ms)
47576
+
47577
+
47578
+ Started GET "/assets/mxit_rails/included.css?body=1" for 127.0.0.1 at 2012-09-19 09:47:02 +0200
47579
+ Served asset /mxit_rails/included.css - 304 Not Modified (0ms)
47580
+
47581
+
47582
+ Started POST "/welcome" for 127.0.0.1 at 2012-09-19 09:47:04 +0200
47583
+ Processing by WelcomeController#index as HTML
47584
+ Parameters: {"phone_number"=>"1", "_mxit_rails_submit"=>"Proceed"}
47585
+ Validation: "1"
47586
+ Output: true
47587
+ Rendered welcome/index.html.erb within layouts/mxit (0.1ms)
47588
+ Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.0ms)
47589
+
47590
+
47591
+ Started GET "/assets/mxit_rails/included.css?body=1" for 127.0.0.1 at 2012-09-19 09:47:04 +0200
47592
+ Served asset /mxit_rails/included.css - 304 Not Modified (0ms)
47593
+
47594
+
47595
+ Started POST "/welcome" for 127.0.0.1 at 2012-09-19 09:47:08 +0200
47596
+ Processing by WelcomeController#index as HTML
47597
+ Parameters: {"phone_number"=>"1234567890", "_mxit_rails_submit"=>"Proceed"}
47598
+ Validation: "1234567890"
47599
+ Output: true
47600
+ Redirected to
47601
+ Completed 500 Internal Server Error in 3ms
47602
+
47603
+ NoMethodError (undefined method `easter_egg_url' for #<WelcomeController:0x007fcf2c412320>):
47604
+ actionpack (3.2.8) lib/action_dispatch/routing/polymorphic_routes.rb:129:in `polymorphic_url'
47605
+ actionpack (3.2.8) lib/action_dispatch/routing/url_for.rb:150:in `url_for'
47606
+ actionpack (3.2.8) lib/action_controller/metal/redirecting.rb:105:in `_compute_redirect_to_location'
47607
+ actionpack (3.2.8) lib/action_controller/metal/redirecting.rb:74:in `redirect_to'
47608
+ actionpack (3.2.8) lib/action_controller/metal/flash.rb:25:in `redirect_to'
47609
+ actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:60:in `block in redirect_to'
47610
+ activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument'
47611
+ activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
47612
+ activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument'
47613
+ actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:59:in `redirect_to'
47614
+ /Users/linsenloots/Dev/payments/mxit-rails/lib/mxit_rails/page.rb:79:in `handle_mxit_exception'
47615
+ activesupport (3.2.8) lib/active_support/rescuable.rb:80:in `call'
47616
+ activesupport (3.2.8) lib/active_support/rescuable.rb:80:in `rescue_with_handler'
47617
+ actionpack (3.2.8) lib/action_controller/metal/rescue.rb:15:in `rescue_with_handler'
47618
+ actionpack (3.2.8) lib/action_controller/metal/rescue.rb:32:in `rescue in process_action'
47619
+ actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action'
47620
+ actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
47621
+ activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument'
47622
+ activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
47623
+ activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument'
47624
+ actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
47625
+ actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
47626
+ activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
47627
+ actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process'
47628
+ actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process'
47629
+ actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch'
47630
+ actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
47631
+ actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action'
47632
+ actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call'
47633
+ actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
47634
+ actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call'
47635
+ journey (1.0.4) lib/journey/router.rb:68:in `block in call'
47636
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
47637
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
47638
+ actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call'
47639
+ actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
47640
+ rack (1.4.1) lib/rack/etag.rb:23:in `call'
47641
+ rack (1.4.1) lib/rack/conditionalget.rb:35:in `call'
47642
+ actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call'
47643
+ actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
47644
+ actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call'
47645
+ rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context'
47646
+ rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call'
47647
+ actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call'
47648
+ activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call'
47649
+ activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call'
47650
+ actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
47651
+ activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1792891467374720114__call__781602605640504561__callbacks'
47652
+ activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback'
47653
+ activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
47654
+ activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks'
47655
+ actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
47656
+ actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call'
47657
+ actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
47658
+ actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
47659
+ actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
47660
+ railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app'
47661
+ railties (3.2.8) lib/rails/rack/logger.rb:16:in `call'
47662
+ actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call'
47663
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
47664
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
47665
+ activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
47666
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
47667
+ actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call'
47668
+ railties (3.2.8) lib/rails/engine.rb:479:in `call'
47669
+ railties (3.2.8) lib/rails/application.rb:223:in `call'
47670
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
47671
+ railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call'
47672
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
47673
+ /Users/linsenloots/.rbenv/versions/1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
47674
+ /Users/linsenloots/.rbenv/versions/1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
47675
+ /Users/linsenloots/.rbenv/versions/1.9.3-p125/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
47676
+
47677
+
47678
+ Rendered /Users/linsenloots/.rbenv/versions/1.9.3-p125/lib/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.7ms)
47679
+ Rendered /Users/linsenloots/.rbenv/versions/1.9.3-p125/lib/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms)
47680
+ Rendered /Users/linsenloots/.rbenv/versions/1.9.3-p125/lib/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.5ms)
47681
+
47682
+
47683
+ Started GET "/assets/mxit_rails/included.css?body=1" for 127.0.0.1 at 2012-09-19 09:47:34 +0200
47684
+ Served asset /mxit_rails/included.css - 304 Not Modified (0ms)
47685
+
47686
+
47687
+ Started POST "/welcome" for 127.0.0.1 at 2012-09-19 09:47:38 +0200
47688
+ Processing by WelcomeController#index as HTML
47689
+ Parameters: {"phone_number"=>"1234567890", "_mxit_rails_submit"=>"Proceed"}
47690
+ Validation: "1234567890"
47691
+ Output: true
47692
+ Redirected to http://localhost:3000/easter_egg
47693
+ This won't execute if an error occurred or if error! or redirect! was called
47694
+ Redirected to
47695
+ Completed 500 Internal Server Error in 1ms
47696
+
47697
+ AbstractController::DoubleRenderError (Render and/or redirect were called multiple times in this action. Please note that you may only call render OR redirect, and at most once per action. Also note that neither redirect nor render terminate execution of the action, so if you want to exit an action after redirecting, you need to do something like "redirect_to(...) and return".):
47698
+ app/controllers/welcome_controller.rb:24:in `block in index'
47699
+ app/controllers/welcome_controller.rb:19:in `index'
47700
+
47701
+
47702
+ Rendered /Users/linsenloots/.rbenv/versions/1.9.3-p125/lib/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms)
47703
+ Rendered /Users/linsenloots/.rbenv/versions/1.9.3-p125/lib/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms)
47704
+ Rendered /Users/linsenloots/.rbenv/versions/1.9.3-p125/lib/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.3ms)
47705
+
47706
+
47707
+ Started GET "/assets/mxit_rails/included.css?body=1" for 127.0.0.1 at 2012-09-19 09:47:47 +0200
47708
+ Served asset /mxit_rails/included.css - 304 Not Modified (0ms)
47709
+
47710
+
47711
+ Started POST "/welcome" for 127.0.0.1 at 2012-09-19 09:47:50 +0200
47712
+ Processing by WelcomeController#index as HTML
47713
+ Parameters: {"phone_number"=>"1234567890", "_mxit_rails_submit"=>"Proceed"}
47714
+ Validation: "1234567890"
47715
+ Output: true
47716
+ Redirected to http://localhost:3000/easter_egg
47717
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
47718
+
47719
+
47720
+ Started GET "/easter_egg" for 127.0.0.1 at 2012-09-19 09:47:50 +0200
47721
+
47722
+ ActionController::RoutingError (No route matches [GET] "/easter_egg"):
47723
+ actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
47724
+ actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
47725
+ railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app'
47726
+ railties (3.2.8) lib/rails/rack/logger.rb:16:in `call'
47727
+ actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call'
47728
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
47729
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
47730
+ activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
47731
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
47732
+ actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call'
47733
+ railties (3.2.8) lib/rails/engine.rb:479:in `call'
47734
+ railties (3.2.8) lib/rails/application.rb:223:in `call'
47735
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
47736
+ railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call'
47737
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
47738
+ /Users/linsenloots/.rbenv/versions/1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
47739
+ /Users/linsenloots/.rbenv/versions/1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
47740
+ /Users/linsenloots/.rbenv/versions/1.9.3-p125/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
47741
+
47742
+
47743
+ Rendered /Users/linsenloots/.rbenv/versions/1.9.3-p125/lib/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms)
47744
+
47745
+
47746
+ Started GET "/welcome" for 127.0.0.1 at 2012-09-19 09:48:06 +0200
47747
+ Processing by WelcomeController#index as HTML
47748
+ Rendered welcome/index.html.erb within layouts/mxit (0.2ms)
47749
+ Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms)
47750
+
47751
+
47752
+ Started GET "/assets/mxit_rails/included.css?body=1" for 127.0.0.1 at 2012-09-19 09:48:06 +0200
47753
+ Served asset /mxit_rails/included.css - 304 Not Modified (0ms)
47754
+
47755
+
47756
+ Started POST "/welcome" for 127.0.0.1 at 2012-09-19 09:48:09 +0200
47757
+ Processing by WelcomeController#index as HTML
47758
+ Parameters: {"phone_number"=>"1234567890", "_mxit_rails_submit"=>"Proceed"}
47759
+ Validation: "1234567890"
47760
+ Output: true
47761
+ Redirected to http://localhost:3000/welcome/easter_egg
47762
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
47763
+
47764
+
47765
+ Started GET "/welcome/easter_egg" for 127.0.0.1 at 2012-09-19 09:48:09 +0200
47766
+ Processing by WelcomeController#easter_egg as HTML
47767
+ Rendered welcome/easter_egg.html.erb within layouts/mxit (0.6ms)
47768
+ Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.0ms)
47769
+
47770
+
47771
+ Started GET "/assets/mxit_rails/included.css?body=1" for 127.0.0.1 at 2012-09-19 09:48:09 +0200
47772
+ Served asset /mxit_rails/included.css - 304 Not Modified (0ms)
47773
+
47774
+
47775
+ Started GET "/welcome" for 127.0.0.1 at 2012-09-19 09:48:10 +0200
47776
+ Processing by WelcomeController#index as HTML
47777
+ Rendered welcome/index.html.erb within layouts/mxit (0.1ms)
47778
+ Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms)
47779
+
47780
+
47781
+ Started GET "/assets/mxit_rails/included.css?body=1" for 127.0.0.1 at 2012-09-19 09:48:10 +0200
47782
+ Served asset /mxit_rails/included.css - 304 Not Modified (0ms)
47783
+
47784
+
47785
+ Started POST "/welcome" for 127.0.0.1 at 2012-09-19 09:48:13 +0200
47786
+ Processing by WelcomeController#index as HTML
47787
+ Parameters: {"phone_number"=>"0829267557", "_mxit_rails_submit"=>"Proceed"}
47788
+ Validation: "0829267557"
47789
+ Output: true
47790
+ This won't execute if an error occurred or if error! or redirect! was called
47791
+ Redirected to http://localhost:3000/index/success
47792
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
47793
+
47794
+
47795
+ Started GET "/index/success" for 127.0.0.1 at 2012-09-19 09:48:13 +0200
47796
+ Processing by IndexController#success as HTML
47797
+ Rendered index/success.html.erb within layouts/mxit (0.2ms)
47798
+ Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.0ms)
47799
+
47800
+
47801
+ Started GET "/assets/mxit_rails/included.css?body=1" for 127.0.0.1 at 2012-09-19 09:48:13 +0200
47802
+ Served asset /mxit_rails/included.css - 304 Not Modified (0ms)
47803
+
47804
+
47805
+ Started GET "/" for 127.0.0.1 at 2012-09-19 09:48:14 +0200
47806
+ Processing by IndexController#index as HTML
47807
+ Rendered index/index.html.erb within layouts/mxit (0.1ms)
47808
+ Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms)
47809
+
47810
+
47811
+ Started GET "/assets/mxit_rails/included.css?body=1" for 127.0.0.1 at 2012-09-19 09:48:14 +0200
47812
+ Served asset /mxit_rails/included.css - 304 Not Modified (0ms)
47813
+
47814
+
47815
+ Started GET "/index" for 127.0.0.1 at 2012-09-19 09:48:17 +0200
47816
+ Processing by IndexController#index as HTML
47817
+ Rendered index/index.html.erb within layouts/mxit (0.1ms)
47818
+ Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms)
47819
+
47820
+
47821
+ Started GET "/assets/mxit_rails/included.css?body=1" for 127.0.0.1 at 2012-09-19 09:48:17 +0200
47822
+ Served asset /mxit_rails/included.css - 304 Not Modified (0ms)
47823
+
47824
+
47825
+ Started GET "/form" for 127.0.0.1 at 2012-09-19 09:49:05 +0200
47826
+ Processing by FormController#index as HTML
47827
+ Rendered form/index/start.html.erb within layouts/mxit (0.7ms)
47828
+ Completed 200 OK in 5ms (Views: 4.2ms | ActiveRecord: 0.0ms)
47829
+
47830
+
47831
+ Started GET "/assets/mxit_rails/included.css?body=1" for 127.0.0.1 at 2012-09-19 09:49:05 +0200
47832
+ Served asset /mxit_rails/included.css - 304 Not Modified (0ms)
47833
+
47834
+
47835
+ Started GET "/form?_mxit_rails_submit=Proceed" for 127.0.0.1 at 2012-09-19 09:50:52 +0200
47836
+ Processing by FormController#index as HTML
47837
+ Parameters: {"_mxit_rails_submit"=>"Proceed"}
47838
+ Rendered form/index/name.html.erb within layouts/mxit (0.5ms)
47839
+ Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms)
47840
+
47841
+
47842
+ Started GET "/assets/mxit_rails/included.css?body=1" for 127.0.0.1 at 2012-09-19 09:50:52 +0200
47843
+ Served asset /mxit_rails/included.css - 304 Not Modified (0ms)
47844
+
47845
+
47846
+ Started POST "/form" for 127.0.0.1 at 2012-09-19 09:50:54 +0200
47847
+ Processing by FormController#index as HTML
47848
+ Parameters: {"name"=>"Linsen", "_mxit_rails_submit"=>"Proceed"}
47849
+ Output: true
47850
+ Rendered form/index/surname.html.erb within layouts/mxit (0.6ms)
47851
+ Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.0ms)
47852
+
47853
+
47854
+ Started GET "/assets/mxit_rails/included.css?body=1" for 127.0.0.1 at 2012-09-19 09:50:54 +0200
47855
+ Served asset /mxit_rails/included.css - 304 Not Modified (0ms)
47856
+
47857
+
47858
+ Started GET "/emulator/form" for 127.0.0.1 at 2012-09-19 09:51:09 +0200
47859
+ Processing by EmulatorController#index as HTML
47860
+ Parameters: {"path"=>"form"}
47861
+ Rendered /Users/linsenloots/Dev/payments/mxit-rails/app/views/emulator/index.html.erb (2.6ms)
47862
+ Completed 200 OK in 4ms (Views: 3.9ms | ActiveRecord: 0.0ms)
47863
+
47864
+
47865
+ Started GET "/assets/mxit_rails/emulator.css?body=1" for 127.0.0.1 at 2012-09-19 09:51:09 +0200
47866
+ Served asset /mxit_rails/emulator.css - 304 Not Modified (0ms)
47867
+
47868
+
47869
+ Started GET "/assets/mxit_rails/jquery-1.8.0.min.js?body=1" for 127.0.0.1 at 2012-09-19 09:51:09 +0200
47870
+ Served asset /mxit_rails/jquery-1.8.0.min.js - 304 Not Modified (4ms)
47871
+
47872
+
47873
+ Started GET "/assets/mxit_rails/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-09-19 09:51:09 +0200
47874
+ Served asset /mxit_rails/jquery.cookie.js - 304 Not Modified (0ms)
47875
+
47876
+
47877
+ Started GET "/assets/mxit_rails/jquery.history.js?body=1" for 127.0.0.1 at 2012-09-19 09:51:09 +0200
47878
+ Served asset /mxit_rails/jquery.history.js - 304 Not Modified (0ms)
47879
+
47880
+
47881
+ Started GET "/assets/mxit_rails/emulator.js?body=1" for 127.0.0.1 at 2012-09-19 09:51:09 +0200
47882
+ Served asset /mxit_rails/emulator.js - 304 Not Modified (1ms)
47883
+
47884
+
47885
+ Started GET "/assets/mxit_rails/refresh.png" for 127.0.0.1 at 2012-09-19 09:51:09 +0200
47886
+ Served asset /mxit_rails/refresh.png - 304 Not Modified (0ms)
47887
+
47888
+
47889
+ Started GET "/form" for 127.0.0.1 at 2012-09-19 09:51:09 +0200
47890
+ Processing by FormController#index as HTML
47891
+ Rendered form/index/surname.html.erb within layouts/mxit (0.1ms)
47892
+ Completed 200 OK in 7ms (Views: 6.3ms | ActiveRecord: 0.0ms)
47893
+
47894
+
47895
+ Started GET "/assets/mxit_rails/out.png" for 127.0.0.1 at 2012-09-19 09:51:09 +0200
47896
+ Served asset /mxit_rails/out.png - 304 Not Modified (0ms)
47897
+
47898
+
47899
+ Started GET "/assets/mxit_rails/go.png" for 127.0.0.1 at 2012-09-19 09:51:09 +0200
47900
+ Served asset /mxit_rails/go.png - 304 Not Modified (0ms)
47901
+
47902
+
47903
+ Started GET "/assets/mxit_rails/nokia-5310-frame.png" for 127.0.0.1 at 2012-09-19 09:51:09 +0200
47904
+ Served asset /mxit_rails/nokia-5310-frame.png - 304 Not Modified (1ms)
47905
+
47906
+
47907
+ Started GET "/assets/mxit_rails/included.css?body=1" for 127.0.0.1 at 2012-09-19 09:51:09 +0200
47908
+ Served asset /mxit_rails/included.css - 304 Not Modified (0ms)
47909
+
47910
+
47911
+ Started GET "/assets/mxit_rails/favicon.ico" for 127.0.0.1 at 2012-09-19 09:51:09 +0200
47912
+ Served asset /mxit_rails/favicon.ico - 304 Not Modified (0ms)
47913
+
47914
+
47915
+ Started POST "/form" for 127.0.0.1 at 2012-09-19 09:51:11 +0200
47916
+ Processing by FormController#index as HTML
47917
+ Parameters: {"surname"=>"Loots", "_mxit_rails_submit"=>"Proceed"}
47918
+ Output: true
47919
+ Rendered form/index/age.html.erb within layouts/mxit (0.5ms)
47920
+ Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms)
47921
+
47922
+
47923
+ Started GET "/assets/mxit_rails/included.css?body=1" for 127.0.0.1 at 2012-09-19 09:51:11 +0200
47924
+ Served asset /mxit_rails/included.css - 304 Not Modified (0ms)
47925
+
47926
+
47927
+ Started GET "/assets/mxit_rails/favicon.ico" for 127.0.0.1 at 2012-09-19 09:51:11 +0200
47928
+ Served asset /mxit_rails/favicon.ico - 304 Not Modified (0ms)
47929
+
47930
+
47931
+ Started POST "/form" for 127.0.0.1 at 2012-09-19 09:51:13 +0200
47932
+ Processing by FormController#index as HTML
47933
+ Parameters: {"age"=>"21", "_mxit_rails_submit"=>"Proceed"}
47934
+ Output: true
47935
+ Rendered form/index/done.html.erb within layouts/mxit (0.5ms)
47936
+ Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms)
47937
+
47938
+
47939
+ Started GET "/assets/mxit_rails/included.css?body=1" for 127.0.0.1 at 2012-09-19 09:51:13 +0200
47940
+ Served asset /mxit_rails/included.css - 304 Not Modified (0ms)
47941
+
47942
+
47943
+ Started GET "/assets/mxit_rails/favicon.ico" for 127.0.0.1 at 2012-09-19 09:51:13 +0200
47944
+ Served asset /mxit_rails/favicon.ico - 304 Not Modified (0ms)
47945
+
47946
+
47947
+ Started GET "/form?_mxit_rails_submit=Proceed" for 127.0.0.1 at 2012-09-19 09:51:16 +0200
47948
+ Processing by FormController#index as HTML
47949
+ Parameters: {"_mxit_rails_submit"=>"Proceed"}
47950
+ Output: true
47951
+ Form Completed!
47952
+ name: Linsen; surname: Loots; age: 21
47953
+ ******
47954
+
47955
+
47956
+ Redirected to http://localhost:3000/mxit/index/success
47957
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
47958
+
47959
+
47960
+ Started GET "/mxit/index/success" for 127.0.0.1 at 2012-09-19 09:51:16 +0200
47961
+
47962
+ ActionController::RoutingError (No route matches [GET] "/mxit/index/success"):
47963
+ actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
47964
+ actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
47965
+ railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app'
47966
+ railties (3.2.8) lib/rails/rack/logger.rb:16:in `call'
47967
+ actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call'
47968
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
47969
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
47970
+ activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
47971
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
47972
+ actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call'
47973
+ railties (3.2.8) lib/rails/engine.rb:479:in `call'
47974
+ railties (3.2.8) lib/rails/application.rb:223:in `call'
47975
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
47976
+ railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call'
47977
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
47978
+ /Users/linsenloots/.rbenv/versions/1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
47979
+ /Users/linsenloots/.rbenv/versions/1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
47980
+ /Users/linsenloots/.rbenv/versions/1.9.3-p125/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
47981
+
47982
+
47983
+ Rendered /Users/linsenloots/.rbenv/versions/1.9.3-p125/lib/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms)
47984
+
47985
+
47986
+ Started GET "/form" for 127.0.0.1 at 2012-09-19 09:51:28 +0200
47987
+ Processing by FormController#index as HTML
47988
+ Rendered form/index/done.html.erb within layouts/mxit (0.1ms)
47989
+ Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms)
47990
+
47991
+
47992
+ Started GET "/assets/mxit_rails/included.css?body=1" for 127.0.0.1 at 2012-09-19 09:51:28 +0200
47993
+ Served asset /mxit_rails/included.css - 304 Not Modified (0ms)
47994
+
47995
+
47996
+ Started GET "/form?_mxit_rails_submit=Proceed" for 127.0.0.1 at 2012-09-19 09:51:30 +0200
47997
+ Processing by FormController#index as HTML
47998
+ Parameters: {"_mxit_rails_submit"=>"Proceed"}
47999
+ Output: true
48000
+ Form Completed!
48001
+ name: Linsen; surname: Loots; age: 21
48002
+ ******
48003
+
48004
+
48005
+ Redirected to http://localhost:3000/index/success
48006
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
48007
+
48008
+
48009
+ Started GET "/index/success" for 127.0.0.1 at 2012-09-19 09:51:30 +0200
48010
+ Processing by IndexController#success as HTML
48011
+ Rendered index/success.html.erb within layouts/mxit (0.1ms)
48012
+ Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms)
48013
+
48014
+
48015
+ Started GET "/assets/mxit_rails/included.css?body=1" for 127.0.0.1 at 2012-09-19 09:51:30 +0200
48016
+ Served asset /mxit_rails/included.css - 304 Not Modified (0ms)
48017
+
48018
+
48019
+ Started GET "/" for 127.0.0.1 at 2012-09-19 09:51:31 +0200
48020
+ Processing by IndexController#index as HTML
48021
+ Rendered index/index.html.erb within layouts/mxit (0.1ms)
48022
+ Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms)
48023
+
48024
+
48025
+ Started GET "/assets/mxit_rails/included.css?body=1" for 127.0.0.1 at 2012-09-19 09:51:31 +0200
48026
+ Served asset /mxit_rails/included.css - 304 Not Modified (0ms)
48027
+
48028
+
48029
+ Started GET "/emulator/" for 127.0.0.1 at 2012-09-19 09:53:26 +0200
48030
+ Processing by EmulatorController#index as HTML
48031
+ Rendered /Users/linsenloots/Dev/payments/mxit-rails/app/views/emulator/index.html.erb (2.8ms)
48032
+ Completed 200 OK in 5ms (Views: 4.9ms | ActiveRecord: 0.0ms)
48033
+
48034
+
48035
+ Started GET "/assets/mxit_rails/emulator.css?body=1" for 127.0.0.1 at 2012-09-19 09:53:26 +0200
48036
+ Served asset /mxit_rails/emulator.css - 304 Not Modified (0ms)
48037
+
48038
+
48039
+ Started GET "/assets/mxit_rails/jquery-1.8.0.min.js?body=1" for 127.0.0.1 at 2012-09-19 09:53:26 +0200
48040
+ Served asset /mxit_rails/jquery-1.8.0.min.js - 304 Not Modified (3ms)
48041
+
48042
+
48043
+ Started GET "/assets/mxit_rails/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-09-19 09:53:26 +0200
48044
+ Served asset /mxit_rails/jquery.cookie.js - 304 Not Modified (0ms)
48045
+
48046
+
48047
+ Started GET "/assets/mxit_rails/jquery.history.js?body=1" for 127.0.0.1 at 2012-09-19 09:53:26 +0200
48048
+ Served asset /mxit_rails/jquery.history.js - 304 Not Modified (0ms)
48049
+
48050
+
48051
+ Started GET "/assets/mxit_rails/emulator.js?body=1" for 127.0.0.1 at 2012-09-19 09:53:26 +0200
48052
+ Served asset /mxit_rails/emulator.js - 304 Not Modified (0ms)
48053
+
48054
+
48055
+ Started GET "/assets/mxit_rails/go.png" for 127.0.0.1 at 2012-09-19 09:53:26 +0200
48056
+ Served asset /mxit_rails/go.png - 304 Not Modified (5ms)
48057
+
48058
+
48059
+ Started GET "/assets/mxit_rails/out.png" for 127.0.0.1 at 2012-09-19 09:53:26 +0200
48060
+ Served asset /mxit_rails/out.png - 304 Not Modified (0ms)
48061
+
48062
+
48063
+ Started GET "/" for 127.0.0.1 at 2012-09-19 09:53:26 +0200
48064
+ Processing by IndexController#index as HTML
48065
+ Rendered index/index.html.erb within layouts/mxit (0.5ms)
48066
+ Completed 200 OK in 3ms (Views: 3.1ms | ActiveRecord: 0.0ms)
48067
+
48068
+
48069
+ Started GET "/assets/mxit_rails/nokia-5310-frame.png" for 127.0.0.1 at 2012-09-19 09:53:26 +0200
48070
+ Served asset /mxit_rails/nokia-5310-frame.png - 304 Not Modified (2ms)
48071
+
48072
+
48073
+ Started GET "/assets/mxit_rails/refresh.png" for 127.0.0.1 at 2012-09-19 09:53:26 +0200
48074
+ Served asset /mxit_rails/refresh.png - 304 Not Modified (0ms)
48075
+
48076
+
48077
+ Started GET "/assets/mxit_rails/included.css?body=1" for 127.0.0.1 at 2012-09-19 09:53:26 +0200
48078
+ Served asset /mxit_rails/included.css - 304 Not Modified (0ms)
48079
+
48080
+
48081
+ Started GET "/assets/mxit_rails/favicon.ico" for 127.0.0.1 at 2012-09-19 09:53:26 +0200
48082
+ Served asset /mxit_rails/favicon.ico - 304 Not Modified (0ms)
48083
+
48084
+
48085
+ Started GET "/emulator/" for 127.0.0.1 at 2012-09-19 09:53:35 +0200
48086
+ Processing by EmulatorController#index as HTML
48087
+ Rendered /Users/linsenloots/Dev/payments/mxit-rails/app/views/emulator/index.html.erb (3.2ms)
48088
+ Completed 200 OK in 5ms (Views: 4.3ms | ActiveRecord: 0.0ms)
48089
+
48090
+
48091
+ Started GET "/assets/mxit_rails/emulator.css?body=1" for 127.0.0.1 at 2012-09-19 09:53:35 +0200
48092
+ Served asset /mxit_rails/emulator.css - 304 Not Modified (0ms)
48093
+
48094
+
48095
+ Started GET "/assets/mxit_rails/emulator.js?body=1" for 127.0.0.1 at 2012-09-19 09:53:35 +0200
48096
+ Served asset /mxit_rails/emulator.js - 304 Not Modified (2ms)
48097
+
48098
+
48099
+ Started GET "/assets/mxit_rails/jquery.history.js?body=1" for 127.0.0.1 at 2012-09-19 09:53:35 +0200
48100
+ Served asset /mxit_rails/jquery.history.js - 304 Not Modified (0ms)
48101
+
48102
+
48103
+ Started GET "/assets/mxit_rails/jquery-1.8.0.min.js?body=1" for 127.0.0.1 at 2012-09-19 09:53:35 +0200
48104
+ Served asset /mxit_rails/jquery-1.8.0.min.js - 304 Not Modified (0ms)
48105
+
48106
+
48107
+ Started GET "/assets/mxit_rails/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-09-19 09:53:35 +0200
48108
+ Served asset /mxit_rails/jquery.cookie.js - 304 Not Modified (0ms)
48109
+
48110
+
48111
+ Started GET "/assets/mxit_rails/out.png" for 127.0.0.1 at 2012-09-19 09:53:35 +0200
48112
+ Served asset /mxit_rails/out.png - 304 Not Modified (2ms)
48113
+
48114
+
48115
+ Started GET "/" for 127.0.0.1 at 2012-09-19 09:53:35 +0200
48116
+ Processing by IndexController#index as HTML
48117
+ Rendered index/index.html.erb within layouts/mxit (0.9ms)
48118
+ Completed 200 OK in 6ms (Views: 5.0ms | ActiveRecord: 0.0ms)
48119
+
48120
+
48121
+ Started GET "/assets/mxit_rails/go.png" for 127.0.0.1 at 2012-09-19 09:53:35 +0200
48122
+ Served asset /mxit_rails/go.png - 304 Not Modified (0ms)
48123
+
48124
+
48125
+ Started GET "/assets/mxit_rails/nokia-5310-frame.png" for 127.0.0.1 at 2012-09-19 09:53:35 +0200
48126
+ Served asset /mxit_rails/nokia-5310-frame.png - 304 Not Modified (1ms)
48127
+
48128
+
48129
+ Started GET "/assets/mxit_rails/refresh.png" for 127.0.0.1 at 2012-09-19 09:53:35 +0200
48130
+ Served asset /mxit_rails/refresh.png - 304 Not Modified (0ms)
48131
+
48132
+
48133
+ Started GET "/assets/mxit_rails/included.css?body=1" for 127.0.0.1 at 2012-09-19 09:53:35 +0200
48134
+ Served asset /mxit_rails/included.css - 304 Not Modified (0ms)
48135
+
48136
+
48137
+ Started GET "/emulator/" for 127.0.0.1 at 2012-09-19 10:00:13 +0200
48138
+ Connecting to database specified by database.yml
48139
+ Processing by EmulatorController#index as HTML
48140
+ Rendered /Users/linsenloots/Dev/payments/mxit-rails/app/views/emulator/index.html.erb (13.7ms)
48141
+ Completed 200 OK in 37ms (Views: 36.8ms | ActiveRecord: 0.0ms)
48142
+
48143
+
48144
+ Started GET "/assets/mxit_rails/emulator.css?body=1" for 127.0.0.1 at 2012-09-19 10:00:14 +0200
48145
+ Served asset /mxit_rails/emulator.css - 304 Not Modified (3ms)
48146
+
48147
+
48148
+ Started GET "/assets/mxit_rails/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-09-19 10:00:14 +0200
48149
+ Served asset /mxit_rails/jquery.cookie.js - 304 Not Modified (7ms)
48150
+
48151
+
48152
+ Started GET "/assets/mxit_rails/jquery.history.js?body=1" for 127.0.0.1 at 2012-09-19 10:00:14 +0200
48153
+ Served asset /mxit_rails/jquery.history.js - 304 Not Modified (2ms)
48154
+
48155
+
48156
+ Started GET "/assets/mxit_rails/jquery-1.8.0.min.js?body=1" for 127.0.0.1 at 2012-09-19 10:00:14 +0200
48157
+ Served asset /mxit_rails/jquery-1.8.0.min.js - 304 Not Modified (2ms)
48158
+
48159
+
48160
+ Started GET "/assets/mxit_rails/emulator.js?body=1" for 127.0.0.1 at 2012-09-19 10:00:14 +0200
48161
+ Served asset /mxit_rails/emulator.js - 304 Not Modified (31ms)
48162
+
48163
+
48164
+ Started GET "/assets/mxit_rails/nokia-5310-frame.png" for 127.0.0.1 at 2012-09-19 10:00:14 +0200
48165
+ Served asset /mxit_rails/nokia-5310-frame.png - 304 Not Modified (10ms)
48166
+
48167
+
48168
+ Started GET "/assets/mxit_rails/refresh.png" for 127.0.0.1 at 2012-09-19 10:00:14 +0200
48169
+ Served asset /mxit_rails/refresh.png - 304 Not Modified (3ms)
48170
+
48171
+
48172
+ Started GET "/assets/mxit_rails/out.png" for 127.0.0.1 at 2012-09-19 10:00:14 +0200
48173
+ Served asset /mxit_rails/out.png - 304 Not Modified (3ms)
48174
+
48175
+
48176
+ Started GET "/" for 127.0.0.1 at 2012-09-19 10:00:14 +0200
48177
+ Processing by IndexController#index as HTML
48178
+ Rendered index/index.html.erb within layouts/mxit (0.5ms)
48179
+ Completed 200 OK in 10ms (Views: 8.7ms | ActiveRecord: 0.0ms)
48180
+
48181
+
48182
+ Started GET "/assets/mxit_rails/go.png" for 127.0.0.1 at 2012-09-19 10:00:14 +0200
48183
+ Served asset /mxit_rails/go.png - 304 Not Modified (3ms)
48184
+
48185
+
48186
+ Started GET "/assets/mxit_rails/included.css?body=1" for 127.0.0.1 at 2012-09-19 10:00:14 +0200
48187
+ Served asset /mxit_rails/included.css - 304 Not Modified (2ms)
48188
+
48189
+
48190
+ Started GET "/emulator/" for 127.0.0.1 at 2012-09-19 10:00:35 +0200
48191
+ Connecting to database specified by database.yml
48192
+ Processing by EmulatorController#index as HTML
48193
+ Rendered /Users/linsenloots/Dev/payments/mxit-rails/app/views/emulator/index.html.erb (13.4ms)
48194
+ Completed 200 OK in 38ms (Views: 37.8ms | ActiveRecord: 0.0ms)
48195
+
48196
+
48197
+ Started GET "/assets/mxit_rails/emulator.css?body=1" for 127.0.0.1 at 2012-09-19 10:00:35 +0200
48198
+ Served asset /mxit_rails/emulator.css - 304 Not Modified (2ms)
48199
+
48200
+
48201
+ Started GET "/assets/mxit_rails/jquery.history.js?body=1" for 127.0.0.1 at 2012-09-19 10:00:35 +0200
48202
+ Served asset /mxit_rails/jquery.history.js - 304 Not Modified (7ms)
48203
+
48204
+
48205
+ Started GET "/assets/mxit_rails/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-09-19 10:00:35 +0200
48206
+ Served asset /mxit_rails/jquery.cookie.js - 304 Not Modified (2ms)
48207
+
48208
+
48209
+ Started GET "/assets/mxit_rails/emulator.js?body=1" for 127.0.0.1 at 2012-09-19 10:00:35 +0200
48210
+ Served asset /mxit_rails/emulator.js - 304 Not Modified (5ms)
48211
+
48212
+
48213
+ Started GET "/assets/mxit_rails/jquery-1.8.0.min.js?body=1" for 127.0.0.1 at 2012-09-19 10:00:35 +0200
48214
+ Served asset /mxit_rails/jquery-1.8.0.min.js - 304 Not Modified (3ms)
48215
+
48216
+
48217
+ Started GET "/" for 127.0.0.1 at 2012-09-19 10:00:36 +0200
48218
+ Processing by IndexController#index as HTML
48219
+ Rendered index/index.html.erb within layouts/mxit (0.5ms)
48220
+ Completed 200 OK in 12ms (Views: 11.1ms | ActiveRecord: 0.0ms)
48221
+
48222
+
48223
+ Started GET "/assets/mxit_rails/go.png" for 127.0.0.1 at 2012-09-19 10:00:36 +0200
48224
+ Served asset /mxit_rails/go.png - 304 Not Modified (2ms)
48225
+
48226
+
48227
+ Started GET "/assets/mxit_rails/out.png" for 127.0.0.1 at 2012-09-19 10:00:36 +0200
48228
+ Served asset /mxit_rails/out.png - 304 Not Modified (3ms)
48229
+
48230
+
48231
+ Started GET "/assets/mxit_rails/refresh.png" for 127.0.0.1 at 2012-09-19 10:00:36 +0200
48232
+ Served asset /mxit_rails/refresh.png - 304 Not Modified (2ms)
48233
+
48234
+
48235
+ Started GET "/assets/mxit_rails/nokia-5310-frame.png" for 127.0.0.1 at 2012-09-19 10:00:36 +0200
48236
+ Served asset /mxit_rails/nokia-5310-frame.png - 304 Not Modified (4ms)
48237
+
48238
+
48239
+ Started GET "/assets/mxit_rails/included.css?body=1" for 127.0.0.1 at 2012-09-19 10:00:36 +0200
48240
+ Served asset /mxit_rails/included.css - 304 Not Modified (3ms)
48241
+
48242
+
48243
+ Started GET "/assets/mxit_rails/favicon.ico" for 127.0.0.1 at 2012-09-19 10:00:36 +0200
48244
+ Served asset /mxit_rails/favicon.ico - 304 Not Modified (2ms)
48245
+
48246
+
48247
+ Started GET "/emulator/" for 127.0.0.1 at 2012-09-19 10:01:07 +0200
48248
+ Processing by EmulatorController#index as HTML
48249
+ Rendered /Users/linsenloots/Dev/payments/mxit-rails/app/views/emulator/index.html.erb (4.1ms)
48250
+ Completed 200 OK in 6ms (Views: 5.4ms | ActiveRecord: 0.0ms)
48251
+
48252
+
48253
+ Started GET "/assets/mxit_rails/emulator.css?body=1" for 127.0.0.1 at 2012-09-19 10:01:07 +0200
48254
+ Served asset /mxit_rails/emulator.css - 304 Not Modified (0ms)
48255
+
48256
+
48257
+ Started GET "/assets/mxit_rails/jquery-1.8.0.min.js?body=1" for 127.0.0.1 at 2012-09-19 10:01:07 +0200
48258
+ Served asset /mxit_rails/jquery-1.8.0.min.js - 304 Not Modified (6ms)
48259
+
48260
+
48261
+ Started GET "/assets/mxit_rails/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-09-19 10:01:07 +0200
48262
+ Served asset /mxit_rails/jquery.cookie.js - 304 Not Modified (0ms)
48263
+
48264
+
48265
+ Started GET "/assets/mxit_rails/emulator.js?body=1" for 127.0.0.1 at 2012-09-19 10:01:07 +0200
48266
+ Served asset /mxit_rails/emulator.js - 304 Not Modified (0ms)
48267
+
48268
+
48269
+ Started GET "/assets/mxit_rails/jquery.history.js?body=1" for 127.0.0.1 at 2012-09-19 10:01:07 +0200
48270
+ Served asset /mxit_rails/jquery.history.js - 304 Not Modified (0ms)
48271
+
48272
+
48273
+ Started GET "/assets/mxit_rails/out.png" for 127.0.0.1 at 2012-09-19 10:01:07 +0200
48274
+ Served asset /mxit_rails/out.png - 304 Not Modified (0ms)
48275
+
48276
+
48277
+ Started GET "/" for 127.0.0.1 at 2012-09-19 10:01:07 +0200
48278
+ Processing by IndexController#index as HTML
48279
+ Rendered index/index.html.erb within layouts/mxit (0.3ms)
48280
+ Completed 200 OK in 4ms (Views: 4.0ms | ActiveRecord: 0.0ms)
48281
+
48282
+
48283
+ Started GET "/assets/mxit_rails/go.png" for 127.0.0.1 at 2012-09-19 10:01:07 +0200
48284
+ Served asset /mxit_rails/go.png - 304 Not Modified (0ms)
48285
+
48286
+
48287
+ Started GET "/assets/mxit_rails/refresh.png" for 127.0.0.1 at 2012-09-19 10:01:07 +0200
48288
+ Served asset /mxit_rails/refresh.png - 304 Not Modified (0ms)
48289
+
48290
+
48291
+ Started GET "/assets/mxit_rails/nokia-5310-frame.png" for 127.0.0.1 at 2012-09-19 10:01:07 +0200
48292
+ Served asset /mxit_rails/nokia-5310-frame.png - 304 Not Modified (1ms)
48293
+
48294
+
48295
+ Started GET "/assets/mxit_rails/included.css?body=1" for 127.0.0.1 at 2012-09-19 10:01:07 +0200
48296
+ Served asset /mxit_rails/included.css - 304 Not Modified (0ms)
48297
+
48298
+
48299
+ Started GET "/assets/mxit_rails/favicon.ico" for 127.0.0.1 at 2012-09-19 10:01:07 +0200
48300
+ Served asset /mxit_rails/favicon.ico - 304 Not Modified (0ms)
48301
+
48302
+
48303
+ Started GET "/emulator/" for 127.0.0.1 at 2012-09-19 10:01:18 +0200
48304
+ Processing by EmulatorController#index as HTML
48305
+ Rendered /Users/linsenloots/Dev/payments/mxit-rails/app/views/emulator/index.html.erb (2.8ms)
48306
+ Completed 200 OK in 5ms (Views: 4.3ms | ActiveRecord: 0.0ms)
48307
+
48308
+
48309
+ Started GET "/assets/mxit_rails/emulator.css?body=1" for 127.0.0.1 at 2012-09-19 10:01:19 +0200
48310
+ Served asset /mxit_rails/emulator.css - 304 Not Modified (0ms)
48311
+
48312
+
48313
+ Started GET "/assets/mxit_rails/jquery-1.8.0.min.js?body=1" for 127.0.0.1 at 2012-09-19 10:01:19 +0200
48314
+ Served asset /mxit_rails/jquery-1.8.0.min.js - 304 Not Modified (4ms)
48315
+
48316
+
48317
+ Started GET "/assets/mxit_rails/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-09-19 10:01:19 +0200
48318
+ Served asset /mxit_rails/jquery.cookie.js - 304 Not Modified (0ms)
48319
+
48320
+
48321
+ Started GET "/assets/mxit_rails/jquery.history.js?body=1" for 127.0.0.1 at 2012-09-19 10:01:19 +0200
48322
+ Served asset /mxit_rails/jquery.history.js - 304 Not Modified (0ms)
48323
+
48324
+
48325
+ Started GET "/assets/mxit_rails/emulator.js?body=1" for 127.0.0.1 at 2012-09-19 10:01:19 +0200
48326
+ Served asset /mxit_rails/emulator.js - 304 Not Modified (0ms)
48327
+
48328
+
48329
+ Started GET "/assets/mxit_rails/go.png" for 127.0.0.1 at 2012-09-19 10:01:19 +0200
48330
+ Served asset /mxit_rails/go.png - 304 Not Modified (0ms)
48331
+
48332
+
48333
+ Started GET "/assets/mxit_rails/out.png" for 127.0.0.1 at 2012-09-19 10:01:19 +0200
48334
+ Served asset /mxit_rails/out.png - 304 Not Modified (5ms)
48335
+
48336
+
48337
+ Started GET "/assets/mxit_rails/nokia-5310-frame.png" for 127.0.0.1 at 2012-09-19 10:01:19 +0200
48338
+ Served asset /mxit_rails/nokia-5310-frame.png - 304 Not Modified (1ms)
48339
+
48340
+
48341
+ Started GET "/assets/mxit_rails/refresh.png" for 127.0.0.1 at 2012-09-19 10:01:19 +0200
48342
+ Served asset /mxit_rails/refresh.png - 304 Not Modified (0ms)
48343
+
48344
+
48345
+ Started GET "/" for 127.0.0.1 at 2012-09-19 10:01:19 +0200
48346
+ Processing by IndexController#index as HTML
48347
+ Completed 500 Internal Server Error in 2ms
48348
+
48349
+ NameError (undefined local variable or method `af' for #<IndexController:0x007f9c53ab19a8>):
48350
+ app/controllers/index_controller.rb:6:in `index'
48351
+
48352
+
48353
+ Rendered /Users/linsenloots/.rbenv/versions/1.9.3-p125/lib/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
48354
+ Rendered /Users/linsenloots/.rbenv/versions/1.9.3-p125/lib/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms)
48355
+ Rendered /Users/linsenloots/.rbenv/versions/1.9.3-p125/lib/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.0ms)
48356
+
48357
+
48358
+ Started GET "/assets/mxit_rails/favicon.ico" for 127.0.0.1 at 2012-09-19 10:01:19 +0200
48359
+ Served asset /mxit_rails/favicon.ico - 304 Not Modified (0ms)
48360
+
48361
+
48362
+ Started GET "/emulator/" for 127.0.0.1 at 2012-09-19 10:08:09 +0200
48363
+ Processing by EmulatorController#index as HTML
48364
+ Compiled mxit_rails/emulator.js (3ms) (pid 99451)
48365
+ Rendered /Users/linsenloots/Dev/payments/mxit-rails/app/views/emulator/index.html.erb (18.9ms)
48366
+ Completed 200 OK in 33ms (Views: 32.9ms | ActiveRecord: 0.0ms)
48367
+
48368
+
48369
+ Started GET "/assets/mxit_rails/emulator.css?body=1" for 127.0.0.1 at 2012-09-19 10:08:09 +0200
48370
+ Served asset /mxit_rails/emulator.css - 304 Not Modified (0ms)
48371
+
48372
+
48373
+ Started GET "/assets/mxit_rails/jquery.history.js?body=1" for 127.0.0.1 at 2012-09-19 10:08:09 +0200
48374
+ Served asset /mxit_rails/jquery.history.js - 304 Not Modified (0ms)
48375
+
48376
+
48377
+ Started GET "/assets/mxit_rails/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-09-19 10:08:09 +0200
48378
+ Served asset /mxit_rails/jquery.cookie.js - 304 Not Modified (3ms)
48379
+
48380
+
48381
+ Started GET "/assets/mxit_rails/jquery-1.8.0.min.js?body=1" for 127.0.0.1 at 2012-09-19 10:08:09 +0200
48382
+ Served asset /mxit_rails/jquery-1.8.0.min.js - 304 Not Modified (0ms)
48383
+
48384
+
48385
+ Started GET "/assets/mxit_rails/emulator.js?body=1" for 127.0.0.1 at 2012-09-19 10:08:09 +0200
48386
+ Served asset /mxit_rails/emulator.js - 200 OK (5ms)
48387
+
48388
+
48389
+ Started GET "/assets/mxit_rails/go.png" for 127.0.0.1 at 2012-09-19 10:08:09 +0200
48390
+ Served asset /mxit_rails/go.png - 304 Not Modified (0ms)
48391
+
48392
+
48393
+ Started GET "/assets/mxit_rails/out.png" for 127.0.0.1 at 2012-09-19 10:08:09 +0200
48394
+ Served asset /mxit_rails/out.png - 304 Not Modified (0ms)
48395
+
48396
+
48397
+ Started GET "/assets/mxit_rails/refresh.png" for 127.0.0.1 at 2012-09-19 10:08:09 +0200
48398
+ Served asset /mxit_rails/refresh.png - 304 Not Modified (0ms)
48399
+
48400
+
48401
+ Started GET "/assets/mxit_rails/nokia-5310-frame.png" for 127.0.0.1 at 2012-09-19 10:08:09 +0200
48402
+ Served asset /mxit_rails/nokia-5310-frame.png - 304 Not Modified (1ms)
48403
+
48404
+
48405
+ Started GET "/emulator/" for 127.0.0.1 at 2012-09-19 10:08:12 +0200
48406
+ Processing by EmulatorController#index as HTML
48407
+ Rendered /Users/linsenloots/Dev/payments/mxit-rails/app/views/emulator/index.html.erb (2.3ms)
48408
+ Completed 200 OK in 3ms (Views: 3.2ms | ActiveRecord: 0.0ms)
48409
+
48410
+
48411
+ Started GET "/assets/mxit_rails/emulator.css?body=1" for 127.0.0.1 at 2012-09-19 10:08:12 +0200
48412
+ Served asset /mxit_rails/emulator.css - 304 Not Modified (0ms)
48413
+
48414
+
48415
+ Started GET "/assets/mxit_rails/jquery-1.8.0.min.js?body=1" for 127.0.0.1 at 2012-09-19 10:08:12 +0200
48416
+ Served asset /mxit_rails/jquery-1.8.0.min.js - 304 Not Modified (0ms)
48417
+
48418
+
48419
+ Started GET "/assets/mxit_rails/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-09-19 10:08:12 +0200
48420
+ Served asset /mxit_rails/jquery.cookie.js - 304 Not Modified (1ms)
48421
+
48422
+
48423
+ Started GET "/assets/mxit_rails/jquery.history.js?body=1" for 127.0.0.1 at 2012-09-19 10:08:12 +0200
48424
+ Served asset /mxit_rails/jquery.history.js - 304 Not Modified (0ms)
48425
+
48426
+
48427
+ Started GET "/assets/mxit_rails/emulator.js?body=1" for 127.0.0.1 at 2012-09-19 10:08:12 +0200
48428
+ Served asset /mxit_rails/emulator.js - 304 Not Modified (1ms)
48429
+
48430
+
48431
+ Started GET "/assets/mxit_rails/out.png" for 127.0.0.1 at 2012-09-19 10:08:12 +0200
48432
+ Served asset /mxit_rails/out.png - 304 Not Modified (2ms)
48433
+
48434
+
48435
+ Started GET "/assets/mxit_rails/nokia-5310-frame.png" for 127.0.0.1 at 2012-09-19 10:08:12 +0200
48436
+ Served asset /mxit_rails/nokia-5310-frame.png - 304 Not Modified (2ms)
48437
+
48438
+
48439
+ Started GET "/assets/mxit_rails/go.png" for 127.0.0.1 at 2012-09-19 10:08:12 +0200
48440
+ Served asset /mxit_rails/go.png - 304 Not Modified (0ms)
48441
+
48442
+
48443
+ Started GET "/assets/mxit_rails/refresh.png" for 127.0.0.1 at 2012-09-19 10:08:12 +0200
48444
+ Served asset /mxit_rails/refresh.png - 304 Not Modified (0ms)
48445
+
48446
+
48447
+ Started GET "/emulator/" for 127.0.0.1 at 2012-09-19 10:08:20 +0200
48448
+ Processing by EmulatorController#index as HTML
48449
+ Compiled mxit_rails/emulator.js (2ms) (pid 99451)
48450
+ Rendered /Users/linsenloots/Dev/payments/mxit-rails/app/views/emulator/index.html.erb (31.1ms)
48451
+ Completed 200 OK in 32ms (Views: 31.9ms | ActiveRecord: 0.0ms)
48452
+
48453
+
48454
+ Started GET "/assets/mxit_rails/emulator.css?body=1" for 127.0.0.1 at 2012-09-19 10:08:20 +0200
48455
+ Served asset /mxit_rails/emulator.css - 304 Not Modified (0ms)
48456
+
48457
+
48458
+ Started GET "/assets/mxit_rails/jquery-1.8.0.min.js?body=1" for 127.0.0.1 at 2012-09-19 10:08:20 +0200
48459
+ Served asset /mxit_rails/jquery-1.8.0.min.js - 304 Not Modified (2ms)
48460
+
48461
+
48462
+ Started GET "/assets/mxit_rails/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-09-19 10:08:20 +0200
48463
+ Served asset /mxit_rails/jquery.cookie.js - 304 Not Modified (0ms)
48464
+
48465
+
48466
+ Started GET "/assets/mxit_rails/emulator.js?body=1" for 127.0.0.1 at 2012-09-19 10:08:20 +0200
48467
+ Served asset /mxit_rails/emulator.js - 200 OK (11ms)
48468
+
48469
+
48470
+ Started GET "/assets/mxit_rails/jquery.history.js?body=1" for 127.0.0.1 at 2012-09-19 10:08:20 +0200
48471
+ Served asset /mxit_rails/jquery.history.js - 304 Not Modified (2ms)
48472
+
48473
+
48474
+ Started GET "/assets/mxit_rails/go.png" for 127.0.0.1 at 2012-09-19 10:08:20 +0200
48475
+ Served asset /mxit_rails/go.png - 304 Not Modified (0ms)
48476
+
48477
+
48478
+ Started GET "/" for 127.0.0.1 at 2012-09-19 10:08:20 +0200
48479
+ Processing by IndexController#index as HTML
48480
+ Rendered index/index.html.erb within layouts/mxit (0.1ms)
48481
+ Completed 200 OK in 9ms (Views: 8.8ms | ActiveRecord: 0.0ms)
48482
+
48483
+
48484
+ Started GET "/assets/mxit_rails/refresh.png" for 127.0.0.1 at 2012-09-19 10:08:20 +0200
48485
+ Served asset /mxit_rails/refresh.png - 304 Not Modified (0ms)
48486
+
48487
+
48488
+ Started GET "/assets/mxit_rails/nokia-5310-frame.png" for 127.0.0.1 at 2012-09-19 10:08:20 +0200
48489
+ Served asset /mxit_rails/nokia-5310-frame.png - 304 Not Modified (2ms)
48490
+
48491
+
48492
+ Started GET "/assets/mxit_rails/out.png" for 127.0.0.1 at 2012-09-19 10:08:20 +0200
48493
+ Served asset /mxit_rails/out.png - 304 Not Modified (0ms)
48494
+
48495
+
48496
+ Started GET "/assets/mxit_rails/included.css?body=1" for 127.0.0.1 at 2012-09-19 10:08:20 +0200
48497
+ Served asset /mxit_rails/included.css - 304 Not Modified (0ms)
48498
+
48499
+
48500
+ Started GET "/assets/mxit_rails/in.png" for 127.0.0.1 at 2012-09-19 10:08:25 +0200
48501
+ Served asset /mxit_rails/in.png - 304 Not Modified (27ms)
48502
+
48503
+
48504
+ Started GET "/emulator/" for 127.0.0.1 at 2012-09-19 10:08:26 +0200
48505
+ Processing by EmulatorController#index as HTML
48506
+ Rendered /Users/linsenloots/Dev/payments/mxit-rails/app/views/emulator/index.html.erb (3.0ms)
48507
+ Completed 200 OK in 4ms (Views: 4.1ms | ActiveRecord: 0.0ms)
48508
+
48509
+
48510
+ Started GET "/assets/mxit_rails/emulator.css?body=1" for 127.0.0.1 at 2012-09-19 10:08:26 +0200
48511
+ Served asset /mxit_rails/emulator.css - 304 Not Modified (0ms)
48512
+
48513
+
48514
+ Started GET "/assets/mxit_rails/jquery.history.js?body=1" for 127.0.0.1 at 2012-09-19 10:08:26 +0200
48515
+ Served asset /mxit_rails/jquery.history.js - 304 Not Modified (0ms)
48516
+
48517
+
48518
+ Started GET "/assets/mxit_rails/jquery-1.8.0.min.js?body=1" for 127.0.0.1 at 2012-09-19 10:08:26 +0200
48519
+ Served asset /mxit_rails/jquery-1.8.0.min.js - 304 Not Modified (0ms)
48520
+
48521
+
48522
+ Started GET "/assets/mxit_rails/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-09-19 10:08:26 +0200
48523
+ Served asset /mxit_rails/jquery.cookie.js - 304 Not Modified (0ms)
48524
+
48525
+
48526
+ Started GET "/assets/mxit_rails/emulator.js?body=1" for 127.0.0.1 at 2012-09-19 10:08:26 +0200
48527
+ Served asset /mxit_rails/emulator.js - 304 Not Modified (0ms)
48528
+
48529
+
48530
+ Started GET "/assets/mxit_rails/go.png" for 127.0.0.1 at 2012-09-19 10:08:26 +0200
48531
+ Served asset /mxit_rails/go.png - 304 Not Modified (0ms)
48532
+
48533
+
48534
+ Started GET "/assets/mxit_rails/nokia-5310-frame.png" for 127.0.0.1 at 2012-09-19 10:08:26 +0200
48535
+ Served asset /mxit_rails/nokia-5310-frame.png - 304 Not Modified (7ms)
48536
+
48537
+
48538
+ Started GET "/" for 127.0.0.1 at 2012-09-19 10:08:26 +0200
48539
+ Processing by IndexController#index as HTML
48540
+ Rendered index/index.html.erb within layouts/mxit (0.1ms)
48541
+ Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms)
48542
+
48543
+
48544
+ Started GET "/assets/mxit_rails/refresh.png" for 127.0.0.1 at 2012-09-19 10:08:26 +0200
48545
+ Served asset /mxit_rails/refresh.png - 304 Not Modified (0ms)
48546
+
48547
+
48548
+ Started GET "/assets/mxit_rails/out.png" for 127.0.0.1 at 2012-09-19 10:08:26 +0200
48549
+ Served asset /mxit_rails/out.png - 304 Not Modified (0ms)
48550
+
48551
+
48552
+ Started GET "/assets/mxit_rails/in.png" for 127.0.0.1 at 2012-09-19 10:08:26 +0200
48553
+ Served asset /mxit_rails/in.png - 304 Not Modified (0ms)
48554
+
48555
+
48556
+ Started GET "/assets/mxit_rails/included.css?body=1" for 127.0.0.1 at 2012-09-19 10:08:26 +0200
48557
+ Served asset /mxit_rails/included.css - 304 Not Modified (0ms)
48558
+
48559
+
48560
+ Started GET "/assets/mxit_rails/favicon.ico" for 127.0.0.1 at 2012-09-19 10:08:26 +0200
48561
+ Served asset /mxit_rails/favicon.ico - 304 Not Modified (0ms)
48562
+
48563
+
48564
+ Started GET "/emulator/" for 127.0.0.1 at 2012-09-19 10:08:48 +0200
48565
+ Processing by EmulatorController#index as HTML
48566
+ Compiled mxit_rails/emulator.js (3ms) (pid 99451)
48567
+ Rendered /Users/linsenloots/Dev/payments/mxit-rails/app/views/emulator/index.html.erb (16.0ms)
48568
+ Completed 200 OK in 18ms (Views: 17.4ms | ActiveRecord: 0.0ms)
48569
+
48570
+
48571
+ Started GET "/assets/mxit_rails/emulator.css?body=1" for 127.0.0.1 at 2012-09-19 10:08:48 +0200
48572
+ Served asset /mxit_rails/emulator.css - 304 Not Modified (0ms)
48573
+
48574
+
48575
+ Started GET "/assets/mxit_rails/jquery.history.js?body=1" for 127.0.0.1 at 2012-09-19 10:08:48 +0200
48576
+ Served asset /mxit_rails/jquery.history.js - 304 Not Modified (0ms)
48577
+
48578
+
48579
+ Started GET "/assets/mxit_rails/emulator.js?body=1" for 127.0.0.1 at 2012-09-19 10:08:48 +0200
48580
+ Served asset /mxit_rails/emulator.js - 200 OK (14ms)
48581
+
48582
+
48583
+ Started GET "/assets/mxit_rails/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-09-19 10:08:48 +0200
48584
+ Served asset /mxit_rails/jquery.cookie.js - 304 Not Modified (0ms)
48585
+
48586
+
48587
+ Started GET "/assets/mxit_rails/jquery-1.8.0.min.js?body=1" for 127.0.0.1 at 2012-09-19 10:08:48 +0200
48588
+ Served asset /mxit_rails/jquery-1.8.0.min.js - 304 Not Modified (0ms)
48589
+
48590
+
48591
+ Started GET "/assets/mxit_rails/go.png" for 127.0.0.1 at 2012-09-19 10:08:49 +0200
48592
+ Served asset /mxit_rails/go.png - 304 Not Modified (0ms)
48593
+
48594
+
48595
+ Started GET "/" for 127.0.0.1 at 2012-09-19 10:08:49 +0200
48596
+ Processing by IndexController#index as HTML
48597
+ Rendered index/index.html.erb within layouts/mxit (0.1ms)
48598
+ Completed 200 OK in 5ms (Views: 4.3ms | ActiveRecord: 0.0ms)
48599
+
48600
+
48601
+ Started GET "/assets/mxit_rails/nokia-5310-frame.png" for 127.0.0.1 at 2012-09-19 10:08:49 +0200
48602
+ Served asset /mxit_rails/nokia-5310-frame.png - 304 Not Modified (1ms)
48603
+
48604
+
48605
+ Started GET "/assets/mxit_rails/refresh.png" for 127.0.0.1 at 2012-09-19 10:08:49 +0200
48606
+ Served asset /mxit_rails/refresh.png - 304 Not Modified (0ms)
48607
+
48608
+
48609
+ Started GET "/assets/mxit_rails/out.png" for 127.0.0.1 at 2012-09-19 10:08:49 +0200
48610
+ Served asset /mxit_rails/out.png - 304 Not Modified (0ms)
48611
+
48612
+
48613
+ Started GET "/assets/mxit_rails/in.png" for 127.0.0.1 at 2012-09-19 10:08:49 +0200
48614
+ Served asset /mxit_rails/in.png - 304 Not Modified (0ms)
48615
+
48616
+
48617
+ Started GET "/assets/mxit_rails/included.css?body=1" for 127.0.0.1 at 2012-09-19 10:08:49 +0200
48618
+ Served asset /mxit_rails/included.css - 304 Not Modified (0ms)
48619
+
48620
+
48621
+ Started GET "/assets/mxit_rails/favicon.ico" for 127.0.0.1 at 2012-09-19 10:08:49 +0200
48622
+ Served asset /mxit_rails/favicon.ico - 304 Not Modified (0ms)
48623
+
48624
+
48625
+ Started GET "/emulator/" for 127.0.0.1 at 2012-09-19 10:09:04 +0200
48626
+ Processing by EmulatorController#index as HTML
48627
+ Compiled mxit_rails/emulator.js (5ms) (pid 99451)
48628
+ Rendered /Users/linsenloots/Dev/payments/mxit-rails/app/views/emulator/index.html.erb (42.1ms)
48629
+ Completed 200 OK in 44ms (Views: 43.7ms | ActiveRecord: 0.0ms)
48630
+
48631
+
48632
+ Started GET "/assets/mxit_rails/emulator.css?body=1" for 127.0.0.1 at 2012-09-19 10:09:05 +0200
48633
+ Served asset /mxit_rails/emulator.css - 304 Not Modified (0ms)
48634
+
48635
+
48636
+ Started GET "/assets/mxit_rails/jquery-1.8.0.min.js?body=1" for 127.0.0.1 at 2012-09-19 10:09:05 +0200
48637
+ Served asset /mxit_rails/jquery-1.8.0.min.js - 304 Not Modified (3ms)
48638
+
48639
+
48640
+ Started GET "/assets/mxit_rails/jquery.history.js?body=1" for 127.0.0.1 at 2012-09-19 10:09:05 +0200
48641
+ Served asset /mxit_rails/jquery.history.js - 304 Not Modified (0ms)
48642
+
48643
+
48644
+ Started GET "/assets/mxit_rails/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-09-19 10:09:05 +0200
48645
+ Served asset /mxit_rails/jquery.cookie.js - 304 Not Modified (0ms)
48646
+
48647
+
48648
+ Started GET "/assets/mxit_rails/emulator.js?body=1" for 127.0.0.1 at 2012-09-19 10:09:05 +0200
48649
+ Served asset /mxit_rails/emulator.js - 200 OK (5ms)
48650
+
48651
+
48652
+ Started GET "/assets/mxit_rails/go.png" for 127.0.0.1 at 2012-09-19 10:09:05 +0200
48653
+ Served asset /mxit_rails/go.png - 304 Not Modified (0ms)
48654
+
48655
+
48656
+ Started GET "/assets/mxit_rails/nokia-5310-frame.png" for 127.0.0.1 at 2012-09-19 10:09:05 +0200
48657
+ Served asset /mxit_rails/nokia-5310-frame.png - 304 Not Modified (3ms)
48658
+
48659
+
48660
+ Started GET "/assets/mxit_rails/refresh.png" for 127.0.0.1 at 2012-09-19 10:09:05 +0200
48661
+ Served asset /mxit_rails/refresh.png - 304 Not Modified (0ms)
48662
+
48663
+
48664
+ Started GET "/assets/mxit_rails/out.png" for 127.0.0.1 at 2012-09-19 10:09:05 +0200
48665
+ Served asset /mxit_rails/out.png - 304 Not Modified (0ms)
48666
+
48667
+
48668
+ Started GET "/" for 127.0.0.1 at 2012-09-19 10:09:05 +0200
48669
+ Processing by IndexController#index as HTML
48670
+ Rendered index/index.html.erb within layouts/mxit (0.1ms)
48671
+ Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms)
48672
+
48673
+
48674
+ Started GET "/assets/mxit_rails/in.png" for 127.0.0.1 at 2012-09-19 10:09:05 +0200
48675
+ Served asset /mxit_rails/in.png - 304 Not Modified (0ms)
48676
+
48677
+
48678
+ Started GET "/assets/mxit_rails/included.css?body=1" for 127.0.0.1 at 2012-09-19 10:09:05 +0200
48679
+ Served asset /mxit_rails/included.css - 304 Not Modified (0ms)
48680
+
48681
+
48682
+ Started GET "/assets/mxit_rails/favicon.ico" for 127.0.0.1 at 2012-09-19 10:09:05 +0200
48683
+ Served asset /mxit_rails/favicon.ico - 304 Not Modified (0ms)
48684
+
48685
+
48686
+ Started GET "/emulator/" for 127.0.0.1 at 2012-09-19 10:10:28 +0200
48687
+ Processing by EmulatorController#index as HTML
48688
+ Compiled mxit_rails/emulator.js (3ms) (pid 99451)
48689
+ Rendered /Users/linsenloots/Dev/payments/mxit-rails/app/views/emulator/index.html.erb (18.0ms)
48690
+ Completed 200 OK in 19ms (Views: 18.9ms | ActiveRecord: 0.0ms)
48691
+
48692
+
48693
+ Started GET "/assets/mxit_rails/emulator.css?body=1" for 127.0.0.1 at 2012-09-19 10:10:28 +0200
48694
+ Served asset /mxit_rails/emulator.css - 304 Not Modified (0ms)
48695
+
48696
+
48697
+ Started GET "/assets/mxit_rails/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-09-19 10:10:28 +0200
48698
+ Served asset /mxit_rails/jquery.cookie.js - 304 Not Modified (3ms)
48699
+
48700
+
48701
+ Started GET "/assets/mxit_rails/jquery-1.8.0.min.js?body=1" for 127.0.0.1 at 2012-09-19 10:10:28 +0200
48702
+ Served asset /mxit_rails/jquery-1.8.0.min.js - 304 Not Modified (0ms)
48703
+
48704
+
48705
+ Started GET "/assets/mxit_rails/emulator.js?body=1" for 127.0.0.1 at 2012-09-19 10:10:28 +0200
48706
+ Served asset /mxit_rails/emulator.js - 200 OK (6ms)
48707
+
48708
+
48709
+ Started GET "/assets/mxit_rails/jquery.history.js?body=1" for 127.0.0.1 at 2012-09-19 10:10:28 +0200
48710
+ Served asset /mxit_rails/jquery.history.js - 304 Not Modified (0ms)
48711
+
48712
+
48713
+ Started GET "/assets/mxit_rails/go.png" for 127.0.0.1 at 2012-09-19 10:10:28 +0200
48714
+ Served asset /mxit_rails/go.png - 304 Not Modified (0ms)
48715
+
48716
+
48717
+ Started GET "/assets/mxit_rails/nokia-5310-frame.png" for 127.0.0.1 at 2012-09-19 10:10:28 +0200
48718
+ Served asset /mxit_rails/nokia-5310-frame.png - 304 Not Modified (8ms)
48719
+
48720
+
48721
+ Started GET "/assets/mxit_rails/refresh.png" for 127.0.0.1 at 2012-09-19 10:10:28 +0200
48722
+ Served asset /mxit_rails/refresh.png - 304 Not Modified (0ms)
48723
+
48724
+
48725
+ Started GET "/assets/mxit_rails/in.png" for 127.0.0.1 at 2012-09-19 10:10:28 +0200
48726
+ Served asset /mxit_rails/in.png - 304 Not Modified (0ms)
48727
+
48728
+
48729
+ Started GET "/assets/mxit_rails/out.png" for 127.0.0.1 at 2012-09-19 10:10:28 +0200
48730
+ Served asset /mxit_rails/out.png - 304 Not Modified (0ms)
48731
+
48732
+
48733
+ Started GET "/" for 127.0.0.1 at 2012-09-19 10:10:28 +0200
48734
+ Processing by IndexController#index as HTML
48735
+ Rendered index/index.html.erb within layouts/mxit (0.1ms)
48736
+ Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms)
48737
+
48738
+
48739
+ Started GET "/assets/mxit_rails/included.css?body=1" for 127.0.0.1 at 2012-09-19 10:10:28 +0200
48740
+ Served asset /mxit_rails/included.css - 304 Not Modified (0ms)
48741
+
48742
+
48743
+ Started GET "/assets/mxit_rails/favicon.ico" for 127.0.0.1 at 2012-09-19 10:10:28 +0200
48744
+ Served asset /mxit_rails/favicon.ico - 304 Not Modified (0ms)
48745
+
48746
+
48747
+ Started GET "/emulator/" for 127.0.0.1 at 2012-09-19 10:10:31 +0200
48748
+ Processing by EmulatorController#index as HTML
48749
+ Rendered /Users/linsenloots/Dev/payments/mxit-rails/app/views/emulator/index.html.erb (24.7ms)
48750
+ Completed 200 OK in 26ms (Views: 25.7ms | ActiveRecord: 0.0ms)
48751
+
48752
+
48753
+ Started GET "/assets/mxit_rails/emulator.css?body=1" for 127.0.0.1 at 2012-09-19 10:10:31 +0200
48754
+ Served asset /mxit_rails/emulator.css - 304 Not Modified (0ms)
48755
+
48756
+
48757
+ Started GET "/assets/mxit_rails/jquery.history.js?body=1" for 127.0.0.1 at 2012-09-19 10:10:31 +0200
48758
+ Served asset /mxit_rails/jquery.history.js - 304 Not Modified (0ms)
48759
+
48760
+
48761
+ Started GET "/assets/mxit_rails/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-09-19 10:10:31 +0200
48762
+ Served asset /mxit_rails/jquery.cookie.js - 304 Not Modified (0ms)
48763
+
48764
+
48765
+ Started GET "/assets/mxit_rails/jquery-1.8.0.min.js?body=1" for 127.0.0.1 at 2012-09-19 10:10:31 +0200
48766
+ Served asset /mxit_rails/jquery-1.8.0.min.js - 304 Not Modified (0ms)
48767
+
48768
+
48769
+ Started GET "/assets/mxit_rails/emulator.js?body=1" for 127.0.0.1 at 2012-09-19 10:10:31 +0200
48770
+ Served asset /mxit_rails/emulator.js - 304 Not Modified (0ms)
48771
+
48772
+
48773
+ Started GET "/assets/mxit_rails/go.png" for 127.0.0.1 at 2012-09-19 10:10:31 +0200
48774
+ Served asset /mxit_rails/go.png - 304 Not Modified (0ms)
48775
+
48776
+
48777
+ Started GET "/" for 127.0.0.1 at 2012-09-19 10:10:31 +0200
48778
+ Processing by IndexController#index as HTML
48779
+ Rendered index/index.html.erb within layouts/mxit (0.1ms)
48780
+ Completed 200 OK in 6ms (Views: 6.0ms | ActiveRecord: 0.0ms)
48781
+
48782
+
48783
+ Started GET "/assets/mxit_rails/refresh.png" for 127.0.0.1 at 2012-09-19 10:10:31 +0200
48784
+ Served asset /mxit_rails/refresh.png - 304 Not Modified (0ms)
48785
+
48786
+
48787
+ Started GET "/assets/mxit_rails/nokia-5310-frame.png" for 127.0.0.1 at 2012-09-19 10:10:31 +0200
48788
+ Served asset /mxit_rails/nokia-5310-frame.png - 304 Not Modified (1ms)
48789
+
48790
+
48791
+ Started GET "/assets/mxit_rails/out.png" for 127.0.0.1 at 2012-09-19 10:10:31 +0200
48792
+ Served asset /mxit_rails/out.png - 304 Not Modified (0ms)
48793
+
48794
+
48795
+ Started GET "/assets/mxit_rails/in.png" for 127.0.0.1 at 2012-09-19 10:10:31 +0200
48796
+ Served asset /mxit_rails/in.png - 304 Not Modified (0ms)
48797
+
48798
+
48799
+ Started GET "/assets/mxit_rails/included.css?body=1" for 127.0.0.1 at 2012-09-19 10:10:32 +0200
48800
+ Served asset /mxit_rails/included.css - 304 Not Modified (0ms)
48801
+
48802
+
48803
+ Started GET "/assets/mxit_rails/favicon.ico" for 127.0.0.1 at 2012-09-19 10:10:32 +0200
48804
+ Served asset /mxit_rails/favicon.ico - 304 Not Modified (0ms)
48805
+
48806
+
48807
+ Started GET "/emulator/" for 127.0.0.1 at 2012-09-19 10:10:33 +0200
48808
+ Processing by EmulatorController#index as HTML
48809
+ Rendered /Users/linsenloots/Dev/payments/mxit-rails/app/views/emulator/index.html.erb (3.1ms)
48810
+ Completed 200 OK in 4ms (Views: 4.1ms | ActiveRecord: 0.0ms)
48811
+
48812
+
48813
+ Started GET "/assets/mxit_rails/emulator.css?body=1" for 127.0.0.1 at 2012-09-19 10:10:33 +0200
48814
+ Served asset /mxit_rails/emulator.css - 304 Not Modified (0ms)
48815
+
48816
+
48817
+ Started GET "/assets/mxit_rails/jquery-1.8.0.min.js?body=1" for 127.0.0.1 at 2012-09-19 10:10:33 +0200
48818
+ Served asset /mxit_rails/jquery-1.8.0.min.js - 304 Not Modified (4ms)
48819
+
48820
+
48821
+ Started GET "/assets/mxit_rails/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-09-19 10:10:33 +0200
48822
+ Served asset /mxit_rails/jquery.cookie.js - 304 Not Modified (0ms)
48823
+
48824
+
48825
+ Started GET "/assets/mxit_rails/jquery.history.js?body=1" for 127.0.0.1 at 2012-09-19 10:10:33 +0200
48826
+ Served asset /mxit_rails/jquery.history.js - 304 Not Modified (0ms)
48827
+
48828
+
48829
+ Started GET "/assets/mxit_rails/emulator.js?body=1" for 127.0.0.1 at 2012-09-19 10:10:33 +0200
48830
+ Served asset /mxit_rails/emulator.js - 304 Not Modified (0ms)
48831
+
48832
+
48833
+ Started GET "/assets/mxit_rails/go.png" for 127.0.0.1 at 2012-09-19 10:10:33 +0200
48834
+ Served asset /mxit_rails/go.png - 304 Not Modified (0ms)
48835
+
48836
+
48837
+ Started GET "/assets/mxit_rails/nokia-5310-frame.png" for 127.0.0.1 at 2012-09-19 10:10:33 +0200
48838
+ Served asset /mxit_rails/nokia-5310-frame.png - 304 Not Modified (20ms)
48839
+
48840
+
48841
+ Started GET "/assets/mxit_rails/refresh.png" for 127.0.0.1 at 2012-09-19 10:10:33 +0200
48842
+ Served asset /mxit_rails/refresh.png - 304 Not Modified (0ms)
48843
+
48844
+
48845
+ Started GET "/" for 127.0.0.1 at 2012-09-19 10:10:33 +0200
48846
+ Processing by IndexController#index as HTML
48847
+ Rendered index/index.html.erb within layouts/mxit (0.1ms)
48848
+ Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms)
48849
+
48850
+
48851
+ Started GET "/assets/mxit_rails/out.png" for 127.0.0.1 at 2012-09-19 10:10:33 +0200
48852
+ Served asset /mxit_rails/out.png - 304 Not Modified (0ms)
48853
+
48854
+
48855
+ Started GET "/assets/mxit_rails/included.css?body=1" for 127.0.0.1 at 2012-09-19 10:10:33 +0200
48856
+ Served asset /mxit_rails/included.css - 304 Not Modified (0ms)
48857
+
48858
+
48859
+ Started GET "/assets/mxit_rails/favicon.ico" for 127.0.0.1 at 2012-09-19 10:10:33 +0200
48860
+ Served asset /mxit_rails/favicon.ico - 304 Not Modified (0ms)
48861
+
48862
+
48863
+ Started GET "/emulator/" for 127.0.0.1 at 2012-09-19 10:10:42 +0200
48864
+ Processing by EmulatorController#index as HTML
48865
+ Rendered /Users/linsenloots/Dev/payments/mxit-rails/app/views/emulator/index.html.erb (2.6ms)
48866
+ Completed 200 OK in 4ms (Views: 4.1ms | ActiveRecord: 0.0ms)
48867
+
48868
+
48869
+ Started GET "/assets/mxit_rails/emulator.css?body=1" for 127.0.0.1 at 2012-09-19 10:10:42 +0200
48870
+ Served asset /mxit_rails/emulator.css - 304 Not Modified (0ms)
48871
+
48872
+
48873
+ Started GET "/assets/mxit_rails/jquery-1.8.0.min.js?body=1" for 127.0.0.1 at 2012-09-19 10:10:42 +0200
48874
+ Served asset /mxit_rails/jquery-1.8.0.min.js - 304 Not Modified (2ms)
48875
+
48876
+
48877
+ Started GET "/assets/mxit_rails/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-09-19 10:10:42 +0200
48878
+ Served asset /mxit_rails/jquery.cookie.js - 304 Not Modified (0ms)
48879
+
48880
+
48881
+ Started GET "/assets/mxit_rails/jquery.history.js?body=1" for 127.0.0.1 at 2012-09-19 10:10:42 +0200
48882
+ Served asset /mxit_rails/jquery.history.js - 304 Not Modified (0ms)
48883
+
48884
+
48885
+ Started GET "/assets/mxit_rails/emulator.js?body=1" for 127.0.0.1 at 2012-09-19 10:10:42 +0200
48886
+ Served asset /mxit_rails/emulator.js - 304 Not Modified (1ms)
48887
+
48888
+
48889
+ Started GET "/assets/mxit_rails/go.png" for 127.0.0.1 at 2012-09-19 10:10:42 +0200
48890
+ Served asset /mxit_rails/go.png - 304 Not Modified (0ms)
48891
+
48892
+
48893
+ Started GET "/assets/mxit_rails/nokia-5310-frame.png" for 127.0.0.1 at 2012-09-19 10:10:42 +0200
48894
+ Served asset /mxit_rails/nokia-5310-frame.png - 304 Not Modified (1ms)
48895
+
48896
+
48897
+ Started GET "/assets/mxit_rails/out.png" for 127.0.0.1 at 2012-09-19 10:10:42 +0200
48898
+ Served asset /mxit_rails/out.png - 304 Not Modified (0ms)
48899
+
48900
+
48901
+ Started GET "/assets/mxit_rails/refresh.png" for 127.0.0.1 at 2012-09-19 10:10:42 +0200
48902
+ Served asset /mxit_rails/refresh.png - 304 Not Modified (0ms)
48903
+
48904
+
48905
+ Started GET "/" for 127.0.0.1 at 2012-09-19 10:10:42 +0200
48906
+ Processing by IndexController#index as HTML
48907
+ Completed 500 Internal Server Error in 3ms
48908
+
48909
+ NameError (undefined local variable or method `asfd' for #<IndexController:0x007f9c53bac2e0>):
48910
+ app/controllers/index_controller.rb:6:in `index'
48911
+
48912
+
48913
+ Rendered /Users/linsenloots/.rbenv/versions/1.9.3-p125/lib/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms)
48914
+ Rendered /Users/linsenloots/.rbenv/versions/1.9.3-p125/lib/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms)
48915
+ Rendered /Users/linsenloots/.rbenv/versions/1.9.3-p125/lib/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.4ms)
48916
+
48917
+
48918
+ Started GET "/assets/mxit_rails/in.png" for 127.0.0.1 at 2012-09-19 10:10:42 +0200
48919
+ Served asset /mxit_rails/in.png - 304 Not Modified (0ms)
48920
+
48921
+
48922
+ Started GET "/assets/mxit_rails/favicon.ico" for 127.0.0.1 at 2012-09-19 10:10:42 +0200
48923
+ Served asset /mxit_rails/favicon.ico - 304 Not Modified (0ms)
48924
+
48925
+
48926
+ Started GET "/emulator/" for 127.0.0.1 at 2012-09-19 10:10:49 +0200
48927
+ Processing by EmulatorController#index as HTML
48928
+ Rendered /Users/linsenloots/Dev/payments/mxit-rails/app/views/emulator/index.html.erb (2.7ms)
48929
+ Completed 200 OK in 5ms (Views: 4.2ms | ActiveRecord: 0.0ms)
48930
+
48931
+
48932
+ Started GET "/assets/mxit_rails/emulator.css?body=1" for 127.0.0.1 at 2012-09-19 10:10:49 +0200
48933
+ Served asset /mxit_rails/emulator.css - 304 Not Modified (0ms)
48934
+
48935
+
48936
+ Started GET "/assets/mxit_rails/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-09-19 10:10:49 +0200
48937
+ Served asset /mxit_rails/jquery.cookie.js - 304 Not Modified (1ms)
48938
+
48939
+
48940
+ Started GET "/assets/mxit_rails/jquery-1.8.0.min.js?body=1" for 127.0.0.1 at 2012-09-19 10:10:49 +0200
48941
+ Served asset /mxit_rails/jquery-1.8.0.min.js - 304 Not Modified (0ms)
48942
+
48943
+
48944
+ Started GET "/assets/mxit_rails/jquery.history.js?body=1" for 127.0.0.1 at 2012-09-19 10:10:49 +0200
48945
+ Served asset /mxit_rails/jquery.history.js - 304 Not Modified (0ms)
48946
+
48947
+
48948
+ Started GET "/assets/mxit_rails/emulator.js?body=1" for 127.0.0.1 at 2012-09-19 10:10:49 +0200
48949
+ Served asset /mxit_rails/emulator.js - 304 Not Modified (0ms)
48950
+
48951
+
48952
+ Started GET "/assets/mxit_rails/go.png" for 127.0.0.1 at 2012-09-19 10:10:49 +0200
48953
+ Served asset /mxit_rails/go.png - 304 Not Modified (0ms)
48954
+
48955
+
48956
+ Started GET "/" for 127.0.0.1 at 2012-09-19 10:10:49 +0200
48957
+ Processing by IndexController#index as HTML
48958
+ Rendered index/index.html.erb within layouts/mxit (0.2ms)
48959
+ Completed 200 OK in 23ms (Views: 22.3ms | ActiveRecord: 0.0ms)
48960
+
48961
+
48962
+ Started GET "/assets/mxit_rails/nokia-5310-frame.png" for 127.0.0.1 at 2012-09-19 10:10:49 +0200
48963
+ Served asset /mxit_rails/nokia-5310-frame.png - 304 Not Modified (2ms)
48964
+
48965
+
48966
+ Started GET "/assets/mxit_rails/refresh.png" for 127.0.0.1 at 2012-09-19 10:10:49 +0200
48967
+ Served asset /mxit_rails/refresh.png - 304 Not Modified (0ms)
48968
+
48969
+
48970
+ Started GET "/assets/mxit_rails/out.png" for 127.0.0.1 at 2012-09-19 10:10:49 +0200
48971
+ Served asset /mxit_rails/out.png - 304 Not Modified (0ms)
48972
+
48973
+
48974
+ Started GET "/assets/mxit_rails/included.css?body=1" for 127.0.0.1 at 2012-09-19 10:10:49 +0200
48975
+ Served asset /mxit_rails/included.css - 304 Not Modified (0ms)
48976
+
48977
+
48978
+ Started GET "/assets/mxit_rails/favicon.ico" for 127.0.0.1 at 2012-09-19 10:10:49 +0200
48979
+ Served asset /mxit_rails/favicon.ico - 304 Not Modified (0ms)
48980
+
48981
+
48982
+ Started GET "/emulator/" for 127.0.0.1 at 2012-09-19 10:13:59 +0200
48983
+ Processing by EmulatorController#index as HTML
48984
+ Rendered /Users/linsenloots/Dev/payments/mxit-rails/app/views/emulator/index.html.erb (3.6ms)
48985
+ Completed 200 OK in 5ms (Views: 4.8ms | ActiveRecord: 0.0ms)
48986
+
48987
+
48988
+ Started GET "/assets/mxit_rails/emulator.css?body=1" for 127.0.0.1 at 2012-09-19 10:14:00 +0200
48989
+ Served asset /mxit_rails/emulator.css - 304 Not Modified (0ms)
48990
+
48991
+
48992
+ Started GET "/assets/mxit_rails/jquery-1.8.0.min.js?body=1" for 127.0.0.1 at 2012-09-19 10:14:00 +0200
48993
+ Served asset /mxit_rails/jquery-1.8.0.min.js - 304 Not Modified (6ms)
48994
+
48995
+
48996
+ Started GET "/assets/mxit_rails/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-09-19 10:14:00 +0200
48997
+ Served asset /mxit_rails/jquery.cookie.js - 304 Not Modified (0ms)
48998
+
48999
+
49000
+ Started GET "/assets/mxit_rails/jquery.history.js?body=1" for 127.0.0.1 at 2012-09-19 10:14:00 +0200
49001
+ Served asset /mxit_rails/jquery.history.js - 304 Not Modified (0ms)
49002
+
49003
+
49004
+ Started GET "/assets/mxit_rails/emulator.js?body=1" for 127.0.0.1 at 2012-09-19 10:14:00 +0200
49005
+ Served asset /mxit_rails/emulator.js - 304 Not Modified (0ms)
49006
+
49007
+
49008
+ Started GET "/" for 127.0.0.1 at 2012-09-19 10:14:00 +0200
49009
+ Processing by IndexController#index as HTML
49010
+ Rendered index/index.html.erb within layouts/mxit (0.1ms)
49011
+ Completed 200 OK in 2ms (Views: 2.2ms | ActiveRecord: 0.0ms)
49012
+
49013
+
49014
+ Started GET "/assets/mxit_rails/out.png" for 127.0.0.1 at 2012-09-19 10:14:00 +0200
49015
+ Served asset /mxit_rails/out.png - 304 Not Modified (0ms)
49016
+
49017
+
49018
+ Started GET "/assets/mxit_rails/go.png" for 127.0.0.1 at 2012-09-19 10:14:00 +0200
49019
+ Served asset /mxit_rails/go.png - 304 Not Modified (0ms)
49020
+
49021
+
49022
+ Started GET "/assets/mxit_rails/refresh.png" for 127.0.0.1 at 2012-09-19 10:14:00 +0200
49023
+ Served asset /mxit_rails/refresh.png - 304 Not Modified (0ms)
49024
+
49025
+
49026
+ Started GET "/assets/mxit_rails/nokia-5310-frame.png" for 127.0.0.1 at 2012-09-19 10:14:00 +0200
49027
+ Served asset /mxit_rails/nokia-5310-frame.png - 304 Not Modified (3ms)
49028
+
49029
+
49030
+ Started GET "/assets/mxit_rails/included.css?body=1" for 127.0.0.1 at 2012-09-19 10:14:00 +0200
49031
+ Served asset /mxit_rails/included.css - 304 Not Modified (0ms)
49032
+
49033
+
49034
+ Started GET "/assets/mxit_rails/favicon.ico" for 127.0.0.1 at 2012-09-19 10:14:00 +0200
49035
+ Served asset /mxit_rails/favicon.ico - 304 Not Modified (0ms)
49036
+
49037
+
49038
+ Started GET "/emulator/" for 127.0.0.1 at 2012-09-19 10:14:36 +0200
49039
+ Processing by EmulatorController#index as HTML
49040
+ Compiled mxit_rails/emulator.css (266ms) (pid 99451)
49041
+ Rendered /Users/linsenloots/Dev/payments/mxit-rails/app/views/emulator/index.html.erb (276.8ms)
49042
+ Completed 200 OK in 278ms (Views: 277.8ms | ActiveRecord: 0.0ms)
49043
+
49044
+
49045
+ Started GET "/assets/mxit_rails/emulator.css?body=1" for 127.0.0.1 at 2012-09-19 10:14:36 +0200
49046
+ Served asset /mxit_rails/emulator.css - 200 OK (5ms)
49047
+
49048
+
49049
+ Started GET "/assets/mxit_rails/jquery-1.8.0.min.js?body=1" for 127.0.0.1 at 2012-09-19 10:14:36 +0200
49050
+ Served asset /mxit_rails/jquery-1.8.0.min.js - 304 Not Modified (2ms)
49051
+
49052
+
49053
+ Started GET "/assets/mxit_rails/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-09-19 10:14:36 +0200
49054
+ Served asset /mxit_rails/jquery.cookie.js - 304 Not Modified (0ms)
49055
+
49056
+
49057
+ Started GET "/assets/mxit_rails/jquery.history.js?body=1" for 127.0.0.1 at 2012-09-19 10:14:36 +0200
49058
+ Served asset /mxit_rails/jquery.history.js - 304 Not Modified (0ms)
49059
+
49060
+
49061
+ Started GET "/assets/mxit_rails/emulator.js?body=1" for 127.0.0.1 at 2012-09-19 10:14:36 +0200
49062
+ Served asset /mxit_rails/emulator.js - 304 Not Modified (0ms)
49063
+
49064
+
49065
+ Started GET "/assets/mxit_rails/go.png" for 127.0.0.1 at 2012-09-19 10:14:37 +0200
49066
+ Served asset /mxit_rails/go.png - 304 Not Modified (0ms)
49067
+
49068
+
49069
+ Started GET "/assets/mxit_rails/refresh.png" for 127.0.0.1 at 2012-09-19 10:14:37 +0200
49070
+ Served asset /mxit_rails/refresh.png - 304 Not Modified (0ms)
49071
+
49072
+
49073
+ Started GET "/assets/mxit_rails/nokia-5310-frame.png" for 127.0.0.1 at 2012-09-19 10:14:37 +0200
49074
+ Served asset /mxit_rails/nokia-5310-frame.png - 304 Not Modified (4ms)
49075
+
49076
+
49077
+ Started GET "/assets/mxit_rails/out.png" for 127.0.0.1 at 2012-09-19 10:14:37 +0200
49078
+ Served asset /mxit_rails/out.png - 304 Not Modified (0ms)
49079
+
49080
+
49081
+ Started GET "/" for 127.0.0.1 at 2012-09-19 10:14:37 +0200
49082
+ Processing by IndexController#index as HTML
49083
+ Rendered index/index.html.erb within layouts/mxit (0.1ms)
49084
+ Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms)
49085
+
49086
+
49087
+ Started GET "/assets/mxit_rails/included.css?body=1" for 127.0.0.1 at 2012-09-19 10:14:37 +0200
49088
+ Served asset /mxit_rails/included.css - 304 Not Modified (0ms)
49089
+
49090
+
49091
+ Started GET "/assets/mxit_rails/favicon.ico" for 127.0.0.1 at 2012-09-19 10:14:37 +0200
49092
+ Served asset /mxit_rails/favicon.ico - 304 Not Modified (0ms)
49093
+
49094
+
49095
+ Started GET "/emulator/" for 127.0.0.1 at 2012-09-19 10:15:21 +0200
49096
+ Processing by EmulatorController#index as HTML
49097
+ Compiled mxit_rails/emulator.css (31ms) (pid 99451)
49098
+ Compiled mxit_rails/emulator.js (5ms) (pid 99451)
49099
+ Rendered /Users/linsenloots/Dev/payments/mxit-rails/app/views/emulator/index.html.erb (60.4ms)
49100
+ Completed 200 OK in 77ms (Views: 76.6ms | ActiveRecord: 0.0ms)
49101
+
49102
+
49103
+ Started GET "/assets/mxit_rails/emulator.css?body=1" for 127.0.0.1 at 2012-09-19 10:15:21 +0200
49104
+ Served asset /mxit_rails/emulator.css - 200 OK (3ms)
49105
+
49106
+
49107
+ Started GET "/assets/mxit_rails/jquery.history.js?body=1" for 127.0.0.1 at 2012-09-19 10:15:21 +0200
49108
+ Served asset /mxit_rails/jquery.history.js - 304 Not Modified (0ms)
49109
+
49110
+
49111
+ Started GET "/assets/mxit_rails/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-09-19 10:15:21 +0200
49112
+ Served asset /mxit_rails/jquery.cookie.js - 304 Not Modified (0ms)
49113
+
49114
+
49115
+ Started GET "/assets/mxit_rails/jquery-1.8.0.min.js?body=1" for 127.0.0.1 at 2012-09-19 10:15:21 +0200
49116
+ Served asset /mxit_rails/jquery-1.8.0.min.js - 304 Not Modified (4ms)
49117
+
49118
+
49119
+ Started GET "/assets/mxit_rails/emulator.js?body=1" for 127.0.0.1 at 2012-09-19 10:15:21 +0200
49120
+ Served asset /mxit_rails/emulator.js - 200 OK (9ms)
49121
+
49122
+
49123
+ Started GET "/assets/mxit_rails/refresh.png" for 127.0.0.1 at 2012-09-19 10:15:21 +0200
49124
+ Served asset /mxit_rails/refresh.png - 304 Not Modified (0ms)
49125
+
49126
+
49127
+ Started GET "/assets/mxit_rails/go.png" for 127.0.0.1 at 2012-09-19 10:15:21 +0200
49128
+ Served asset /mxit_rails/go.png - 304 Not Modified (1ms)
49129
+
49130
+
49131
+ Started GET "/" for 127.0.0.1 at 2012-09-19 10:15:21 +0200
49132
+ Processing by IndexController#index as HTML
49133
+ Rendered index/index.html.erb within layouts/mxit (0.1ms)
49134
+ Completed 200 OK in 4ms (Views: 3.9ms | ActiveRecord: 0.0ms)
49135
+
49136
+
49137
+ Started GET "/assets/mxit_rails/out.png" for 127.0.0.1 at 2012-09-19 10:15:21 +0200
49138
+ Served asset /mxit_rails/out.png - 304 Not Modified (0ms)
49139
+
49140
+
49141
+ Started GET "/assets/mxit_rails/nokia-5310-frame.png" for 127.0.0.1 at 2012-09-19 10:15:21 +0200
49142
+ Served asset /mxit_rails/nokia-5310-frame.png - 304 Not Modified (1ms)
49143
+
49144
+
49145
+ Started GET "/assets/mxit_rails/included.css?body=1" for 127.0.0.1 at 2012-09-19 10:15:21 +0200
49146
+ Served asset /mxit_rails/included.css - 304 Not Modified (0ms)
49147
+
49148
+
49149
+ Started GET "/assets/mxit_rails/favicon.ico" for 127.0.0.1 at 2012-09-19 10:15:21 +0200
49150
+ Served asset /mxit_rails/favicon.ico - 304 Not Modified (0ms)
49151
+
49152
+
49153
+ Started GET "/emulator/" for 127.0.0.1 at 2012-09-19 10:16:17 +0200
49154
+ Processing by EmulatorController#index as HTML
49155
+ Compiled mxit_rails/emulator.css (48ms) (pid 99451)
49156
+ Rendered /Users/linsenloots/Dev/payments/mxit-rails/app/views/emulator/index.html.erb (59.7ms)
49157
+ Completed 200 OK in 61ms (Views: 60.9ms | ActiveRecord: 0.0ms)
49158
+
49159
+
49160
+ Started GET "/assets/mxit_rails/emulator.css?body=1" for 127.0.0.1 at 2012-09-19 10:16:17 +0200
49161
+ Served asset /mxit_rails/emulator.css - 200 OK (3ms)
49162
+
49163
+
49164
+ Started GET "/assets/mxit_rails/jquery-1.8.0.min.js?body=1" for 127.0.0.1 at 2012-09-19 10:16:17 +0200
49165
+ Served asset /mxit_rails/jquery-1.8.0.min.js - 304 Not Modified (4ms)
49166
+
49167
+
49168
+ Started GET "/assets/mxit_rails/jquery.history.js?body=1" for 127.0.0.1 at 2012-09-19 10:16:17 +0200
49169
+ Served asset /mxit_rails/jquery.history.js - 304 Not Modified (0ms)
49170
+
49171
+
49172
+ Started GET "/assets/mxit_rails/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-09-19 10:16:17 +0200
49173
+ Served asset /mxit_rails/jquery.cookie.js - 304 Not Modified (0ms)
49174
+
49175
+
49176
+ Started GET "/assets/mxit_rails/emulator.js?body=1" for 127.0.0.1 at 2012-09-19 10:16:17 +0200
49177
+ Served asset /mxit_rails/emulator.js - 304 Not Modified (1ms)
49178
+
49179
+
49180
+ Started GET "/assets/mxit_rails/go.png" for 127.0.0.1 at 2012-09-19 10:16:18 +0200
49181
+ Served asset /mxit_rails/go.png - 304 Not Modified (0ms)
49182
+
49183
+
49184
+ Started GET "/assets/mxit_rails/out.png" for 127.0.0.1 at 2012-09-19 10:16:18 +0200
49185
+ Served asset /mxit_rails/out.png - 304 Not Modified (0ms)
49186
+
49187
+
49188
+ Started GET "/assets/mxit_rails/refresh.png" for 127.0.0.1 at 2012-09-19 10:16:18 +0200
49189
+ Served asset /mxit_rails/refresh.png - 304 Not Modified (0ms)
49190
+
49191
+
49192
+ Started GET "/assets/mxit_rails/in.png" for 127.0.0.1 at 2012-09-19 10:16:18 +0200
49193
+ Served asset /mxit_rails/in.png - 304 Not Modified (0ms)
49194
+
49195
+
49196
+ Started GET "/assets/mxit_rails/nokia-5310-frame.png" for 127.0.0.1 at 2012-09-19 10:16:18 +0200
49197
+ Served asset /mxit_rails/nokia-5310-frame.png - 304 Not Modified (1ms)
49198
+
49199
+
49200
+ Started GET "/" for 127.0.0.1 at 2012-09-19 10:16:18 +0200
49201
+ Processing by IndexController#index as HTML
49202
+ Rendered index/index.html.erb within layouts/mxit (0.1ms)
49203
+ Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms)
49204
+
49205
+
49206
+ Started GET "/assets/mxit_rails/included.css?body=1" for 127.0.0.1 at 2012-09-19 10:16:18 +0200
49207
+ Served asset /mxit_rails/included.css - 304 Not Modified (0ms)
49208
+
49209
+
49210
+ Started GET "/assets/mxit_rails/favicon.ico" for 127.0.0.1 at 2012-09-19 10:16:18 +0200
49211
+ Served asset /mxit_rails/favicon.ico - 304 Not Modified (0ms)
49212
+
49213
+
49214
+ Started GET "/emulator/" for 127.0.0.1 at 2012-09-19 10:16:40 +0200
49215
+ Processing by EmulatorController#index as HTML
49216
+ Compiled mxit_rails/emulator.css (32ms) (pid 99451)
49217
+ Rendered /Users/linsenloots/Dev/payments/mxit-rails/app/views/emulator/index.html.erb (44.6ms)
49218
+ Completed 200 OK in 46ms (Views: 45.8ms | ActiveRecord: 0.0ms)
49219
+
49220
+
49221
+ Started GET "/assets/mxit_rails/emulator.css?body=1" for 127.0.0.1 at 2012-09-19 10:16:40 +0200
49222
+ Served asset /mxit_rails/emulator.css - 200 OK (3ms)
49223
+
49224
+
49225
+ Started GET "/assets/mxit_rails/jquery-1.8.0.min.js?body=1" for 127.0.0.1 at 2012-09-19 10:16:40 +0200
49226
+ Served asset /mxit_rails/jquery-1.8.0.min.js - 304 Not Modified (0ms)
49227
+
49228
+
49229
+ Started GET "/assets/mxit_rails/jquery.history.js?body=1" for 127.0.0.1 at 2012-09-19 10:16:40 +0200
49230
+ Served asset /mxit_rails/jquery.history.js - 304 Not Modified (0ms)
49231
+
49232
+
49233
+ Started GET "/assets/mxit_rails/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-09-19 10:16:40 +0200
49234
+ Served asset /mxit_rails/jquery.cookie.js - 304 Not Modified (0ms)
49235
+
49236
+
49237
+ Started GET "/assets/mxit_rails/emulator.js?body=1" for 127.0.0.1 at 2012-09-19 10:16:40 +0200
49238
+ Served asset /mxit_rails/emulator.js - 304 Not Modified (0ms)
49239
+
49240
+
49241
+ Started GET "/assets/mxit_rails/out.png" for 127.0.0.1 at 2012-09-19 10:16:41 +0200
49242
+ Served asset /mxit_rails/out.png - 304 Not Modified (4ms)
49243
+
49244
+
49245
+ Started GET "/assets/mxit_rails/refresh.png" for 127.0.0.1 at 2012-09-19 10:16:41 +0200
49246
+ Served asset /mxit_rails/refresh.png - 304 Not Modified (0ms)
49247
+
49248
+
49249
+ Started GET "/assets/mxit_rails/go.png" for 127.0.0.1 at 2012-09-19 10:16:41 +0200
49250
+ Served asset /mxit_rails/go.png - 304 Not Modified (0ms)
49251
+
49252
+
49253
+ Started GET "/assets/mxit_rails/nokia-5310-frame.png" for 127.0.0.1 at 2012-09-19 10:16:41 +0200
49254
+ Served asset /mxit_rails/nokia-5310-frame.png - 304 Not Modified (1ms)
49255
+
49256
+
49257
+ Started GET "/" for 127.0.0.1 at 2012-09-19 10:16:41 +0200
49258
+ Processing by IndexController#index as HTML
49259
+ Rendered index/index.html.erb within layouts/mxit (0.2ms)
49260
+ Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms)
49261
+
49262
+
49263
+ Started GET "/assets/mxit_rails/included.css?body=1" for 127.0.0.1 at 2012-09-19 10:16:41 +0200
49264
+ Served asset /mxit_rails/included.css - 304 Not Modified (0ms)
49265
+
49266
+
49267
+ Started GET "/assets/mxit_rails/favicon.ico" for 127.0.0.1 at 2012-09-19 10:16:41 +0200
49268
+ Served asset /mxit_rails/favicon.ico - 304 Not Modified (0ms)
49269
+
49270
+
49271
+ Started GET "/assets/mxit_rails/in.png" for 127.0.0.1 at 2012-09-19 10:16:42 +0200
49272
+ Served asset /mxit_rails/in.png - 304 Not Modified (0ms)
49273
+
49274
+
49275
+ Started GET "/welcome" for 127.0.0.1 at 2012-09-19 10:16:44 +0200
49276
+ Processing by WelcomeController#index as HTML
49277
+ Rendered welcome/index.html.erb within layouts/mxit (0.7ms)
49278
+ Completed 200 OK in 6ms (Views: 4.9ms | ActiveRecord: 0.0ms)
49279
+
49280
+
49281
+ Started GET "/assets/mxit_rails/included.css?body=1" for 127.0.0.1 at 2012-09-19 10:16:44 +0200
49282
+ Served asset /mxit_rails/included.css - 304 Not Modified (0ms)
49283
+
49284
+
49285
+ Started GET "/" for 127.0.0.1 at 2012-09-19 10:16:51 +0200
49286
+ Processing by IndexController#index as HTML
49287
+ Rendered index/index.html.erb within layouts/mxit (0.1ms)
49288
+ Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms)
49289
+
49290
+
49291
+ Started GET "/assets/mxit_rails/included.css?body=1" for 127.0.0.1 at 2012-09-19 10:16:51 +0200
49292
+ Served asset /mxit_rails/included.css - 304 Not Modified (0ms)
49293
+
49294
+
49295
+ Started GET "/emulator/" for 127.0.0.1 at 2012-09-19 10:17:50 +0200
49296
+ Processing by EmulatorController#index as HTML
49297
+ Compiled mxit_rails/emulator.js (4ms) (pid 99451)
49298
+ Rendered /Users/linsenloots/Dev/payments/mxit-rails/app/views/emulator/index.html.erb (22.6ms)
49299
+ Completed 200 OK in 24ms (Views: 23.8ms | ActiveRecord: 0.0ms)
49300
+
49301
+
49302
+ Started GET "/assets/mxit_rails/emulator.css?body=1" for 127.0.0.1 at 2012-09-19 10:17:50 +0200
49303
+ Served asset /mxit_rails/emulator.css - 304 Not Modified (0ms)
49304
+
49305
+
49306
+ Started GET "/assets/mxit_rails/emulator.js?body=1" for 127.0.0.1 at 2012-09-19 10:17:50 +0200
49307
+ Served asset /mxit_rails/emulator.js - 200 OK (6ms)
49308
+
49309
+
49310
+ Started GET "/assets/mxit_rails/jquery.history.js?body=1" for 127.0.0.1 at 2012-09-19 10:17:50 +0200
49311
+ Served asset /mxit_rails/jquery.history.js - 304 Not Modified (0ms)
49312
+
49313
+
49314
+ Started GET "/assets/mxit_rails/jquery-1.8.0.min.js?body=1" for 127.0.0.1 at 2012-09-19 10:17:50 +0200
49315
+ Served asset /mxit_rails/jquery-1.8.0.min.js - 304 Not Modified (0ms)
49316
+
49317
+
49318
+ Started GET "/assets/mxit_rails/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-09-19 10:17:50 +0200
49319
+ Served asset /mxit_rails/jquery.cookie.js - 304 Not Modified (0ms)
49320
+
49321
+
49322
+ Started GET "/assets/mxit_rails/go.png" for 127.0.0.1 at 2012-09-19 10:17:50 +0200
49323
+ Served asset /mxit_rails/go.png - 304 Not Modified (0ms)
49324
+
49325
+
49326
+ Started GET "/assets/mxit_rails/refresh.png" for 127.0.0.1 at 2012-09-19 10:17:50 +0200
49327
+ Served asset /mxit_rails/refresh.png - 304 Not Modified (0ms)
49328
+
49329
+
49330
+ Started GET "/assets/mxit_rails/out.png" for 127.0.0.1 at 2012-09-19 10:17:50 +0200
49331
+ Served asset /mxit_rails/out.png - 304 Not Modified (0ms)
49332
+
49333
+
49334
+ Started GET "/assets/mxit_rails/nokia-5310-frame.png" for 127.0.0.1 at 2012-09-19 10:17:50 +0200
49335
+ Served asset /mxit_rails/nokia-5310-frame.png - 304 Not Modified (1ms)
49336
+
49337
+
49338
+ Started GET "/assets/mxit_rails/favicon.ico" for 127.0.0.1 at 2012-09-19 10:17:51 +0200
49339
+ Served asset /mxit_rails/favicon.ico - 304 Not Modified (0ms)
49340
+
49341
+
49342
+ Started GET "/emulator/" for 127.0.0.1 at 2012-09-19 10:17:52 +0200
49343
+ Processing by EmulatorController#index as HTML
49344
+ Rendered /Users/linsenloots/Dev/payments/mxit-rails/app/views/emulator/index.html.erb (2.7ms)
49345
+ Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.0ms)
49346
+
49347
+
49348
+ Started GET "/assets/mxit_rails/emulator.css?body=1" for 127.0.0.1 at 2012-09-19 10:17:52 +0200
49349
+ Served asset /mxit_rails/emulator.css - 304 Not Modified (0ms)
49350
+
49351
+
49352
+ Started GET "/assets/mxit_rails/jquery.history.js?body=1" for 127.0.0.1 at 2012-09-19 10:17:52 +0200
49353
+ Served asset /mxit_rails/jquery.history.js - 304 Not Modified (0ms)
49354
+
49355
+
49356
+ Started GET "/assets/mxit_rails/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-09-19 10:17:52 +0200
49357
+ Served asset /mxit_rails/jquery.cookie.js - 304 Not Modified (0ms)
49358
+
49359
+
49360
+ Started GET "/assets/mxit_rails/jquery-1.8.0.min.js?body=1" for 127.0.0.1 at 2012-09-19 10:17:52 +0200
49361
+ Served asset /mxit_rails/jquery-1.8.0.min.js - 304 Not Modified (0ms)
49362
+
49363
+
49364
+ Started GET "/assets/mxit_rails/emulator.js?body=1" for 127.0.0.1 at 2012-09-19 10:17:52 +0200
49365
+ Served asset /mxit_rails/emulator.js - 304 Not Modified (0ms)
49366
+
49367
+
49368
+ Started GET "/assets/mxit_rails/go.png" for 127.0.0.1 at 2012-09-19 10:17:52 +0200
49369
+ Served asset /mxit_rails/go.png - 304 Not Modified (0ms)
49370
+
49371
+
49372
+ Started GET "/assets/mxit_rails/refresh.png" for 127.0.0.1 at 2012-09-19 10:17:52 +0200
49373
+ Served asset /mxit_rails/refresh.png - 304 Not Modified (0ms)
49374
+
49375
+
49376
+ Started GET "/assets/mxit_rails/nokia-5310-frame.png" for 127.0.0.1 at 2012-09-19 10:17:52 +0200
49377
+ Served asset /mxit_rails/nokia-5310-frame.png - 304 Not Modified (1ms)
49378
+
49379
+
49380
+ Started GET "/assets/mxit_rails/out.png" for 127.0.0.1 at 2012-09-19 10:17:52 +0200
49381
+ Served asset /mxit_rails/out.png - 304 Not Modified (0ms)
49382
+
49383
+
49384
+ Started GET "/assets/mxit_rails/favicon.ico" for 127.0.0.1 at 2012-09-19 10:17:52 +0200
49385
+ Served asset /mxit_rails/favicon.ico - 304 Not Modified (0ms)
49386
+
49387
+
49388
+ Started GET "/emulator/" for 127.0.0.1 at 2012-09-19 10:17:59 +0200
49389
+ Processing by EmulatorController#index as HTML
49390
+ Compiled mxit_rails/emulator.js (3ms) (pid 99451)
49391
+ Rendered /Users/linsenloots/Dev/payments/mxit-rails/app/views/emulator/index.html.erb (33.1ms)
49392
+ Completed 200 OK in 34ms (Views: 34.0ms | ActiveRecord: 0.0ms)
49393
+
49394
+
49395
+ Started GET "/assets/mxit_rails/emulator.css?body=1" for 127.0.0.1 at 2012-09-19 10:17:59 +0200
49396
+ Served asset /mxit_rails/emulator.css - 304 Not Modified (0ms)
49397
+
49398
+
49399
+ Started GET "/assets/mxit_rails/jquery.history.js?body=1" for 127.0.0.1 at 2012-09-19 10:17:59 +0200
49400
+ Served asset /mxit_rails/jquery.history.js - 304 Not Modified (0ms)
49401
+
49402
+
49403
+ Started GET "/assets/mxit_rails/jquery-1.8.0.min.js?body=1" for 127.0.0.1 at 2012-09-19 10:17:59 +0200
49404
+ Served asset /mxit_rails/jquery-1.8.0.min.js - 304 Not Modified (0ms)
49405
+
49406
+
49407
+ Started GET "/assets/mxit_rails/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-09-19 10:17:59 +0200
49408
+ Served asset /mxit_rails/jquery.cookie.js - 304 Not Modified (0ms)
49409
+
49410
+
49411
+ Started GET "/assets/mxit_rails/emulator.js?body=1" for 127.0.0.1 at 2012-09-19 10:17:59 +0200
49412
+ Served asset /mxit_rails/emulator.js - 200 OK (5ms)
49413
+
49414
+
49415
+ Started GET "/assets/mxit_rails/go.png" for 127.0.0.1 at 2012-09-19 10:17:59 +0200
49416
+ Served asset /mxit_rails/go.png - 304 Not Modified (0ms)
49417
+
49418
+
49419
+ Started GET "/assets/mxit_rails/refresh.png" for 127.0.0.1 at 2012-09-19 10:17:59 +0200
49420
+ Served asset /mxit_rails/refresh.png - 304 Not Modified (0ms)
49421
+
49422
+
49423
+ Started GET "/assets/mxit_rails/out.png" for 127.0.0.1 at 2012-09-19 10:17:59 +0200
49424
+ Served asset /mxit_rails/out.png - 304 Not Modified (2ms)
49425
+
49426
+
49427
+ Started GET "/assets/mxit_rails/nokia-5310-frame.png" for 127.0.0.1 at 2012-09-19 10:17:59 +0200
49428
+ Served asset /mxit_rails/nokia-5310-frame.png - 304 Not Modified (1ms)
49429
+
49430
+
49431
+ Started GET "/" for 127.0.0.1 at 2012-09-19 10:17:59 +0200
49432
+ Processing by IndexController#index as HTML
49433
+ Rendered index/index.html.erb within layouts/mxit (0.1ms)
49434
+ Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms)
49435
+
49436
+
49437
+ Started GET "/assets/mxit_rails/included.css?body=1" for 127.0.0.1 at 2012-09-19 10:17:59 +0200
49438
+ Served asset /mxit_rails/included.css - 304 Not Modified (0ms)
49439
+
49440
+
49441
+ Started GET "/assets/mxit_rails/favicon.ico" for 127.0.0.1 at 2012-09-19 10:17:59 +0200
49442
+ Served asset /mxit_rails/favicon.ico - 304 Not Modified (0ms)
49443
+
49444
+
49445
+ Started GET "/welcome" for 127.0.0.1 at 2012-09-19 10:18:02 +0200
49446
+ Processing by WelcomeController#index as HTML
49447
+ Rendered welcome/index.html.erb within layouts/mxit (0.1ms)
49448
+ Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms)
49449
+
49450
+
49451
+ Started GET "/assets/mxit_rails/included.css?body=1" for 127.0.0.1 at 2012-09-19 10:18:02 +0200
49452
+ Served asset /mxit_rails/included.css - 304 Not Modified (0ms)
49453
+
49454
+
49455
+ Started GET "/" for 127.0.0.1 at 2012-09-19 10:18:03 +0200
49456
+ Processing by IndexController#index as HTML
49457
+ Rendered index/index.html.erb within layouts/mxit (0.1ms)
49458
+ Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.0ms)
49459
+
49460
+
49461
+ Started GET "/assets/mxit_rails/included.css?body=1" for 127.0.0.1 at 2012-09-19 10:18:03 +0200
49462
+ Served asset /mxit_rails/included.css - 304 Not Modified (0ms)
49463
+
49464
+
49465
+ Started GET "/form" for 127.0.0.1 at 2012-09-19 10:18:05 +0200
49466
+ Processing by FormController#index as HTML
49467
+ Rendered form/index/start.html.erb within layouts/mxit (0.6ms)
49468
+ Completed 200 OK in 5ms (Views: 3.5ms | ActiveRecord: 0.0ms)
49469
+
49470
+
49471
+ Started GET "/assets/mxit_rails/included.css?body=1" for 127.0.0.1 at 2012-09-19 10:18:05 +0200
49472
+ Served asset /mxit_rails/included.css - 304 Not Modified (0ms)
49473
+
49474
+
49475
+ Started GET "/" for 127.0.0.1 at 2012-09-19 10:18:06 +0200
49476
+ Processing by IndexController#index as HTML
49477
+ Rendered index/index.html.erb within layouts/mxit (0.1ms)
49478
+ Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms)
49479
+
49480
+
49481
+ Started GET "/assets/mxit_rails/included.css?body=1" for 127.0.0.1 at 2012-09-19 10:18:06 +0200
49482
+ Served asset /mxit_rails/included.css - 304 Not Modified (0ms)
49483
+
49484
+
49485
+ Started GET "/emulator/" for 127.0.0.1 at 2012-09-19 10:20:11 +0200
49486
+ Processing by EmulatorController#index as HTML
49487
+ Rendered /Users/linsenloots/Dev/payments/mxit-rails/app/views/emulator/index.html.erb (3.6ms)
49488
+ Completed 200 OK in 5ms (Views: 4.6ms | ActiveRecord: 0.0ms)
49489
+
49490
+
49491
+ Started GET "/assets/mxit_rails/emulator.css?body=1" for 127.0.0.1 at 2012-09-19 10:20:11 +0200
49492
+ Served asset /mxit_rails/emulator.css - 304 Not Modified (0ms)
49493
+
49494
+
49495
+ Started GET "/assets/mxit_rails/jquery.history.js?body=1" for 127.0.0.1 at 2012-09-19 10:20:11 +0200
49496
+ Served asset /mxit_rails/jquery.history.js - 304 Not Modified (0ms)
49497
+
49498
+
49499
+ Started GET "/assets/mxit_rails/emulator.js?body=1" for 127.0.0.1 at 2012-09-19 10:20:11 +0200
49500
+ Served asset /mxit_rails/emulator.js - 304 Not Modified (20ms)
49501
+
49502
+
49503
+ Started GET "/assets/mxit_rails/jquery-1.8.0.min.js?body=1" for 127.0.0.1 at 2012-09-19 10:20:11 +0200
49504
+ Served asset /mxit_rails/jquery-1.8.0.min.js - 304 Not Modified (1ms)
49505
+
49506
+
49507
+ Started GET "/assets/mxit_rails/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-09-19 10:20:11 +0200
49508
+ Served asset /mxit_rails/jquery.cookie.js - 304 Not Modified (0ms)
49509
+
49510
+
49511
+ Started GET "/" for 127.0.0.1 at 2012-09-19 10:20:11 +0200
49512
+ Processing by IndexController#index as HTML
49513
+ Rendered index/index.html.erb within layouts/mxit (0.1ms)
49514
+ Completed 200 OK in 5ms (Views: 4.2ms | ActiveRecord: 0.0ms)
49515
+
49516
+
49517
+ Started GET "/assets/mxit_rails/go.png" for 127.0.0.1 at 2012-09-19 10:20:11 +0200
49518
+ Served asset /mxit_rails/go.png - 304 Not Modified (0ms)
49519
+
49520
+
49521
+ Started GET "/assets/mxit_rails/home.png" for 127.0.0.1 at 2012-09-19 10:20:11 +0200
49522
+ Served asset /mxit_rails/home.png - 200 OK (11ms)
49523
+
49524
+
49525
+ Started GET "/assets/mxit_rails/refresh.png" for 127.0.0.1 at 2012-09-19 10:20:11 +0200
49526
+ Served asset /mxit_rails/refresh.png - 304 Not Modified (0ms)
49527
+
49528
+
49529
+ Started GET "/assets/mxit_rails/out.png" for 127.0.0.1 at 2012-09-19 10:20:11 +0200
49530
+ Served asset /mxit_rails/out.png - 304 Not Modified (1ms)
49531
+
49532
+
49533
+ Started GET "/assets/mxit_rails/included.css?body=1" for 127.0.0.1 at 2012-09-19 10:20:11 +0200
49534
+ Served asset /mxit_rails/included.css - 304 Not Modified (0ms)
49535
+
49536
+
49537
+ Started GET "/assets/mxit_rails/nokia-5310-frame.png" for 127.0.0.1 at 2012-09-19 10:20:11 +0200
49538
+ Served asset /mxit_rails/nokia-5310-frame.png - 304 Not Modified (1ms)
49539
+
49540
+
49541
+ Started GET "/assets/mxit_rails/favicon.ico" for 127.0.0.1 at 2012-09-19 10:20:11 +0200
49542
+ Served asset /mxit_rails/favicon.ico - 304 Not Modified (0ms)
49543
+
49544
+
49545
+ Started GET "/emulator/" for 127.0.0.1 at 2012-09-19 10:20:34 +0200
49546
+ Processing by EmulatorController#index as HTML
49547
+ Compiled mxit_rails/emulator.css (51ms) (pid 99451)
49548
+ Rendered /Users/linsenloots/Dev/payments/mxit-rails/app/views/emulator/index.html.erb (64.3ms)
49549
+ Completed 200 OK in 66ms (Views: 65.3ms | ActiveRecord: 0.0ms)
49550
+
49551
+
49552
+ Started GET "/assets/mxit_rails/emulator.css?body=1" for 127.0.0.1 at 2012-09-19 10:20:34 +0200
49553
+ Served asset /mxit_rails/emulator.css - 200 OK (3ms)
49554
+
49555
+
49556
+ Started GET "/assets/mxit_rails/jquery-1.8.0.min.js?body=1" for 127.0.0.1 at 2012-09-19 10:20:34 +0200
49557
+ Served asset /mxit_rails/jquery-1.8.0.min.js - 304 Not Modified (4ms)
49558
+
49559
+
49560
+ Started GET "/assets/mxit_rails/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-09-19 10:20:35 +0200
49561
+ Served asset /mxit_rails/jquery.cookie.js - 304 Not Modified (2ms)
49562
+
49563
+
49564
+ Started GET "/assets/mxit_rails/jquery.history.js?body=1" for 127.0.0.1 at 2012-09-19 10:20:35 +0200
49565
+ Served asset /mxit_rails/jquery.history.js - 304 Not Modified (0ms)
49566
+
49567
+
49568
+ Started GET "/assets/mxit_rails/emulator.js?body=1" for 127.0.0.1 at 2012-09-19 10:20:35 +0200
49569
+ Served asset /mxit_rails/emulator.js - 304 Not Modified (1ms)
49570
+
49571
+
49572
+ Started GET "/" for 127.0.0.1 at 2012-09-19 10:20:35 +0200
49573
+ Processing by IndexController#index as HTML
49574
+ Rendered index/index.html.erb within layouts/mxit (0.1ms)
49575
+ Completed 200 OK in 5ms (Views: 4.2ms | ActiveRecord: 0.0ms)
49576
+
49577
+
49578
+ Started GET "/assets/mxit_rails/home.png" for 127.0.0.1 at 2012-09-19 10:20:35 +0200
49579
+ Served asset /mxit_rails/home.png - 304 Not Modified (0ms)
49580
+
49581
+
49582
+ Started GET "/assets/mxit_rails/refresh.png" for 127.0.0.1 at 2012-09-19 10:20:35 +0200
49583
+ Served asset /mxit_rails/refresh.png - 304 Not Modified (0ms)
49584
+
49585
+
49586
+ Started GET "/assets/mxit_rails/go.png" for 127.0.0.1 at 2012-09-19 10:20:35 +0200
49587
+ Served asset /mxit_rails/go.png - 304 Not Modified (0ms)
49588
+
49589
+
49590
+ Started GET "/assets/mxit_rails/out.png" for 127.0.0.1 at 2012-09-19 10:20:35 +0200
49591
+ Served asset /mxit_rails/out.png - 304 Not Modified (0ms)
49592
+
49593
+
49594
+ Started GET "/assets/mxit_rails/nokia-5310-frame.png" for 127.0.0.1 at 2012-09-19 10:20:35 +0200
49595
+ Served asset /mxit_rails/nokia-5310-frame.png - 304 Not Modified (1ms)
49596
+
49597
+
49598
+ Started GET "/assets/mxit_rails/included.css?body=1" for 127.0.0.1 at 2012-09-19 10:20:35 +0200
49599
+ Served asset /mxit_rails/included.css - 304 Not Modified (0ms)
49600
+
49601
+
49602
+ Started GET "/assets/mxit_rails/favicon.ico" for 127.0.0.1 at 2012-09-19 10:20:35 +0200
49603
+ Served asset /mxit_rails/favicon.ico - 304 Not Modified (0ms)
49604
+
49605
+
49606
+ Started GET "/emulator/" for 127.0.0.1 at 2012-09-19 10:20:49 +0200
49607
+ Processing by EmulatorController#index as HTML
49608
+ Compiled mxit_rails/emulator.css (36ms) (pid 99451)
49609
+ Rendered /Users/linsenloots/Dev/payments/mxit-rails/app/views/emulator/index.html.erb (49.8ms)
49610
+ Completed 200 OK in 51ms (Views: 51.1ms | ActiveRecord: 0.0ms)
49611
+
49612
+
49613
+ Started GET "/assets/mxit_rails/emulator.css?body=1" for 127.0.0.1 at 2012-09-19 10:20:49 +0200
49614
+ Served asset /mxit_rails/emulator.css - 200 OK (4ms)
49615
+
49616
+
49617
+ Started GET "/assets/mxit_rails/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-09-19 10:20:49 +0200
49618
+ Served asset /mxit_rails/jquery.cookie.js - 304 Not Modified (0ms)
49619
+
49620
+
49621
+ Started GET "/assets/mxit_rails/jquery-1.8.0.min.js?body=1" for 127.0.0.1 at 2012-09-19 10:20:49 +0200
49622
+ Served asset /mxit_rails/jquery-1.8.0.min.js - 304 Not Modified (0ms)
49623
+
49624
+
49625
+ Started GET "/assets/mxit_rails/jquery.history.js?body=1" for 127.0.0.1 at 2012-09-19 10:20:49 +0200
49626
+ Served asset /mxit_rails/jquery.history.js - 304 Not Modified (0ms)
49627
+
49628
+
49629
+ Started GET "/assets/mxit_rails/emulator.js?body=1" for 127.0.0.1 at 2012-09-19 10:20:49 +0200
49630
+ Served asset /mxit_rails/emulator.js - 304 Not Modified (0ms)
49631
+
49632
+
49633
+ Started GET "/assets/mxit_rails/refresh.png" for 127.0.0.1 at 2012-09-19 10:20:49 +0200
49634
+ Served asset /mxit_rails/refresh.png - 304 Not Modified (0ms)
49635
+
49636
+
49637
+ Started GET "/assets/mxit_rails/go.png" for 127.0.0.1 at 2012-09-19 10:20:49 +0200
49638
+ Served asset /mxit_rails/go.png - 304 Not Modified (0ms)
49639
+
49640
+
49641
+ Started GET "/assets/mxit_rails/out.png" for 127.0.0.1 at 2012-09-19 10:20:49 +0200
49642
+ Served asset /mxit_rails/out.png - 304 Not Modified (0ms)
49643
+
49644
+
49645
+ Started GET "/assets/mxit_rails/home.png" for 127.0.0.1 at 2012-09-19 10:20:49 +0200
49646
+ Served asset /mxit_rails/home.png - 304 Not Modified (0ms)
49647
+
49648
+
49649
+ Started GET "/" for 127.0.0.1 at 2012-09-19 10:20:49 +0200
49650
+ Processing by IndexController#index as HTML
49651
+ Rendered index/index.html.erb within layouts/mxit (0.1ms)
49652
+ Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.0ms)
49653
+
49654
+
49655
+ Started GET "/assets/mxit_rails/nokia-5310-frame.png" for 127.0.0.1 at 2012-09-19 10:20:49 +0200
49656
+ Served asset /mxit_rails/nokia-5310-frame.png - 304 Not Modified (1ms)
49657
+
49658
+
49659
+ Started GET "/assets/mxit_rails/included.css?body=1" for 127.0.0.1 at 2012-09-19 10:20:49 +0200
49660
+ Served asset /mxit_rails/included.css - 304 Not Modified (0ms)
49661
+
49662
+
49663
+ Started GET "/assets/mxit_rails/favicon.ico" for 127.0.0.1 at 2012-09-19 10:20:49 +0200
49664
+ Served asset /mxit_rails/favicon.ico - 304 Not Modified (0ms)
49665
+
49666
+
49667
+ Started GET "/emulator/" for 127.0.0.1 at 2012-09-19 10:21:01 +0200
49668
+ Processing by EmulatorController#index as HTML
49669
+ Compiled mxit_rails/emulator.css (49ms) (pid 99451)
49670
+ Rendered /Users/linsenloots/Dev/payments/mxit-rails/app/views/emulator/index.html.erb (60.1ms)
49671
+ Completed 200 OK in 61ms (Views: 61.2ms | ActiveRecord: 0.0ms)
49672
+
49673
+
49674
+ Started GET "/assets/mxit_rails/emulator.css?body=1" for 127.0.0.1 at 2012-09-19 10:21:02 +0200
49675
+ Served asset /mxit_rails/emulator.css - 200 OK (4ms)
49676
+
49677
+
49678
+ Started GET "/assets/mxit_rails/jquery.history.js?body=1" for 127.0.0.1 at 2012-09-19 10:21:02 +0200
49679
+ Served asset /mxit_rails/jquery.history.js - 304 Not Modified (0ms)
49680
+
49681
+
49682
+ Started GET "/assets/mxit_rails/jquery-1.8.0.min.js?body=1" for 127.0.0.1 at 2012-09-19 10:21:02 +0200
49683
+ Served asset /mxit_rails/jquery-1.8.0.min.js - 304 Not Modified (0ms)
49684
+
49685
+
49686
+ Started GET "/assets/mxit_rails/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-09-19 10:21:02 +0200
49687
+ Served asset /mxit_rails/jquery.cookie.js - 304 Not Modified (0ms)
49688
+
49689
+
49690
+ Started GET "/assets/mxit_rails/emulator.js?body=1" for 127.0.0.1 at 2012-09-19 10:21:02 +0200
49691
+ Served asset /mxit_rails/emulator.js - 304 Not Modified (0ms)
49692
+
49693
+
49694
+ Started GET "/assets/mxit_rails/go.png" for 127.0.0.1 at 2012-09-19 10:21:02 +0200
49695
+ Served asset /mxit_rails/go.png - 304 Not Modified (3ms)
49696
+
49697
+
49698
+ Started GET "/assets/mxit_rails/out.png" for 127.0.0.1 at 2012-09-19 10:21:02 +0200
49699
+ Served asset /mxit_rails/out.png - 304 Not Modified (0ms)
49700
+
49701
+
49702
+ Started GET "/assets/mxit_rails/refresh.png" for 127.0.0.1 at 2012-09-19 10:21:02 +0200
49703
+ Served asset /mxit_rails/refresh.png - 304 Not Modified (0ms)
49704
+
49705
+
49706
+ Started GET "/assets/mxit_rails/home.png" for 127.0.0.1 at 2012-09-19 10:21:02 +0200
49707
+ Served asset /mxit_rails/home.png - 304 Not Modified (0ms)
49708
+
49709
+
49710
+ Started GET "/" for 127.0.0.1 at 2012-09-19 10:21:02 +0200
49711
+ Processing by IndexController#index as HTML
49712
+ Rendered index/index.html.erb within layouts/mxit (0.1ms)
49713
+ Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms)
49714
+
49715
+
49716
+ Started GET "/assets/mxit_rails/nokia-5310-frame.png" for 127.0.0.1 at 2012-09-19 10:21:02 +0200
49717
+ Served asset /mxit_rails/nokia-5310-frame.png - 304 Not Modified (1ms)
49718
+
49719
+
49720
+ Started GET "/assets/mxit_rails/included.css?body=1" for 127.0.0.1 at 2012-09-19 10:21:02 +0200
49721
+ Served asset /mxit_rails/included.css - 304 Not Modified (0ms)
49722
+
49723
+
49724
+ Started GET "/assets/mxit_rails/favicon.ico" for 127.0.0.1 at 2012-09-19 10:21:02 +0200
49725
+ Served asset /mxit_rails/favicon.ico - 304 Not Modified (0ms)
49726
+
49727
+
49728
+ Started GET "/emulator/" for 127.0.0.1 at 2012-09-19 10:21:06 +0200
49729
+ Processing by EmulatorController#index as HTML
49730
+ Compiled mxit_rails/emulator.css (55ms) (pid 99451)
49731
+ Rendered /Users/linsenloots/Dev/payments/mxit-rails/app/views/emulator/index.html.erb (68.6ms)
49732
+ Completed 200 OK in 70ms (Views: 69.7ms | ActiveRecord: 0.0ms)
49733
+
49734
+
49735
+ Started GET "/assets/mxit_rails/emulator.css?body=1" for 127.0.0.1 at 2012-09-19 10:21:06 +0200
49736
+ Served asset /mxit_rails/emulator.css - 200 OK (4ms)
49737
+
49738
+
49739
+ Started GET "/assets/mxit_rails/jquery-1.8.0.min.js?body=1" for 127.0.0.1 at 2012-09-19 10:21:06 +0200
49740
+ Served asset /mxit_rails/jquery-1.8.0.min.js - 304 Not Modified (0ms)
49741
+
49742
+
49743
+ Started GET "/assets/mxit_rails/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-09-19 10:21:06 +0200
49744
+ Served asset /mxit_rails/jquery.cookie.js - 304 Not Modified (3ms)
49745
+
49746
+
49747
+ Started GET "/assets/mxit_rails/jquery.history.js?body=1" for 127.0.0.1 at 2012-09-19 10:21:06 +0200
49748
+ Served asset /mxit_rails/jquery.history.js - 304 Not Modified (0ms)
49749
+
49750
+
49751
+ Started GET "/assets/mxit_rails/emulator.js?body=1" for 127.0.0.1 at 2012-09-19 10:21:06 +0200
49752
+ Served asset /mxit_rails/emulator.js - 304 Not Modified (1ms)
49753
+
49754
+
49755
+ Started GET "/" for 127.0.0.1 at 2012-09-19 10:21:06 +0200
49756
+ Processing by IndexController#index as HTML
49757
+ Rendered index/index.html.erb within layouts/mxit (0.1ms)
49758
+ Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.0ms)
49759
+
49760
+
49761
+ Started GET "/assets/mxit_rails/out.png" for 127.0.0.1 at 2012-09-19 10:21:06 +0200
49762
+ Served asset /mxit_rails/out.png - 304 Not Modified (0ms)
49763
+
49764
+
49765
+ Started GET "/assets/mxit_rails/refresh.png" for 127.0.0.1 at 2012-09-19 10:21:06 +0200
49766
+ Served asset /mxit_rails/refresh.png - 304 Not Modified (0ms)
49767
+
49768
+
49769
+ Started GET "/assets/mxit_rails/go.png" for 127.0.0.1 at 2012-09-19 10:21:06 +0200
49770
+ Served asset /mxit_rails/go.png - 304 Not Modified (0ms)
49771
+
49772
+
49773
+ Started GET "/assets/mxit_rails/home.png" for 127.0.0.1 at 2012-09-19 10:21:06 +0200
49774
+ Served asset /mxit_rails/home.png - 304 Not Modified (0ms)
49775
+
49776
+
49777
+ Started GET "/assets/mxit_rails/included.css?body=1" for 127.0.0.1 at 2012-09-19 10:21:06 +0200
49778
+ Served asset /mxit_rails/included.css - 304 Not Modified (0ms)
49779
+
49780
+
49781
+ Started GET "/assets/mxit_rails/nokia-5310-frame.png" for 127.0.0.1 at 2012-09-19 10:21:06 +0200
49782
+ Served asset /mxit_rails/nokia-5310-frame.png - 304 Not Modified (1ms)
49783
+
49784
+
49785
+ Started GET "/assets/mxit_rails/favicon.ico" for 127.0.0.1 at 2012-09-19 10:21:06 +0200
49786
+ Served asset /mxit_rails/favicon.ico - 304 Not Modified (0ms)
49787
+
49788
+
49789
+ Started GET "/emulator/" for 127.0.0.1 at 2012-09-19 10:21:08 +0200
49790
+ Processing by EmulatorController#index as HTML
49791
+ Compiled mxit_rails/emulator.css (33ms) (pid 99451)
49792
+ Rendered /Users/linsenloots/Dev/payments/mxit-rails/app/views/emulator/index.html.erb (46.5ms)
49793
+ Completed 200 OK in 48ms (Views: 47.6ms | ActiveRecord: 0.0ms)
49794
+
49795
+
49796
+ Started GET "/assets/mxit_rails/emulator.css?body=1" for 127.0.0.1 at 2012-09-19 10:21:08 +0200
49797
+ Served asset /mxit_rails/emulator.css - 200 OK (3ms)
49798
+
49799
+
49800
+ Started GET "/assets/mxit_rails/jquery.history.js?body=1" for 127.0.0.1 at 2012-09-19 10:21:08 +0200
49801
+ Served asset /mxit_rails/jquery.history.js - 304 Not Modified (0ms)
49802
+
49803
+
49804
+ Started GET "/assets/mxit_rails/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-09-19 10:21:08 +0200
49805
+ Served asset /mxit_rails/jquery.cookie.js - 304 Not Modified (3ms)
49806
+
49807
+
49808
+ Started GET "/assets/mxit_rails/jquery-1.8.0.min.js?body=1" for 127.0.0.1 at 2012-09-19 10:21:08 +0200
49809
+ Served asset /mxit_rails/jquery-1.8.0.min.js - 304 Not Modified (21ms)
49810
+
49811
+
49812
+ Started GET "/assets/mxit_rails/emulator.js?body=1" for 127.0.0.1 at 2012-09-19 10:21:09 +0200
49813
+ Served asset /mxit_rails/emulator.js - 304 Not Modified (0ms)
49814
+
49815
+
49816
+ Started GET "/" for 127.0.0.1 at 2012-09-19 10:21:09 +0200
49817
+ Processing by IndexController#index as HTML
49818
+ Rendered index/index.html.erb within layouts/mxit (0.2ms)
49819
+ Completed 200 OK in 8ms (Views: 8.1ms | ActiveRecord: 0.0ms)
49820
+
49821
+
49822
+ Started GET "/assets/mxit_rails/out.png" for 127.0.0.1 at 2012-09-19 10:21:09 +0200
49823
+ Served asset /mxit_rails/out.png - 304 Not Modified (0ms)
49824
+
49825
+
49826
+ Started GET "/assets/mxit_rails/go.png" for 127.0.0.1 at 2012-09-19 10:21:09 +0200
49827
+ Served asset /mxit_rails/go.png - 304 Not Modified (0ms)
49828
+
49829
+
49830
+ Started GET "/assets/mxit_rails/refresh.png" for 127.0.0.1 at 2012-09-19 10:21:09 +0200
49831
+ Served asset /mxit_rails/refresh.png - 304 Not Modified (0ms)
49832
+
49833
+
49834
+ Started GET "/assets/mxit_rails/home.png" for 127.0.0.1 at 2012-09-19 10:21:09 +0200
49835
+ Served asset /mxit_rails/home.png - 304 Not Modified (0ms)
49836
+
49837
+
49838
+ Started GET "/assets/mxit_rails/nokia-5310-frame.png" for 127.0.0.1 at 2012-09-19 10:21:09 +0200
49839
+ Served asset /mxit_rails/nokia-5310-frame.png - 304 Not Modified (1ms)
49840
+
49841
+
49842
+ Started GET "/assets/mxit_rails/included.css?body=1" for 127.0.0.1 at 2012-09-19 10:21:09 +0200
49843
+ Served asset /mxit_rails/included.css - 304 Not Modified (0ms)
49844
+
49845
+
49846
+ Started GET "/assets/mxit_rails/favicon.ico" for 127.0.0.1 at 2012-09-19 10:21:09 +0200
49847
+ Served asset /mxit_rails/favicon.ico - 304 Not Modified (0ms)
49848
+
49849
+
49850
+ Started GET "/emulator/" for 127.0.0.1 at 2012-09-19 10:21:13 +0200
49851
+ Processing by EmulatorController#index as HTML
49852
+ Compiled mxit_rails/emulator.css (51ms) (pid 99451)
49853
+ Rendered /Users/linsenloots/Dev/payments/mxit-rails/app/views/emulator/index.html.erb (61.8ms)
49854
+ Completed 200 OK in 63ms (Views: 62.8ms | ActiveRecord: 0.0ms)
49855
+
49856
+
49857
+ Started GET "/assets/mxit_rails/emulator.css?body=1" for 127.0.0.1 at 2012-09-19 10:21:13 +0200
49858
+ Served asset /mxit_rails/emulator.css - 200 OK (3ms)
49859
+
49860
+
49861
+ Started GET "/assets/mxit_rails/jquery.history.js?body=1" for 127.0.0.1 at 2012-09-19 10:21:13 +0200
49862
+ Served asset /mxit_rails/jquery.history.js - 304 Not Modified (0ms)
49863
+
49864
+
49865
+ Started GET "/assets/mxit_rails/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-09-19 10:21:13 +0200
49866
+ Served asset /mxit_rails/jquery.cookie.js - 304 Not Modified (0ms)
49867
+
49868
+
49869
+ Started GET "/assets/mxit_rails/jquery-1.8.0.min.js?body=1" for 127.0.0.1 at 2012-09-19 10:21:13 +0200
49870
+ Served asset /mxit_rails/jquery-1.8.0.min.js - 304 Not Modified (0ms)
49871
+
49872
+
49873
+ Started GET "/assets/mxit_rails/emulator.js?body=1" for 127.0.0.1 at 2012-09-19 10:21:13 +0200
49874
+ Served asset /mxit_rails/emulator.js - 304 Not Modified (1ms)
49875
+
49876
+
49877
+ Started GET "/assets/mxit_rails/go.png" for 127.0.0.1 at 2012-09-19 10:21:13 +0200
49878
+ Served asset /mxit_rails/go.png - 304 Not Modified (5ms)
49879
+
49880
+
49881
+ Started GET "/assets/mxit_rails/out.png" for 127.0.0.1 at 2012-09-19 10:21:13 +0200
49882
+ Served asset /mxit_rails/out.png - 304 Not Modified (0ms)
49883
+
49884
+
49885
+ Started GET "/assets/mxit_rails/refresh.png" for 127.0.0.1 at 2012-09-19 10:21:13 +0200
49886
+ Served asset /mxit_rails/refresh.png - 304 Not Modified (0ms)
49887
+
49888
+
49889
+ Started GET "/" for 127.0.0.1 at 2012-09-19 10:21:13 +0200
49890
+ Processing by IndexController#index as HTML
49891
+ Rendered index/index.html.erb within layouts/mxit (0.1ms)
49892
+ Completed 200 OK in 2ms (Views: 2.2ms | ActiveRecord: 0.0ms)
49893
+
49894
+
49895
+ Started GET "/assets/mxit_rails/home.png" for 127.0.0.1 at 2012-09-19 10:21:13 +0200
49896
+ Served asset /mxit_rails/home.png - 304 Not Modified (0ms)
49897
+
49898
+
49899
+ Started GET "/assets/mxit_rails/included.css?body=1" for 127.0.0.1 at 2012-09-19 10:21:13 +0200
49900
+ Served asset /mxit_rails/included.css - 304 Not Modified (0ms)
49901
+
49902
+
49903
+ Started GET "/assets/mxit_rails/nokia-5310-frame.png" for 127.0.0.1 at 2012-09-19 10:21:13 +0200
49904
+ Served asset /mxit_rails/nokia-5310-frame.png - 304 Not Modified (1ms)
49905
+
49906
+
49907
+ Started GET "/assets/mxit_rails/favicon.ico" for 127.0.0.1 at 2012-09-19 10:21:13 +0200
49908
+ Served asset /mxit_rails/favicon.ico - 304 Not Modified (0ms)
49909
+
49910
+
49911
+ Started GET "/emulator/" for 127.0.0.1 at 2012-09-19 10:21:25 +0200
49912
+ Processing by EmulatorController#index as HTML
49913
+ Rendered /Users/linsenloots/Dev/payments/mxit-rails/app/views/emulator/index.html.erb (3.0ms)
49914
+ Completed 200 OK in 5ms (Views: 4.5ms | ActiveRecord: 0.0ms)
49915
+
49916
+
49917
+ Started GET "/assets/mxit_rails/emulator.css?body=1" for 127.0.0.1 at 2012-09-19 10:21:25 +0200
49918
+ Served asset /mxit_rails/emulator.css - 304 Not Modified (0ms)
49919
+
49920
+
49921
+ Started GET "/assets/mxit_rails/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-09-19 10:21:25 +0200
49922
+ Served asset /mxit_rails/jquery.cookie.js - 304 Not Modified (3ms)
49923
+
49924
+
49925
+ Started GET "/assets/mxit_rails/jquery.history.js?body=1" for 127.0.0.1 at 2012-09-19 10:21:25 +0200
49926
+ Served asset /mxit_rails/jquery.history.js - 304 Not Modified (0ms)
49927
+
49928
+
49929
+ Started GET "/assets/mxit_rails/jquery-1.8.0.min.js?body=1" for 127.0.0.1 at 2012-09-19 10:21:25 +0200
49930
+ Served asset /mxit_rails/jquery-1.8.0.min.js - 304 Not Modified (0ms)
49931
+
49932
+
49933
+ Started GET "/assets/mxit_rails/emulator.js?body=1" for 127.0.0.1 at 2012-09-19 10:21:25 +0200
49934
+ Served asset /mxit_rails/emulator.js - 304 Not Modified (0ms)
49935
+
49936
+
49937
+ Started GET "/assets/mxit_rails/go.png" for 127.0.0.1 at 2012-09-19 10:21:25 +0200
49938
+ Served asset /mxit_rails/go.png - 304 Not Modified (3ms)
49939
+
49940
+
49941
+ Started GET "/assets/mxit_rails/home.png" for 127.0.0.1 at 2012-09-19 10:21:25 +0200
49942
+ Served asset /mxit_rails/home.png - 304 Not Modified (0ms)
49943
+
49944
+
49945
+ Started GET "/" for 127.0.0.1 at 2012-09-19 10:21:25 +0200
49946
+ Processing by IndexController#index as HTML
49947
+ Completed 500 Internal Server Error in 2ms
49948
+
49949
+ NameError (undefined local variable or method `asfd' for #<IndexController:0x007f9c53b9d2e0>):
49950
+ app/controllers/index_controller.rb:6:in `index'
49951
+
49952
+
49953
+ Rendered /Users/linsenloots/.rbenv/versions/1.9.3-p125/lib/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.0ms)
49954
+ Rendered /Users/linsenloots/.rbenv/versions/1.9.3-p125/lib/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms)
49955
+ Rendered /Users/linsenloots/.rbenv/versions/1.9.3-p125/lib/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (9.0ms)
49956
+
49957
+
49958
+ Started GET "/assets/mxit_rails/nokia-5310-frame.png" for 127.0.0.1 at 2012-09-19 10:21:25 +0200
49959
+ Served asset /mxit_rails/nokia-5310-frame.png - 304 Not Modified (1ms)
49960
+
49961
+
49962
+ Started GET "/assets/mxit_rails/refresh.png" for 127.0.0.1 at 2012-09-19 10:21:25 +0200
49963
+ Served asset /mxit_rails/refresh.png - 304 Not Modified (0ms)
49964
+
49965
+
49966
+ Started GET "/assets/mxit_rails/out.png" for 127.0.0.1 at 2012-09-19 10:21:25 +0200
49967
+ Served asset /mxit_rails/out.png - 304 Not Modified (0ms)
49968
+
49969
+
49970
+ Started GET "/assets/mxit_rails/in.png" for 127.0.0.1 at 2012-09-19 10:21:25 +0200
49971
+ Served asset /mxit_rails/in.png - 304 Not Modified (0ms)
49972
+
49973
+
49974
+ Started GET "/assets/mxit_rails/favicon.ico" for 127.0.0.1 at 2012-09-19 10:21:25 +0200
49975
+ Served asset /mxit_rails/favicon.ico - 304 Not Modified (0ms)
49976
+
49977
+
49978
+ Started GET "/emulator/" for 127.0.0.1 at 2012-09-19 10:21:30 +0200
49979
+ Processing by EmulatorController#index as HTML
49980
+ Rendered /Users/linsenloots/Dev/payments/mxit-rails/app/views/emulator/index.html.erb (3.3ms)
49981
+ Completed 200 OK in 5ms (Views: 4.6ms | ActiveRecord: 0.0ms)
49982
+
49983
+
49984
+ Started GET "/assets/mxit_rails/emulator.css?body=1" for 127.0.0.1 at 2012-09-19 10:21:30 +0200
49985
+ Served asset /mxit_rails/emulator.css - 304 Not Modified (0ms)
49986
+
49987
+
49988
+ Started GET "/assets/mxit_rails/jquery.history.js?body=1" for 127.0.0.1 at 2012-09-19 10:21:30 +0200
49989
+ Served asset /mxit_rails/jquery.history.js - 304 Not Modified (0ms)
49990
+
49991
+
49992
+ Started GET "/assets/mxit_rails/jquery-1.8.0.min.js?body=1" for 127.0.0.1 at 2012-09-19 10:21:30 +0200
49993
+ Served asset /mxit_rails/jquery-1.8.0.min.js - 304 Not Modified (4ms)
49994
+
49995
+
49996
+ Started GET "/assets/mxit_rails/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-09-19 10:21:30 +0200
49997
+ Served asset /mxit_rails/jquery.cookie.js - 304 Not Modified (0ms)
49998
+
49999
+
50000
+ Started GET "/assets/mxit_rails/emulator.js?body=1" for 127.0.0.1 at 2012-09-19 10:21:30 +0200
50001
+ Served asset /mxit_rails/emulator.js - 304 Not Modified (1ms)
50002
+
50003
+
50004
+ Started GET "/" for 127.0.0.1 at 2012-09-19 10:21:30 +0200
50005
+ Processing by IndexController#index as HTML
50006
+ Rendered index/index.html.erb within layouts/mxit (0.2ms)
50007
+ Completed 200 OK in 5ms (Views: 4.5ms | ActiveRecord: 0.0ms)
50008
+
50009
+
50010
+ Started GET "/assets/mxit_rails/go.png" for 127.0.0.1 at 2012-09-19 10:21:30 +0200
50011
+ Served asset /mxit_rails/go.png - 304 Not Modified (0ms)
50012
+
50013
+
50014
+ Started GET "/assets/mxit_rails/refresh.png" for 127.0.0.1 at 2012-09-19 10:21:30 +0200
50015
+ Served asset /mxit_rails/refresh.png - 304 Not Modified (0ms)
50016
+
50017
+
50018
+ Started GET "/assets/mxit_rails/home.png" for 127.0.0.1 at 2012-09-19 10:21:30 +0200
50019
+ Served asset /mxit_rails/home.png - 304 Not Modified (0ms)
50020
+
50021
+
50022
+ Started GET "/assets/mxit_rails/out.png" for 127.0.0.1 at 2012-09-19 10:21:30 +0200
50023
+ Served asset /mxit_rails/out.png - 304 Not Modified (0ms)
50024
+
50025
+
50026
+ Started GET "/assets/mxit_rails/nokia-5310-frame.png" for 127.0.0.1 at 2012-09-19 10:21:30 +0200
50027
+ Served asset /mxit_rails/nokia-5310-frame.png - 304 Not Modified (1ms)
50028
+
50029
+
50030
+ Started GET "/assets/mxit_rails/included.css?body=1" for 127.0.0.1 at 2012-09-19 10:21:30 +0200
50031
+ Served asset /mxit_rails/included.css - 304 Not Modified (0ms)
50032
+
50033
+
50034
+ Started GET "/assets/mxit_rails/favicon.ico" for 127.0.0.1 at 2012-09-19 10:21:30 +0200
50035
+ Served asset /mxit_rails/favicon.ico - 304 Not Modified (0ms)
50036
+
50037
+
50038
+ Started GET "/emulator/" for 127.0.0.1 at 2012-09-19 10:23:00 +0200
50039
+ Processing by EmulatorController#index as HTML
50040
+ Rendered /Users/linsenloots/Dev/payments/mxit-rails/app/views/emulator/index.html.erb (4.0ms)
50041
+ Completed 200 OK in 6ms (Views: 5.6ms | ActiveRecord: 0.0ms)
50042
+
50043
+
50044
+ Started GET "/assets/mxit_rails/emulator.css?body=1" for 127.0.0.1 at 2012-09-19 10:23:00 +0200
50045
+ Served asset /mxit_rails/emulator.css - 304 Not Modified (0ms)
50046
+
50047
+
50048
+ Started GET "/assets/mxit_rails/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-09-19 10:23:00 +0200
50049
+ Served asset /mxit_rails/jquery.cookie.js - 304 Not Modified (1ms)
50050
+
50051
+
50052
+ Started GET "/assets/mxit_rails/jquery.history.js?body=1" for 127.0.0.1 at 2012-09-19 10:23:00 +0200
50053
+ Served asset /mxit_rails/jquery.history.js - 304 Not Modified (0ms)
50054
+
50055
+
50056
+ Started GET "/assets/mxit_rails/jquery-1.8.0.min.js?body=1" for 127.0.0.1 at 2012-09-19 10:23:00 +0200
50057
+ Served asset /mxit_rails/jquery-1.8.0.min.js - 304 Not Modified (2ms)
50058
+
50059
+
50060
+ Started GET "/assets/mxit_rails/emulator.js?body=1" for 127.0.0.1 at 2012-09-19 10:23:00 +0200
50061
+ Served asset /mxit_rails/emulator.js - 304 Not Modified (1ms)
50062
+
50063
+
50064
+ Started GET "/assets/mxit_rails/home.png" for 127.0.0.1 at 2012-09-19 10:23:00 +0200
50065
+ Served asset /mxit_rails/home.png - 304 Not Modified (0ms)
50066
+
50067
+
50068
+ Started GET "/assets/mxit_rails/refresh.png" for 127.0.0.1 at 2012-09-19 10:23:00 +0200
50069
+ Served asset /mxit_rails/refresh.png - 304 Not Modified (0ms)
50070
+
50071
+
50072
+ Started GET "/assets/mxit_rails/out.png" for 127.0.0.1 at 2012-09-19 10:23:00 +0200
50073
+ Served asset /mxit_rails/out.png - 304 Not Modified (0ms)
50074
+
50075
+
50076
+ Started GET "/assets/mxit_rails/go.png" for 127.0.0.1 at 2012-09-19 10:23:00 +0200
50077
+ Served asset /mxit_rails/go.png - 304 Not Modified (0ms)
50078
+
50079
+
50080
+ Started GET "/" for 127.0.0.1 at 2012-09-19 10:23:00 +0200
50081
+ Processing by IndexController#index as HTML
50082
+ Rendered index/index.html.erb within layouts/mxit (0.1ms)
50083
+ Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms)
50084
+
50085
+
50086
+ Started GET "/assets/mxit_rails/included.css?body=1" for 127.0.0.1 at 2012-09-19 10:23:00 +0200
50087
+ Served asset /mxit_rails/included.css - 304 Not Modified (0ms)
50088
+
50089
+
50090
+ Started GET "/assets/mxit_rails/nokia-5310-frame.png" for 127.0.0.1 at 2012-09-19 10:23:01 +0200
50091
+ Served asset /mxit_rails/nokia-5310-frame.png - 304 Not Modified (1ms)
50092
+
50093
+
50094
+ Started GET "/assets/mxit_rails/favicon.ico" for 127.0.0.1 at 2012-09-19 10:23:01 +0200
50095
+ Served asset /mxit_rails/favicon.ico - 304 Not Modified (0ms)
50096
+
50097
+
50098
+ Started GET "/assets/mxit_rails/in.png" for 127.0.0.1 at 2012-09-19 10:23:03 +0200
50099
+ Served asset /mxit_rails/in.png - 304 Not Modified (0ms)