unpoly-rails 0.62.0 → 2.0.0.pre.rc5
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.
- checksums.yaml +4 -4
- data/.yardopts +1 -1
- data/CHANGELOG.md +66 -1
- data/README.md +3 -11
- data/README_RAILS.md +295 -14
- data/dist/unpoly-bootstrap3.css +9 -14
- data/dist/unpoly-bootstrap3.js +4 -18
- data/dist/unpoly-bootstrap3.min.css +1 -1
- data/dist/unpoly-bootstrap3.min.js +1 -1
- data/dist/unpoly-bootstrap4.css +9 -0
- data/dist/unpoly-bootstrap4.js +16 -0
- data/dist/unpoly-bootstrap4.min.css +1 -0
- data/dist/unpoly-bootstrap4.min.js +1 -0
- data/dist/unpoly-bootstrap5.css +9 -0
- data/dist/unpoly-bootstrap5.js +14 -0
- data/dist/unpoly-bootstrap5.min.css +1 -0
- data/dist/unpoly-bootstrap5.min.js +1 -0
- data/dist/unpoly-migrate.js +1213 -0
- data/dist/unpoly-migrate.min.js +1 -0
- data/dist/unpoly.css +109 -140
- data/dist/unpoly.js +15679 -10537
- data/dist/unpoly.min.css +1 -1
- data/dist/unpoly.min.js +6 -4
- data/lib/unpoly-rails.rb +9 -3
- data/lib/unpoly/rails/change.rb +372 -0
- data/lib/unpoly/rails/change/cache.rb +26 -0
- data/lib/unpoly/rails/change/context.rb +80 -0
- data/lib/unpoly/rails/change/field.rb +117 -0
- data/lib/unpoly/rails/change/field_definition.rb +74 -0
- data/lib/unpoly/rails/change/layer.rb +60 -0
- data/lib/unpoly/rails/controller.rb +47 -0
- data/lib/unpoly/rails/error.rb +5 -0
- data/lib/unpoly/rails/request_echo_headers.rb +2 -2
- data/lib/unpoly/rails/version.rb +1 -1
- data/lib/unpoly/tasks.rb +45 -0
- metadata +43 -313
- data/.gitignore +0 -10
- data/.ruby-version +0 -1
- data/Gemfile +0 -8
- data/Gemfile.lock +0 -45
- data/Rakefile +0 -145
- data/bower.json +0 -27
- data/design/animation-ghosting.txt +0 -72
- data/design/design.txt +0 -34
- data/design/draft.html.erb +0 -48
- data/design/draft.rb +0 -9
- data/design/es6.js +0 -32
- data/design/ghost-debugging.txt +0 -118
- data/design/homepage.txt +0 -236
- data/design/ie11.txt +0 -9
- data/design/measure_import_node.js +0 -330
- data/design/measure_jquery/element_list.js +0 -41
- data/design/measure_jquery/up.on_vs_addEventListener.js +0 -56
- data/design/positioning.txt +0 -28
- data/design/query-params-in-form-actions/cases.html +0 -125
- data/design/rename.txt +0 -0
- data/design/test_rejected_promise.txt +0 -5
- data/design/unpoly errors.txt +0 -19
- data/lib/assets/javascripts/unpoly-bootstrap3.coffee +0 -2
- data/lib/assets/javascripts/unpoly-bootstrap3/feedback-ext.coffee +0 -5
- data/lib/assets/javascripts/unpoly-bootstrap3/form-ext.coffee +0 -1
- data/lib/assets/javascripts/unpoly-bootstrap3/modal-ext.coffee +0 -14
- data/lib/assets/javascripts/unpoly-bootstrap3/viewport-ext.coffee +0 -5
- data/lib/assets/javascripts/unpoly.coffee +0 -28
- data/lib/assets/javascripts/unpoly/browser.coffee.erb +0 -240
- data/lib/assets/javascripts/unpoly/classes/body_shifter.coffee +0 -36
- data/lib/assets/javascripts/unpoly/classes/cache.coffee +0 -127
- data/lib/assets/javascripts/unpoly/classes/compile_pass.coffee +0 -93
- data/lib/assets/javascripts/unpoly/classes/config.coffee +0 -9
- data/lib/assets/javascripts/unpoly/classes/css_transition.coffee +0 -118
- data/lib/assets/javascripts/unpoly/classes/divertible_chain.coffee +0 -39
- data/lib/assets/javascripts/unpoly/classes/event_listener.coffee +0 -116
- data/lib/assets/javascripts/unpoly/classes/extract_cascade.coffee +0 -86
- data/lib/assets/javascripts/unpoly/classes/extract_plan.coffee +0 -111
- data/lib/assets/javascripts/unpoly/classes/field_observer.coffee +0 -80
- data/lib/assets/javascripts/unpoly/classes/focus_follower.coffee +0 -29
- data/lib/assets/javascripts/unpoly/classes/follow_variant.coffee +0 -64
- data/lib/assets/javascripts/unpoly/classes/html_parser.coffee +0 -46
- data/lib/assets/javascripts/unpoly/classes/motion_controller.coffee +0 -157
- data/lib/assets/javascripts/unpoly/classes/params.coffee.erb +0 -543
- data/lib/assets/javascripts/unpoly/classes/record.coffee +0 -22
- data/lib/assets/javascripts/unpoly/classes/rect.js +0 -21
- data/lib/assets/javascripts/unpoly/classes/request.coffee +0 -246
- data/lib/assets/javascripts/unpoly/classes/response.coffee +0 -157
- data/lib/assets/javascripts/unpoly/classes/reveal_motion.coffee +0 -102
- data/lib/assets/javascripts/unpoly/classes/scroll_motion.coffee +0 -67
- data/lib/assets/javascripts/unpoly/classes/selector.coffee +0 -60
- data/lib/assets/javascripts/unpoly/classes/store/memory.coffee +0 -26
- data/lib/assets/javascripts/unpoly/classes/store/session.coffee +0 -59
- data/lib/assets/javascripts/unpoly/classes/tether.coffee +0 -105
- data/lib/assets/javascripts/unpoly/classes/url_set.coffee +0 -32
- data/lib/assets/javascripts/unpoly/cookie.coffee +0 -56
- data/lib/assets/javascripts/unpoly/element.coffee.erb +0 -1126
- data/lib/assets/javascripts/unpoly/event.coffee.erb +0 -445
- data/lib/assets/javascripts/unpoly/feedback.coffee +0 -353
- data/lib/assets/javascripts/unpoly/form.coffee.erb +0 -1069
- data/lib/assets/javascripts/unpoly/fragment.coffee.erb +0 -928
- data/lib/assets/javascripts/unpoly/framework.coffee +0 -67
- data/lib/assets/javascripts/unpoly/history.coffee +0 -268
- data/lib/assets/javascripts/unpoly/legacy.coffee +0 -60
- data/lib/assets/javascripts/unpoly/link.coffee.erb +0 -622
- data/lib/assets/javascripts/unpoly/log.coffee +0 -248
- data/lib/assets/javascripts/unpoly/modal.coffee.erb +0 -826
- data/lib/assets/javascripts/unpoly/motion.coffee.erb +0 -668
- data/lib/assets/javascripts/unpoly/namespace.coffee.erb +0 -5
- data/lib/assets/javascripts/unpoly/popup.coffee.erb +0 -515
- data/lib/assets/javascripts/unpoly/protocol.coffee +0 -298
- data/lib/assets/javascripts/unpoly/proxy.coffee +0 -672
- data/lib/assets/javascripts/unpoly/radio.coffee +0 -60
- data/lib/assets/javascripts/unpoly/rails.coffee +0 -24
- data/lib/assets/javascripts/unpoly/syntax.coffee.erb +0 -477
- data/lib/assets/javascripts/unpoly/toast.coffee +0 -67
- data/lib/assets/javascripts/unpoly/tooltip.coffee +0 -276
- data/lib/assets/javascripts/unpoly/util.coffee.erb +0 -1676
- data/lib/assets/javascripts/unpoly/viewport.coffee.erb +0 -830
- data/lib/assets/stylesheets/unpoly-bootstrap3.sass +0 -1
- data/lib/assets/stylesheets/unpoly-bootstrap3/modal-ext.sass +0 -27
- data/lib/assets/stylesheets/unpoly.sass +0 -1
- data/lib/assets/stylesheets/unpoly/close.sass +0 -2
- data/lib/assets/stylesheets/unpoly/dom.sass +0 -5
- data/lib/assets/stylesheets/unpoly/layout.sass +0 -2
- data/lib/assets/stylesheets/unpoly/link.sass +0 -2
- data/lib/assets/stylesheets/unpoly/modal.sass +0 -116
- data/lib/assets/stylesheets/unpoly/popup.sass +0 -7
- data/lib/assets/stylesheets/unpoly/toast.sass +0 -33
- data/lib/assets/stylesheets/unpoly/tooltip.sass +0 -62
- data/lib/unpoly/rails/inspector.rb +0 -149
- data/lib/unpoly/rails/inspector_accessor.rb +0 -30
- data/package.json +0 -38
- data/spec_app/.firefox-version +0 -1
- data/spec_app/.gitignore +0 -17
- data/spec_app/.rspec +0 -2
- data/spec_app/Gemfile +0 -30
- data/spec_app/Gemfile.lock +0 -229
- data/spec_app/README.rdoc +0 -28
- data/spec_app/Rakefile +0 -6
- data/spec_app/app/assets/images/.keep +0 -0
- data/spec_app/app/assets/images/favicon.png +0 -0
- data/spec_app/app/assets/images/grid.png +0 -0
- data/spec_app/app/assets/javascripts/bootstrap_manifest.coffee +0 -6
- data/spec_app/app/assets/javascripts/integration_test.coffee +0 -6
- data/spec_app/app/assets/javascripts/jasmine_specs.coffee +0 -6
- data/spec_app/app/assets/stylesheets/_helpers.sass +0 -5
- data/spec_app/app/assets/stylesheets/bootstrap_manifest.sass +0 -2
- data/spec_app/app/assets/stylesheets/integration_test.sass +0 -88
- data/spec_app/app/assets/stylesheets/jasmine_specs.sass +0 -20
- data/spec_app/app/controllers/application_controller.rb +0 -14
- data/spec_app/app/controllers/binding_test_controller.rb +0 -51
- data/spec_app/app/controllers/compiler_test_controller.rb +0 -5
- data/spec_app/app/controllers/css_test_controller.rb +0 -5
- data/spec_app/app/controllers/error_test_controller.rb +0 -5
- data/spec_app/app/controllers/form_test/basics_controller.rb +0 -14
- data/spec_app/app/controllers/form_test/redirects_controller.rb +0 -17
- data/spec_app/app/controllers/form_test/uploads_controller.rb +0 -15
- data/spec_app/app/controllers/hash_test_controller.rb +0 -5
- data/spec_app/app/controllers/method_test_controller.rb +0 -16
- data/spec_app/app/controllers/motion_test_controller.rb +0 -5
- data/spec_app/app/controllers/pages_controller.rb +0 -9
- data/spec_app/app/controllers/replace_test_controller.rb +0 -5
- data/spec_app/app/controllers/reveal_test_controller.rb +0 -5
- data/spec_app/app/controllers/scroll_test_controller.rb +0 -5
- data/spec_app/app/helpers/application_helper.rb +0 -2
- data/spec_app/app/mailers/.keep +0 -0
- data/spec_app/app/models/concerns/.keep +0 -0
- data/spec_app/app/views/compiler_test/timestamp.erb +0 -9
- data/spec_app/app/views/css_test/modal.erb +0 -47
- data/spec_app/app/views/css_test/modal_contents.erb +0 -5
- data/spec_app/app/views/css_test/modal_contents_wide.erb +0 -5
- data/spec_app/app/views/css_test/popup.erb +0 -81
- data/spec_app/app/views/css_test/popup_contents.erb +0 -5
- data/spec_app/app/views/css_test/tooltip.erb +0 -48
- data/spec_app/app/views/error_test/trigger.erb +0 -80
- data/spec_app/app/views/error_test/unexpected_response.erb +0 -3
- data/spec_app/app/views/form_test/basics/new.erb +0 -60
- data/spec_app/app/views/form_test/redirects/new.erb +0 -27
- data/spec_app/app/views/form_test/redirects/target.erb +0 -4
- data/spec_app/app/views/form_test/submission_result.erb +0 -30
- data/spec_app/app/views/form_test/uploads/new.erb +0 -44
- data/spec_app/app/views/hash_test/unpoly.erb +0 -30
- data/spec_app/app/views/hash_test/vanilla.erb +0 -13
- data/spec_app/app/views/layouts/integration_test.erb +0 -22
- data/spec_app/app/views/layouts/jasmine_rails/spec_runner.html.erb +0 -20
- data/spec_app/app/views/method_test/form_target.erb +0 -17
- data/spec_app/app/views/method_test/page1.erb +0 -11
- data/spec_app/app/views/method_test/page2.erb +0 -6
- data/spec_app/app/views/motion_test/animations.erb +0 -16
- data/spec_app/app/views/motion_test/transitions.erb +0 -13
- data/spec_app/app/views/pages/start.erb +0 -79
- data/spec_app/app/views/replace_test/_nav.erb +0 -6
- data/spec_app/app/views/replace_test/page1.erb +0 -14
- data/spec_app/app/views/replace_test/page2.erb +0 -14
- data/spec_app/app/views/replace_test/table.erb +0 -16
- data/spec_app/app/views/reveal_test/long1.erb +0 -17
- data/spec_app/app/views/reveal_test/long2.erb +0 -17
- data/spec_app/app/views/reveal_test/within_document_viewport.erb +0 -24
- data/spec_app/app/views/reveal_test/within_overflowing_div_viewport.erb +0 -28
- data/spec_app/app/views/scroll_test/long1.erb +0 -30
- data/spec_app/bin/bundle +0 -3
- data/spec_app/bin/rails +0 -8
- data/spec_app/bin/rake +0 -8
- data/spec_app/bin/setup +0 -29
- data/spec_app/bin/spring +0 -18
- data/spec_app/config.ru +0 -4
- data/spec_app/config/application.rb +0 -28
- data/spec_app/config/boot.rb +0 -3
- data/spec_app/config/database.yml +0 -25
- data/spec_app/config/environment.rb +0 -5
- data/spec_app/config/environments/development.rb +0 -41
- data/spec_app/config/environments/production.rb +0 -79
- data/spec_app/config/environments/test.rb +0 -42
- data/spec_app/config/initializers/assets.rb +0 -19
- data/spec_app/config/initializers/backtrace_silencers.rb +0 -7
- data/spec_app/config/initializers/bower_rails.rb +0 -16
- data/spec_app/config/initializers/cookies_serializer.rb +0 -3
- data/spec_app/config/initializers/filter_parameter_logging.rb +0 -4
- data/spec_app/config/initializers/inflections.rb +0 -16
- data/spec_app/config/initializers/mime_types.rb +0 -4
- data/spec_app/config/initializers/session_store.rb +0 -3
- data/spec_app/config/initializers/wrap_parameters.rb +0 -14
- data/spec_app/config/locales/en.yml +0 -23
- data/spec_app/config/routes.rb +0 -30
- data/spec_app/config/secrets.yml +0 -22
- data/spec_app/db/schema.rb +0 -23
- data/spec_app/db/seeds.rb +0 -7
- data/spec_app/lib/assets/.keep +0 -0
- data/spec_app/lib/tasks/.keep +0 -0
- data/spec_app/lib/tasks/cucumber.rake +0 -65
- data/spec_app/log/.keep +0 -0
- data/spec_app/public/404.html +0 -67
- data/spec_app/public/422.html +0 -67
- data/spec_app/public/500.html +0 -66
- data/spec_app/public/favicon.ico +0 -0
- data/spec_app/public/robots.txt +0 -5
- data/spec_app/script/cucumber +0 -10
- data/spec_app/spec/controllers/binding_test_controller_spec.rb +0 -248
- data/spec_app/spec/javascripts/helpers/agent_detector.coffee +0 -20
- data/spec_app/spec/javascripts/helpers/async_sequence.js.coffee +0 -103
- data/spec_app/spec/javascripts/helpers/browser_switches.js.coffee +0 -21
- data/spec_app/spec/javascripts/helpers/enable_logging.js.coffee +0 -2
- data/spec_app/spec/javascripts/helpers/fixture.js.coffee +0 -25
- data/spec_app/spec/javascripts/helpers/index.js.coffee +0 -1
- data/spec_app/spec/javascripts/helpers/jquery_no_conflict.js +0 -1
- data/spec_app/spec/javascripts/helpers/knife.js.coffee +0 -69
- data/spec_app/spec/javascripts/helpers/last_request.js.coffee +0 -25
- data/spec_app/spec/javascripts/helpers/mock_ajax.js.coffee +0 -8
- data/spec_app/spec/javascripts/helpers/mock_clock.js.coffee +0 -2
- data/spec_app/spec/javascripts/helpers/parse_form_data.js.coffee +0 -24
- data/spec_app/spec/javascripts/helpers/promise_state.js +0 -18
- data/spec_app/spec/javascripts/helpers/protect_jasmine_runner.coffee +0 -12
- data/spec_app/spec/javascripts/helpers/remove_body_margin.js.coffee +0 -8
- data/spec_app/spec/javascripts/helpers/reset_history.js.coffee +0 -23
- data/spec_app/spec/javascripts/helpers/reset_knife.js.coffee +0 -2
- data/spec_app/spec/javascripts/helpers/reset_up.js.coffee +0 -25
- data/spec_app/spec/javascripts/helpers/restore_body_scroll.js.coffee +0 -5
- data/spec_app/spec/javascripts/helpers/show_lib_versions.coffee +0 -12
- data/spec_app/spec/javascripts/helpers/spec_util.coffee +0 -47
- data/spec_app/spec/javascripts/helpers/to_be_around.js.coffee +0 -8
- data/spec_app/spec/javascripts/helpers/to_be_array.coffee +0 -5
- data/spec_app/spec/javascripts/helpers/to_be_attached.coffee +0 -9
- data/spec_app/spec/javascripts/helpers/to_be_blank.js.coffee +0 -8
- data/spec_app/spec/javascripts/helpers/to_be_detached.coffee +0 -9
- data/spec_app/spec/javascripts/helpers/to_be_element.js.coffee +0 -8
- data/spec_app/spec/javascripts/helpers/to_be_error.coffee +0 -8
- data/spec_app/spec/javascripts/helpers/to_be_given.js.coffee +0 -8
- data/spec_app/spec/javascripts/helpers/to_be_hidden.js.coffee +0 -8
- data/spec_app/spec/javascripts/helpers/to_be_jquery.js.coffee +0 -5
- data/spec_app/spec/javascripts/helpers/to_be_missing.js.coffee +0 -8
- data/spec_app/spec/javascripts/helpers/to_be_present.js.coffee +0 -8
- data/spec_app/spec/javascripts/helpers/to_be_scrolled_to.coffee +0 -11
- data/spec_app/spec/javascripts/helpers/to_be_visible.js.coffee +0 -9
- data/spec_app/spec/javascripts/helpers/to_contain.js.coffee +0 -8
- data/spec_app/spec/javascripts/helpers/to_end_with.js.coffee +0 -11
- data/spec_app/spec/javascripts/helpers/to_equal_jquery.js.coffee +0 -8
- data/spec_app/spec/javascripts/helpers/to_equal_node_list.coffee +0 -7
- data/spec_app/spec/javascripts/helpers/to_equal_via_is_equal.js.coffee +0 -7
- data/spec_app/spec/javascripts/helpers/to_have_class.js.coffee +0 -10
- data/spec_app/spec/javascripts/helpers/to_have_descendant.js.coffee +0 -10
- data/spec_app/spec/javascripts/helpers/to_have_length.js.coffee +0 -8
- data/spec_app/spec/javascripts/helpers/to_have_opacity.coffee +0 -15
- data/spec_app/spec/javascripts/helpers/to_have_own_property.js.coffee +0 -8
- data/spec_app/spec/javascripts/helpers/to_have_request_method.js.coffee +0 -16
- data/spec_app/spec/javascripts/helpers/to_have_text.js.coffee +0 -9
- data/spec_app/spec/javascripts/helpers/to_have_unhandled_rejections.coffee +0 -18
- data/spec_app/spec/javascripts/helpers/to_match_list.coffee +0 -14
- data/spec_app/spec/javascripts/helpers/to_match_selector.coffee +0 -8
- data/spec_app/spec/javascripts/helpers/to_match_text.js.coffee +0 -13
- data/spec_app/spec/javascripts/helpers/to_match_url.coffee +0 -14
- data/spec_app/spec/javascripts/helpers/trigger.js.coffee +0 -200
- data/spec_app/spec/javascripts/helpers/wait_until_dom_ready.js.coffee +0 -5
- data/spec_app/spec/javascripts/support/jasmine.yml +0 -51
- data/spec_app/spec/javascripts/up/browser_spec.js.coffee +0 -150
- data/spec_app/spec/javascripts/up/classes/cache_spec.js.coffee +0 -82
- data/spec_app/spec/javascripts/up/classes/config_spec.coffee +0 -24
- data/spec_app/spec/javascripts/up/classes/divertible_chain_spec.coffee +0 -45
- data/spec_app/spec/javascripts/up/classes/focus_tracker_spec.coffee +0 -34
- data/spec_app/spec/javascripts/up/classes/params_spec.coffee +0 -557
- data/spec_app/spec/javascripts/up/classes/request_spec.coffee +0 -50
- data/spec_app/spec/javascripts/up/classes/scroll_motion_spec.js.coffee +0 -51
- data/spec_app/spec/javascripts/up/classes/store/memory_spec.js.coffee +0 -70
- data/spec_app/spec/javascripts/up/classes/store/session_spec.js.coffee +0 -114
- data/spec_app/spec/javascripts/up/element_spec.coffee +0 -897
- data/spec_app/spec/javascripts/up/event_spec.js.coffee +0 -530
- data/spec_app/spec/javascripts/up/feedback_spec.js.coffee +0 -401
- data/spec_app/spec/javascripts/up/form_spec.js.coffee +0 -1527
- data/spec_app/spec/javascripts/up/fragment_spec.js.coffee +0 -2611
- data/spec_app/spec/javascripts/up/history_spec.js.coffee +0 -340
- data/spec_app/spec/javascripts/up/jquery_spec.js.coffee +0 -4
- data/spec_app/spec/javascripts/up/legacy_spec.js.coffee +0 -27
- data/spec_app/spec/javascripts/up/link_spec.js.coffee +0 -1098
- data/spec_app/spec/javascripts/up/log_spec.js.coffee +0 -119
- data/spec_app/spec/javascripts/up/modal_spec.js.coffee +0 -918
- data/spec_app/spec/javascripts/up/motion_spec.js.coffee +0 -582
- data/spec_app/spec/javascripts/up/popup_spec.js.coffee +0 -508
- data/spec_app/spec/javascripts/up/protocol_spec.js.coffee +0 -39
- data/spec_app/spec/javascripts/up/proxy_spec.js.coffee +0 -1137
- data/spec_app/spec/javascripts/up/radio_spec.js.coffee +0 -212
- data/spec_app/spec/javascripts/up/rails_spec.js.coffee +0 -118
- data/spec_app/spec/javascripts/up/spec_spec.js.coffee +0 -9
- data/spec_app/spec/javascripts/up/syntax_spec.js.coffee +0 -304
- data/spec_app/spec/javascripts/up/toast_spec.js.coffee +0 -37
- data/spec_app/spec/javascripts/up/tooltip_spec.js.coffee +0 -163
- data/spec_app/spec/javascripts/up/util_spec.js.coffee +0 -1420
- data/spec_app/spec/javascripts/up/viewport_spec.js.coffee +0 -655
- data/spec_app/spec/spec_helper.rb +0 -62
- data/spec_app/test/controllers/.keep +0 -0
- data/spec_app/test/fixtures/.keep +0 -0
- data/spec_app/test/helpers/.keep +0 -0
- data/spec_app/test/integration/.keep +0 -0
- data/spec_app/test/mailers/.keep +0 -0
- data/spec_app/test/models/.keep +0 -0
- data/spec_app/test/test_helper.rb +0 -10
- data/spec_app/vendor/asset-libs/es6-promise-4.1.6/es6-promise.auto.js +0 -1159
- data/spec_app/vendor/asset-libs/jasmine-ajax-3.3.1/.bower.json +0 -43
- data/spec_app/vendor/asset-libs/jasmine-ajax-3.3.1/.gitignore +0 -6
- data/spec_app/vendor/asset-libs/jasmine-ajax-3.3.1/.npmignore +0 -10
- data/spec_app/vendor/asset-libs/jasmine-ajax-3.3.1/.pairs +0 -6
- data/spec_app/vendor/asset-libs/jasmine-ajax-3.3.1/.travis.yml +0 -56
- data/spec_app/vendor/asset-libs/jasmine-ajax-3.3.1/jasmine-ajax.js +0 -790
- data/spec_app/vendor/assets/.keep +0 -0
- data/unpoly-rails.gemspec +0 -24
@@ -1,22 +0,0 @@
|
|
1
|
-
u = up.util
|
2
|
-
|
3
|
-
class up.Record
|
4
|
-
|
5
|
-
fields: ->
|
6
|
-
throw 'Return an array of property names'
|
7
|
-
|
8
|
-
constructor: (options) ->
|
9
|
-
u.assign(this, @attributes(options))
|
10
|
-
|
11
|
-
attributes: (source = @) ->
|
12
|
-
u.only(source, @fields()...)
|
13
|
-
|
14
|
-
"#{u.copy.key}": ->
|
15
|
-
@variant()
|
16
|
-
|
17
|
-
variant: (changes = {}) ->
|
18
|
-
attributesWithChanges = u.merge(@attributes(), changes)
|
19
|
-
new @constructor(attributesWithChanges)
|
20
|
-
|
21
|
-
"#{u.isEqual.key}": (other) ->
|
22
|
-
other && (@constructor == other.constructor) && u.isEqual(@attributes(), other.attributes())
|
@@ -1,21 +0,0 @@
|
|
1
|
-
(function() {
|
2
|
-
var u = up.util
|
3
|
-
|
4
|
-
up.Rect = function(props) {
|
5
|
-
u.assign(this, u.only(props, 'left', 'top', 'width', 'height'))
|
6
|
-
}
|
7
|
-
|
8
|
-
up.Rect.prototype = {
|
9
|
-
get bottom() {
|
10
|
-
return this.top + this.height
|
11
|
-
},
|
12
|
-
get right() {
|
13
|
-
return this.left + this.width
|
14
|
-
}
|
15
|
-
}
|
16
|
-
|
17
|
-
up.Rect.fromElement = function(element) {
|
18
|
-
return new up.Rect(element.getBoundingClientRect())
|
19
|
-
}
|
20
|
-
|
21
|
-
})()
|
@@ -1,246 +0,0 @@
|
|
1
|
-
#= require ./record
|
2
|
-
|
3
|
-
u = up.util
|
4
|
-
e = up.element
|
5
|
-
|
6
|
-
###**
|
7
|
-
Instances of `up.Request` normalizes properties of an [`AJAX request`](/up.request)
|
8
|
-
such as the requested URL, form parameters and HTTP method.
|
9
|
-
|
10
|
-
@class up.Request
|
11
|
-
###
|
12
|
-
class up.Request extends up.Record
|
13
|
-
|
14
|
-
###**
|
15
|
-
The HTTP method for the request.
|
16
|
-
|
17
|
-
@property up.Request#method
|
18
|
-
@param {string} method
|
19
|
-
@stable
|
20
|
-
###
|
21
|
-
|
22
|
-
###**
|
23
|
-
The URL for the request.
|
24
|
-
|
25
|
-
@property up.Request#url
|
26
|
-
@param {string} url
|
27
|
-
@stable
|
28
|
-
###
|
29
|
-
|
30
|
-
###**
|
31
|
-
[Parameters](/up.Params) that should be sent as the request's payload.
|
32
|
-
|
33
|
-
@property up.Request#params
|
34
|
-
@param {Object|FormData|string|Array} params
|
35
|
-
@stable
|
36
|
-
###
|
37
|
-
|
38
|
-
###**
|
39
|
-
The CSS selector that will be sent as an [`X-Up-Target` header](/up.protocol#optimizing-responses).
|
40
|
-
|
41
|
-
@property up.Request#target
|
42
|
-
@param {string} target
|
43
|
-
@stable
|
44
|
-
###
|
45
|
-
|
46
|
-
###**
|
47
|
-
The CSS selector that will be sent as an [`X-Up-Fail-Target` header](/up.protocol#optimizing-responses).
|
48
|
-
|
49
|
-
@property up.Request#failTarget
|
50
|
-
@param {string} failTarget
|
51
|
-
@stable
|
52
|
-
###
|
53
|
-
|
54
|
-
###**
|
55
|
-
An object of additional HTTP headers.
|
56
|
-
|
57
|
-
@property up.Request#headers
|
58
|
-
@param {Object} headers
|
59
|
-
@stable
|
60
|
-
###
|
61
|
-
|
62
|
-
###**
|
63
|
-
A timeout in milliseconds.
|
64
|
-
|
65
|
-
If [`up.proxy.config.maxRequests`](/up.proxy.config#config.maxRequests) is set,
|
66
|
-
the timeout will not include the time spent waiting in the queue.
|
67
|
-
|
68
|
-
@property up.Request#timeout
|
69
|
-
@param {Object|undefined} timeout
|
70
|
-
@stable
|
71
|
-
###
|
72
|
-
fields: ->
|
73
|
-
[
|
74
|
-
'method',
|
75
|
-
'url',
|
76
|
-
'params',
|
77
|
-
'target',
|
78
|
-
'failTarget',
|
79
|
-
'headers',
|
80
|
-
'timeout',
|
81
|
-
'preload' # since up.proxy.request() options are sometimes wrapped in this class
|
82
|
-
'cache' # since up.proxy.request() options are sometimes wrapped in this class
|
83
|
-
]
|
84
|
-
|
85
|
-
###**
|
86
|
-
Creates a new `up.Request` object.
|
87
|
-
|
88
|
-
This will not actually send the request over the network. For that use `up.request()`.
|
89
|
-
|
90
|
-
@constructor up.Request
|
91
|
-
@param {string} attrs.url
|
92
|
-
@param {string} [attrs.method='get']
|
93
|
-
@param {up.Params|string|Object|Array} [attrs.params]
|
94
|
-
@param {string} [attrs.target]
|
95
|
-
@param {string} [attrs.failTarget]
|
96
|
-
@param {Object<string, string>} [attrs.headers]
|
97
|
-
@param {number} [attrs.timeout]
|
98
|
-
@internal
|
99
|
-
###
|
100
|
-
constructor: (options) ->
|
101
|
-
up.legacy.fixKey(options, 'data', 'params')
|
102
|
-
super(options)
|
103
|
-
@normalize()
|
104
|
-
|
105
|
-
normalize: =>
|
106
|
-
@params = new up.Params(@params) # copies, which we want
|
107
|
-
@method = u.normalizeMethod(@method)
|
108
|
-
@headers ||= {}
|
109
|
-
@extractHashFromUrl()
|
110
|
-
|
111
|
-
unless u.methodAllowsPayload(@method)
|
112
|
-
@transferParamsToUrl()
|
113
|
-
|
114
|
-
extractHashFromUrl: =>
|
115
|
-
urlParts = u.parseUrl(@url)
|
116
|
-
# Remember the #hash for later revealing.
|
117
|
-
# It will be lost during normalization.
|
118
|
-
@hash = u.presence(urlParts.hash)
|
119
|
-
@url = u.normalizeUrl(urlParts, hash: false)
|
120
|
-
|
121
|
-
transferParamsToUrl: =>
|
122
|
-
unless u.isBlank(@params)
|
123
|
-
# GET methods are not allowed to have a payload, so we transfer { params } params to the URL.
|
124
|
-
@url = @params.toURL(@url)
|
125
|
-
# Now that we have transfered the params into the URL, we delete them from the { params } option.
|
126
|
-
@params.clear()
|
127
|
-
|
128
|
-
transferSearchToParams: =>
|
129
|
-
paramsFromQuery = up.Params.fromURL(@url)
|
130
|
-
unless u.isBlank(paramsFromQuery)
|
131
|
-
@params.addAll(paramsFromQuery)
|
132
|
-
@url = u.normalizeUrl(@url, search: false)
|
133
|
-
|
134
|
-
isSafe: =>
|
135
|
-
up.proxy.isSafeMethod(@method)
|
136
|
-
|
137
|
-
send: =>
|
138
|
-
# We will modify this request below.
|
139
|
-
# This would confuse API clients and cache key logic in up.proxy.
|
140
|
-
new Promise (resolve, reject) =>
|
141
|
-
xhr = new XMLHttpRequest()
|
142
|
-
|
143
|
-
xhrHeaders = u.copy(@headers)
|
144
|
-
xhrUrl = @url
|
145
|
-
xhrParams = u.copy(@params)
|
146
|
-
xhrMethod = up.proxy.wrapMethod(@method, xhrParams)
|
147
|
-
|
148
|
-
xhrPayload = null
|
149
|
-
unless u.isBlank(xhrParams)
|
150
|
-
delete xhrHeaders['Content-Type'] # let the browser set the content type
|
151
|
-
xhrPayload = xhrParams.toFormData()
|
152
|
-
|
153
|
-
pc = up.protocol.config
|
154
|
-
xhrHeaders[pc.targetHeader] = @target if @target
|
155
|
-
xhrHeaders[pc.failTargetHeader] = @failTarget if @failTarget
|
156
|
-
xhrHeaders['X-Requested-With'] ||= 'XMLHttpRequest' unless @isCrossDomain()
|
157
|
-
if csrfToken = @csrfToken()
|
158
|
-
xhrHeaders[pc.csrfHeader] = csrfToken
|
159
|
-
|
160
|
-
xhr.open(xhrMethod, xhrUrl)
|
161
|
-
|
162
|
-
for header, value of xhrHeaders
|
163
|
-
xhr.setRequestHeader(header, value)
|
164
|
-
|
165
|
-
resolveWithResponse = =>
|
166
|
-
response = @buildResponse(xhr)
|
167
|
-
if response.isSuccess()
|
168
|
-
resolve(response)
|
169
|
-
else
|
170
|
-
reject(response)
|
171
|
-
|
172
|
-
# Convert from XHR API to promise API
|
173
|
-
xhr.onload = resolveWithResponse
|
174
|
-
xhr.onerror = resolveWithResponse
|
175
|
-
xhr.ontimeout = resolveWithResponse
|
176
|
-
|
177
|
-
xhr.timeout = @timeout if @timeout
|
178
|
-
|
179
|
-
xhr.send(xhrPayload)
|
180
|
-
|
181
|
-
navigate: =>
|
182
|
-
# GET forms cannot have an URL with a query section in their [action] attribute.
|
183
|
-
# The query section would be overridden by the serialized input values on submission.
|
184
|
-
@transferSearchToParams()
|
185
|
-
|
186
|
-
form = e.affix(document.body, 'form.up-page-loader')
|
187
|
-
|
188
|
-
addField = (attrs) ->
|
189
|
-
e.affix(form, 'input[type=hidden]', attrs)
|
190
|
-
|
191
|
-
if @method == 'GET'
|
192
|
-
formMethod = 'GET'
|
193
|
-
else
|
194
|
-
# Browser forms can only have GET or POST methods.
|
195
|
-
# When we want to make a request with another method, most backend
|
196
|
-
# frameworks allow to pass the method as a param.
|
197
|
-
addField(name: up.protocol.config.methodParam, value: @method)
|
198
|
-
formMethod = 'POST'
|
199
|
-
|
200
|
-
e.setAttrs(form, method: formMethod, action: @url)
|
201
|
-
|
202
|
-
if (csrfParam = up.protocol.csrfParam()) && (csrfToken = @csrfToken())
|
203
|
-
addField(name: csrfParam, value: csrfToken)
|
204
|
-
|
205
|
-
# @params will be undefined for GET requests, since we have already
|
206
|
-
# transfered all params to the URL during normalize().
|
207
|
-
u.each(@params.toArray(), addField)
|
208
|
-
|
209
|
-
e.hide(form)
|
210
|
-
|
211
|
-
up.browser.submitForm(form)
|
212
|
-
|
213
|
-
# Returns a csrfToken if this request requires it
|
214
|
-
csrfToken: =>
|
215
|
-
if !@isSafe() && !@isCrossDomain()
|
216
|
-
up.protocol.csrfToken()
|
217
|
-
|
218
|
-
isCrossDomain: =>
|
219
|
-
u.isCrossDomain(@url)
|
220
|
-
|
221
|
-
buildResponse: (xhr) =>
|
222
|
-
responseAttrs =
|
223
|
-
method: @method
|
224
|
-
url: @url
|
225
|
-
text: xhr.responseText
|
226
|
-
status: xhr.status
|
227
|
-
request: @
|
228
|
-
xhr: xhr
|
229
|
-
|
230
|
-
if urlFromServer = up.protocol.locationFromXhr(xhr)
|
231
|
-
responseAttrs.url = urlFromServer
|
232
|
-
# If the server changes a URL, it is expected to signal a new method as well.
|
233
|
-
responseAttrs.method = up.protocol.methodFromXhr(xhr) ? 'GET'
|
234
|
-
|
235
|
-
responseAttrs.title = up.protocol.titleFromXhr(xhr)
|
236
|
-
|
237
|
-
new up.Response(responseAttrs)
|
238
|
-
|
239
|
-
isCachable: =>
|
240
|
-
@isSafe() && !u.isFormData(@params)
|
241
|
-
|
242
|
-
cacheKey: =>
|
243
|
-
[@url, @method, @params.toQuery(), @target].join('|')
|
244
|
-
|
245
|
-
@wrap: (value) ->
|
246
|
-
u.wrapValue(value, @)
|
@@ -1,157 +0,0 @@
|
|
1
|
-
#= require ./record
|
2
|
-
|
3
|
-
u = up.util
|
4
|
-
|
5
|
-
###**
|
6
|
-
Instances of `up.Response` describe the server response to an [`AJAX request`](/up.request).
|
7
|
-
|
8
|
-
\#\#\# Example
|
9
|
-
|
10
|
-
up.request('/foo').then(function(response) {
|
11
|
-
console.log(response.status) // 200
|
12
|
-
console.log(response.text) // "<html><body>..."
|
13
|
-
})
|
14
|
-
|
15
|
-
@class up.Response
|
16
|
-
###
|
17
|
-
class up.Response extends up.Record
|
18
|
-
|
19
|
-
###**
|
20
|
-
The HTTP method used for the response.
|
21
|
-
|
22
|
-
This is usually the HTTP method used by the request.
|
23
|
-
However, after a redirect the server should signal a `GET` method using
|
24
|
-
an [`X-Up-Method: GET` header](/up.protocol#redirect-detection).
|
25
|
-
|
26
|
-
@property up.Response#method
|
27
|
-
@param {string} method
|
28
|
-
@stable
|
29
|
-
###
|
30
|
-
|
31
|
-
###**
|
32
|
-
The URL used for the response.
|
33
|
-
|
34
|
-
This is usually the requested URL.
|
35
|
-
However, after a redirect the server should signal a the new URL
|
36
|
-
using an [`X-Up-Location: /new-url` header](/up.protocol#redirect-detection).
|
37
|
-
|
38
|
-
@property up.Response#url
|
39
|
-
@param {string} method
|
40
|
-
@stable
|
41
|
-
###
|
42
|
-
|
43
|
-
###**
|
44
|
-
The response body as a `string`.
|
45
|
-
|
46
|
-
@property up.Response#text
|
47
|
-
@param {string} text
|
48
|
-
@stable
|
49
|
-
###
|
50
|
-
|
51
|
-
###**
|
52
|
-
The response's
|
53
|
-
[HTTP status code](https://en.wikipedia.org/wiki/List_of_HTTP_status_codes)
|
54
|
-
as a `number`.
|
55
|
-
|
56
|
-
A successful response will usually have a `200` or `201' status code.
|
57
|
-
|
58
|
-
@property up.Response#status
|
59
|
-
@param {number} status
|
60
|
-
@stable
|
61
|
-
###
|
62
|
-
|
63
|
-
###**
|
64
|
-
The [request](/up.Request) that triggered this response.
|
65
|
-
|
66
|
-
@property up.Response#request
|
67
|
-
@param {up.Request} request
|
68
|
-
@experimental
|
69
|
-
###
|
70
|
-
|
71
|
-
###**
|
72
|
-
The [`XMLHttpRequest`](https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest)
|
73
|
-
object that was used to create this response.
|
74
|
-
|
75
|
-
@property up.Response#xhr
|
76
|
-
@param {XMLHttpRequest} xhr
|
77
|
-
@experimental
|
78
|
-
###
|
79
|
-
|
80
|
-
###**
|
81
|
-
A [document title pushed by the server](/up.protocol#pushing-a-document-title-to-the-client).
|
82
|
-
|
83
|
-
If the server pushed no title via HTTP header, this will be `undefined`.
|
84
|
-
|
85
|
-
@property up.Response#title
|
86
|
-
@param {string} [title]
|
87
|
-
@stable
|
88
|
-
###
|
89
|
-
fields: ->
|
90
|
-
[
|
91
|
-
'method',
|
92
|
-
'url',
|
93
|
-
'text',
|
94
|
-
'status',
|
95
|
-
'request',
|
96
|
-
'xhr',
|
97
|
-
'title',
|
98
|
-
]
|
99
|
-
|
100
|
-
###**
|
101
|
-
@constructor up.Response
|
102
|
-
@internal
|
103
|
-
###
|
104
|
-
constructor: (options) ->
|
105
|
-
super(options)
|
106
|
-
|
107
|
-
###**
|
108
|
-
Returns whether the server responded with a 2xx HTTP status.
|
109
|
-
|
110
|
-
@function up.Response#isSuccess
|
111
|
-
@return {boolean}
|
112
|
-
@experimental
|
113
|
-
###
|
114
|
-
isSuccess: =>
|
115
|
-
@status && (@status >= 200 && @status <= 299)
|
116
|
-
|
117
|
-
###**
|
118
|
-
Returns whether the response was not [successful](/up.Request.prototype.isSuccess).
|
119
|
-
|
120
|
-
This also returns `true` when the request encountered a [fatal error](/up.Request.prototype.isFatalError)
|
121
|
-
like a timeout or loss of network connectivity.
|
122
|
-
|
123
|
-
@function up.Response#isError
|
124
|
-
@return {boolean}
|
125
|
-
@experimental
|
126
|
-
###
|
127
|
-
isError: =>
|
128
|
-
!@isSuccess()
|
129
|
-
|
130
|
-
###**
|
131
|
-
Returns whether the request encountered a [fatal error](/up.Request.prototype.isFatalError)
|
132
|
-
like a timeout or loss of network connectivity.
|
133
|
-
|
134
|
-
When the server produces an error message with an HTTP status like `500`,
|
135
|
-
this is not considered a fatal error and `false` is returned.
|
136
|
-
|
137
|
-
@function up.Response#isFatalError
|
138
|
-
@return {boolean}
|
139
|
-
@experimental
|
140
|
-
###
|
141
|
-
isFatalError: =>
|
142
|
-
@isError() && u.isBlank(@text)
|
143
|
-
|
144
|
-
###**
|
145
|
-
Returns the HTTP header value with the given name.
|
146
|
-
|
147
|
-
The search for the header name is case-insensitive.
|
148
|
-
|
149
|
-
Returns `undefined` if the given header name was not included in the response.
|
150
|
-
|
151
|
-
@function up.Response#getHeader
|
152
|
-
@param {string} name
|
153
|
-
@return {string|undefined} value
|
154
|
-
@experimental
|
155
|
-
###
|
156
|
-
getHeader: (name) =>
|
157
|
-
@xhr.getResponseHeader(name)
|