unpoly-rails 1.0.3 → 2.0.0.pre.rc2

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of unpoly-rails might be problematic. Click here for more details.

Files changed (344) hide show
  1. checksums.yaml +4 -4
  2. data/.yardopts +1 -1
  3. data/CHANGELOG.md +43 -25
  4. data/README.md +5 -6
  5. data/README_RAILS.md +295 -14
  6. data/dist/unpoly-bootstrap3.css +9 -14
  7. data/dist/unpoly-bootstrap3.js +4 -18
  8. data/dist/unpoly-bootstrap3.min.css +1 -1
  9. data/dist/unpoly-bootstrap3.min.js +1 -1
  10. data/dist/unpoly-bootstrap4.css +9 -0
  11. data/dist/unpoly-bootstrap4.js +16 -0
  12. data/dist/unpoly-bootstrap4.min.css +1 -0
  13. data/dist/unpoly-bootstrap4.min.js +1 -0
  14. data/dist/unpoly-bootstrap5.css +9 -0
  15. data/dist/unpoly-bootstrap5.js +14 -0
  16. data/dist/unpoly-bootstrap5.min.css +1 -0
  17. data/dist/unpoly-bootstrap5.min.js +1 -0
  18. data/dist/unpoly-migrate.js +1213 -0
  19. data/dist/unpoly-migrate.min.js +1 -0
  20. data/dist/unpoly.css +109 -140
  21. data/dist/unpoly.js +15376 -10484
  22. data/dist/unpoly.min.css +1 -1
  23. data/dist/unpoly.min.js +6 -4
  24. data/lib/unpoly/rails/change/cache.rb +26 -0
  25. data/lib/unpoly/rails/change/context.rb +80 -0
  26. data/lib/unpoly/rails/change/field.rb +117 -0
  27. data/lib/unpoly/rails/change/field_definition.rb +74 -0
  28. data/lib/unpoly/rails/change/layer.rb +60 -0
  29. data/lib/unpoly/rails/change.rb +372 -0
  30. data/lib/unpoly/rails/controller.rb +47 -0
  31. data/lib/unpoly/rails/error.rb +5 -0
  32. data/lib/unpoly/rails/request_echo_headers.rb +2 -2
  33. data/lib/unpoly/rails/version.rb +1 -1
  34. data/lib/unpoly/tasks.rb +45 -0
  35. data/lib/unpoly-rails.rb +9 -3
  36. metadata +42 -316
  37. data/.gitignore +0 -10
  38. data/.ruby-version +0 -1
  39. data/Gemfile +0 -7
  40. data/Gemfile.lock +0 -39
  41. data/Rakefile +0 -154
  42. data/bower.json +0 -27
  43. data/design/animation-ghosting.txt +0 -72
  44. data/design/design.txt +0 -34
  45. data/design/draft.html.erb +0 -48
  46. data/design/draft.rb +0 -9
  47. data/design/es6.js +0 -32
  48. data/design/ghost-debugging.txt +0 -118
  49. data/design/homepage.txt +0 -236
  50. data/design/ie11.txt +0 -9
  51. data/design/measure_import_node.js +0 -330
  52. data/design/measure_jquery/element_list.js +0 -41
  53. data/design/measure_jquery/up.on_vs_addEventListener.js +0 -56
  54. data/design/positioning.txt +0 -28
  55. data/design/query-params-in-form-actions/cases.html +0 -125
  56. data/design/rename.txt +0 -0
  57. data/design/test_rejected_promise.txt +0 -5
  58. data/design/unpoly errors.txt +0 -19
  59. data/lib/assets/javascripts/unpoly/browser.coffee.erb +0 -240
  60. data/lib/assets/javascripts/unpoly/classes/body_shifter.coffee +0 -45
  61. data/lib/assets/javascripts/unpoly/classes/cache.coffee +0 -127
  62. data/lib/assets/javascripts/unpoly/classes/compile_pass.coffee +0 -93
  63. data/lib/assets/javascripts/unpoly/classes/config.coffee +0 -9
  64. data/lib/assets/javascripts/unpoly/classes/css_transition.coffee +0 -118
  65. data/lib/assets/javascripts/unpoly/classes/divertible_chain.coffee +0 -39
  66. data/lib/assets/javascripts/unpoly/classes/event_listener.coffee +0 -116
  67. data/lib/assets/javascripts/unpoly/classes/extract_cascade.coffee +0 -86
  68. data/lib/assets/javascripts/unpoly/classes/extract_plan.coffee +0 -111
  69. data/lib/assets/javascripts/unpoly/classes/field_observer.coffee +0 -80
  70. data/lib/assets/javascripts/unpoly/classes/focus_follower.coffee +0 -29
  71. data/lib/assets/javascripts/unpoly/classes/follow_variant.coffee +0 -64
  72. data/lib/assets/javascripts/unpoly/classes/html_parser.coffee +0 -46
  73. data/lib/assets/javascripts/unpoly/classes/motion_controller.coffee +0 -157
  74. data/lib/assets/javascripts/unpoly/classes/params.coffee.erb +0 -544
  75. data/lib/assets/javascripts/unpoly/classes/record.coffee +0 -22
  76. data/lib/assets/javascripts/unpoly/classes/rect.js +0 -21
  77. data/lib/assets/javascripts/unpoly/classes/request.coffee +0 -247
  78. data/lib/assets/javascripts/unpoly/classes/response.coffee +0 -157
  79. data/lib/assets/javascripts/unpoly/classes/reveal_motion.coffee +0 -102
  80. data/lib/assets/javascripts/unpoly/classes/scroll_motion.coffee +0 -67
  81. data/lib/assets/javascripts/unpoly/classes/selector.coffee +0 -60
  82. data/lib/assets/javascripts/unpoly/classes/store/memory.coffee +0 -26
  83. data/lib/assets/javascripts/unpoly/classes/store/session.coffee +0 -59
  84. data/lib/assets/javascripts/unpoly/classes/tether.coffee +0 -105
  85. data/lib/assets/javascripts/unpoly/classes/url_set.coffee +0 -32
  86. data/lib/assets/javascripts/unpoly/cookie.coffee +0 -56
  87. data/lib/assets/javascripts/unpoly/element.coffee.erb +0 -1129
  88. data/lib/assets/javascripts/unpoly/event.coffee.erb +0 -445
  89. data/lib/assets/javascripts/unpoly/feedback.coffee +0 -353
  90. data/lib/assets/javascripts/unpoly/form.coffee.erb +0 -1084
  91. data/lib/assets/javascripts/unpoly/fragment.coffee.erb +0 -928
  92. data/lib/assets/javascripts/unpoly/framework.coffee +0 -65
  93. data/lib/assets/javascripts/unpoly/history.coffee +0 -268
  94. data/lib/assets/javascripts/unpoly/legacy.coffee +0 -60
  95. data/lib/assets/javascripts/unpoly/link.coffee.erb +0 -622
  96. data/lib/assets/javascripts/unpoly/log.coffee +0 -253
  97. data/lib/assets/javascripts/unpoly/modal.coffee.erb +0 -827
  98. data/lib/assets/javascripts/unpoly/motion.coffee.erb +0 -668
  99. data/lib/assets/javascripts/unpoly/namespace.coffee.erb +0 -5
  100. data/lib/assets/javascripts/unpoly/popup.coffee.erb +0 -515
  101. data/lib/assets/javascripts/unpoly/protocol.coffee +0 -300
  102. data/lib/assets/javascripts/unpoly/proxy.coffee +0 -672
  103. data/lib/assets/javascripts/unpoly/radio.coffee +0 -60
  104. data/lib/assets/javascripts/unpoly/rails.coffee +0 -24
  105. data/lib/assets/javascripts/unpoly/syntax.coffee.erb +0 -476
  106. data/lib/assets/javascripts/unpoly/toast.coffee +0 -67
  107. data/lib/assets/javascripts/unpoly/tooltip.coffee +0 -276
  108. data/lib/assets/javascripts/unpoly/util.coffee.erb +0 -1677
  109. data/lib/assets/javascripts/unpoly/viewport.coffee.erb +0 -830
  110. data/lib/assets/javascripts/unpoly-bootstrap3/feedback-ext.coffee +0 -5
  111. data/lib/assets/javascripts/unpoly-bootstrap3/form-ext.coffee +0 -1
  112. data/lib/assets/javascripts/unpoly-bootstrap3/modal-ext.coffee +0 -14
  113. data/lib/assets/javascripts/unpoly-bootstrap3/viewport-ext.coffee +0 -5
  114. data/lib/assets/javascripts/unpoly-bootstrap3.coffee +0 -2
  115. data/lib/assets/javascripts/unpoly.coffee +0 -28
  116. data/lib/assets/stylesheets/unpoly/close.sass +0 -2
  117. data/lib/assets/stylesheets/unpoly/dom.sass +0 -5
  118. data/lib/assets/stylesheets/unpoly/layout.sass +0 -2
  119. data/lib/assets/stylesheets/unpoly/link.sass +0 -2
  120. data/lib/assets/stylesheets/unpoly/modal.sass +0 -116
  121. data/lib/assets/stylesheets/unpoly/popup.sass +0 -7
  122. data/lib/assets/stylesheets/unpoly/toast.sass +0 -33
  123. data/lib/assets/stylesheets/unpoly/tooltip.sass +0 -62
  124. data/lib/assets/stylesheets/unpoly-bootstrap3/modal-ext.sass +0 -27
  125. data/lib/assets/stylesheets/unpoly-bootstrap3.sass +0 -1
  126. data/lib/assets/stylesheets/unpoly.sass +0 -1
  127. data/lib/unpoly/rails/inspector.rb +0 -149
  128. data/lib/unpoly/rails/inspector_accessor.rb +0 -30
  129. data/package.json +0 -38
  130. data/spec_app/.firefox-version +0 -1
  131. data/spec_app/.gitignore +0 -17
  132. data/spec_app/.rspec +0 -2
  133. data/spec_app/Gemfile +0 -29
  134. data/spec_app/Gemfile.lock +0 -223
  135. data/spec_app/README.rdoc +0 -28
  136. data/spec_app/Rakefile +0 -6
  137. data/spec_app/app/assets/images/.keep +0 -0
  138. data/spec_app/app/assets/images/favicon.png +0 -0
  139. data/spec_app/app/assets/images/grid.png +0 -0
  140. data/spec_app/app/assets/javascripts/bootstrap_manifest.coffee +0 -6
  141. data/spec_app/app/assets/javascripts/integration_test.coffee +0 -5
  142. data/spec_app/app/assets/javascripts/jasmine_specs.coffee +0 -6
  143. data/spec_app/app/assets/stylesheets/_helpers.sass +0 -5
  144. data/spec_app/app/assets/stylesheets/bootstrap_manifest.sass +0 -2
  145. data/spec_app/app/assets/stylesheets/integration_test.sass +0 -88
  146. data/spec_app/app/assets/stylesheets/jasmine_specs.sass +0 -20
  147. data/spec_app/app/controllers/application_controller.rb +0 -14
  148. data/spec_app/app/controllers/binding_test_controller.rb +0 -51
  149. data/spec_app/app/controllers/boot_test_controller.rb +0 -31
  150. data/spec_app/app/controllers/compiler_test_controller.rb +0 -5
  151. data/spec_app/app/controllers/css_test_controller.rb +0 -5
  152. data/spec_app/app/controllers/error_test_controller.rb +0 -5
  153. data/spec_app/app/controllers/form_test/basics_controller.rb +0 -14
  154. data/spec_app/app/controllers/form_test/redirects_controller.rb +0 -17
  155. data/spec_app/app/controllers/form_test/uploads_controller.rb +0 -15
  156. data/spec_app/app/controllers/hash_test_controller.rb +0 -5
  157. data/spec_app/app/controllers/method_test_controller.rb +0 -16
  158. data/spec_app/app/controllers/motion_test_controller.rb +0 -5
  159. data/spec_app/app/controllers/pages_controller.rb +0 -17
  160. data/spec_app/app/controllers/replace_test_controller.rb +0 -5
  161. data/spec_app/app/controllers/reveal_test_controller.rb +0 -5
  162. data/spec_app/app/controllers/scroll_test_controller.rb +0 -5
  163. data/spec_app/app/helpers/application_helper.rb +0 -11
  164. data/spec_app/app/mailers/.keep +0 -0
  165. data/spec_app/app/models/concerns/.keep +0 -0
  166. data/spec_app/app/views/boot_test/defer.erb +0 -18
  167. data/spec_app/app/views/boot_test/module.erb +0 -18
  168. data/spec_app/app/views/boot_test/sync.erb +0 -17
  169. data/spec_app/app/views/compiler_test/timestamp.erb +0 -10
  170. data/spec_app/app/views/css_test/modal.erb +0 -47
  171. data/spec_app/app/views/css_test/modal_contents.erb +0 -5
  172. data/spec_app/app/views/css_test/modal_contents_wide.erb +0 -5
  173. data/spec_app/app/views/css_test/popup.erb +0 -81
  174. data/spec_app/app/views/css_test/popup_contents.erb +0 -5
  175. data/spec_app/app/views/css_test/tooltip.erb +0 -48
  176. data/spec_app/app/views/error_test/trigger.erb +0 -80
  177. data/spec_app/app/views/error_test/unexpected_response.erb +0 -3
  178. data/spec_app/app/views/form_test/basics/new.erb +0 -60
  179. data/spec_app/app/views/form_test/redirects/new.erb +0 -27
  180. data/spec_app/app/views/form_test/redirects/target.erb +0 -6
  181. data/spec_app/app/views/form_test/submission_result.erb +0 -30
  182. data/spec_app/app/views/form_test/uploads/new.erb +0 -44
  183. data/spec_app/app/views/hash_test/unpoly.erb +0 -30
  184. data/spec_app/app/views/hash_test/vanilla.erb +0 -13
  185. data/spec_app/app/views/layouts/integration_test.erb +0 -22
  186. data/spec_app/app/views/layouts/jasmine_rails/spec_runner.html.erb +0 -20
  187. data/spec_app/app/views/method_test/form_target.erb +0 -17
  188. data/spec_app/app/views/method_test/page1.erb +0 -11
  189. data/spec_app/app/views/method_test/page2.erb +0 -6
  190. data/spec_app/app/views/motion_test/animations.erb +0 -16
  191. data/spec_app/app/views/motion_test/transitions.erb +0 -13
  192. data/spec_app/app/views/pages/start.erb +0 -82
  193. data/spec_app/app/views/replace_test/_nav.erb +0 -6
  194. data/spec_app/app/views/replace_test/page1.erb +0 -14
  195. data/spec_app/app/views/replace_test/page2.erb +0 -14
  196. data/spec_app/app/views/replace_test/table.erb +0 -16
  197. data/spec_app/app/views/reveal_test/long1.erb +0 -17
  198. data/spec_app/app/views/reveal_test/long2.erb +0 -17
  199. data/spec_app/app/views/reveal_test/within_document_viewport.erb +0 -24
  200. data/spec_app/app/views/reveal_test/within_overflowing_div_viewport.erb +0 -28
  201. data/spec_app/app/views/scroll_test/long1.erb +0 -30
  202. data/spec_app/bin/bundle +0 -3
  203. data/spec_app/bin/rails +0 -8
  204. data/spec_app/bin/rake +0 -8
  205. data/spec_app/bin/setup +0 -29
  206. data/spec_app/bin/spring +0 -18
  207. data/spec_app/config/application.rb +0 -28
  208. data/spec_app/config/boot.rb +0 -3
  209. data/spec_app/config/database.yml +0 -25
  210. data/spec_app/config/environment.rb +0 -5
  211. data/spec_app/config/environments/development.rb +0 -41
  212. data/spec_app/config/environments/production.rb +0 -79
  213. data/spec_app/config/environments/test.rb +0 -42
  214. data/spec_app/config/initializers/assets.rb +0 -19
  215. data/spec_app/config/initializers/backtrace_silencers.rb +0 -7
  216. data/spec_app/config/initializers/bower_rails.rb +0 -16
  217. data/spec_app/config/initializers/cookies_serializer.rb +0 -3
  218. data/spec_app/config/initializers/filter_parameter_logging.rb +0 -4
  219. data/spec_app/config/initializers/inflections.rb +0 -16
  220. data/spec_app/config/initializers/mime_types.rb +0 -4
  221. data/spec_app/config/initializers/session_store.rb +0 -3
  222. data/spec_app/config/initializers/wrap_parameters.rb +0 -14
  223. data/spec_app/config/locales/en.yml +0 -23
  224. data/spec_app/config/routes.rb +0 -33
  225. data/spec_app/config/secrets.yml +0 -22
  226. data/spec_app/config.ru +0 -4
  227. data/spec_app/db/schema.rb +0 -23
  228. data/spec_app/db/seeds.rb +0 -7
  229. data/spec_app/lib/assets/.keep +0 -0
  230. data/spec_app/lib/tasks/.keep +0 -0
  231. data/spec_app/lib/tasks/cucumber.rake +0 -65
  232. data/spec_app/log/.keep +0 -0
  233. data/spec_app/public/404.html +0 -67
  234. data/spec_app/public/422.html +0 -67
  235. data/spec_app/public/500.html +0 -66
  236. data/spec_app/public/favicon.ico +0 -0
  237. data/spec_app/public/robots.txt +0 -5
  238. data/spec_app/script/cucumber +0 -10
  239. data/spec_app/spec/controllers/binding_test_controller_spec.rb +0 -248
  240. data/spec_app/spec/javascripts/helpers/agent_detector.coffee +0 -20
  241. data/spec_app/spec/javascripts/helpers/async_sequence.js.coffee +0 -103
  242. data/spec_app/spec/javascripts/helpers/browser_switches.js.coffee +0 -21
  243. data/spec_app/spec/javascripts/helpers/enable_logging.js.coffee +0 -2
  244. data/spec_app/spec/javascripts/helpers/fixture.js.coffee +0 -25
  245. data/spec_app/spec/javascripts/helpers/index.js.coffee +0 -1
  246. data/spec_app/spec/javascripts/helpers/jquery_no_conflict.js +0 -1
  247. data/spec_app/spec/javascripts/helpers/knife.js.coffee +0 -69
  248. data/spec_app/spec/javascripts/helpers/last_request.js.coffee +0 -25
  249. data/spec_app/spec/javascripts/helpers/mock_ajax.js.coffee +0 -8
  250. data/spec_app/spec/javascripts/helpers/mock_clock.js.coffee +0 -2
  251. data/spec_app/spec/javascripts/helpers/parse_form_data.js.coffee +0 -24
  252. data/spec_app/spec/javascripts/helpers/promise_state.js +0 -18
  253. data/spec_app/spec/javascripts/helpers/protect_jasmine_runner.coffee +0 -12
  254. data/spec_app/spec/javascripts/helpers/remove_body_margin.js.coffee +0 -8
  255. data/spec_app/spec/javascripts/helpers/reset_history.js.coffee +0 -23
  256. data/spec_app/spec/javascripts/helpers/reset_knife.js.coffee +0 -2
  257. data/spec_app/spec/javascripts/helpers/reset_up.js.coffee +0 -25
  258. data/spec_app/spec/javascripts/helpers/restore_body_scroll.js.coffee +0 -5
  259. data/spec_app/spec/javascripts/helpers/show_lib_versions.coffee +0 -12
  260. data/spec_app/spec/javascripts/helpers/spec_util.coffee +0 -47
  261. data/spec_app/spec/javascripts/helpers/to_be_around.js.coffee +0 -8
  262. data/spec_app/spec/javascripts/helpers/to_be_array.coffee +0 -5
  263. data/spec_app/spec/javascripts/helpers/to_be_attached.coffee +0 -9
  264. data/spec_app/spec/javascripts/helpers/to_be_blank.js.coffee +0 -8
  265. data/spec_app/spec/javascripts/helpers/to_be_detached.coffee +0 -9
  266. data/spec_app/spec/javascripts/helpers/to_be_element.js.coffee +0 -8
  267. data/spec_app/spec/javascripts/helpers/to_be_error.coffee +0 -8
  268. data/spec_app/spec/javascripts/helpers/to_be_given.js.coffee +0 -8
  269. data/spec_app/spec/javascripts/helpers/to_be_hidden.js.coffee +0 -8
  270. data/spec_app/spec/javascripts/helpers/to_be_jquery.js.coffee +0 -5
  271. data/spec_app/spec/javascripts/helpers/to_be_missing.js.coffee +0 -8
  272. data/spec_app/spec/javascripts/helpers/to_be_present.js.coffee +0 -8
  273. data/spec_app/spec/javascripts/helpers/to_be_scrolled_to.coffee +0 -11
  274. data/spec_app/spec/javascripts/helpers/to_be_visible.js.coffee +0 -9
  275. data/spec_app/spec/javascripts/helpers/to_contain.js.coffee +0 -8
  276. data/spec_app/spec/javascripts/helpers/to_end_with.js.coffee +0 -11
  277. data/spec_app/spec/javascripts/helpers/to_equal_jquery.js.coffee +0 -8
  278. data/spec_app/spec/javascripts/helpers/to_equal_node_list.coffee +0 -7
  279. data/spec_app/spec/javascripts/helpers/to_equal_via_is_equal.js.coffee +0 -7
  280. data/spec_app/spec/javascripts/helpers/to_have_class.js.coffee +0 -10
  281. data/spec_app/spec/javascripts/helpers/to_have_descendant.js.coffee +0 -10
  282. data/spec_app/spec/javascripts/helpers/to_have_length.js.coffee +0 -8
  283. data/spec_app/spec/javascripts/helpers/to_have_opacity.coffee +0 -15
  284. data/spec_app/spec/javascripts/helpers/to_have_own_property.js.coffee +0 -8
  285. data/spec_app/spec/javascripts/helpers/to_have_request_method.js.coffee +0 -16
  286. data/spec_app/spec/javascripts/helpers/to_have_text.js.coffee +0 -9
  287. data/spec_app/spec/javascripts/helpers/to_have_unhandled_rejections.coffee +0 -18
  288. data/spec_app/spec/javascripts/helpers/to_match_list.coffee +0 -14
  289. data/spec_app/spec/javascripts/helpers/to_match_selector.coffee +0 -8
  290. data/spec_app/spec/javascripts/helpers/to_match_text.js.coffee +0 -13
  291. data/spec_app/spec/javascripts/helpers/to_match_url.coffee +0 -14
  292. data/spec_app/spec/javascripts/helpers/trigger.js.coffee +0 -200
  293. data/spec_app/spec/javascripts/helpers/wait_until_dom_ready.js.coffee +0 -5
  294. data/spec_app/spec/javascripts/support/jasmine.yml +0 -51
  295. data/spec_app/spec/javascripts/up/browser_spec.js.coffee +0 -150
  296. data/spec_app/spec/javascripts/up/classes/cache_spec.js.coffee +0 -82
  297. data/spec_app/spec/javascripts/up/classes/config_spec.coffee +0 -24
  298. data/spec_app/spec/javascripts/up/classes/divertible_chain_spec.coffee +0 -45
  299. data/spec_app/spec/javascripts/up/classes/focus_tracker_spec.coffee +0 -34
  300. data/spec_app/spec/javascripts/up/classes/params_spec.coffee +0 -557
  301. data/spec_app/spec/javascripts/up/classes/request_spec.coffee +0 -50
  302. data/spec_app/spec/javascripts/up/classes/scroll_motion_spec.js.coffee +0 -51
  303. data/spec_app/spec/javascripts/up/classes/store/memory_spec.js.coffee +0 -70
  304. data/spec_app/spec/javascripts/up/classes/store/session_spec.js.coffee +0 -114
  305. data/spec_app/spec/javascripts/up/element_spec.coffee +0 -897
  306. data/spec_app/spec/javascripts/up/event_spec.js.coffee +0 -530
  307. data/spec_app/spec/javascripts/up/feedback_spec.js.coffee +0 -401
  308. data/spec_app/spec/javascripts/up/form_spec.js.coffee +0 -1527
  309. data/spec_app/spec/javascripts/up/fragment_spec.js.coffee +0 -2624
  310. data/spec_app/spec/javascripts/up/history_spec.js.coffee +0 -340
  311. data/spec_app/spec/javascripts/up/jquery_spec.js.coffee +0 -4
  312. data/spec_app/spec/javascripts/up/legacy_spec.js.coffee +0 -27
  313. data/spec_app/spec/javascripts/up/link_spec.js.coffee +0 -1098
  314. data/spec_app/spec/javascripts/up/log_spec.js.coffee +0 -119
  315. data/spec_app/spec/javascripts/up/modal_spec.js.coffee +0 -939
  316. data/spec_app/spec/javascripts/up/motion_spec.js.coffee +0 -582
  317. data/spec_app/spec/javascripts/up/popup_spec.js.coffee +0 -508
  318. data/spec_app/spec/javascripts/up/protocol_spec.js.coffee +0 -39
  319. data/spec_app/spec/javascripts/up/proxy_spec.js.coffee +0 -1145
  320. data/spec_app/spec/javascripts/up/radio_spec.js.coffee +0 -212
  321. data/spec_app/spec/javascripts/up/rails_spec.js.coffee +0 -118
  322. data/spec_app/spec/javascripts/up/spec_spec.js.coffee +0 -9
  323. data/spec_app/spec/javascripts/up/syntax_spec.js.coffee +0 -304
  324. data/spec_app/spec/javascripts/up/toast_spec.js.coffee +0 -37
  325. data/spec_app/spec/javascripts/up/tooltip_spec.js.coffee +0 -163
  326. data/spec_app/spec/javascripts/up/util_spec.js.coffee +0 -1434
  327. data/spec_app/spec/javascripts/up/viewport_spec.js.coffee +0 -655
  328. data/spec_app/spec/spec_helper.rb +0 -62
  329. data/spec_app/test/controllers/.keep +0 -0
  330. data/spec_app/test/fixtures/.keep +0 -0
  331. data/spec_app/test/helpers/.keep +0 -0
  332. data/spec_app/test/integration/.keep +0 -0
  333. data/spec_app/test/mailers/.keep +0 -0
  334. data/spec_app/test/models/.keep +0 -0
  335. data/spec_app/test/test_helper.rb +0 -10
  336. data/spec_app/vendor/asset-libs/es6-promise-4.1.6/es6-promise.auto.js +0 -1159
  337. data/spec_app/vendor/asset-libs/jasmine-ajax-3.3.1/.bower.json +0 -43
  338. data/spec_app/vendor/asset-libs/jasmine-ajax-3.3.1/.gitignore +0 -6
  339. data/spec_app/vendor/asset-libs/jasmine-ajax-3.3.1/.npmignore +0 -10
  340. data/spec_app/vendor/asset-libs/jasmine-ajax-3.3.1/.pairs +0 -6
  341. data/spec_app/vendor/asset-libs/jasmine-ajax-3.3.1/.travis.yml +0 -56
  342. data/spec_app/vendor/asset-libs/jasmine-ajax-3.3.1/jasmine-ajax.js +0 -790
  343. data/spec_app/vendor/assets/.keep +0 -0
  344. data/unpoly-rails.gemspec +0 -24
@@ -1,65 +0,0 @@
1
- ###**
2
- @module up.framework
3
- ###
4
-
5
- up.framework = do ->
6
-
7
- u = up.util
8
-
9
- isBooting = true
10
-
11
- ###**
12
- Resets Unpoly to the state when it was booted.
13
- All custom event handlers, animations, etc. that have been registered
14
- will be discarded.
15
-
16
- Emits event [`up:framework:reset`](/up:framework:reset).
17
-
18
- @function up.framework.reset
19
- @internal
20
- ###
21
- emitReset = ->
22
- up.emit('up:framework:reset', log: 'Resetting framework')
23
-
24
- ###**
25
- This event is [emitted](/up.emit) when Unpoly is [reset](/up.framework.reset) during unit tests.
26
-
27
- @event up:framework:reset
28
- @internal
29
- ###
30
-
31
- ###**
32
- Boots the Unpoly framework.
33
-
34
- **This is called automatically** by including the Unpoly JavaScript files.
35
-
36
- Unpoly will not boot if the current browser is [not supported](/up.browser.isSupported).
37
- This leaves you with a classic server-side application on legacy browsers.
38
-
39
- @function up.boot
40
- @internal
41
- ###
42
- boot = ->
43
- if up.browser.isSupported()
44
- # This is called synchronously after all Unpoly modules have been parsed
45
- # and executed. User code hasn't been executed yet. Use this moment to
46
- # tell everyone to snapshot
47
- up.emit('up:framework:booted', log: 'Framework booted')
48
- isBooting = false
49
-
50
- # From here on, all event handlers (both Unpoly's and user code) should be able
51
- # to work with the DOM, so wait for the DOM to be ready.
52
- document.addEventListener 'DOMContentLoaded', ->
53
- # By now all non-sync <script> tags have been loaded and called, including
54
- # those after us. All user-provided compilers, event handlers, etc. have
55
- # been registered.
56
- #
57
- # The following event will cause Unpoly to compile the <body>.
58
- up.emit('up:app:boot', log: 'Booting user application')
59
- up.emit('up:app:booted', log: 'User application booted')
60
- else
61
- console.log?("Unpoly doesn't support this browser. Framework was not booted.")
62
-
63
- reset: emitReset
64
- boot: boot
65
- isBooting: -> isBooting
@@ -1,268 +0,0 @@
1
- ###**
2
- History
3
- ========
4
-
5
- In an Unpoly app, every page has an URL.
6
-
7
- [Fragment updates](/up.link) automatically update the URL.
8
-
9
- @module up.history
10
- ###
11
- up.history = do ->
12
-
13
- u = up.util
14
- e = up.element
15
-
16
- ###**
17
- Configures behavior when the user goes back or forward in browser history.
18
-
19
- @property up.history.config
20
- @param {Array} [config.popTargets=['body']]
21
- An array of CSS selectors to replace when the user goes
22
- back in history.
23
- @param {boolean} [config.restoreScroll=true]
24
- Whether to restore the known scroll positions
25
- when the user goes back or forward in history.
26
- @stable
27
- ###
28
- config = new up.Config
29
- enabled: true
30
- popTargets: ['body']
31
- restoreScroll: true
32
-
33
- ###**
34
- Returns the previous URL in the browser history.
35
-
36
- Note that this will only work reliably for history changes that
37
- were applied by [`up.history.push()`](/up.history.replace) or
38
- [`up.history.replace()`](/up.history.replace).
39
-
40
- @function up.history.previousUrl
41
- @internal
42
- ###
43
- previousUrl = undefined
44
- nextPreviousUrl = undefined
45
-
46
- reset = ->
47
- config.reset()
48
- previousUrl = undefined
49
- nextPreviousUrl = undefined
50
-
51
- normalizeUrl = (url, normalizeOptions) ->
52
- normalizeOptions ||= {}
53
- normalizeOptions.hash = true
54
- u.normalizeUrl(url, normalizeOptions)
55
-
56
- ###**
57
- Returns a normalized URL for the current history entry.
58
-
59
- @function up.history.url
60
- @experimental
61
- ###
62
- currentUrl = (normalizeOptions) ->
63
- normalizeUrl(up.browser.url(), normalizeOptions)
64
-
65
- isCurrentUrl = (url) ->
66
- normalizeOptions = { stripTrailingSlash: true }
67
- normalizeUrl(url, normalizeOptions) == currentUrl(normalizeOptions)
68
-
69
- ###**
70
- Remembers the given URL so we can offer `up.history.previousUrl()`.
71
-
72
- @function observeNewUrl
73
- @internal
74
- ###
75
- observeNewUrl = (url) ->
76
- if nextPreviousUrl
77
- previousUrl = nextPreviousUrl
78
- nextPreviousUrl = undefined
79
- nextPreviousUrl = url
80
-
81
- ###**
82
- Replaces the current history entry and updates the
83
- browser's location bar with the given URL.
84
-
85
- When the user navigates to the replaced history entry at a later time,
86
- Unpoly will [`replace`](/up.replace) the document body with
87
- the body from that URL.
88
-
89
- Note that functions like [`up.replace()`](/up.replace) or
90
- [`up.submit()`](/up.submit) will automatically update the
91
- browser's location bar for you.
92
-
93
- @function up.history.replace
94
- @param {string} url
95
- @internal
96
- ###
97
- replace = (url) ->
98
- if manipulate('replaceState', url)
99
- up.emit('up:history:replaced', url: url)
100
-
101
- ###**
102
- Adds a new history entry and updates the browser's
103
- address bar with the given URL.
104
-
105
- When the user navigates to the added history entry at a later time,
106
- Unpoly will [`replace`](/up.replace) the document body with
107
- the body from that URL.
108
-
109
- Note that functions like [`up.replace()`](/up.replace) or
110
- [`up.submit()`](/up.submit) will automatically update the
111
- browser's location bar for you.
112
-
113
- Emits events [`up:history:push`](/up:history:push) and [`up:history:pushed`](/up:history:pushed).
114
-
115
- @function up.history.push
116
- @param {string} url
117
- The URL for the history entry to be added.
118
- @experimental
119
- ###
120
- push = (url, options) ->
121
- options = u.options(options, force: false)
122
- url = normalizeUrl(url)
123
- if (options.force || !isCurrentUrl(url)) && up.event.nobodyPrevents('up:history:push', url: url, log: "Adding history entry for #{url}")
124
- if manipulate('pushState', url)
125
- up.emit('up:history:pushed', url: url, log: "Advanced to location #{url}")
126
- else
127
- up.emit('up:history:muted', url: url, log: "Did not advance to #{url} (history is unavailable)")
128
-
129
- ###**
130
- This event is [emitted](/up.emit) before a new history entry is added.
131
-
132
- @event up:history:push
133
- @param {string} event.url
134
- The URL for the history entry that is going to be added.
135
- @param event.preventDefault()
136
- Event listeners may call this method to prevent the history entry from being added.
137
- @experimental
138
- ###
139
-
140
- ###**
141
- This event is [emitted](/up.emit) after a new history entry has been added.
142
-
143
- @event up:history:pushed
144
- @param {string} event.url
145
- The URL for the history entry that has been added.
146
- @experimental
147
- ###
148
-
149
- manipulate = (method, url) ->
150
- if up.browser.canPushState() && config.enabled
151
- state = buildState()
152
- window.history[method](state, '', url)
153
- observeNewUrl(currentUrl())
154
- true
155
- else
156
- false
157
-
158
- buildState = ->
159
- fromUp: true
160
-
161
- restoreStateOnPop = (state) ->
162
- if state?.fromUp
163
- url = currentUrl()
164
-
165
- # We can't let people prevent this event, since `popstate` is also unpreventable.
166
- up.emit('up:history:restore', url: url, log: "Restoring location #{url}")
167
-
168
- popSelector = config.popTargets.join(', ')
169
- replaced = up.replace popSelector, url,
170
- history: false, # don't push a new state
171
- title: true, # do extract the title from the response
172
- reveal: false,
173
- saveScroll: false # since the URL was already changed by the browser, don't save scroll state
174
- restoreScroll: config.restoreScroll
175
- layer: 'page' # Don't replace elements in a modal that might still be open
176
- replaced.then ->
177
- url = currentUrl()
178
- up.emit('up:history:restored', url: url, log: "Restored location #{url}")
179
- else
180
- up.puts 'Ignoring a state not pushed by Unpoly (%o)', state
181
-
182
- pop = (event) ->
183
- observeNewUrl(currentUrl())
184
- up.viewport.saveScroll(url: previousUrl)
185
- state = event.state
186
- restoreStateOnPop(state)
187
-
188
- ###**
189
- This event is [emitted](/up.emit) before a history entry will be restored.
190
-
191
- History entries are restored when the user uses the *Back* or *Forward* button.
192
-
193
- @event up:history:restore
194
- @param {string} event.url
195
- The URL for the history entry that has been restored.
196
- @internal
197
- ###
198
-
199
- ###**
200
- This event is [emitted](/up.emit) after a history entry has been restored.
201
-
202
- History entries are restored when the user uses the *Back* or *Forward* button.
203
-
204
- @event up:history:restored
205
- @param {string} event.url
206
- The URL for the history entry that has been restored.
207
- @experimental
208
- ###
209
-
210
- up.on 'up:app:boot', ->
211
- if up.browser.canPushState()
212
- register = ->
213
- window.history.scrollRestoration = 'manual' if up.browser.canControlScrollRestoration()
214
- window.addEventListener('popstate', pop)
215
- replace(currentUrl(), force: true)
216
-
217
- if jasmine?
218
- # Can't delay this in tests.
219
- register()
220
- else
221
- # Defeat an unnecessary popstate that some browsers trigger
222
- # on pageload (Safari, Chrome < 34).
223
- # We should check in 2023 if we can remove this.
224
- setTimeout(register, 100)
225
-
226
- ###**
227
- Changes the link's destination so it points to the previous URL.
228
-
229
- Note that this will *not* call `location.back()`, but will set
230
- the link's `up-href` attribute to the actual, previous URL.
231
-
232
- If no previous URL is known, the link will not be changed.
233
-
234
- \#\#\# Example
235
-
236
- This link ...
237
-
238
- <a href="/default" up-back>
239
- Go back
240
- </a>
241
-
242
- ... will be transformed to:
243
-
244
- <a href="/default" up-href="/previous-page" up-restore-scroll up-follow>
245
- Go back
246
- </a>
247
-
248
- @selector a[up-back]
249
- @stable
250
- ###
251
- up.macro 'a[up-back], [up-href][up-back]', (link) ->
252
- if u.isPresent(previousUrl)
253
- e.setMissingAttrs link,
254
- 'up-href': previousUrl,
255
- 'up-restore-scroll': ''
256
- link.removeAttribute('up-back')
257
- up.link.makeFollowable(link)
258
-
259
- up.on 'up:framework:reset', reset
260
-
261
- config: config
262
- push: push
263
- replace: replace
264
- url: currentUrl
265
- isUrl: isCurrentUrl
266
- previousUrl: -> previousUrl
267
- normalizeUrl: normalizeUrl
268
-
@@ -1,60 +0,0 @@
1
- u = up.util
2
-
3
- up.legacy = do ->
4
-
5
- # renamedProperty = (object, oldKey, newKey) ->
6
- # warning = -> warn('Property { %s } has been renamed to { %s } (found in %o)', oldKey, newKey, object)
7
- # Object.defineProperty object, oldKey,
8
- # get: ->
9
- # warning()
10
- # @[newKey]
11
- # set: (newValue) ->
12
- # warning()
13
- # @[newKey] = newValue
14
-
15
- # removedProperty = (object, key) ->
16
- # failure = -> up.fail('Deprecated: Property { %s } is no longer supported (found in %o)', key, object)
17
- # Object.defineProperty object, key,
18
- # get: failure
19
- # set: failure
20
-
21
- fixKey = (object, oldKey, newKey) ->
22
- if oldKey of object
23
- warn('Property { %s } has been renamed to { %s } (found in %o)', oldKey, newKey, object)
24
- u.renameKey(object, oldKey, newKey)
25
-
26
- # # Maps old event name to new event name
27
- # renamedEvents = {}
28
- #
29
- # renamedEvent = (oldName, newName) ->
30
- # renamedEvents[oldName] = newName
31
- #
32
- # fixEventName = (eventName) ->
33
- # if newEventName = renamedEvents[eventName]
34
- # warn("Event #{eventName} has been renamed to #{newEventName}")
35
- # newEventName
36
- # else
37
- # eventName
38
-
39
- renamedModule = (oldName, newName) ->
40
- Object.defineProperty up, oldName, get: ->
41
- warn("up.#{oldName} has been renamed to up.#{newName}")
42
- up[newName]
43
-
44
- warnedMessages = {}
45
-
46
- warn = (message, args...) ->
47
- message = "[DEPRECATION] #{message}"
48
- message = up.log.sprintf(message, args...)
49
- unless warnedMessages[message]
50
- warnedMessages[message] = true
51
- up.warn(message)
52
-
53
- renamedModule: renamedModule
54
- # renamedProperty: renamedProperty
55
- # removedProperty: removedProperty
56
- # renamedEvent: renamedEvent
57
- # fixEventName: fixEventName
58
- fixKey: fixKey
59
- warn: warn
60
-