xml_to_form 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (118) hide show
  1. checksums.yaml +7 -0
  2. data/MIT-LICENSE +20 -0
  3. data/README.rdoc +24 -0
  4. data/Rakefile +37 -0
  5. data/app/assets/javascripts/xml_to_form/application.js +13 -0
  6. data/app/assets/javascripts/xml_to_form/xml_handlers.js +2 -0
  7. data/app/assets/stylesheets/xml_to_form/application.css +15 -0
  8. data/app/assets/stylesheets/xml_to_form/xml_handlers.css +4 -0
  9. data/app/controllers/xml_to_form/application_controller.rb +4 -0
  10. data/app/controllers/xml_to_form/xml_handlers_controller.rb +41 -0
  11. data/app/helpers/xml_to_form/application_helper.rb +4 -0
  12. data/app/helpers/xml_to_form/xml_handlers_helper.rb +7 -0
  13. data/app/models/xml_to_form/xml_handler.rb +26 -0
  14. data/app/views/layouts/xml_to_form/application.html.erb +14 -0
  15. data/app/views/xml_to_form/xml_handlers/_parent_node_form.html.erb +28 -0
  16. data/app/views/xml_to_form/xml_handlers/upload_file.html.erb +4 -0
  17. data/app/views/xml_to_form/xml_handlers/xml_form.html.erb +12 -0
  18. data/config/routes.rb +6 -0
  19. data/db/migrate/20160411193812_create_xml_handlers.rb +7 -0
  20. data/lib/noko_hacks.rb +85 -0
  21. data/lib/tasks/xml_to_form_tasks.rake +4 -0
  22. data/lib/xml_to_form/engine.rb +5 -0
  23. data/lib/xml_to_form/version.rb +3 -0
  24. data/lib/xml_to_form.rb +4 -0
  25. data/test/controllers/xml_to_form/xml_handlers_controller_test.rb +13 -0
  26. data/test/dummy/README.rdoc +28 -0
  27. data/test/dummy/Rakefile +6 -0
  28. data/test/dummy/app/assets/javascripts/application.js +13 -0
  29. data/test/dummy/app/assets/stylesheets/application.css +15 -0
  30. data/test/dummy/app/controllers/application_controller.rb +5 -0
  31. data/test/dummy/app/helpers/application_helper.rb +2 -0
  32. data/test/dummy/app/views/layouts/application.html.erb +14 -0
  33. data/test/dummy/bin/bundle +3 -0
  34. data/test/dummy/bin/rails +4 -0
  35. data/test/dummy/bin/rake +4 -0
  36. data/test/dummy/bin/setup +29 -0
  37. data/test/dummy/config/application.rb +26 -0
  38. data/test/dummy/config/boot.rb +5 -0
  39. data/test/dummy/config/database.yml +25 -0
  40. data/test/dummy/config/environment.rb +5 -0
  41. data/test/dummy/config/environments/development.rb +41 -0
  42. data/test/dummy/config/environments/production.rb +79 -0
  43. data/test/dummy/config/environments/test.rb +42 -0
  44. data/test/dummy/config/initializers/assets.rb +11 -0
  45. data/test/dummy/config/initializers/backtrace_silencers.rb +7 -0
  46. data/test/dummy/config/initializers/cookies_serializer.rb +3 -0
  47. data/test/dummy/config/initializers/filter_parameter_logging.rb +4 -0
  48. data/test/dummy/config/initializers/inflections.rb +16 -0
  49. data/test/dummy/config/initializers/mime_types.rb +4 -0
  50. data/test/dummy/config/initializers/session_store.rb +3 -0
  51. data/test/dummy/config/initializers/wrap_parameters.rb +14 -0
  52. data/test/dummy/config/locales/en.yml +23 -0
  53. data/test/dummy/config/routes.rb +4 -0
  54. data/test/dummy/config/secrets.yml +22 -0
  55. data/test/dummy/config.ru +4 -0
  56. data/test/dummy/db/development.sqlite3 +0 -0
  57. data/test/dummy/db/migrate/20160411194809_create_xml_to_form_xml_handlers.rb +6 -0
  58. data/test/dummy/db/schema.rb +24 -0
  59. data/test/dummy/db/test.sqlite3 +0 -0
  60. data/test/dummy/log/development.log +4663 -0
  61. data/test/dummy/log/test.log +8 -0
  62. data/test/dummy/public/404.html +67 -0
  63. data/test/dummy/public/422.html +67 -0
  64. data/test/dummy/public/500.html +66 -0
  65. data/test/dummy/public/favicon.ico +0 -0
  66. data/test/dummy/tmp/cache/assets/sprockets/v3.0/-U/-Uny5QP43mWDSg0U2feoR5NpJQf-FuJDaU9ZAHvQmbA.cache +0 -0
  67. data/test/dummy/tmp/cache/assets/sprockets/v3.0/-s/-s7l8i0L1hx7Q4m2w4PbiDPam4XkRh0qA9g4h21pMfE.cache +1 -0
  68. data/test/dummy/tmp/cache/assets/sprockets/v3.0/10/10qvVeoBLNusrUgVclnLRdC3FNsgH38Ept6uae-Fm80.cache +0 -0
  69. data/test/dummy/tmp/cache/assets/sprockets/v3.0/1C/1CRNW_RTSdEZnfoBaPVBe9tdfzLdCmcmmqSn8eQUR0M.cache +0 -0
  70. data/test/dummy/tmp/cache/assets/sprockets/v3.0/50/50FdRPZQOhdMg8LFJFxdmNWwQVJfMk143HPVc_2FaFc.cache +1 -0
  71. data/test/dummy/tmp/cache/assets/sprockets/v3.0/5L/5Lly_CA8DZvPhQV2jDQx-Y6P_y3Ygra9t5jfSlGhHDA.cache +2 -0
  72. data/test/dummy/tmp/cache/assets/sprockets/v3.0/5X/5XGHNnv3Fu1Ud5E94h7RAbORA65HNS82KhurTO48bXU.cache +1 -0
  73. data/test/dummy/tmp/cache/assets/sprockets/v3.0/5l/5lnf7KHinTj6vwjVXOlo7cvuKEtGZRcGreUI45llZJ4.cache +2 -0
  74. data/test/dummy/tmp/cache/assets/sprockets/v3.0/6f/6fg3jX96AM1zIFUGeCvUQ8ARxyDdl-BMR3ZF_Ml6VmE.cache +0 -0
  75. data/test/dummy/tmp/cache/assets/sprockets/v3.0/8o/8o4pevUm3uVIR-hpSAYO3ns95jNDw6Eb4kLGP_BjAAQ.cache +1 -0
  76. data/test/dummy/tmp/cache/assets/sprockets/v3.0/G2/G2DdvXkMWwPziIsU5U1YnbNcBMEoC9NRRS065_exELY.cache +1 -0
  77. data/test/dummy/tmp/cache/assets/sprockets/v3.0/HJ/HJdXBDK9ZSNm-rlB2UF1y5BYUtp-j9UknPMlvDv7ftA.cache +0 -0
  78. data/test/dummy/tmp/cache/assets/sprockets/v3.0/MM/MMwBbXGivpqDHjaPV5FFp_dqdk4C99D4rbZtkms94I0.cache +0 -0
  79. data/test/dummy/tmp/cache/assets/sprockets/v3.0/NK/NKI-IS4wRkGAWHzF4TcvWJRzYk4bOoa3MFJ4SBz5tP0.cache +0 -0
  80. data/test/dummy/tmp/cache/assets/sprockets/v3.0/OI/OI6uxGcnsKavdWTtwDAasU3wPx8QXhzBgV0X2n1KjMQ.cache +2 -0
  81. data/test/dummy/tmp/cache/assets/sprockets/v3.0/Q1/Q1ouXD5OyVQK2YTBt2LzMw48LzAyEJuUhPf2ost9Cxo.cache +3 -0
  82. data/test/dummy/tmp/cache/assets/sprockets/v3.0/Qi/QiIWC1NMKS6hLfXq-Tit0E7su-_zz22ZZjvss212vR0.cache +2 -0
  83. data/test/dummy/tmp/cache/assets/sprockets/v3.0/SD/SDziAeb8qUUyKXW_2L_voaKuKFkGwTcbETtAVHSFjDI.cache +1 -0
  84. data/test/dummy/tmp/cache/assets/sprockets/v3.0/S_/S_sevoAWKyppMRnqPeg-CBfLqeLnQ2GDhiFsqrgU6Ms.cache +0 -0
  85. data/test/dummy/tmp/cache/assets/sprockets/v3.0/UP/UPuvLNzlBeEC_H41MweL3yVLsK0v4pPqp_kOm4I0Bgg.cache +3 -0
  86. data/test/dummy/tmp/cache/assets/sprockets/v3.0/Xh/XhPb2DFWpdyJBOY_pn-RxffBbvytoRaDyJN-ipoW3qs.cache +1 -0
  87. data/test/dummy/tmp/cache/assets/sprockets/v3.0/Y0/Y07t50u-ukM4fQPi4vYn4KfbG6toEgX4VvJFv-lTgOA.cache +1 -0
  88. data/test/dummy/tmp/cache/assets/sprockets/v3.0/YE/YEyNwb78OHuOb0HMLTuJM4vBhgVZtpbwOYiITPELmr8.cache +2 -0
  89. data/test/dummy/tmp/cache/assets/sprockets/v3.0/_g/_gvUaWcxAvD2v4xJtPnlnmAE7JX_MtmYP7_8mZb27CE.cache +1 -0
  90. data/test/dummy/tmp/cache/assets/sprockets/v3.0/do/doVwefT8rhkDSgqE_ZX3CQyGBGrUslv38C7zAxb8m1M.cache +0 -0
  91. data/test/dummy/tmp/cache/assets/sprockets/v3.0/eZ/eZsGM75lCQjeANTlZMUlfsTu7n7skbKAaFDT-tcDIs4.cache +1 -0
  92. data/test/dummy/tmp/cache/assets/sprockets/v3.0/fH/fH0ADmvCXCZChumlbeeVkbiDLu9OrVOJgcNVwLlj0sU.cache +1 -0
  93. data/test/dummy/tmp/cache/assets/sprockets/v3.0/hZ/hZi1k6tpxxCGYxRe7zY74ItcOI8gZrREOpGuA8JSpGg.cache +2 -0
  94. data/test/dummy/tmp/cache/assets/sprockets/v3.0/j1/j1PapCxYmMcx3xX8cSm6JMdAVa0Io4jb2HjE0q8tMyM.cache +2 -0
  95. data/test/dummy/tmp/cache/assets/sprockets/v3.0/jT/jTdxw0bddolWW8KmM4BxLO8KxEGIOFn0iRODbdJPFSk.cache +1 -0
  96. data/test/dummy/tmp/cache/assets/sprockets/v3.0/jx/jxZ1dDhJoMAWKazHIaFUXERtFffeGB9OVWVLuYbFfI8.cache +2 -0
  97. data/test/dummy/tmp/cache/assets/sprockets/v3.0/l7/l7_Kv2jznYJaX_D4AZWIXi2Lypw3SQMXNmrOgLTREwg.cache +2 -0
  98. data/test/dummy/tmp/cache/assets/sprockets/v3.0/mA/mASRABYJRXDH4q-hIEG0Nptj6NqZJBU6e_7eilO6wBQ.cache +1 -0
  99. data/test/dummy/tmp/cache/assets/sprockets/v3.0/mt/mtXetL6U4rJoQvcROiP7XodKWzqvhb9ITvyGoOo0Sag.cache +1 -0
  100. data/test/dummy/tmp/cache/assets/sprockets/v3.0/oX/oX44gT1mT0fUkkvh3mzwLB12iRjBUfKLBfaM9Si8RHQ.cache +2 -0
  101. data/test/dummy/tmp/cache/assets/sprockets/v3.0/pE/pEhaat2KBd5SrT7szC_8R1_6hK17FTpvoRFkmCRSD3M.cache +2 -0
  102. data/test/dummy/tmp/cache/assets/sprockets/v3.0/pF/pFs51SvSCgO2duf0gMC9e_vI5x-ru06l9UCV1UcqWxg.cache +0 -0
  103. data/test/dummy/tmp/cache/assets/sprockets/v3.0/pc/pcEvDKreSVXFM-yyjRA7qhI1ez6tGKo2R4EK8HQPnSQ.cache +1 -0
  104. data/test/dummy/tmp/cache/assets/sprockets/v3.0/rN/rNmSSIA9hDQGOHevCwV7w6QOOmnRk2hutBe2ZYhwHT8.cache +1 -0
  105. data/test/dummy/tmp/cache/assets/sprockets/v3.0/rk/rknt4TU5zSvBWe4a1j3z5pnnbQutDG3lE_6RkeUwTt4.cache +1 -0
  106. data/test/dummy/tmp/cache/assets/sprockets/v3.0/uq/uqXdR_3CPhcgfLdo30Qd6wPRlwgFKh4APgjOldzM5Wg.cache +0 -0
  107. data/test/dummy/tmp/cache/assets/sprockets/v3.0/w2/w2kdjWh4olQ25caWvdJe_1Lr2lTu5-9qk0wwcMeoUUI.cache +1 -0
  108. data/test/dummy/tmp/cache/assets/sprockets/v3.0/xH/xH0iGd8xJ4xsC637Je3u2tkwDdMdPM7Tq1UZg2xMN5c.cache +1 -0
  109. data/test/dummy/tmp/cache/assets/sprockets/v3.0/yA/yAOU4n6GljMkYW-TMghoc2eTnVNGgLCikJP661gUCh0.cache +0 -0
  110. data/test/dummy/tmp/cache/assets/sprockets/v3.0/yR/yRQItO4cjRoKioEmsKjZu6BA-U9kPCq57L8w8P7sXLs.cache +0 -0
  111. data/test/dummy/tmp/cache/assets/sprockets/v3.0/yZ/yZC9AdVFXFgQAzVijoyjawV97GPbpePBBP92BPTfzBo.cache +1 -0
  112. data/test/dummy/updated.xml +88 -0
  113. data/test/fixtures/xml_to_form/xml_handlers.yml +11 -0
  114. data/test/integration/navigation_test.rb +8 -0
  115. data/test/models/xml_to_form/xml_handler_test.rb +9 -0
  116. data/test/test_helper.rb +21 -0
  117. data/test/xml_to_form_test.rb +7 -0
  118. metadata +311 -0
@@ -0,0 +1,8 @@
1
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
2
+  (134.7ms) CREATE TABLE "xml_handlers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
3
+  (104.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
4
+  (0.2ms) select sqlite_version(*)
5
+  (121.4ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
6
+  (0.3ms) SELECT version FROM "schema_migrations"
7
+  (71.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20160411193812')
8
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
@@ -0,0 +1,67 @@
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <title>The page you were looking for doesn't exist (404)</title>
5
+ <meta name="viewport" content="width=device-width,initial-scale=1">
6
+ <style>
7
+ body {
8
+ background-color: #EFEFEF;
9
+ color: #2E2F30;
10
+ text-align: center;
11
+ font-family: arial, sans-serif;
12
+ margin: 0;
13
+ }
14
+
15
+ div.dialog {
16
+ width: 95%;
17
+ max-width: 33em;
18
+ margin: 4em auto 0;
19
+ }
20
+
21
+ div.dialog > div {
22
+ border: 1px solid #CCC;
23
+ border-right-color: #999;
24
+ border-left-color: #999;
25
+ border-bottom-color: #BBB;
26
+ border-top: #B00100 solid 4px;
27
+ border-top-left-radius: 9px;
28
+ border-top-right-radius: 9px;
29
+ background-color: white;
30
+ padding: 7px 12% 0;
31
+ box-shadow: 0 3px 8px rgba(50, 50, 50, 0.17);
32
+ }
33
+
34
+ h1 {
35
+ font-size: 100%;
36
+ color: #730E15;
37
+ line-height: 1.5em;
38
+ }
39
+
40
+ div.dialog > p {
41
+ margin: 0 0 1em;
42
+ padding: 1em;
43
+ background-color: #F7F7F7;
44
+ border: 1px solid #CCC;
45
+ border-right-color: #999;
46
+ border-left-color: #999;
47
+ border-bottom-color: #999;
48
+ border-bottom-left-radius: 4px;
49
+ border-bottom-right-radius: 4px;
50
+ border-top-color: #DADADA;
51
+ color: #666;
52
+ box-shadow: 0 3px 8px rgba(50, 50, 50, 0.17);
53
+ }
54
+ </style>
55
+ </head>
56
+
57
+ <body>
58
+ <!-- This file lives in public/404.html -->
59
+ <div class="dialog">
60
+ <div>
61
+ <h1>The page you were looking for doesn't exist.</h1>
62
+ <p>You may have mistyped the address or the page may have moved.</p>
63
+ </div>
64
+ <p>If you are the application owner check the logs for more information.</p>
65
+ </div>
66
+ </body>
67
+ </html>
@@ -0,0 +1,67 @@
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <title>The change you wanted was rejected (422)</title>
5
+ <meta name="viewport" content="width=device-width,initial-scale=1">
6
+ <style>
7
+ body {
8
+ background-color: #EFEFEF;
9
+ color: #2E2F30;
10
+ text-align: center;
11
+ font-family: arial, sans-serif;
12
+ margin: 0;
13
+ }
14
+
15
+ div.dialog {
16
+ width: 95%;
17
+ max-width: 33em;
18
+ margin: 4em auto 0;
19
+ }
20
+
21
+ div.dialog > div {
22
+ border: 1px solid #CCC;
23
+ border-right-color: #999;
24
+ border-left-color: #999;
25
+ border-bottom-color: #BBB;
26
+ border-top: #B00100 solid 4px;
27
+ border-top-left-radius: 9px;
28
+ border-top-right-radius: 9px;
29
+ background-color: white;
30
+ padding: 7px 12% 0;
31
+ box-shadow: 0 3px 8px rgba(50, 50, 50, 0.17);
32
+ }
33
+
34
+ h1 {
35
+ font-size: 100%;
36
+ color: #730E15;
37
+ line-height: 1.5em;
38
+ }
39
+
40
+ div.dialog > p {
41
+ margin: 0 0 1em;
42
+ padding: 1em;
43
+ background-color: #F7F7F7;
44
+ border: 1px solid #CCC;
45
+ border-right-color: #999;
46
+ border-left-color: #999;
47
+ border-bottom-color: #999;
48
+ border-bottom-left-radius: 4px;
49
+ border-bottom-right-radius: 4px;
50
+ border-top-color: #DADADA;
51
+ color: #666;
52
+ box-shadow: 0 3px 8px rgba(50, 50, 50, 0.17);
53
+ }
54
+ </style>
55
+ </head>
56
+
57
+ <body>
58
+ <!-- This file lives in public/422.html -->
59
+ <div class="dialog">
60
+ <div>
61
+ <h1>The change you wanted was rejected.</h1>
62
+ <p>Maybe you tried to change something you didn't have access to.</p>
63
+ </div>
64
+ <p>If you are the application owner check the logs for more information.</p>
65
+ </div>
66
+ </body>
67
+ </html>
@@ -0,0 +1,66 @@
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <title>We're sorry, but something went wrong (500)</title>
5
+ <meta name="viewport" content="width=device-width,initial-scale=1">
6
+ <style>
7
+ body {
8
+ background-color: #EFEFEF;
9
+ color: #2E2F30;
10
+ text-align: center;
11
+ font-family: arial, sans-serif;
12
+ margin: 0;
13
+ }
14
+
15
+ div.dialog {
16
+ width: 95%;
17
+ max-width: 33em;
18
+ margin: 4em auto 0;
19
+ }
20
+
21
+ div.dialog > div {
22
+ border: 1px solid #CCC;
23
+ border-right-color: #999;
24
+ border-left-color: #999;
25
+ border-bottom-color: #BBB;
26
+ border-top: #B00100 solid 4px;
27
+ border-top-left-radius: 9px;
28
+ border-top-right-radius: 9px;
29
+ background-color: white;
30
+ padding: 7px 12% 0;
31
+ box-shadow: 0 3px 8px rgba(50, 50, 50, 0.17);
32
+ }
33
+
34
+ h1 {
35
+ font-size: 100%;
36
+ color: #730E15;
37
+ line-height: 1.5em;
38
+ }
39
+
40
+ div.dialog > p {
41
+ margin: 0 0 1em;
42
+ padding: 1em;
43
+ background-color: #F7F7F7;
44
+ border: 1px solid #CCC;
45
+ border-right-color: #999;
46
+ border-left-color: #999;
47
+ border-bottom-color: #999;
48
+ border-bottom-left-radius: 4px;
49
+ border-bottom-right-radius: 4px;
50
+ border-top-color: #DADADA;
51
+ color: #666;
52
+ box-shadow: 0 3px 8px rgba(50, 50, 50, 0.17);
53
+ }
54
+ </style>
55
+ </head>
56
+
57
+ <body>
58
+ <!-- This file lives in public/500.html -->
59
+ <div class="dialog">
60
+ <div>
61
+ <h1>We're sorry, but something went wrong.</h1>
62
+ </div>
63
+ <p>If you are the application owner check the logs for more information.</p>
64
+ </div>
65
+ </body>
66
+ </html>
File without changes
@@ -0,0 +1 @@
1
+ I"�/home/nitanshu/projects/xmlToForm/app/assets/javascripts/xml_to_form/application.js?type=application/javascript&pipeline=debug&id=c9b8a08b607475e31c178b9d2b4ae7ec3a49d0d462020df3ffa64d3feff9a625:ET
@@ -0,0 +1 @@
1
+ "%l��������jN��X��JP��6o#ML
@@ -0,0 +1,2 @@
1
+ [o:Set:
2
+ @hash{ I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI"0processors:type=text/css&file_type=text/css;TTI"9file-digest://app/assets/stylesheets/application.css;TTI">processors:type=text/css&file_type=text/css&pipeline=self;TTI")file-digest://app/assets/stylesheets;TT
@@ -0,0 +1 @@
1
+ I"�app/assets/stylesheets/application.css?type=text/css&pipeline=self&id=906e421b1ca66a363577e8cb2eb825d0fe63d75b0439c74ab861c0774995ab5a:ET
@@ -0,0 +1,2 @@
1
+ [o:Set:
2
+ @hash{ I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI">processors:type=text/css&file_type=text/css&pipeline=self;TTI"gfile-digest:///home/nitanshu/projects/xmlToForm/app/assets/stylesheets/xml_to_form/application.css;TTI"Wfile-digest:///home/nitanshu/projects/xmlToForm/app/assets/stylesheets/xml_to_form;TTI"hfile-digest:///home/nitanshu/projects/xmlToForm/app/assets/stylesheets/xml_to_form/xml_handlers.css;TT
@@ -0,0 +1 @@
1
+ "%�W\�yho9S���ƫ˥��)|�~���(���
@@ -0,0 +1 @@
1
+ I"�/home/nitanshu/projects/xmlToForm/app/assets/stylesheets/xml_to_form/application.css?type=text/css&pipeline=debug&id=7e0c39b03815839b3a31d24d45dca377b3c00e505336d38f198d1594ab31d3e8:ET
@@ -0,0 +1,2 @@
1
+ [o:Set:
2
+ @hash{ I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI">processors:type=text/css&file_type=text/css&pipeline=self;TTI"9file-digest://app/assets/stylesheets/application.css;TTI")file-digest://app/assets/stylesheets;TT
@@ -0,0 +1,3 @@
1
+ [o:Set:
2
+ @hash{
3
+ I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI"Zprocessors:type=application/javascript&file_type=application/javascript&pipeline=self;TTI"gfile-digest:///home/nitanshu/projects/xmlToForm/app/assets/javascripts/xml_to_form/xml_handlers.js;TT
@@ -0,0 +1,2 @@
1
+ "%����͹mm�
2
+ a�l�|a56���v�6}��(&5
@@ -0,0 +1 @@
1
+ I"�/home/nitanshu/projects/xmlToForm/app/assets/stylesheets/xml_to_form/xml_handlers.css?type=text/css&pipeline=self&id=1c967f3aaa1e217ecbd4d15b9637a569978067387d8338fa403ca1e518ded534:ET
@@ -0,0 +1,3 @@
1
+ [o:Set:
2
+ @hash{
3
+ I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI">processors:type=text/css&file_type=text/css&pipeline=self;TTI"hfile-digest:///home/nitanshu/projects/xmlToForm/app/assets/stylesheets/xml_to_form/xml_handlers.css;TT
@@ -0,0 +1 @@
1
+ "%Ѱč@�����6H�uZoX�Z�gbh0W��V
@@ -0,0 +1 @@
1
+ I"}app/assets/stylesheets/application.css?type=text/css&id=7e3555166d42807d769415dfa9cf60c84cd2be322a566d99004a5aaa61a46be0:ET
@@ -0,0 +1,2 @@
1
+ [o:Set:
2
+ @hash{ I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI"Zprocessors:type=application/javascript&file_type=application/javascript&pipeline=self;TTI"ffile-digest:///home/nitanshu/projects/xmlToForm/app/assets/javascripts/xml_to_form/application.js;TTI"Wfile-digest:///home/nitanshu/projects/xmlToForm/app/assets/javascripts/xml_to_form;TTI"gfile-digest:///home/nitanshu/projects/xmlToForm/app/assets/javascripts/xml_to_form/xml_handlers.js;TT
@@ -0,0 +1 @@
1
+ I"�/home/nitanshu/projects/xmlToForm/app/assets/javascripts/xml_to_form/application.js?type=application/javascript&pipeline=self&id=fbfd274394dc996fff321c06ae1849cbb7c586c5a0ddde72fb638bef6ceffa18:ET
@@ -0,0 +1 @@
1
+ I"�/home/nitanshu/projects/xmlToForm/app/assets/stylesheets/xml_to_form/application.css?type=text/css&pipeline=self&id=17ad15c14fc3bc40ec0d152b50a728d24f281ca32f5a7c272c1c915c38e52d81:ET
@@ -0,0 +1 @@
1
+ "%�'b���r���*1yV���8<�l�g
@@ -0,0 +1,2 @@
1
+ [o:Set:
2
+ @hash{ I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI"Zprocessors:type=application/javascript&file_type=application/javascript&pipeline=self;TTI"8file-digest://app/assets/javascripts/application.js;TTI")file-digest://app/assets/javascripts;TT
@@ -0,0 +1 @@
1
+ "%��Rm�v�S3.��O�L���ڹc�ƕq�=_j�
@@ -0,0 +1 @@
1
+ "%Ѱč@�����6H�uZoX�Z�gbh0W��V
@@ -0,0 +1 @@
1
+ I"�/home/nitanshu/projects/xmlToForm/app/assets/stylesheets/xml_to_form/application.css?type=text/css&id=0330473b459a116c3306b2effb1c5f427e94967c3cab1adadce043d40d70809c:ET
@@ -0,0 +1,2 @@
1
+ [o:Set:
2
+ @hash{ I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI"Lprocessors:type=application/javascript&file_type=application/javascript;TTI"8file-digest://app/assets/javascripts/application.js;TTI"Zprocessors:type=application/javascript&file_type=application/javascript&pipeline=self;TTI")file-digest://app/assets/javascripts;TT
@@ -0,0 +1 @@
1
+ I"�app/assets/javascripts/application.js?type=application/javascript&id=ac4b1e43c1296b356a6192329afd1ae832886bbd159f5c0b18536824015248fd:ET
@@ -0,0 +1 @@
1
+ "%֧�NTZq�בH�L��#p3��Jg!��)
@@ -0,0 +1 @@
1
+ "%�W\�yho9S���ƫ˥��)|�~���(���
@@ -0,0 +1 @@
1
+ I"�/home/nitanshu/projects/xmlToForm/app/assets/javascripts/xml_to_form/application.js?type=application/javascript&id=2f4c572c9945a366ced89d1ba8594ac88952329e1ae11c1783873130452693b6:ET
@@ -0,0 +1 @@
1
+ I"�/home/nitanshu/projects/xmlToForm/app/assets/javascripts/xml_to_form/xml_handlers.js?type=application/javascript&pipeline=self&id=a293bc328493d0cc7f6c695d69edefca962909ba6ded26f7ccc4e12d4fa4ea4d:ET
@@ -0,0 +1 @@
1
+ I"�app/assets/javascripts/application.js?type=application/javascript&pipeline=self&id=0d61e9cbc277ca0cdcfb6f582c449b5a6b2ad4e385a579e3318e8141ace2fc6b:ET
@@ -0,0 +1,88 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2
+ <widget id="com.hli.mushroom" version="0.0.1">
3
+ <name>MRL Staging 1</name>
4
+ <description> MRL Staging App </description>
5
+ <author email="info@headerlabs.in" href="http://www.headerlabs.com"> Headerlabs Infotech Pvt. Ltd. </author>
6
+ <content src="http://192.168.1.156:8101" original-src="index.html"/>
7
+ <access origin="*))))))))"/>
8
+ <access origin="https://codepush.azurewebsites.net/ "/>
9
+ <access origin="tel:*" launch-external="yes"/>
10
+ <access origin="geo:*" launch-external="yes"/>
11
+ <access origin="mailto:*" launch-external="yes"/>
12
+ <access origin="sms:*" launch-external="yes"/>
13
+ <access origin="market:*" launch-external="yes"/>
14
+ <preference name="webviewbounce" value="false"/>
15
+ <preference name="UIWebViewBounce" value="false"/>
16
+ <preference name="DisallowOverscroll" value="true"/>
17
+ <preference name="android-minSdkVersion" value="16"/>
18
+ <preference name="BackupWebStorage" value="none"/>
19
+ <preference name="SplashScreen" value="screen"/>
20
+ <preference name="FadeSplashScreen" value="true"/>
21
+ <preference name="FadeSplashScreenDuration" value="2.0"/>
22
+ <preference name="SplashScreenDelay" value="6000"/>
23
+ <preference name="android-build-tool" value="gradle"/>
24
+ <plugin name="cordova-plugin-calendar"/>
25
+ <feature name="StatusBar">
26
+ <param name="ios-package" value="CDVStatusBar" onload="true"/>
27
+ </feature>
28
+ <feature name="StatusBar">
29
+ <param name="ios-package" value="CDVStatusBar" onload="true"/>
30
+ </feature>
31
+ <platform name="android">
32
+ <feature name="Calendar">
33
+ <param name="android-package" value="nl.xservices.plugins.Calendar"/>
34
+ </feature>
35
+ <preference name="CodePushDeploymentKey" value=""/>
36
+ <icon src="resources/android/icon/drawable-ldpi-icon.png" density="ldpi"/>
37
+ <icon src="resources/android/icon/drawable-mdpi-icon.png" density="mdpi"/>
38
+ <icon src="resources/android/icon/drawable-hdpi-icon.png" density="hdpi"/>
39
+ <icon src="resources/android/icon/drawable-xhdpi-icon.png" density="xhdpi"/>
40
+ <icon src="resources/android/icon/drawable-xxhdpi-icon.png" density="xxhdpi"/>
41
+ <icon src="resources/android/icon/drawable-xxxhdpi-icon.png" density="xxxhdpi"/>
42
+ <splash src="resources/android/splash/drawable-land-ldpi-screen.png" density="land-ldpi"/>
43
+ <splash src="resources/android/splash/drawable-land-mdpi-screen.png" density="land-mdpi"/>
44
+ <splash src="resources/android/splash/drawable-land-hdpi-screen.png" density="land-hdpi"/>
45
+ <splash src="resources/android/splash/drawable-land-xhdpi-screen.png" density="land-xhdpi"/>
46
+ <splash src="resources/android/splash/drawable-land-xxhdpi-screen.png" density="land-xxhdpi"/>
47
+ <splash src="resources/android/splash/drawable-land-xxxhdpi-screen.png" density="land-xxxhdpi"/>
48
+ <splash src="resources/android/splash/drawable-port-ldpi-screen.png" density="port-ldpi"/>
49
+ <splash src="resources/android/splash/drawable-port-mdpi-screen.png" density="port-mdpi"/>
50
+ <splash src="resources/android/splash/drawable-port-hdpi-screen.png" density="port-hdpi"/>
51
+ <splash src="resources/android/splash/drawable-port-xhdpi-screen.png" density="port-xhdpi"/>
52
+ <splash src="resources/android/splash/drawable-port-xxhdpi-screen.png" density="port-xxhdpi"/>
53
+ <splash src="resources/android/splash/drawable-port-xxxhdpi-screen.png" density="port-xxxhdpi"/>
54
+ </platform>
55
+ <platform name="ios">
56
+ <preference name="CodePushDeploymentKey" value=""/>
57
+ <feature name="Calendar">
58
+ <param name="ios-package" value="Calendar"/>
59
+ </feature>
60
+ <icon src="resources/ios/icon/icon.png" width="57" height="57"/>
61
+ <icon src="resources/ios/icon/icon@2x.png" width="114" height="114"/>
62
+ <icon src="resources/ios/icon/icon-40.png" width="40" height="40"/>
63
+ <icon src="resources/ios/icon/icon-40@2x.png" width="80" height="80"/>
64
+ <icon src="resources/ios/icon/icon-50.png" width="50" height="50"/>
65
+ <icon src="resources/ios/icon/icon-50@2x.png" width="100" height="100"/>
66
+ <icon src="resources/ios/icon/icon-60.png" width="60" height="60"/>
67
+ <icon src="resources/ios/icon/icon-60@2x.png" width="120" height="120"/>
68
+ <icon src="resources/ios/icon/icon-60@3x.png" width="180" height="180"/>
69
+ <icon src="resources/ios/icon/icon-72.png" width="72" height="72"/>
70
+ <icon src="resources/ios/icon/icon-72@2x.png" width="144" height="144"/>
71
+ <icon src="resources/ios/icon/icon-76.png" width="76" height="76"/>
72
+ <icon src="resources/ios/icon/icon-76@2x.png" width="152" height="152"/>
73
+ <icon src="resources/ios/icon/icon-small.png" width="29" height="29"/>
74
+ <icon src="resources/ios/icon/icon-small@2x.png" width="58" height="58"/>
75
+ <icon src="resources/ios/icon/icon-small@3x.png" width="87" height="87"/>
76
+ <splash src="resources/ios/splash/Default-568h@2x~iphone.png" width="640" height="1136"/>
77
+ <splash src="resources/ios/splash/Default-667h.png" width="750" height="1334"/>
78
+ <splash src="resources/ios/splash/Default-736h.png" width="1242" height="2208"/>
79
+ <splash src="resources/ios/splash/Default-Landscape-736h.png" width="2208" height="1242"/>
80
+ <splash src="resources/ios/splash/Default-Landscape@2x~ipad.png" width="2048" height="1536"/>
81
+ <splash src="resources/ios/splash/Default-Landscape~ipad.png" width="1024" height="768"/>
82
+ <splash src="resources/ios/splash/Default-Portrait@2x~ipad.png" width="1536" height="2048"/>
83
+ <splash src="resources/ios/splash/Default-Portrait~ipad.png" width="768" height="1024"/>
84
+ <splash src="resources/ios/splash/Default@2x~iphone.png" width="640" height="960"/>
85
+ <splash src="resources/ios/splash/Default~iphone.png" width="320" height="480"/>
86
+ </platform>
87
+ <icon src="resources/android/icon/drawable-xhdpi-icon.png"/>
88
+ </widget>
@@ -0,0 +1,11 @@
1
+ # Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
2
+
3
+ # This model initially had no columns defined. If you add columns to the
4
+ # model remove the '{}' from the fixture names and add the columns immediately
5
+ # below each fixture, per the syntax in the comments below
6
+ #
7
+ one: {}
8
+ # column: value
9
+ #
10
+ two: {}
11
+ # column: value
@@ -0,0 +1,8 @@
1
+ require 'test_helper'
2
+
3
+ class NavigationTest < ActionDispatch::IntegrationTest
4
+ # test "the truth" do
5
+ # assert true
6
+ # end
7
+ end
8
+
@@ -0,0 +1,9 @@
1
+ require 'test_helper'
2
+
3
+ module XmlToForm
4
+ class XmlHandlerTest < ActiveSupport::TestCase
5
+ # test "the truth" do
6
+ # assert true
7
+ # end
8
+ end
9
+ end
@@ -0,0 +1,21 @@
1
+ # Configure Rails Environment
2
+ ENV["RAILS_ENV"] = "test"
3
+
4
+ require File.expand_path("../../test/dummy/config/environment.rb", __FILE__)
5
+ ActiveRecord::Migrator.migrations_paths = [File.expand_path("../../test/dummy/db/migrate", __FILE__)]
6
+ ActiveRecord::Migrator.migrations_paths << File.expand_path('../../db/migrate', __FILE__)
7
+ require "rails/test_help"
8
+
9
+ # Filter out Minitest backtrace while allowing backtrace from other libraries
10
+ # to be shown.
11
+ Minitest.backtrace_filter = Minitest::BacktraceFilter.new
12
+
13
+ # Load support files
14
+ Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each { |f| require f }
15
+
16
+ # Load fixtures from the engine
17
+ if ActiveSupport::TestCase.respond_to?(:fixture_path=)
18
+ ActiveSupport::TestCase.fixture_path = File.expand_path("../fixtures", __FILE__)
19
+ ActionDispatch::IntegrationTest.fixture_path = ActiveSupport::TestCase.fixture_path
20
+ ActiveSupport::TestCase.fixtures :all
21
+ end
@@ -0,0 +1,7 @@
1
+ require 'test_helper'
2
+
3
+ class XmlToFormTest < ActiveSupport::TestCase
4
+ test "truth" do
5
+ assert_kind_of Module, XmlToForm
6
+ end
7
+ end