helios 0.0.5 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (85) hide show
  1. checksums.yaml +7 -0
  2. data/Gemfile +3 -1
  3. data/Gemfile.lock +38 -44
  4. data/bin/helios +2 -2
  5. data/example/Gemfile +2 -2
  6. data/example/Gemfile.lock +60 -49
  7. data/example/Procfile +1 -1
  8. data/example/Sample.xcdatamodeld/Sample.xcdatamodel/contents +11 -17
  9. data/example/config.ru +12 -1
  10. data/helios-0.1.0.gem +0 -0
  11. data/helios.gemspec +5 -3
  12. data/lib/helios.rb +9 -5
  13. data/lib/helios/backend.rb +27 -17
  14. data/lib/helios/backend/accounts.rb +38 -0
  15. data/lib/helios/backend/data.rb +7 -6
  16. data/lib/helios/backend/in-app-purchase.rb +10 -2
  17. data/lib/helios/backend/passbook.rb +12 -2
  18. data/lib/helios/backend/push-notification.rb +8 -1
  19. data/lib/helios/commands.rb +3 -1
  20. data/lib/helios/commands/link.rb +18 -0
  21. data/lib/helios/commands/new.rb +43 -6
  22. data/lib/helios/commands/server.rb +16 -0
  23. data/lib/helios/frontend.rb +11 -5
  24. data/lib/helios/frontend/fonts/icons.eot +0 -0
  25. data/lib/helios/frontend/fonts/icons.ttf +0 -0
  26. data/lib/helios/frontend/fonts/icons.woff +0 -0
  27. data/lib/helios/frontend/images/bg.jpg +0 -0
  28. data/lib/helios/frontend/javascripts/helios.coffee +5 -5
  29. data/lib/helios/frontend/javascripts/helios/collections.coffee +67 -6
  30. data/lib/helios/frontend/javascripts/helios/models.coffee +1 -4
  31. data/lib/helios/frontend/javascripts/helios/router.coffee +0 -14
  32. data/lib/helios/frontend/javascripts/helios/views.coffee +164 -23
  33. data/lib/helios/frontend/javascripts/vendor/backbone.paginator.js +1046 -0
  34. data/lib/helios/frontend/javascripts/vendor/codemirror.javascript.js +411 -0
  35. data/lib/helios/frontend/javascripts/vendor/codemirror.js +3047 -0
  36. data/lib/helios/frontend/javascripts/vendor/date.js +104 -0
  37. data/lib/helios/frontend/javascripts/{foundation → vendor}/foundation.js +0 -0
  38. data/lib/helios/frontend/javascripts/{foundation → vendor/foundation}/foundation.alerts.js +0 -0
  39. data/lib/helios/frontend/javascripts/{foundation → vendor/foundation}/foundation.clearing.js +0 -0
  40. data/lib/helios/frontend/javascripts/{foundation → vendor/foundation}/foundation.cookie.js +0 -0
  41. data/lib/helios/frontend/javascripts/{foundation → vendor/foundation}/foundation.dropdown.js +0 -0
  42. data/lib/helios/frontend/javascripts/{foundation → vendor/foundation}/foundation.forms.js +0 -0
  43. data/lib/helios/frontend/javascripts/{foundation → vendor/foundation}/foundation.joyride.js +0 -0
  44. data/lib/helios/frontend/javascripts/{foundation → vendor/foundation}/foundation.magellan.js +0 -0
  45. data/lib/helios/frontend/javascripts/{foundation → vendor/foundation}/foundation.orbit.js +0 -0
  46. data/lib/helios/frontend/javascripts/{foundation → vendor/foundation}/foundation.placeholder.js +0 -0
  47. data/lib/helios/frontend/javascripts/{foundation → vendor/foundation}/foundation.reveal.js +0 -0
  48. data/lib/helios/frontend/javascripts/{foundation → vendor/foundation}/foundation.section.js +0 -0
  49. data/lib/helios/frontend/javascripts/{foundation → vendor/foundation}/foundation.tooltips.js +0 -0
  50. data/lib/helios/frontend/javascripts/{foundation → vendor/foundation}/foundation.topbar.js +0 -0
  51. data/lib/helios/frontend/stylesheets/_codemirror.sass +219 -0
  52. data/lib/helios/frontend/stylesheets/_fonts.sass +80 -0
  53. data/lib/helios/frontend/stylesheets/_iphone.sass +141 -0
  54. data/lib/helios/frontend/stylesheets/_settings.scss +12 -11
  55. data/lib/helios/frontend/stylesheets/screen.sass +119 -34
  56. data/lib/helios/frontend/views/compose.jst.tpl +70 -0
  57. data/lib/helios/frontend/views/devices.jst.tpl +15 -2
  58. data/lib/helios/frontend/views/entities.jst.tpl +6 -4
  59. data/lib/helios/frontend/views/index.haml +24 -8
  60. data/lib/helios/frontend/views/passes.jst.tpl +10 -2
  61. data/lib/helios/frontend/views/receipts.jst.tpl +10 -2
  62. data/lib/helios/templates/Gemfile.erb +5 -2
  63. data/lib/helios/templates/Procfile.erb +1 -1
  64. data/lib/helios/templates/README.md.erb +1 -1
  65. data/lib/helios/templates/config.ru.erb +8 -1
  66. data/lib/helios/version.rb +1 -1
  67. metadata +174 -102
  68. data/helios-0.0.2.gem +0 -0
  69. data/helios-0.0.3.gem +0 -0
  70. data/helios-0.0.4.gem +0 -0
  71. data/lib/helios/frontend/images/data.png +0 -0
  72. data/lib/helios/frontend/images/data.svg +0 -1
  73. data/lib/helios/frontend/images/in-app-purchase.png +0 -0
  74. data/lib/helios/frontend/images/in-app-purchase.svg +0 -1
  75. data/lib/helios/frontend/images/passbook.png +0 -0
  76. data/lib/helios/frontend/images/passbook.svg +0 -1
  77. data/lib/helios/frontend/images/push-notification.png +0 -0
  78. data/lib/helios/frontend/images/push-notification.svg +0 -1
  79. data/lib/helios/frontend/templates/data/entities.hbs +0 -7
  80. data/lib/helios/frontend/templates/data/entity.hbs +0 -17
  81. data/lib/helios/frontend/templates/in-app-purchase/receipt.hbs +0 -53
  82. data/lib/helios/frontend/templates/in-app-purchase/receipts.hbs +0 -39
  83. data/lib/helios/frontend/templates/passbook/passes.hbs +0 -25
  84. data/lib/helios/frontend/templates/push-notification/device.hbs +0 -35
  85. data/lib/helios/frontend/templates/push-notification/devices.hbs +0 -37
Binary file
Binary file
Binary file
@@ -1 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg width="512" height="512" viewBox="0 0 512 512" fill="#000000"><g class="svgGrid" id="svgGrid"><line stroke-width="1" stroke="#B35047" x1="32" x2="32" y1="0" y2="512"></line><line stroke-width="1" stroke="#B35047" x1="64" x2="64" y1="0" y2="512"></line><line stroke-width="1" stroke="#B35047" x1="96" x2="96" y1="0" y2="512"></line><line stroke-width="1" stroke="#B35047" x1="128" x2="128" y1="0" y2="512"></line><line stroke-width="1" stroke="#B35047" x1="160" x2="160" y1="0" y2="512"></line><line stroke-width="1" stroke="#B35047" x1="192" x2="192" y1="0" y2="512"></line><line stroke-width="1" stroke="#B35047" x1="224" x2="224" y1="0" y2="512"></line><line stroke-width="1" stroke="#B35047" x1="256" x2="256" y1="0" y2="512"></line><line stroke-width="1" stroke="#B35047" x1="288" x2="288" y1="0" y2="512"></line><line stroke-width="1" stroke="#B35047" x1="320" x2="320" y1="0" y2="512"></line><line stroke-width="1" stroke="#B35047" x1="352" x2="352" y1="0" y2="512"></line><line stroke-width="1" stroke="#B35047" x1="384" x2="384" y1="0" y2="512"></line><line stroke-width="1" stroke="#B35047" x1="416" x2="416" y1="0" y2="512"></line><line stroke-width="1" stroke="#B35047" x1="448" x2="448" y1="0" y2="512"></line><line stroke-width="1" stroke="#B35047" x1="480" x2="480" y1="0" y2="512"></line><line stroke-width="1" stroke="#B35047" x1="0" x2="512" y1="32" y2="32"></line><line stroke-width="1" stroke="#B35047" x1="0" x2="512" y1="64" y2="64"></line><line stroke-width="1" stroke="#B35047" x1="0" x2="512" y1="96" y2="96"></line><line stroke-width="1" stroke="#B35047" x1="0" x2="512" y1="128" y2="128"></line><line stroke-width="1" stroke="#B35047" x1="0" x2="512" y1="160" y2="160"></line><line stroke-width="1" stroke="#B35047" x1="0" x2="512" y1="192" y2="192"></line><line stroke-width="1" stroke="#B35047" x1="0" x2="512" y1="224" y2="224"></line><line stroke-width="1" stroke="#B35047" x1="0" x2="512" y1="256" y2="256"></line><line stroke-width="1" stroke="#B35047" x1="0" x2="512" y1="288" y2="288"></line><line stroke-width="1" stroke="#B35047" x1="0" x2="512" y1="320" y2="320"></line><line stroke-width="1" stroke="#B35047" x1="0" x2="512" y1="352" y2="352"></line><line stroke-width="1" stroke="#B35047" x1="0" x2="512" y1="384" y2="384"></line><line stroke-width="1" stroke="#B35047" x1="0" x2="512" y1="416" y2="416"></line><line stroke-width="1" stroke="#B35047" x1="0" x2="512" y1="448" y2="448"></line><line stroke-width="1" stroke="#B35047" x1="0" x2="512" y1="480" y2="480"></line><rect x="0" y="0" width="512" height="512" fill="none" stroke-width="1" stroke="#B35047"></rect></g><path d="M 512.00,112.00c0.00-14.205-5.024-35.38-28.958-55.589c-14.22-12.006-33.695-22.475-57.888-31.115C 379.48,8.983, 319.407,0.00, 256.00,0.00 S 132.52,8.983, 86.845,25.295c-24.192,8.64-43.668,19.109-57.887,31.115C 5.024,76.62,0.00,97.795,0.00,112.00l-0.086,0.00 l0.00,144.00 L0.00,256.00 l0.00,0.00 l-0.086,0.00 l0.00,144.00 L0.00,400.00 c0.00,14.205, 5.024,35.381, 28.958,55.59c 14.219,12.006, 33.695,22.475, 57.887,31.115C 132.519,503.018, 192.593,512.00, 256.00,512.00 s 123.48-8.982, 169.154-25.295c 24.192-8.641, 43.669-19.109, 57.888-31.115C 506.976,435.381, 512.00,414.205, 512.00,400.00L 512.00,256.00 l0.00,0.00l0.00,0.00 L 512.00,112.00 z M 115.588,83.115C 153.728,70.789, 203.593,64.00, 256.00,64.00c 52.406,0.00, 102.272,6.789, 140.411,19.115 c 37.277,12.048, 49.46,24.998, 51.416,28.885c-1.956,3.887-14.139,16.837-51.416,28.885C 358.272,153.211, 308.406,160.00, 256.00,160.00 c-52.407,0.00-102.272-6.789-140.412-19.115C 78.312,128.837, 66.129,115.887, 64.173,112.00C 66.129,108.113, 78.312,95.163, 115.588,83.115z M 396.412,428.885C 358.272,441.213, 308.407,448.00, 256.00,448.00c-52.407,0.00-102.273-6.787-140.412-19.115 C 78.311,416.838, 66.129,403.887, 64.173,400.00l-0.087,0.00 l0.00-66.62 c 7.044,3.307, 14.628,6.421, 22.759,9.325 C 132.519,359.017, 192.593,368.00, 256.00,368.00s 123.48-8.983, 169.154-25.295c 8.097-2.892, 15.652-5.993, 22.673-9.284L 447.827,400.00 C 445.871,403.887, 433.689,416.838, 396.412,428.885z M 396.412,284.885C 358.272,297.212, 308.407,304.00, 256.00,304.00 c-52.407,0.00-102.273-6.788-140.412-19.115C 78.311,272.837, 66.129,259.887, 64.173,256.00l-0.087,0.00 l0.00-66.62 c 7.044,3.306, 14.628,6.421, 22.759,9.325C 132.52,215.017, 192.593,224.00, 256.00,224.00s 123.48-8.983, 169.154-25.295 c 8.097-2.892, 15.652-5.993, 22.673-9.284L 447.827,256.00 C 445.871,259.887, 433.689,272.837, 396.412,284.885z" ></path></svg>
@@ -1 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?> <!-- Generator: IcoMoon --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg width="512" height="512" viewBox="0 0 512 512" data-tags="tag, price" fill="#000000"><g class="svgGrid" id="svgGrid"><line stroke-width="1" stroke="#B35047" x1="32" x2="32" y1="0" y2="512"></line><line stroke-width="1" stroke="#B35047" x1="64" x2="64" y1="0" y2="512"></line><line stroke-width="1" stroke="#B35047" x1="96" x2="96" y1="0" y2="512"></line><line stroke-width="1" stroke="#B35047" x1="128" x2="128" y1="0" y2="512"></line><line stroke-width="1" stroke="#B35047" x1="160" x2="160" y1="0" y2="512"></line><line stroke-width="1" stroke="#B35047" x1="192" x2="192" y1="0" y2="512"></line><line stroke-width="1" stroke="#B35047" x1="224" x2="224" y1="0" y2="512"></line><line stroke-width="1" stroke="#B35047" x1="256" x2="256" y1="0" y2="512"></line><line stroke-width="1" stroke="#B35047" x1="288" x2="288" y1="0" y2="512"></line><line stroke-width="1" stroke="#B35047" x1="320" x2="320" y1="0" y2="512"></line><line stroke-width="1" stroke="#B35047" x1="352" x2="352" y1="0" y2="512"></line><line stroke-width="1" stroke="#B35047" x1="384" x2="384" y1="0" y2="512"></line><line stroke-width="1" stroke="#B35047" x1="416" x2="416" y1="0" y2="512"></line><line stroke-width="1" stroke="#B35047" x1="448" x2="448" y1="0" y2="512"></line><line stroke-width="1" stroke="#B35047" x1="480" x2="480" y1="0" y2="512"></line><line stroke-width="1" stroke="#B35047" x1="0" x2="512" y1="32" y2="32"></line><line stroke-width="1" stroke="#B35047" x1="0" x2="512" y1="64" y2="64"></line><line stroke-width="1" stroke="#B35047" x1="0" x2="512" y1="96" y2="96"></line><line stroke-width="1" stroke="#B35047" x1="0" x2="512" y1="128" y2="128"></line><line stroke-width="1" stroke="#B35047" x1="0" x2="512" y1="160" y2="160"></line><line stroke-width="1" stroke="#B35047" x1="0" x2="512" y1="192" y2="192"></line><line stroke-width="1" stroke="#B35047" x1="0" x2="512" y1="224" y2="224"></line><line stroke-width="1" stroke="#B35047" x1="0" x2="512" y1="256" y2="256"></line><line stroke-width="1" stroke="#B35047" x1="0" x2="512" y1="288" y2="288"></line><line stroke-width="1" stroke="#B35047" x1="0" x2="512" y1="320" y2="320"></line><line stroke-width="1" stroke="#B35047" x1="0" x2="512" y1="352" y2="352"></line><line stroke-width="1" stroke="#B35047" x1="0" x2="512" y1="384" y2="384"></line><line stroke-width="1" stroke="#B35047" x1="0" x2="512" y1="416" y2="416"></line><line stroke-width="1" stroke="#B35047" x1="0" x2="512" y1="448" y2="448"></line><line stroke-width="1" stroke="#B35047" x1="0" x2="512" y1="480" y2="480"></line><rect x="0" y="0" width="512" height="512" fill="none" stroke-width="1" stroke="#B35047"></rect></g><path d="M 288.00,0.00L0.00,288.00l 160.00,64.00l 64.00,160.00l 288.00-288.00L 512.00,0.00 L 288.00,0.00 z M 416.00,142.40c-25.626,0.00-46.399-20.773-46.399-46.40S 390.374,49.60, 416.00,49.60 s 46.40,20.773, 46.40,46.40S 441.626,142.40, 416.00,142.40z" ></path></svg>
@@ -1 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?> <!-- Generator: IcoMoon --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg width="512" height="512" viewBox="0 0 512 512" data-tags="ticket" fill="#000000"><g class="svgGrid" id="svgGrid"><line stroke-width="1" stroke="#B35047" x1="32" x2="32" y1="0" y2="512"></line><line stroke-width="1" stroke="#B35047" x1="64" x2="64" y1="0" y2="512"></line><line stroke-width="1" stroke="#B35047" x1="96" x2="96" y1="0" y2="512"></line><line stroke-width="1" stroke="#B35047" x1="128" x2="128" y1="0" y2="512"></line><line stroke-width="1" stroke="#B35047" x1="160" x2="160" y1="0" y2="512"></line><line stroke-width="1" stroke="#B35047" x1="192" x2="192" y1="0" y2="512"></line><line stroke-width="1" stroke="#B35047" x1="224" x2="224" y1="0" y2="512"></line><line stroke-width="1" stroke="#B35047" x1="256" x2="256" y1="0" y2="512"></line><line stroke-width="1" stroke="#B35047" x1="288" x2="288" y1="0" y2="512"></line><line stroke-width="1" stroke="#B35047" x1="320" x2="320" y1="0" y2="512"></line><line stroke-width="1" stroke="#B35047" x1="352" x2="352" y1="0" y2="512"></line><line stroke-width="1" stroke="#B35047" x1="384" x2="384" y1="0" y2="512"></line><line stroke-width="1" stroke="#B35047" x1="416" x2="416" y1="0" y2="512"></line><line stroke-width="1" stroke="#B35047" x1="448" x2="448" y1="0" y2="512"></line><line stroke-width="1" stroke="#B35047" x1="480" x2="480" y1="0" y2="512"></line><line stroke-width="1" stroke="#B35047" x1="0" x2="512" y1="32" y2="32"></line><line stroke-width="1" stroke="#B35047" x1="0" x2="512" y1="64" y2="64"></line><line stroke-width="1" stroke="#B35047" x1="0" x2="512" y1="96" y2="96"></line><line stroke-width="1" stroke="#B35047" x1="0" x2="512" y1="128" y2="128"></line><line stroke-width="1" stroke="#B35047" x1="0" x2="512" y1="160" y2="160"></line><line stroke-width="1" stroke="#B35047" x1="0" x2="512" y1="192" y2="192"></line><line stroke-width="1" stroke="#B35047" x1="0" x2="512" y1="224" y2="224"></line><line stroke-width="1" stroke="#B35047" x1="0" x2="512" y1="256" y2="256"></line><line stroke-width="1" stroke="#B35047" x1="0" x2="512" y1="288" y2="288"></line><line stroke-width="1" stroke="#B35047" x1="0" x2="512" y1="320" y2="320"></line><line stroke-width="1" stroke="#B35047" x1="0" x2="512" y1="352" y2="352"></line><line stroke-width="1" stroke="#B35047" x1="0" x2="512" y1="384" y2="384"></line><line stroke-width="1" stroke="#B35047" x1="0" x2="512" y1="416" y2="416"></line><line stroke-width="1" stroke="#B35047" x1="0" x2="512" y1="448" y2="448"></line><line stroke-width="1" stroke="#B35047" x1="0" x2="512" y1="480" y2="480"></line><rect x="0" y="0" width="512" height="512" fill="none" stroke-width="1" stroke="#B35047"></rect></g><path d="M 287.998,160.00L 351.997,223.999L 224.00,351.996L 160.001,287.997zM 500.763,148.752l-36.758-36.758l-16.004,16.004c-8.189,8.19-19.505,13.255-32.00,13.255 c-24.994,0.00-45.257-20.261-45.257-45.255c0.00-12.501, 5.07-23.819, 13.267-32.009l 15.994-15.993l-36.759-36.758 c-14.984-14.984-39.504-14.984-54.488,0.00L 11.238,308.757c-14.983,14.984-14.983,39.505,0.00,54.488l 36.76,36.759l 15.981-15.982 c 8.191-8.203, 19.515-13.276, 32.022-13.276c 24.994,0.00, 45.255,20.262, 45.255,45.255c0.00,12.503-5.07,23.82-13.267,32.011l-15.992,15.993 l 36.758,36.759c 14.983,14.983, 39.504,14.983, 54.488,0.00l 297.52-297.52C 515.745,188.256, 515.745,163.736, 500.763,148.752z M 224.001,415.998l-128.00-128.00l 192.00-192.00l 128.00,128.00L 224.001,415.998z" ></path></svg>
@@ -1 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?> <!-- Generator: IcoMoon --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg width="512" height="512" viewBox="0 0 512 512" data-tags="comments, chat, bubble, message, talk" fill="#000000"><g class="svgGrid" id="svgGrid"><line stroke-width="1" stroke="#B35047" x1="32" x2="32" y1="0" y2="512"></line><line stroke-width="1" stroke="#B35047" x1="64" x2="64" y1="0" y2="512"></line><line stroke-width="1" stroke="#B35047" x1="96" x2="96" y1="0" y2="512"></line><line stroke-width="1" stroke="#B35047" x1="128" x2="128" y1="0" y2="512"></line><line stroke-width="1" stroke="#B35047" x1="160" x2="160" y1="0" y2="512"></line><line stroke-width="1" stroke="#B35047" x1="192" x2="192" y1="0" y2="512"></line><line stroke-width="1" stroke="#B35047" x1="224" x2="224" y1="0" y2="512"></line><line stroke-width="1" stroke="#B35047" x1="256" x2="256" y1="0" y2="512"></line><line stroke-width="1" stroke="#B35047" x1="288" x2="288" y1="0" y2="512"></line><line stroke-width="1" stroke="#B35047" x1="320" x2="320" y1="0" y2="512"></line><line stroke-width="1" stroke="#B35047" x1="352" x2="352" y1="0" y2="512"></line><line stroke-width="1" stroke="#B35047" x1="384" x2="384" y1="0" y2="512"></line><line stroke-width="1" stroke="#B35047" x1="416" x2="416" y1="0" y2="512"></line><line stroke-width="1" stroke="#B35047" x1="448" x2="448" y1="0" y2="512"></line><line stroke-width="1" stroke="#B35047" x1="480" x2="480" y1="0" y2="512"></line><line stroke-width="1" stroke="#B35047" x1="0" x2="512" y1="32" y2="32"></line><line stroke-width="1" stroke="#B35047" x1="0" x2="512" y1="64" y2="64"></line><line stroke-width="1" stroke="#B35047" x1="0" x2="512" y1="96" y2="96"></line><line stroke-width="1" stroke="#B35047" x1="0" x2="512" y1="128" y2="128"></line><line stroke-width="1" stroke="#B35047" x1="0" x2="512" y1="160" y2="160"></line><line stroke-width="1" stroke="#B35047" x1="0" x2="512" y1="192" y2="192"></line><line stroke-width="1" stroke="#B35047" x1="0" x2="512" y1="224" y2="224"></line><line stroke-width="1" stroke="#B35047" x1="0" x2="512" y1="256" y2="256"></line><line stroke-width="1" stroke="#B35047" x1="0" x2="512" y1="288" y2="288"></line><line stroke-width="1" stroke="#B35047" x1="0" x2="512" y1="320" y2="320"></line><line stroke-width="1" stroke="#B35047" x1="0" x2="512" y1="352" y2="352"></line><line stroke-width="1" stroke="#B35047" x1="0" x2="512" y1="384" y2="384"></line><line stroke-width="1" stroke="#B35047" x1="0" x2="512" y1="416" y2="416"></line><line stroke-width="1" stroke="#B35047" x1="0" x2="512" y1="448" y2="448"></line><line stroke-width="1" stroke="#B35047" x1="0" x2="512" y1="480" y2="480"></line><rect x="0" y="0" width="512" height="512" fill="none" stroke-width="1" stroke="#B35047"></rect></g><path d="M 480.00,64.00L 32.00,64.00 C 14.40,64.00,0.00,78.40,0.00,96.00l0.00,224.00 c0.00,17.60, 14.40,32.00, 32.00,32.00l 64.00,0.00 l0.00,96.00 l 72.00-96.00l 312.00,0.00 c 17.60,0.00, 32.00-14.40, 32.00-32.00L 512.00,96.00 C 512.00,78.40, 497.60,64.00, 480.00,64.00z M 480.00,320.00L 152.00,320.00 l-24.00,32.00l0.00-32.00 L 32.00,320.00 L 32.00,96.00 l 448.00,0.00 L 480.00,320.00 zM 96.00,128.00L 416.00,128.00L 416.00,160.00L 96.00,160.00zM 96.00,192.00L 352.00,192.00L 352.00,224.00L 96.00,224.00zM 96.00,256.00L 288.00,256.00L 288.00,288.00L 96.00,288.00z" ></path></svg>
@@ -1,7 +0,0 @@
1
- <h2>ENTITIES</h2>
2
-
3
- <h3>{{this}}</h3>
4
-
5
- {{#each models}}
6
- <p>asdf{{this}}</p>
7
- {{/each}}
@@ -1,17 +0,0 @@
1
- <article class="master">
2
- <h2>Records {{name}}</h2>
3
- <table>
4
- <thead>
5
- <tr>
6
- {{#each attributes}}
7
- <th>{{this}}</th>
8
- {{/each}}
9
- </tr>
10
- </thead>
11
- <tbody>
12
- {{#each record in records}}
13
- {{view recordView contentBinding="record"}}
14
- {{/each}}
15
- </tbody>
16
- </table>
17
- </article>
@@ -1,53 +0,0 @@
1
- <form>
2
- <fieldset>
3
- <ol>
4
- <li>
5
- <label>Transaction ID</label>
6
- {{view Ember.TextField valueBinding="transaction_id"}}
7
- </li>
8
- <li>
9
- <label>Product ID</label>
10
- {{view Ember.TextField valueBinding="product_id"}}
11
- </li>
12
- <li>
13
- <label>Purchase Date</label>
14
- {{view Ember.TextField valueBinding="purchase_date"}}
15
- </li>
16
- <li>
17
- <label>App Item ID</label>
18
- {{view Ember.TextField valueBinding="app_item_id"}}
19
- </li>
20
- <li>
21
- <label>Version External Identifier</label>
22
- {{view Ember.TextField valueBinding="version_external_identifier"}}
23
- </li>
24
- <li>
25
- <label>BID</label>
26
- {{view Ember.TextField valueBinding="bid"}}
27
- </li>
28
- <li>
29
- <label>BVRS</label>
30
- {{view Ember.TextField valueBinding="bvrs"}}
31
- </li>
32
- <li>
33
- <label>IP Address</label>
34
- {{view Ember.TextField valueBinding="ip_address"}}
35
- </li>
36
- </ol>
37
- </fieldset>
38
-
39
- <fieldset>
40
- <ol>
41
- <li>
42
- <label>Original Transaction ID</label>
43
- {{view Ember.TextField valueBinding="original_transaction_id"}}
44
- </li>
45
- <li>
46
- <label>Original Transaction Date</label>
47
- {{view Ember.TextField valueBinding="original_purchase_date"}}
48
- </li>
49
- </ol>
50
- </fieldset>
51
-
52
- <button>Save</button>
53
- </form>
@@ -1,39 +0,0 @@
1
- <article class="master">
2
- <h2>Receipts</h2>
3
- <table>
4
- <thead>
5
- <tr>
6
- <th>Product ID</th>
7
- <th>Transaction ID</th>
8
- <th>Purchase Date</th>
9
- <th>Original Transaction ID</th>
10
- <th>Original Purchase Date</th>
11
- <th>App Item ID</th>
12
- <th>Version External Identifier</th>
13
- <th>BID</th>
14
- <th>BVRS</th>
15
- <th>IP Address</th>
16
- </tr>
17
- </thead>
18
- <tbody>
19
- {{#each controller}}
20
- <tr>
21
- <td>{{#linkTo "receipt" this}} {{transaction_id}} {{/linkTo}}</td>
22
- <td>{{product_id}}</td>
23
- <td>{{purchase_date}}</td>
24
- <td>{{original_transaction_id}}</td>
25
- <td>{{original_purchase_date}}</td>
26
- <td>{{app_item_id}}</td>
27
- <td>{{version_external_identifier}}</td>
28
- <td>{{bid}}</td>
29
- <td>{{bvrs}}</td>
30
- <td>{{ip_address}}</td>
31
- </tr>
32
- {{/each}}
33
- </tbody>
34
- </table>
35
- </article>
36
-
37
- <aside class="detail">
38
- {{outlet}}
39
- </aside>
@@ -1,25 +0,0 @@
1
- <article class="master">
2
- <h2>Passes</h2>
3
- <table>
4
- <thead>
5
- <tr>
6
- <th>Pass Type Identifier</th>
7
- <th>Serial Number</th>
8
- <th>Authentication Token</th>
9
- </tr>
10
- </thead>
11
- <tbody>
12
- {{#each controller}}
13
- <tr>
14
- <td>{{pass_type_identifier}}</td>
15
- <td>{{serial_number}}</td>
16
- <td>{{authentication_token}}</td>
17
- </tr>
18
- {{/each}}
19
- </tbody>
20
- </table>
21
- </article>
22
-
23
- <aside class="detail">
24
- {{outlet}}
25
- </aside>
@@ -1,35 +0,0 @@
1
- <form>
2
- <fieldset>
3
- <ol>
4
- <li>
5
- <label>Token</label>
6
- {{view Ember.TextField valueBinding="token"}}
7
- </li>
8
- <li>
9
- <label>Alias</label>
10
- {{view Ember.TextField valueBinding="alias"}}
11
- </li>
12
- <li>
13
- <label>Badge</label>
14
- {{view Ember.TextField valueBinding="badge"}}
15
- </li>
16
- <li>
17
- <label>Locale</label>
18
- {{view Ember.TextField valueBinding="locale"}}
19
- </li>
20
- <li>
21
- <label>Language</label>
22
- {{view Ember.TextField valueBinding="language"}}
23
- </li>
24
- <li>
25
- <label>Timezone</label>
26
- {{view Ember.TextField valueBinding="timezone"}}
27
- </li>
28
- <li>
29
- <label>IP Address</label>
30
- {{view Ember.TextField valueBinding="ip_address"}}
31
- </li>
32
- </ol>
33
- </fieldset>
34
- <button>Save</button>
35
- </form>
@@ -1,37 +0,0 @@
1
- <article class="master">
2
- <h2>Devices</h2>
3
- <table>
4
- <thead>
5
- <tr>
6
- <th>Token</th>
7
- <th>Alias</th>
8
- <th>Badge</th>
9
- <th>Locale</th>
10
- <th>Language</th>
11
- <th>Timezone</th>
12
- <th>IP Address</th>
13
- <th>Latitude</th>
14
- <th>Longitude</th>
15
- </tr>
16
- </thead>
17
- <tbody>
18
- {{#each controller}}
19
- <tr>
20
- <td>{{#linkTo "device" this}} {{token}} {{/linkTo}}</td>
21
- <td>{{alias}}</td>
22
- <td>{{badge}}</td>
23
- <td>{{locale}}</td>
24
- <td>{{language}}</td>
25
- <td>{{timezone}}</td>
26
- <td>{{ip_address}}</td>
27
- <td>{{lat}}</td>
28
- <td>{{lng}}</td>
29
- </tr>
30
- {{/each}}
31
- </tbody>
32
- </table>
33
- </article>
34
-
35
- <aside class="detail">
36
- {{outlet}}
37
- </aside>