appcelerator 2.0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (93) hide show
  1. data/appcelerator/appcelerator_generator.rb +195 -0
  2. data/appcelerator/templates/README +26 -0
  3. data/appcelerator/templates/appcelerator.xml +8 -0
  4. data/appcelerator/templates/application.rb +7 -0
  5. data/appcelerator/templates/environment.rb +65 -0
  6. data/appcelerator/templates/generate +25 -0
  7. data/appcelerator/templates/images/appcelerator_gray_header.png +0 -0
  8. data/appcelerator/templates/images/appcelerator_gray_logo_small.png +0 -0
  9. data/appcelerator/templates/images/blank_1x1.gif +0 -0
  10. data/appcelerator/templates/images/confirm.png +0 -0
  11. data/appcelerator/templates/images/cross.png +0 -0
  12. data/appcelerator/templates/images/deny.png +0 -0
  13. data/appcelerator/templates/images/dialog_close.gif +0 -0
  14. data/appcelerator/templates/images/dialog_close_hover.gif +0 -0
  15. data/appcelerator/templates/images/email.png +0 -0
  16. data/appcelerator/templates/images/exclamation.png +0 -0
  17. data/appcelerator/templates/images/favicon.ico +0 -0
  18. data/appcelerator/templates/images/header.png +0 -0
  19. data/appcelerator/templates/images/indicator.gif +0 -0
  20. data/appcelerator/templates/images/indicator2.gif +0 -0
  21. data/appcelerator/templates/images/indicator3.gif +0 -0
  22. data/appcelerator/templates/images/logo.png +0 -0
  23. data/appcelerator/templates/images/shadow.gif +0 -0
  24. data/appcelerator/templates/images/shadowAlpha.png +0 -0
  25. data/appcelerator/templates/images/warning.png +0 -0
  26. data/appcelerator/templates/index.html +46 -0
  27. data/appcelerator/templates/js/appcelerator-debug.js +16658 -0
  28. data/appcelerator/templates/js/appcelerator.js +20 -0
  29. data/appcelerator/templates/modules/app_calendar/app_calendar.js +1 -0
  30. data/appcelerator/templates/modules/app_calendar/css/calendar.css +1 -0
  31. data/appcelerator/templates/modules/app_calendar/images/callt.gif +0 -0
  32. data/appcelerator/templates/modules/app_calendar/images/calrt.gif +0 -0
  33. data/appcelerator/templates/modules/app_calendar/images/calx.gif +0 -0
  34. data/appcelerator/templates/modules/app_calendar/js/calendar.js +1 -0
  35. data/appcelerator/templates/modules/app_calendar/js/dom.js +1 -0
  36. data/appcelerator/templates/modules/app_calendar/js/event.js +1 -0
  37. data/appcelerator/templates/modules/app_calendar/js/yahoo.js +1 -0
  38. data/appcelerator/templates/modules/app_chart/app_chart.js +1 -0
  39. data/appcelerator/templates/modules/app_chart/js/swfobject.js +1 -0
  40. data/appcelerator/templates/modules/app_content/app_content.js +1 -0
  41. data/appcelerator/templates/modules/app_datacache/app_datacache.js +1 -0
  42. data/appcelerator/templates/modules/app_datatable/app_datatable.js +1 -0
  43. data/appcelerator/templates/modules/app_datatable/css/datatable.css +1 -0
  44. data/appcelerator/templates/modules/app_datatable/images/arrow_down.png +0 -0
  45. data/appcelerator/templates/modules/app_datatable/images/arrow_spacer.png +0 -0
  46. data/appcelerator/templates/modules/app_datatable/images/arrow_up.png +0 -0
  47. data/appcelerator/templates/modules/app_datatable/images/resultset_next.png +0 -0
  48. data/appcelerator/templates/modules/app_datatable/images/resultset_previous.png +0 -0
  49. data/appcelerator/templates/modules/app_editinplace/app_editinplace.js +1 -0
  50. data/appcelerator/templates/modules/app_editinplace/css/editinplace.css +1 -0
  51. data/appcelerator/templates/modules/app_editinplace/images/bullet_error.png +0 -0
  52. data/appcelerator/templates/modules/app_field/app_field.js +1 -0
  53. data/appcelerator/templates/modules/app_field/css/field.css +1 -0
  54. data/appcelerator/templates/modules/app_field/images/bullet_error.png +0 -0
  55. data/appcelerator/templates/modules/app_folder/app_folder.js +1 -0
  56. data/appcelerator/templates/modules/app_folder/css/folder.css +1 -0
  57. data/appcelerator/templates/modules/app_folder/images/folder_closed.png +0 -0
  58. data/appcelerator/templates/modules/app_folder/images/folder_opened.png +0 -0
  59. data/appcelerator/templates/modules/app_folder/images/item_closed.png +0 -0
  60. data/appcelerator/templates/modules/app_folder/images/item_opened.png +0 -0
  61. data/appcelerator/templates/modules/app_iterator/app_iterator.js +1 -0
  62. data/appcelerator/templates/modules/app_message/app_message.js +1 -0
  63. data/appcelerator/templates/modules/app_modaldialog/app_modaldialog.js +1 -0
  64. data/appcelerator/templates/modules/app_modaldialog/css/modaldialog.css +1 -0
  65. data/appcelerator/templates/modules/app_pagination/app_pagination.js +1 -0
  66. data/appcelerator/templates/modules/app_script/app_script.js +1 -0
  67. data/appcelerator/templates/modules/app_security/app_security.js +1 -0
  68. data/appcelerator/templates/modules/app_statemachine/app_statemachine.js +1 -0
  69. data/appcelerator/templates/modules/app_tabpanel/app_tabpanel.js +1 -0
  70. data/appcelerator/templates/modules/app_tabpanel/css/tabpanel.css +1 -0
  71. data/appcelerator/templates/modules/app_template/app_template.js +1 -0
  72. data/appcelerator/templates/modules/app_upload/app_upload.js +1 -0
  73. data/appcelerator/templates/modules/app_validation/app_validation.js +1 -0
  74. data/appcelerator/templates/modules/google_analytics/google_analytics.js +1 -0
  75. data/appcelerator/templates/routes.rb +18 -0
  76. data/appcelerator/templates/server +4 -0
  77. data/appcelerator/templates/service_broker.rb +18 -0
  78. data/appcelerator/templates/service_broker_helper.rb +2 -0
  79. data/appcelerator/templates/test_service.rb +13 -0
  80. data/bin/appcelerator +36 -0
  81. data/lib/appcelerator.rb +62 -0
  82. data/lib/appcelerator/active_record_extension.rb +11 -0
  83. data/lib/appcelerator/dispatcher.rb +68 -0
  84. data/lib/appcelerator/migration.rb +8 -0
  85. data/lib/appcelerator/model.rb +94 -0
  86. data/lib/appcelerator/service.rb +292 -0
  87. data/lib/appcelerator/service_broker.rb +12 -0
  88. data/lib/appcelerator/service_broker_controller.rb +48 -0
  89. data/lib/appcelerator/servicebroker/inmemory_service_broker.rb +58 -0
  90. data/service/USAGE +20 -0
  91. data/service/service_generator.rb +59 -0
  92. data/service/templates/service.rb +14 -0
  93. metadata +204 -0

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the gem file manually.