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
@@ -12,3 +12,33 @@ Processing by FormController#index as HTML
12
12
  Parameters: {"step"=>"age"}
13
13
  Rendered mxit/form/age.html.erb within layouts/mxit (0.5ms)
14
14
  Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms)
15
+
16
+
17
+ Started GET "/emulator/" for 127.0.0.1 at 2012-09-19 10:00:26 +0200
18
+ Connecting to database specified by database.yml
19
+
20
+ ActionController::RoutingError (No route matches [GET] "/emulator"):
21
+ actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
22
+ actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
23
+ railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app'
24
+ railties (3.2.8) lib/rails/rack/logger.rb:16:in `call'
25
+ actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call'
26
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
27
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
28
+ activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
29
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
30
+ rack-cache (1.2) lib/rack/cache/context.rb:136:in `forward'
31
+ rack-cache (1.2) lib/rack/cache/context.rb:245:in `fetch'
32
+ rack-cache (1.2) lib/rack/cache/context.rb:185:in `lookup'
33
+ rack-cache (1.2) lib/rack/cache/context.rb:66:in `call!'
34
+ rack-cache (1.2) lib/rack/cache/context.rb:51:in `call'
35
+ railties (3.2.8) lib/rails/engine.rb:479:in `call'
36
+ railties (3.2.8) lib/rails/application.rb:223:in `call'
37
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
38
+ railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call'
39
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
40
+ /Users/linsenloots/.rbenv/versions/1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
41
+ /Users/linsenloots/.rbenv/versions/1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
42
+ /Users/linsenloots/.rbenv/versions/1.9.3-p125/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
43
+
44
+
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mxit-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.2.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-09-18 00:00:00.000000000 Z
12
+ date: 2012-09-19 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
@@ -72,6 +72,7 @@ extra_rdoc_files: []
72
72
  files:
73
73
  - app/assets/images/mxit_rails/favicon.ico
74
74
  - app/assets/images/mxit_rails/go.png
75
+ - app/assets/images/mxit_rails/home.png
75
76
  - app/assets/images/mxit_rails/in.png
76
77
  - app/assets/images/mxit_rails/nokia-5310-frame.png
77
78
  - app/assets/images/mxit_rails/out.png
@@ -144,7 +145,6 @@ files:
144
145
  - test/dummy/public/422.html
145
146
  - test/dummy/public/500.html
146
147
  - test/dummy/public/favicon.ico
147
- - test/dummy/public/index.html
148
148
  - test/dummy/Rakefile
149
149
  - test/dummy/README.rdoc
150
150
  - test/dummy/script/rails
@@ -158,6 +158,7 @@ files:
158
158
  - test/dummy/tmp/cache/assets/D03/D30/sprockets%2F039aef99b893884717dd47cbd5a47788
159
159
  - test/dummy/tmp/cache/assets/D23/9D0/sprockets%2Fed6b8ea6bc85059f50a6257e47b86765
160
160
  - test/dummy/tmp/cache/assets/D25/A50/sprockets%2F7a2e9ad08e142f839fd4a3859e66c558
161
+ - test/dummy/tmp/cache/assets/D2C/AA0/sprockets%2F7bdf74c64e17769ae77b616e6dc39287
161
162
  - test/dummy/tmp/cache/assets/D39/AA0/sprockets%2Fc45eb3a08b640eae8da941722428e38c
162
163
  - test/dummy/tmp/cache/assets/D45/960/sprockets%2Ff7a27b05b4c84c32ca5a49887a7b29c8
163
164
  - test/dummy/tmp/cache/assets/D54/750/sprockets%2Fc16371b1a234c7c56cb01cb28a8bc5c3
@@ -171,6 +172,7 @@ files:
171
172
  - test/dummy/tmp/cache/assets/D86/040/sprockets%2Fe7b969ffa4b195f4dd8553a3d62766ec
172
173
  - test/dummy/tmp/cache/assets/D99/110/sprockets%2Facbeeb823134865dd66d0489a7bcd00e
173
174
  - test/dummy/tmp/cache/assets/D9A/FD0/sprockets%2Ffadbf876155a124ed34b2e990f1c1cf4
175
+ - test/dummy/tmp/cache/assets/D9F/2D0/sprockets%2Fbd11d44fd5d620d8e6fb3953bd831dc8
174
176
  - test/dummy/tmp/cache/assets/DAA/B80/sprockets%2Ff8082150f8c8beafcd445cc79a9a6a85
175
177
  - test/dummy/tmp/cache/assets/DB2/630/sprockets%2F564e705ff672ece3ff43f174ef09eef2
176
178
  - test/dummy/tmp/cache/assets/DC1/F50/sprockets%2F1b177b6a282ec8ae56e731cfaba115fc
@@ -251,7 +253,6 @@ test_files:
251
253
  - test/dummy/public/422.html
252
254
  - test/dummy/public/500.html
253
255
  - test/dummy/public/favicon.ico
254
- - test/dummy/public/index.html
255
256
  - test/dummy/Rakefile
256
257
  - test/dummy/README.rdoc
257
258
  - test/dummy/script/rails
@@ -265,6 +266,7 @@ test_files:
265
266
  - test/dummy/tmp/cache/assets/D03/D30/sprockets%2F039aef99b893884717dd47cbd5a47788
266
267
  - test/dummy/tmp/cache/assets/D23/9D0/sprockets%2Fed6b8ea6bc85059f50a6257e47b86765
267
268
  - test/dummy/tmp/cache/assets/D25/A50/sprockets%2F7a2e9ad08e142f839fd4a3859e66c558
269
+ - test/dummy/tmp/cache/assets/D2C/AA0/sprockets%2F7bdf74c64e17769ae77b616e6dc39287
268
270
  - test/dummy/tmp/cache/assets/D39/AA0/sprockets%2Fc45eb3a08b640eae8da941722428e38c
269
271
  - test/dummy/tmp/cache/assets/D45/960/sprockets%2Ff7a27b05b4c84c32ca5a49887a7b29c8
270
272
  - test/dummy/tmp/cache/assets/D54/750/sprockets%2Fc16371b1a234c7c56cb01cb28a8bc5c3
@@ -278,6 +280,7 @@ test_files:
278
280
  - test/dummy/tmp/cache/assets/D86/040/sprockets%2Fe7b969ffa4b195f4dd8553a3d62766ec
279
281
  - test/dummy/tmp/cache/assets/D99/110/sprockets%2Facbeeb823134865dd66d0489a7bcd00e
280
282
  - test/dummy/tmp/cache/assets/D9A/FD0/sprockets%2Ffadbf876155a124ed34b2e990f1c1cf4
283
+ - test/dummy/tmp/cache/assets/D9F/2D0/sprockets%2Fbd11d44fd5d620d8e6fb3953bd831dc8
281
284
  - test/dummy/tmp/cache/assets/DAA/B80/sprockets%2Ff8082150f8c8beafcd445cc79a9a6a85
282
285
  - test/dummy/tmp/cache/assets/DB2/630/sprockets%2F564e705ff672ece3ff43f174ef09eef2
283
286
  - test/dummy/tmp/cache/assets/DC1/F50/sprockets%2F1b177b6a282ec8ae56e731cfaba115fc
@@ -1,26 +0,0 @@
1
- <!DOCTYPE html>
2
- <html>
3
- <head>
4
- <title>Index</title>
5
- <style type="text/css">
6
- body { background-color: #fff; color: #666; text-align: center; font-family: arial, sans-serif; }
7
- div.dialog {
8
- width: 25em;
9
- padding: 0 4em;
10
- margin: 4em auto 0 auto;
11
- border: 1px solid #ccc;
12
- border-right-color: #999;
13
- border-bottom-color: #999;
14
- }
15
- h1 { font-size: 100%; color: #090; line-height: 1.5em; }
16
- </style>
17
- </head>
18
-
19
- <body>
20
- <!-- This file lives in public/index.html -->
21
- <div class="dialog">
22
- <h1>index.html</h1>
23
- <p>This is the app&rsquo;s default index page. It helps to make routing easy to test.</p>
24
- </div>
25
- </body>
26
- </html>