mxit-rails 0.0.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (110) hide show
  1. data/MIT-LICENSE +20 -0
  2. data/README.rdoc +3 -0
  3. data/Rakefile +40 -0
  4. data/app/assets/images/mxit_rails/favicon.ico +0 -0
  5. data/app/assets/images/mxit_rails/go.png +0 -0
  6. data/app/assets/images/mxit_rails/in.png +0 -0
  7. data/app/assets/images/mxit_rails/nokia-5310-frame.png +0 -0
  8. data/app/assets/images/mxit_rails/out.png +0 -0
  9. data/app/assets/javascripts/mxit_rails/emulator.js +93 -0
  10. data/app/assets/javascripts/mxit_rails/jquery-1.8.0.min.js +2 -0
  11. data/app/assets/javascripts/mxit_rails/jquery.cookie.js +72 -0
  12. data/app/assets/stylesheets/mxit_rails/emulator.css.scss +173 -0
  13. data/app/assets/stylesheets/mxit_rails/included.css.scss +6 -0
  14. data/app/controllers/emulator_controller.rb +6 -0
  15. data/app/helpers/mxit_rails_helper.rb +35 -0
  16. data/app/views/emulator/index.html.erb +54 -0
  17. data/app/views/layouts/mxit.html.erb +53 -0
  18. data/app/views/mxit_rails/error.html.erb +2 -0
  19. data/config/routes.rb +5 -0
  20. data/lib/mxit-rails.rb +13 -0
  21. data/lib/mxit_rails/controller_extensions.rb +8 -0
  22. data/lib/mxit_rails/descriptor.rb +54 -0
  23. data/lib/mxit_rails/engine.rb +4 -0
  24. data/lib/mxit_rails/exception.rb +10 -0
  25. data/lib/mxit_rails/page.rb +187 -0
  26. data/lib/mxit_rails/railtie.rb +5 -0
  27. data/lib/mxit_rails/redirect_exception.rb +5 -0
  28. data/lib/mxit_rails/router.rb +11 -0
  29. data/lib/mxit_rails/styles.rb +25 -0
  30. data/lib/mxit_rails/validations.rb +21 -0
  31. data/lib/mxit_rails/version.rb +3 -0
  32. data/lib/tasks/mxit-rails_tasks.rake +4 -0
  33. data/test/dummy/README.rdoc +261 -0
  34. data/test/dummy/Rakefile +7 -0
  35. data/test/dummy/app/assets/javascripts/application.js +13 -0
  36. data/test/dummy/app/assets/stylesheets/application.css +13 -0
  37. data/test/dummy/app/controllers/application_controller.rb +12 -0
  38. data/test/dummy/app/controllers/form_controller.rb +42 -0
  39. data/test/dummy/app/controllers/index_controller.rb +12 -0
  40. data/test/dummy/app/controllers/welcome_controller.rb +26 -0
  41. data/test/dummy/app/helpers/application_helper.rb +2 -0
  42. data/test/dummy/app/views/form/index/age.html.erb +4 -0
  43. data/test/dummy/app/views/form/index/done.html.erb +7 -0
  44. data/test/dummy/app/views/form/index/name.html.erb +4 -0
  45. data/test/dummy/app/views/form/index/start.html.erb +4 -0
  46. data/test/dummy/app/views/form/index/surname.html.erb +4 -0
  47. data/test/dummy/app/views/index/index.html.erb +6 -0
  48. data/test/dummy/app/views/index/success.html.erb +4 -0
  49. data/test/dummy/app/views/layouts/application.html.erb +14 -0
  50. data/test/dummy/app/views/welcome/easter_egg.html.erb +4 -0
  51. data/test/dummy/app/views/welcome/index.html.erb +6 -0
  52. data/test/dummy/config/application.rb +59 -0
  53. data/test/dummy/config/boot.rb +10 -0
  54. data/test/dummy/config/database.yml +25 -0
  55. data/test/dummy/config/environment.rb +5 -0
  56. data/test/dummy/config/environments/development.rb +37 -0
  57. data/test/dummy/config/environments/production.rb +67 -0
  58. data/test/dummy/config/environments/test.rb +37 -0
  59. data/test/dummy/config/initializers/backtrace_silencers.rb +7 -0
  60. data/test/dummy/config/initializers/inflections.rb +15 -0
  61. data/test/dummy/config/initializers/mime_types.rb +5 -0
  62. data/test/dummy/config/initializers/secret_token.rb +7 -0
  63. data/test/dummy/config/initializers/session_store.rb +8 -0
  64. data/test/dummy/config/initializers/wrap_parameters.rb +14 -0
  65. data/test/dummy/config/locales/en.yml +5 -0
  66. data/test/dummy/config/routes.rb +59 -0
  67. data/test/dummy/config.ru +4 -0
  68. data/test/dummy/db/development.sqlite3 +0 -0
  69. data/test/dummy/db/production.sqlite3 +0 -0
  70. data/test/dummy/log/development.log +29445 -0
  71. data/test/dummy/log/production.log +14 -0
  72. data/test/dummy/public/404.html +26 -0
  73. data/test/dummy/public/422.html +26 -0
  74. data/test/dummy/public/500.html +25 -0
  75. data/test/dummy/public/favicon.ico +0 -0
  76. data/test/dummy/public/index.html +26 -0
  77. data/test/dummy/script/rails +6 -0
  78. data/test/dummy/tmp/cache/assets/BF5/8C0/sprockets%2F78975330b80238b099744a81b812c803 +0 -0
  79. data/test/dummy/tmp/cache/assets/C9C/740/sprockets%2F3a56000c06453c8f0d7338c02df2a619 +0 -0
  80. data/test/dummy/tmp/cache/assets/CB3/340/sprockets%2F6176074062dc4ee8b1c0e9293973b8c1 +0 -0
  81. data/test/dummy/tmp/cache/assets/CBB/4B0/sprockets%2F84565b3ec7483468474ec41cbc1568b4 +0 -0
  82. data/test/dummy/tmp/cache/assets/CE1/DB0/sprockets%2F23cf9970f3b73a4a159e83fd1903d216 +0 -0
  83. data/test/dummy/tmp/cache/assets/CEB/750/sprockets%2F25cdf6f38dd877ab9524149059160ef1 +0 -0
  84. data/test/dummy/tmp/cache/assets/D03/D30/sprockets%2F039aef99b893884717dd47cbd5a47788 +0 -0
  85. data/test/dummy/tmp/cache/assets/D23/9D0/sprockets%2Fed6b8ea6bc85059f50a6257e47b86765 +0 -0
  86. data/test/dummy/tmp/cache/assets/D39/AA0/sprockets%2Fc45eb3a08b640eae8da941722428e38c +0 -0
  87. data/test/dummy/tmp/cache/assets/D45/960/sprockets%2Ff7a27b05b4c84c32ca5a49887a7b29c8 +0 -0
  88. data/test/dummy/tmp/cache/assets/D54/750/sprockets%2Fc16371b1a234c7c56cb01cb28a8bc5c3 +0 -0
  89. data/test/dummy/tmp/cache/assets/D56/060/sprockets%2F457df65dbf8649db0b377d828388db4b +0 -0
  90. data/test/dummy/tmp/cache/assets/D5B/540/sprockets%2Fe0e490354c54e5a850a6e3c3aa1ecb15 +0 -0
  91. data/test/dummy/tmp/cache/assets/D66/470/sprockets%2Facf17b280a44ef81b7a37d2c8e08070f +0 -0
  92. data/test/dummy/tmp/cache/assets/D6F/560/sprockets%2Fa572b066d908bae0d01dbc85f86a57d9 +0 -0
  93. data/test/dummy/tmp/cache/assets/D79/080/sprockets%2F9bba43c936e8d34a0d6bc9c6169c4f75 +0 -0
  94. data/test/dummy/tmp/cache/assets/D7A/C20/sprockets%2Fdbbf63c650611194adfc9276d6efa599 +0 -0
  95. data/test/dummy/tmp/cache/assets/D86/040/sprockets%2Fe7b969ffa4b195f4dd8553a3d62766ec +0 -0
  96. data/test/dummy/tmp/cache/assets/D99/110/sprockets%2Facbeeb823134865dd66d0489a7bcd00e +0 -0
  97. data/test/dummy/tmp/cache/assets/D9A/FD0/sprockets%2Ffadbf876155a124ed34b2e990f1c1cf4 +0 -0
  98. data/test/dummy/tmp/cache/assets/DAA/B80/sprockets%2Ff8082150f8c8beafcd445cc79a9a6a85 +0 -0
  99. data/test/dummy/tmp/cache/assets/DC7/E00/sprockets%2Fd24f3d9b3af0f25db8dd735d1564bdb1 +0 -0
  100. data/test/dummy/tmp/cache/assets/DF4/A00/sprockets%2F52e0cb214d2b778e61edb46c3b8eecca +0 -0
  101. data/test/dummy/tmp/cache/assets/DFB/940/sprockets%2F2faff4be90929be6a1b1de49ea25e33b +0 -0
  102. data/test/dummy/tmp/cache/assets/E15/260/sprockets%2Fea9c788716af4ccb19ff8e1d7ea47b8e +0 -0
  103. data/test/dummy/tmp/cache/assets/E26/4F0/sprockets%2F1cd8dafcb93f36aea8c2cf9d04c322d3 +0 -0
  104. data/test/dummy/tmp/cache/assets/E4F/E70/sprockets%2Fd9fffd76ac7c8ee08bedf3e257c81f99 +0 -0
  105. data/test/dummy/tmp/cache/assets/E76/0D0/sprockets%2Fcc9ce9eb21f4b4f9dbabfa0a3ca60b01 +0 -0
  106. data/test/dummy/tmp/pids/server.pid +1 -0
  107. data/test/integration/navigation_test.rb +10 -0
  108. data/test/mxit_rails_test.rb +7 -0
  109. data/test/test_helper.rb +15 -0
  110. metadata +283 -0
@@ -0,0 +1,14 @@
1
+
2
+
3
+ Started GET "/mxit/form" for 127.0.0.1 at 2012-09-11 15:23:53 +0200
4
+ Connecting to database specified by database.yml
5
+ Processing by FormController#index as HTML
6
+ Rendered mxit/form/name.html.erb within layouts/mxit (1.7ms)
7
+ Completed 200 OK in 29ms (Views: 28.8ms | ActiveRecord: 0.0ms)
8
+
9
+
10
+ Started GET "/mxit/form/age" for 127.0.0.1 at 2012-09-11 15:23:57 +0200
11
+ Processing by FormController#index as HTML
12
+ Parameters: {"step"=>"age"}
13
+ Rendered mxit/form/age.html.erb within layouts/mxit (0.5ms)
14
+ Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms)
@@ -0,0 +1,26 @@
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <title>The page you were looking for doesn't exist (404)</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: #f00; line-height: 1.5em; }
16
+ </style>
17
+ </head>
18
+
19
+ <body>
20
+ <!-- This file lives in public/404.html -->
21
+ <div class="dialog">
22
+ <h1>The page you were looking for doesn't exist.</h1>
23
+ <p>You may have mistyped the address or the page may have moved.</p>
24
+ </div>
25
+ </body>
26
+ </html>
@@ -0,0 +1,26 @@
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <title>The change you wanted was rejected (422)</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: #f00; line-height: 1.5em; }
16
+ </style>
17
+ </head>
18
+
19
+ <body>
20
+ <!-- This file lives in public/422.html -->
21
+ <div class="dialog">
22
+ <h1>The change you wanted was rejected.</h1>
23
+ <p>Maybe you tried to change something you didn't have access to.</p>
24
+ </div>
25
+ </body>
26
+ </html>
@@ -0,0 +1,25 @@
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <title>We're sorry, but something went wrong (500)</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: #f00; line-height: 1.5em; }
16
+ </style>
17
+ </head>
18
+
19
+ <body>
20
+ <!-- This file lives in public/500.html -->
21
+ <div class="dialog">
22
+ <h1>We're sorry, but something went wrong.</h1>
23
+ </div>
24
+ </body>
25
+ </html>
File without changes
@@ -0,0 +1,26 @@
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>
@@ -0,0 +1,6 @@
1
+ #!/usr/bin/env ruby
2
+ # This command will automatically be run when you run "rails" with Rails 3 gems installed from the root of your application.
3
+
4
+ APP_PATH = File.expand_path('../../config/application', __FILE__)
5
+ require File.expand_path('../../config/boot', __FILE__)
6
+ require 'rails/commands'
@@ -0,0 +1 @@
1
+ 44223
@@ -0,0 +1,10 @@
1
+ require 'test_helper'
2
+
3
+ class NavigationTest < ActionDispatch::IntegrationTest
4
+ fixtures :all
5
+
6
+ # test "the truth" do
7
+ # assert true
8
+ # end
9
+ end
10
+
@@ -0,0 +1,7 @@
1
+ require 'test_helper'
2
+
3
+ class MxitRailsTest < ActiveSupport::TestCase
4
+ test "truth" do
5
+ assert_kind_of Module, MxitRails
6
+ end
7
+ end
@@ -0,0 +1,15 @@
1
+ # Configure Rails Environment
2
+ ENV["RAILS_ENV"] = "test"
3
+
4
+ require File.expand_path("../dummy/config/environment.rb", __FILE__)
5
+ require "rails/test_help"
6
+
7
+ Rails.backtrace_cleaner.remove_silencers!
8
+
9
+ # Load support files
10
+ Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each { |f| require f }
11
+
12
+ # Load fixtures from the engine
13
+ if ActiveSupport::TestCase.method_defined?(:fixture_path=)
14
+ ActiveSupport::TestCase.fixture_path = File.expand_path("../fixtures", __FILE__)
15
+ end
metadata ADDED
@@ -0,0 +1,283 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: mxit-rails
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.8
5
+ prerelease:
6
+ platform: ruby
7
+ authors:
8
+ - Linsen Loots
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+ date: 2012-09-14 00:00:00.000000000 Z
13
+ dependencies:
14
+ - !ruby/object:Gem::Dependency
15
+ name: rails
16
+ requirement: !ruby/object:Gem::Requirement
17
+ none: false
18
+ requirements:
19
+ - - ~>
20
+ - !ruby/object:Gem::Version
21
+ version: 3.2.3
22
+ type: :runtime
23
+ prerelease: false
24
+ version_requirements: !ruby/object:Gem::Requirement
25
+ none: false
26
+ requirements:
27
+ - - ~>
28
+ - !ruby/object:Gem::Version
29
+ version: 3.2.3
30
+ - !ruby/object:Gem::Dependency
31
+ name: sass-rails
32
+ requirement: !ruby/object:Gem::Requirement
33
+ none: false
34
+ requirements:
35
+ - - ~>
36
+ - !ruby/object:Gem::Version
37
+ version: 3.2.1
38
+ type: :runtime
39
+ prerelease: false
40
+ version_requirements: !ruby/object:Gem::Requirement
41
+ none: false
42
+ requirements:
43
+ - - ~>
44
+ - !ruby/object:Gem::Version
45
+ version: 3.2.1
46
+ - !ruby/object:Gem::Dependency
47
+ name: sqlite3
48
+ requirement: !ruby/object:Gem::Requirement
49
+ none: false
50
+ requirements:
51
+ - - ! '>='
52
+ - !ruby/object:Gem::Version
53
+ version: '0'
54
+ type: :development
55
+ prerelease: false
56
+ version_requirements: !ruby/object:Gem::Requirement
57
+ none: false
58
+ requirements:
59
+ - - ! '>='
60
+ - !ruby/object:Gem::Version
61
+ version: '0'
62
+ description: ! " A gem that includes a simple and opinionated templating framework
63
+ for Rails-based Mxit apps.\n This includes a rough layout, support for styles
64
+ similar to CSS classes, wrapped inputs, and\n an elegant way to support Mxit's
65
+ conversation-based interface.\n\n Later versions will also include wrappers for
66
+ important Mxit APIs.\n"
67
+ email:
68
+ - linsen.loots@gmail.com
69
+ executables: []
70
+ extensions: []
71
+ extra_rdoc_files: []
72
+ files:
73
+ - app/assets/images/mxit_rails/favicon.ico
74
+ - app/assets/images/mxit_rails/go.png
75
+ - app/assets/images/mxit_rails/in.png
76
+ - app/assets/images/mxit_rails/nokia-5310-frame.png
77
+ - app/assets/images/mxit_rails/out.png
78
+ - app/assets/javascripts/mxit_rails/emulator.js
79
+ - app/assets/javascripts/mxit_rails/jquery-1.8.0.min.js
80
+ - app/assets/javascripts/mxit_rails/jquery.cookie.js
81
+ - app/assets/stylesheets/mxit_rails/emulator.css.scss
82
+ - app/assets/stylesheets/mxit_rails/included.css.scss
83
+ - app/controllers/emulator_controller.rb
84
+ - app/helpers/mxit_rails_helper.rb
85
+ - app/views/emulator/index.html.erb
86
+ - app/views/layouts/mxit.html.erb
87
+ - app/views/mxit_rails/error.html.erb
88
+ - config/routes.rb
89
+ - lib/mxit-rails.rb
90
+ - lib/mxit_rails/controller_extensions.rb
91
+ - lib/mxit_rails/descriptor.rb
92
+ - lib/mxit_rails/engine.rb
93
+ - lib/mxit_rails/exception.rb
94
+ - lib/mxit_rails/page.rb
95
+ - lib/mxit_rails/railtie.rb
96
+ - lib/mxit_rails/redirect_exception.rb
97
+ - lib/mxit_rails/router.rb
98
+ - lib/mxit_rails/styles.rb
99
+ - lib/mxit_rails/validations.rb
100
+ - lib/mxit_rails/version.rb
101
+ - lib/tasks/mxit-rails_tasks.rake
102
+ - MIT-LICENSE
103
+ - Rakefile
104
+ - README.rdoc
105
+ - test/dummy/app/assets/javascripts/application.js
106
+ - test/dummy/app/assets/stylesheets/application.css
107
+ - test/dummy/app/controllers/application_controller.rb
108
+ - test/dummy/app/controllers/form_controller.rb
109
+ - test/dummy/app/controllers/index_controller.rb
110
+ - test/dummy/app/controllers/welcome_controller.rb
111
+ - test/dummy/app/helpers/application_helper.rb
112
+ - test/dummy/app/views/form/index/age.html.erb
113
+ - test/dummy/app/views/form/index/done.html.erb
114
+ - test/dummy/app/views/form/index/name.html.erb
115
+ - test/dummy/app/views/form/index/start.html.erb
116
+ - test/dummy/app/views/form/index/surname.html.erb
117
+ - test/dummy/app/views/index/index.html.erb
118
+ - test/dummy/app/views/index/success.html.erb
119
+ - test/dummy/app/views/layouts/application.html.erb
120
+ - test/dummy/app/views/welcome/easter_egg.html.erb
121
+ - test/dummy/app/views/welcome/index.html.erb
122
+ - test/dummy/config/application.rb
123
+ - test/dummy/config/boot.rb
124
+ - test/dummy/config/database.yml
125
+ - test/dummy/config/environment.rb
126
+ - test/dummy/config/environments/development.rb
127
+ - test/dummy/config/environments/production.rb
128
+ - test/dummy/config/environments/test.rb
129
+ - test/dummy/config/initializers/backtrace_silencers.rb
130
+ - test/dummy/config/initializers/inflections.rb
131
+ - test/dummy/config/initializers/mime_types.rb
132
+ - test/dummy/config/initializers/secret_token.rb
133
+ - test/dummy/config/initializers/session_store.rb
134
+ - test/dummy/config/initializers/wrap_parameters.rb
135
+ - test/dummy/config/locales/en.yml
136
+ - test/dummy/config/routes.rb
137
+ - test/dummy/config.ru
138
+ - test/dummy/db/development.sqlite3
139
+ - test/dummy/db/production.sqlite3
140
+ - test/dummy/log/development.log
141
+ - test/dummy/log/production.log
142
+ - test/dummy/public/404.html
143
+ - test/dummy/public/422.html
144
+ - test/dummy/public/500.html
145
+ - test/dummy/public/favicon.ico
146
+ - test/dummy/public/index.html
147
+ - test/dummy/Rakefile
148
+ - test/dummy/README.rdoc
149
+ - test/dummy/script/rails
150
+ - test/dummy/tmp/cache/assets/BF5/8C0/sprockets%2F78975330b80238b099744a81b812c803
151
+ - test/dummy/tmp/cache/assets/C9C/740/sprockets%2F3a56000c06453c8f0d7338c02df2a619
152
+ - test/dummy/tmp/cache/assets/CB3/340/sprockets%2F6176074062dc4ee8b1c0e9293973b8c1
153
+ - test/dummy/tmp/cache/assets/CBB/4B0/sprockets%2F84565b3ec7483468474ec41cbc1568b4
154
+ - test/dummy/tmp/cache/assets/CE1/DB0/sprockets%2F23cf9970f3b73a4a159e83fd1903d216
155
+ - test/dummy/tmp/cache/assets/CEB/750/sprockets%2F25cdf6f38dd877ab9524149059160ef1
156
+ - test/dummy/tmp/cache/assets/D03/D30/sprockets%2F039aef99b893884717dd47cbd5a47788
157
+ - test/dummy/tmp/cache/assets/D23/9D0/sprockets%2Fed6b8ea6bc85059f50a6257e47b86765
158
+ - test/dummy/tmp/cache/assets/D39/AA0/sprockets%2Fc45eb3a08b640eae8da941722428e38c
159
+ - test/dummy/tmp/cache/assets/D45/960/sprockets%2Ff7a27b05b4c84c32ca5a49887a7b29c8
160
+ - test/dummy/tmp/cache/assets/D54/750/sprockets%2Fc16371b1a234c7c56cb01cb28a8bc5c3
161
+ - test/dummy/tmp/cache/assets/D56/060/sprockets%2F457df65dbf8649db0b377d828388db4b
162
+ - test/dummy/tmp/cache/assets/D5B/540/sprockets%2Fe0e490354c54e5a850a6e3c3aa1ecb15
163
+ - test/dummy/tmp/cache/assets/D66/470/sprockets%2Facf17b280a44ef81b7a37d2c8e08070f
164
+ - test/dummy/tmp/cache/assets/D6F/560/sprockets%2Fa572b066d908bae0d01dbc85f86a57d9
165
+ - test/dummy/tmp/cache/assets/D79/080/sprockets%2F9bba43c936e8d34a0d6bc9c6169c4f75
166
+ - test/dummy/tmp/cache/assets/D7A/C20/sprockets%2Fdbbf63c650611194adfc9276d6efa599
167
+ - test/dummy/tmp/cache/assets/D86/040/sprockets%2Fe7b969ffa4b195f4dd8553a3d62766ec
168
+ - test/dummy/tmp/cache/assets/D99/110/sprockets%2Facbeeb823134865dd66d0489a7bcd00e
169
+ - test/dummy/tmp/cache/assets/D9A/FD0/sprockets%2Ffadbf876155a124ed34b2e990f1c1cf4
170
+ - test/dummy/tmp/cache/assets/DAA/B80/sprockets%2Ff8082150f8c8beafcd445cc79a9a6a85
171
+ - test/dummy/tmp/cache/assets/DC7/E00/sprockets%2Fd24f3d9b3af0f25db8dd735d1564bdb1
172
+ - test/dummy/tmp/cache/assets/DF4/A00/sprockets%2F52e0cb214d2b778e61edb46c3b8eecca
173
+ - test/dummy/tmp/cache/assets/DFB/940/sprockets%2F2faff4be90929be6a1b1de49ea25e33b
174
+ - test/dummy/tmp/cache/assets/E15/260/sprockets%2Fea9c788716af4ccb19ff8e1d7ea47b8e
175
+ - test/dummy/tmp/cache/assets/E26/4F0/sprockets%2F1cd8dafcb93f36aea8c2cf9d04c322d3
176
+ - test/dummy/tmp/cache/assets/E4F/E70/sprockets%2Fd9fffd76ac7c8ee08bedf3e257c81f99
177
+ - test/dummy/tmp/cache/assets/E76/0D0/sprockets%2Fcc9ce9eb21f4b4f9dbabfa0a3ca60b01
178
+ - test/dummy/tmp/pids/server.pid
179
+ - test/integration/navigation_test.rb
180
+ - test/mxit_rails_test.rb
181
+ - test/test_helper.rb
182
+ homepage: https://github.com/linsen/mxit-rails
183
+ licenses: []
184
+ post_install_message:
185
+ rdoc_options: []
186
+ require_paths:
187
+ - lib
188
+ required_ruby_version: !ruby/object:Gem::Requirement
189
+ none: false
190
+ requirements:
191
+ - - ! '>='
192
+ - !ruby/object:Gem::Version
193
+ version: '0'
194
+ required_rubygems_version: !ruby/object:Gem::Requirement
195
+ none: false
196
+ requirements:
197
+ - - ! '>='
198
+ - !ruby/object:Gem::Version
199
+ version: '0'
200
+ requirements: []
201
+ rubyforge_project:
202
+ rubygems_version: 1.8.24
203
+ signing_key:
204
+ specification_version: 3
205
+ summary: Templating and libraries for making Mxit apps in Rails
206
+ test_files:
207
+ - test/dummy/app/assets/javascripts/application.js
208
+ - test/dummy/app/assets/stylesheets/application.css
209
+ - test/dummy/app/controllers/application_controller.rb
210
+ - test/dummy/app/controllers/form_controller.rb
211
+ - test/dummy/app/controllers/index_controller.rb
212
+ - test/dummy/app/controllers/welcome_controller.rb
213
+ - test/dummy/app/helpers/application_helper.rb
214
+ - test/dummy/app/views/form/index/age.html.erb
215
+ - test/dummy/app/views/form/index/done.html.erb
216
+ - test/dummy/app/views/form/index/name.html.erb
217
+ - test/dummy/app/views/form/index/start.html.erb
218
+ - test/dummy/app/views/form/index/surname.html.erb
219
+ - test/dummy/app/views/index/index.html.erb
220
+ - test/dummy/app/views/index/success.html.erb
221
+ - test/dummy/app/views/layouts/application.html.erb
222
+ - test/dummy/app/views/welcome/easter_egg.html.erb
223
+ - test/dummy/app/views/welcome/index.html.erb
224
+ - test/dummy/config/application.rb
225
+ - test/dummy/config/boot.rb
226
+ - test/dummy/config/database.yml
227
+ - test/dummy/config/environment.rb
228
+ - test/dummy/config/environments/development.rb
229
+ - test/dummy/config/environments/production.rb
230
+ - test/dummy/config/environments/test.rb
231
+ - test/dummy/config/initializers/backtrace_silencers.rb
232
+ - test/dummy/config/initializers/inflections.rb
233
+ - test/dummy/config/initializers/mime_types.rb
234
+ - test/dummy/config/initializers/secret_token.rb
235
+ - test/dummy/config/initializers/session_store.rb
236
+ - test/dummy/config/initializers/wrap_parameters.rb
237
+ - test/dummy/config/locales/en.yml
238
+ - test/dummy/config/routes.rb
239
+ - test/dummy/config.ru
240
+ - test/dummy/db/development.sqlite3
241
+ - test/dummy/db/production.sqlite3
242
+ - test/dummy/log/development.log
243
+ - test/dummy/log/production.log
244
+ - test/dummy/public/404.html
245
+ - test/dummy/public/422.html
246
+ - test/dummy/public/500.html
247
+ - test/dummy/public/favicon.ico
248
+ - test/dummy/public/index.html
249
+ - test/dummy/Rakefile
250
+ - test/dummy/README.rdoc
251
+ - test/dummy/script/rails
252
+ - test/dummy/tmp/cache/assets/BF5/8C0/sprockets%2F78975330b80238b099744a81b812c803
253
+ - test/dummy/tmp/cache/assets/C9C/740/sprockets%2F3a56000c06453c8f0d7338c02df2a619
254
+ - test/dummy/tmp/cache/assets/CB3/340/sprockets%2F6176074062dc4ee8b1c0e9293973b8c1
255
+ - test/dummy/tmp/cache/assets/CBB/4B0/sprockets%2F84565b3ec7483468474ec41cbc1568b4
256
+ - test/dummy/tmp/cache/assets/CE1/DB0/sprockets%2F23cf9970f3b73a4a159e83fd1903d216
257
+ - test/dummy/tmp/cache/assets/CEB/750/sprockets%2F25cdf6f38dd877ab9524149059160ef1
258
+ - test/dummy/tmp/cache/assets/D03/D30/sprockets%2F039aef99b893884717dd47cbd5a47788
259
+ - test/dummy/tmp/cache/assets/D23/9D0/sprockets%2Fed6b8ea6bc85059f50a6257e47b86765
260
+ - test/dummy/tmp/cache/assets/D39/AA0/sprockets%2Fc45eb3a08b640eae8da941722428e38c
261
+ - test/dummy/tmp/cache/assets/D45/960/sprockets%2Ff7a27b05b4c84c32ca5a49887a7b29c8
262
+ - test/dummy/tmp/cache/assets/D54/750/sprockets%2Fc16371b1a234c7c56cb01cb28a8bc5c3
263
+ - test/dummy/tmp/cache/assets/D56/060/sprockets%2F457df65dbf8649db0b377d828388db4b
264
+ - test/dummy/tmp/cache/assets/D5B/540/sprockets%2Fe0e490354c54e5a850a6e3c3aa1ecb15
265
+ - test/dummy/tmp/cache/assets/D66/470/sprockets%2Facf17b280a44ef81b7a37d2c8e08070f
266
+ - test/dummy/tmp/cache/assets/D6F/560/sprockets%2Fa572b066d908bae0d01dbc85f86a57d9
267
+ - test/dummy/tmp/cache/assets/D79/080/sprockets%2F9bba43c936e8d34a0d6bc9c6169c4f75
268
+ - test/dummy/tmp/cache/assets/D7A/C20/sprockets%2Fdbbf63c650611194adfc9276d6efa599
269
+ - test/dummy/tmp/cache/assets/D86/040/sprockets%2Fe7b969ffa4b195f4dd8553a3d62766ec
270
+ - test/dummy/tmp/cache/assets/D99/110/sprockets%2Facbeeb823134865dd66d0489a7bcd00e
271
+ - test/dummy/tmp/cache/assets/D9A/FD0/sprockets%2Ffadbf876155a124ed34b2e990f1c1cf4
272
+ - test/dummy/tmp/cache/assets/DAA/B80/sprockets%2Ff8082150f8c8beafcd445cc79a9a6a85
273
+ - test/dummy/tmp/cache/assets/DC7/E00/sprockets%2Fd24f3d9b3af0f25db8dd735d1564bdb1
274
+ - test/dummy/tmp/cache/assets/DF4/A00/sprockets%2F52e0cb214d2b778e61edb46c3b8eecca
275
+ - test/dummy/tmp/cache/assets/DFB/940/sprockets%2F2faff4be90929be6a1b1de49ea25e33b
276
+ - test/dummy/tmp/cache/assets/E15/260/sprockets%2Fea9c788716af4ccb19ff8e1d7ea47b8e
277
+ - test/dummy/tmp/cache/assets/E26/4F0/sprockets%2F1cd8dafcb93f36aea8c2cf9d04c322d3
278
+ - test/dummy/tmp/cache/assets/E4F/E70/sprockets%2Fd9fffd76ac7c8ee08bedf3e257c81f99
279
+ - test/dummy/tmp/cache/assets/E76/0D0/sprockets%2Fcc9ce9eb21f4b4f9dbabfa0a3ca60b01
280
+ - test/dummy/tmp/pids/server.pid
281
+ - test/integration/navigation_test.rb
282
+ - test/mxit_rails_test.rb
283
+ - test/test_helper.rb