engineyard-serverside 2.8.0.pre → 3.0.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/bin/engineyard-serverside-execute-service-hook +1 -1
- data/features/hook/running-a-deploy-hook.feature +277 -0
- data/features/hook/step_definitions/running-a-deploy-hook-steps.rb +200 -0
- data/features/step_definitions/command_steps.rb +8 -0
- data/features/step_definitions/version_steps.rb +5 -0
- data/features/support/env.rb +63 -0
- data/features/support/error_codes.rb +17 -0
- data/features/support/fs_helpers.rb +82 -0
- data/features/support/output_helpers.rb +7 -0
- data/features/support/runner.rb +41 -0
- data/features/version.feature +7 -0
- data/lib/engineyard-serverside.rb +2 -5
- data/lib/engineyard-serverside/callbacks/collection/base.rb +12 -5
- data/lib/engineyard-serverside/callbacks/distributor.rb +2 -7
- data/lib/engineyard-serverside/callbacks/executor/executable.rb +2 -0
- data/lib/engineyard-serverside/cli/app.rb +6 -0
- data/lib/engineyard-serverside/cli/workflows/calling_deploy_hooks.rb +1 -2
- data/lib/engineyard-serverside/configuration.rb +3 -3
- data/lib/engineyard-serverside/deploy.rb +4 -8
- data/lib/engineyard-serverside/shell.rb +38 -10
- data/lib/engineyard-serverside/version.rb +1 -1
- data/spec/engineyard-serverside/callbacks/collection/combined_spec.rb +232 -0
- data/spec/engineyard-serverside/callbacks/collection/deploy_hooks_spec.rb +170 -0
- data/spec/engineyard-serverside/callbacks/collection/service_hooks/collection_spec.rb +171 -0
- data/spec/engineyard-serverside/callbacks/collection/service_hooks/combined_spec.rb +174 -0
- data/spec/engineyard-serverside/callbacks/collection/service_hooks_spec.rb +31 -0
- data/spec/engineyard-serverside/callbacks/collection_spec.rb +49 -0
- data/spec/engineyard-serverside/callbacks/distributor/remote_spec.rb +135 -0
- data/spec/engineyard-serverside/callbacks/distributor/viability_filter_spec.rb +208 -0
- data/spec/engineyard-serverside/callbacks/distributor_spec.rb +43 -0
- data/spec/engineyard-serverside/callbacks/executor/executable_spec.rb +386 -0
- data/spec/engineyard-serverside/callbacks/executor/ruby/context_spec.rb +538 -0
- data/spec/engineyard-serverside/callbacks/executor/ruby/executor_spec.rb +313 -0
- data/spec/engineyard-serverside/callbacks/executor/ruby_spec.rb +35 -0
- data/spec/engineyard-serverside/callbacks/executor_spec.rb +45 -0
- data/spec/engineyard-serverside/callbacks_spec.rb +31 -0
- data/spec/engineyard-serverside/cli/workflows/base_spec.rb +237 -0
- data/spec/engineyard-serverside/cli/workflows/calling_deploy_hooks_spec.rb +65 -0
- data/spec/engineyard-serverside/cli/workflows/deploying_applications_spec.rb +61 -0
- data/spec/engineyard-serverside/cli/workflows/disabling_maintenance_spec.rb +61 -0
- data/spec/engineyard-serverside/cli/workflows/enabling_maintenance_spec.rb +61 -0
- data/spec/engineyard-serverside/cli/workflows/helpers_spec.rb +64 -0
- data/spec/engineyard-serverside/cli/workflows/rolling_back_applications_spec.rb +61 -0
- data/spec/engineyard-serverside/cli/workflows/showing_maintenance_status_spec.rb +60 -0
- data/spec/engineyard-serverside/cli/workflows_spec.rb +87 -0
- data/spec/engineyard-serverside/dependency_manager/base_spec.rb +139 -0
- data/spec/engineyard-serverside/paths_spec.rb +820 -0
- data/spec/engineyard-serverside/propagator_spec.rb +56 -0
- data/spec/engineyard-serverside/server_spec.rb +390 -0
- data/spec/engineyard-serverside/shell/helpers_spec.rb +98 -0
- data/spec/engineyard-serverside/shell/yieldio_spec.rb +33 -0
- data/spec/engineyard-serverside/shell_spec.rb +543 -0
- data/spec/engineyard-serverside/slug/distributor_spec.rb +199 -0
- data/spec/engineyard-serverside/slug/enabler_spec.rb +191 -0
- data/spec/engineyard-serverside/slug/failure_handler_spec.rb +114 -0
- data/spec/engineyard-serverside/slug/finalizer_spec.rb +191 -0
- data/spec/engineyard-serverside/slug/generator_spec.rb +82 -0
- data/spec/engineyard-serverside/slug/migrator_spec.rb +137 -0
- data/spec/engineyard-serverside/slug/restarter_spec.rb +226 -0
- data/spec/engineyard-serverside/slug/source/updater_spec.rb +710 -0
- data/spec/engineyard-serverside/slug/source_spec.rb +40 -0
- data/spec/engineyard-serverside/source_spec.rb +171 -0
- data/spec/railway_spec.rb +130 -0
- data/spec/result/failure_spec.rb +113 -0
- data/spec/result/success_spec.rb +109 -0
- data/spec/result_spec.rb +23 -0
- data/spec/spec_helper.rb +3 -349
- metadata +327 -602
- data/lib/vendor/json_pure/COPYING +0 -57
- data/lib/vendor/json_pure/GPL +0 -340
- data/lib/vendor/json_pure/README.rdoc +0 -358
- data/lib/vendor/json_pure/VERSION +0 -1
- data/lib/vendor/json_pure/lib/json.rb +0 -62
- data/lib/vendor/json_pure/lib/json/add/bigdecimal.rb +0 -28
- data/lib/vendor/json_pure/lib/json/add/complex.rb +0 -22
- data/lib/vendor/json_pure/lib/json/add/core.rb +0 -11
- data/lib/vendor/json_pure/lib/json/add/date.rb +0 -34
- data/lib/vendor/json_pure/lib/json/add/date_time.rb +0 -48
- data/lib/vendor/json_pure/lib/json/add/exception.rb +0 -31
- data/lib/vendor/json_pure/lib/json/add/ostruct.rb +0 -31
- data/lib/vendor/json_pure/lib/json/add/range.rb +0 -29
- data/lib/vendor/json_pure/lib/json/add/rational.rb +0 -22
- data/lib/vendor/json_pure/lib/json/add/regexp.rb +0 -30
- data/lib/vendor/json_pure/lib/json/add/struct.rb +0 -30
- data/lib/vendor/json_pure/lib/json/add/symbol.rb +0 -25
- data/lib/vendor/json_pure/lib/json/add/time.rb +0 -38
- data/lib/vendor/json_pure/lib/json/common.rb +0 -484
- data/lib/vendor/json_pure/lib/json/ext.rb +0 -21
- data/lib/vendor/json_pure/lib/json/generic_object.rb +0 -70
- data/lib/vendor/json_pure/lib/json/pure.rb +0 -21
- data/lib/vendor/json_pure/lib/json/pure/generator.rb +0 -522
- data/lib/vendor/json_pure/lib/json/pure/parser.rb +0 -359
- data/lib/vendor/json_pure/lib/json/version.rb +0 -8
- data/lib/vendor/multi_json/CHANGELOG.md +0 -121
- data/lib/vendor/multi_json/CONTRIBUTING.md +0 -46
- data/lib/vendor/multi_json/Gemfile +0 -31
- data/lib/vendor/multi_json/LICENSE.md +0 -20
- data/lib/vendor/multi_json/README.md +0 -105
- data/lib/vendor/multi_json/Rakefile +0 -12
- data/lib/vendor/multi_json/lib/multi_json.rb +0 -137
- data/lib/vendor/multi_json/lib/multi_json/adapters/gson.rb +0 -20
- data/lib/vendor/multi_json/lib/multi_json/adapters/json_common.rb +0 -35
- data/lib/vendor/multi_json/lib/multi_json/adapters/json_gem.rb +0 -12
- data/lib/vendor/multi_json/lib/multi_json/adapters/json_pure.rb +0 -12
- data/lib/vendor/multi_json/lib/multi_json/adapters/nsjsonserialization.rb +0 -35
- data/lib/vendor/multi_json/lib/multi_json/adapters/oj.rb +0 -29
- data/lib/vendor/multi_json/lib/multi_json/adapters/ok_json.rb +0 -58
- data/lib/vendor/multi_json/lib/multi_json/adapters/yajl.rb +0 -20
- data/lib/vendor/multi_json/lib/multi_json/vendor/okjson.rb +0 -602
- data/lib/vendor/multi_json/lib/multi_json/version.rb +0 -3
- data/lib/vendor/multi_json/spec/adapter_shared_example.rb +0 -162
- data/lib/vendor/multi_json/spec/helper.rb +0 -45
- data/lib/vendor/multi_json/spec/json_common_shared_example.rb +0 -36
- data/lib/vendor/multi_json/spec/multi_json_spec.rb +0 -151
- data/spec/archive_deploy_spec.rb +0 -53
- data/spec/basic_deploy_spec.rb +0 -26
- data/spec/bundler_deploy_spec.rb +0 -160
- data/spec/configuration_spec.rb +0 -206
- data/spec/custom_deploy_spec.rb +0 -128
- data/spec/deploy_hook_spec.rb +0 -378
- data/spec/deprecation_spec.rb +0 -23
- data/spec/ey_yml_customized_deploy_spec.rb +0 -99
- data/spec/fixtures/gitrepo.tar.gz +0 -0
- data/spec/fixtures/invalid_hook.rb +0 -1
- data/spec/fixtures/lockfiles/0.9-no-bundler +0 -111
- data/spec/fixtures/lockfiles/0.9-with-bundler +0 -117
- data/spec/fixtures/lockfiles/1.0-no-bundler +0 -54
- data/spec/fixtures/lockfiles/1.0.0.rc.1-with-bundler +0 -162
- data/spec/fixtures/lockfiles/1.0.18-do_mysql +0 -88
- data/spec/fixtures/lockfiles/1.0.18-do_postgres +0 -79
- data/spec/fixtures/lockfiles/1.0.18-mysql +0 -43
- data/spec/fixtures/lockfiles/1.0.18-mysql2 +0 -43
- data/spec/fixtures/lockfiles/1.0.18-pg +0 -43
- data/spec/fixtures/lockfiles/1.0.6-no-bundler +0 -51
- data/spec/fixtures/lockfiles/1.0.6-with-any-bundler +0 -52
- data/spec/fixtures/lockfiles/1.0.6-with-bundler +0 -52
- data/spec/fixtures/lockfiles/1.15.1-no-bundler +0 -51
- data/spec/fixtures/lockfiles/1.3.1-rails-3.2.13 +0 -112
- data/spec/fixtures/lockfiles/not-a-lockfile +0 -1
- data/spec/fixtures/repos/assets_detected/Gemfile +0 -5
- data/spec/fixtures/repos/assets_detected/Gemfile.lock +0 -88
- data/spec/fixtures/repos/assets_detected/README +0 -1
- data/spec/fixtures/repos/assets_detected/Rakefile +0 -5
- data/spec/fixtures/repos/assets_detected/app/assets/empty +0 -0
- data/spec/fixtures/repos/assets_detected/config/application.rb +0 -5
- data/spec/fixtures/repos/assets_detected/config/ey.yml +0 -3
- data/spec/fixtures/repos/assets_disabled/Gemfile +0 -5
- data/spec/fixtures/repos/assets_disabled/Gemfile.lock +0 -88
- data/spec/fixtures/repos/assets_disabled/README +0 -1
- data/spec/fixtures/repos/assets_disabled/Rakefile +0 -6
- data/spec/fixtures/repos/assets_disabled/app/assets/empty +0 -0
- data/spec/fixtures/repos/assets_disabled/config/application.rb +0 -5
- data/spec/fixtures/repos/assets_disabled/config/ey.yml +0 -3
- data/spec/fixtures/repos/assets_disabled_in_ey_yml/Gemfile +0 -5
- data/spec/fixtures/repos/assets_disabled_in_ey_yml/Gemfile.lock +0 -88
- data/spec/fixtures/repos/assets_disabled_in_ey_yml/README +0 -1
- data/spec/fixtures/repos/assets_disabled_in_ey_yml/Rakefile +0 -6
- data/spec/fixtures/repos/assets_disabled_in_ey_yml/app/assets/empty +0 -0
- data/spec/fixtures/repos/assets_disabled_in_ey_yml/config/application.rb +0 -5
- data/spec/fixtures/repos/assets_disabled_in_ey_yml/config/ey.yml +0 -5
- data/spec/fixtures/repos/assets_disabled_utf8/Gemfile +0 -5
- data/spec/fixtures/repos/assets_disabled_utf8/Gemfile.lock +0 -88
- data/spec/fixtures/repos/assets_disabled_utf8/README +0 -3
- data/spec/fixtures/repos/assets_disabled_utf8/Rakefile +0 -5
- data/spec/fixtures/repos/assets_disabled_utf8/app/assets/empty +0 -0
- data/spec/fixtures/repos/assets_disabled_utf8/config/application.rb +0 -7
- data/spec/fixtures/repos/assets_disabled_utf8/config/ey.yml +0 -3
- data/spec/fixtures/repos/assets_enabled_all/Gemfile +0 -5
- data/spec/fixtures/repos/assets_enabled_all/Gemfile.lock +0 -88
- data/spec/fixtures/repos/assets_enabled_all/README +0 -1
- data/spec/fixtures/repos/assets_enabled_all/app/assets/empty +0 -0
- data/spec/fixtures/repos/assets_enabled_all/config/application.rb +0 -5
- data/spec/fixtures/repos/assets_enabled_all/config/ey.yml +0 -6
- data/spec/fixtures/repos/assets_enabled_all/script/assets +0 -5
- data/spec/fixtures/repos/assets_enabled_all/tmp/obstruction +0 -1
- data/spec/fixtures/repos/assets_enabled_in_ey_yml/Gemfile +0 -3
- data/spec/fixtures/repos/assets_enabled_in_ey_yml/Gemfile.lock +0 -10
- data/spec/fixtures/repos/assets_enabled_in_ey_yml/README +0 -1
- data/spec/fixtures/repos/assets_enabled_in_ey_yml/Rakefile +0 -8
- data/spec/fixtures/repos/assets_enabled_in_ey_yml/config/ey.yml +0 -4
- data/spec/fixtures/repos/assets_enabled_util_only/Gemfile +0 -5
- data/spec/fixtures/repos/assets_enabled_util_only/Gemfile.lock +0 -88
- data/spec/fixtures/repos/assets_enabled_util_only/README +0 -1
- data/spec/fixtures/repos/assets_enabled_util_only/Rakefile +0 -6
- data/spec/fixtures/repos/assets_enabled_util_only/app/assets/empty +0 -0
- data/spec/fixtures/repos/assets_enabled_util_only/config/application.rb +0 -5
- data/spec/fixtures/repos/assets_enabled_util_only/config/ey.yml +0 -6
- data/spec/fixtures/repos/assets_error/Gemfile +0 -5
- data/spec/fixtures/repos/assets_error/Gemfile.lock +0 -88
- data/spec/fixtures/repos/assets_error/README +0 -1
- data/spec/fixtures/repos/assets_error/Rakefile +0 -4
- data/spec/fixtures/repos/assets_error/app/assets/empty +0 -0
- data/spec/fixtures/repos/assets_error/config/application.rb +0 -5
- data/spec/fixtures/repos/assets_error/config/ey.yml +0 -4
- data/spec/fixtures/repos/assets_in_hook/Gemfile +0 -5
- data/spec/fixtures/repos/assets_in_hook/Gemfile.lock +0 -88
- data/spec/fixtures/repos/assets_in_hook/README +0 -2
- data/spec/fixtures/repos/assets_in_hook/Rakefile +0 -5
- data/spec/fixtures/repos/assets_in_hook/app/assets/empty +0 -0
- data/spec/fixtures/repos/assets_in_hook/config/application.rb +0 -5
- data/spec/fixtures/repos/assets_in_hook/config/ey.yml +0 -3
- data/spec/fixtures/repos/assets_in_hook/deploy/before_compile_assets.rb +0 -2
- data/spec/fixtures/repos/bundle_fails/Gemfile +0 -1
- data/spec/fixtures/repos/bundle_fails/README +0 -1
- data/spec/fixtures/repos/bundle_fails/deploy/after_bundle.rb +0 -1
- data/spec/fixtures/repos/bundler_disabled/Gemfile +0 -4
- data/spec/fixtures/repos/bundler_disabled/Gemfile.lock +0 -12
- data/spec/fixtures/repos/bundler_disabled/README +0 -1
- data/spec/fixtures/repos/bundler_disabled/config/ey.yml +0 -2
- data/spec/fixtures/repos/bundler_disabled/deploy/after_bundle.rb +0 -1
- data/spec/fixtures/repos/bundler_disabled/deploy/before_bundle.rb +0 -1
- data/spec/fixtures/repos/bundler_old/Gemfile +0 -5
- data/spec/fixtures/repos/bundler_old/Gemfile.lock +0 -15
- data/spec/fixtures/repos/bundler_old/README +0 -1
- data/spec/fixtures/repos/default/Gemfile +0 -4
- data/spec/fixtures/repos/default/Gemfile.lock +0 -12
- data/spec/fixtures/repos/default/README +0 -5
- data/spec/fixtures/repos/default/ey.yml +0 -3
- data/spec/fixtures/repos/executable_hooks/README +0 -1
- data/spec/fixtures/repos/executable_hooks/deploy/before_restart +0 -72
- data/spec/fixtures/repos/executable_hooks_not_executable/README +0 -3
- data/spec/fixtures/repos/executable_hooks_not_executable/deploy/before_restart +0 -3
- data/spec/fixtures/repos/ey_yml/Gemfile +0 -4
- data/spec/fixtures/repos/ey_yml/Gemfile.lock +0 -12
- data/spec/fixtures/repos/ey_yml/README +0 -1
- data/spec/fixtures/repos/ey_yml/config/ey.yml +0 -18
- data/spec/fixtures/repos/ey_yml/deploy/before_migrate.rb +0 -6
- data/spec/fixtures/repos/ey_yml_alt/Gemfile +0 -4
- data/spec/fixtures/repos/ey_yml_alt/Gemfile.lock +0 -12
- data/spec/fixtures/repos/ey_yml_alt/README +0 -1
- data/spec/fixtures/repos/ey_yml_alt/deploy/before_migrate.rb +0 -6
- data/spec/fixtures/repos/ey_yml_alt/ey.yml +0 -12
- data/spec/fixtures/repos/hook_fails/README +0 -1
- data/spec/fixtures/repos/hook_fails/deploy/before_deploy.rb +0 -1
- data/spec/fixtures/repos/hooks/README +0 -1
- data/spec/fixtures/repos/hooks/deploy/after_bundle.rb +0 -1
- data/spec/fixtures/repos/hooks/deploy/after_compile_assets.rb +0 -1
- data/spec/fixtures/repos/hooks/deploy/after_deploy.rb +0 -1
- data/spec/fixtures/repos/hooks/deploy/after_migrate.rb +0 -1
- data/spec/fixtures/repos/hooks/deploy/after_restart.rb +0 -1
- data/spec/fixtures/repos/hooks/deploy/after_symlink.rb +0 -1
- data/spec/fixtures/repos/hooks/deploy/before_bundle.rb +0 -1
- data/spec/fixtures/repos/hooks/deploy/before_compile_assets.rb +0 -1
- data/spec/fixtures/repos/hooks/deploy/before_deploy.rb +0 -1
- data/spec/fixtures/repos/hooks/deploy/before_migrate.rb +0 -1
- data/spec/fixtures/repos/hooks/deploy/before_restart.rb +0 -1
- data/spec/fixtures/repos/hooks/deploy/before_symlink.rb +0 -1
- data/spec/fixtures/repos/multi_dep_manager/README +0 -1
- data/spec/fixtures/repos/multi_dep_manager/composer.json +0 -5
- data/spec/fixtures/repos/multi_dep_manager/composer.lock +0 -462
- data/spec/fixtures/repos/multi_dep_manager/package.json +0 -7
- data/spec/fixtures/repos/multi_dep_manager/public/index.php +0 -4
- data/spec/fixtures/repos/no_ey_config/Gemfile +0 -3
- data/spec/fixtures/repos/no_ey_config/Gemfile.lock +0 -10
- data/spec/fixtures/repos/no_ey_config/README +0 -1
- data/spec/fixtures/repos/no_ey_config/ey.yml +0 -3
- data/spec/fixtures/repos/no_ey_config_no_warning/Gemfile +0 -3
- data/spec/fixtures/repos/no_ey_config_no_warning/Gemfile.lock +0 -10
- data/spec/fixtures/repos/no_ey_config_no_warning/README +0 -1
- data/spec/fixtures/repos/no_ey_config_no_warning/ey.yml +0 -5
- data/spec/fixtures/repos/no_gemfile_lock/Gemfile +0 -4
- data/spec/fixtures/repos/no_gemfile_lock/README +0 -1
- data/spec/fixtures/repos/no_gemfile_lock/ey.yml +0 -3
- data/spec/fixtures/repos/nodejs/README +0 -1
- data/spec/fixtures/repos/nodejs/package.json +0 -7
- data/spec/fixtures/repos/not_bundled/README +0 -1
- data/spec/fixtures/repos/npm_disabled/README +0 -1
- data/spec/fixtures/repos/npm_disabled/config/ey.yml +0 -2
- data/spec/fixtures/repos/npm_disabled/package.json +0 -7
- data/spec/fixtures/repos/php_composer_disabled/README +0 -1
- data/spec/fixtures/repos/php_composer_disabled/composer.json +0 -5
- data/spec/fixtures/repos/php_composer_disabled/composer.lock +0 -462
- data/spec/fixtures/repos/php_composer_disabled/config/ey.yml +0 -2
- data/spec/fixtures/repos/php_composer_disabled/public/index.php +0 -4
- data/spec/fixtures/repos/php_composer_lock/README +0 -1
- data/spec/fixtures/repos/php_composer_lock/composer.json +0 -5
- data/spec/fixtures/repos/php_composer_lock/composer.lock +0 -462
- data/spec/fixtures/repos/php_composer_lock/public/index.php +0 -4
- data/spec/fixtures/repos/php_no_composer_lock/README +0 -1
- data/spec/fixtures/repos/php_no_composer_lock/composer.json +0 -21
- data/spec/fixtures/repos/php_no_composer_lock/public/index.php +0 -4
- data/spec/fixtures/repos/public_system/Gemfile +0 -4
- data/spec/fixtures/repos/public_system/Gemfile.lock +0 -12
- data/spec/fixtures/repos/public_system/README +0 -5
- data/spec/fixtures/repos/public_system/ey.yml +0 -3
- data/spec/fixtures/repos/public_system/public/system/cant_touch_this.txt +0 -3
- data/spec/fixtures/repos/sqlite3/Gemfile +0 -4
- data/spec/fixtures/repos/sqlite3/Gemfile.lock +0 -89
- data/spec/fixtures/repos/sqlite3/README +0 -1
- data/spec/fixtures/retwisj.war +0 -0
- data/spec/fixtures/valid_hook.rb +0 -1
- data/spec/git_strategy_spec.rb +0 -34
- data/spec/lockfile_parser_spec.rb +0 -126
- data/spec/maintenance_spec.rb +0 -44
- data/spec/multi_dependency_manager_spec.rb +0 -25
- data/spec/nodejs_deploy_spec.rb +0 -30
- data/spec/php_deploy_spec.rb +0 -81
- data/spec/platform_configure_spec.rb +0 -61
- data/spec/rails31_deploy_spec.rb +0 -172
- data/spec/restart_spec.rb +0 -43
- data/spec/rollback_spec.rb +0 -87
- data/spec/server_spec.rb +0 -70
- data/spec/services_deploy_spec.rb +0 -165
- data/spec/shell_spec.rb +0 -57
- data/spec/source/archive_spec.rb +0 -33
- data/spec/source/git_spec.rb +0 -44
- data/spec/sqlite3_deploy_spec.rb +0 -38
- data/spec/support/integration.rb +0 -103
- data/spec/support/source_doubles.rb +0 -28
- data/spec/support/timecop.rb +0 -5
- data/spec/symlink_spec.rb +0 -15
@@ -1 +0,0 @@
|
|
1
|
-
1.8.1
|
@@ -1,62 +0,0 @@
|
|
1
|
-
require 'json/common'
|
2
|
-
|
3
|
-
##
|
4
|
-
# = JavaScript Object Notation (JSON)
|
5
|
-
#
|
6
|
-
# JSON is a lightweight data-interchange format. It is easy for us
|
7
|
-
# humans to read and write. Plus, equally simple for machines to generate or parse.
|
8
|
-
# JSON is completely language agnostic, making it the ideal interchange format.
|
9
|
-
#
|
10
|
-
# Built on two universally available structures:
|
11
|
-
# 1. A collection of name/value pairs. Often referred to as an _object_, hash table, record, struct, keyed list, or associative array.
|
12
|
-
# 2. An ordered list of values. More commonly called an _array_, vector, sequence or list.
|
13
|
-
#
|
14
|
-
# To read more about JSON visit: http://json.org
|
15
|
-
#
|
16
|
-
# == Parsing JSON
|
17
|
-
#
|
18
|
-
# To parse a JSON string received by another application or generated within
|
19
|
-
# your existing application:
|
20
|
-
#
|
21
|
-
# require 'json'
|
22
|
-
#
|
23
|
-
# my_hash = JSON.parse('{"hello": "goodbye"}')
|
24
|
-
# puts my_hash["hello"] => "goodbye"
|
25
|
-
#
|
26
|
-
# Notice the extra quotes <tt>''</tt> around the hash notation. Ruby expects
|
27
|
-
# the argument to be a string and can't convert objects like a hash or array.
|
28
|
-
#
|
29
|
-
# Ruby converts your string into a hash
|
30
|
-
#
|
31
|
-
# == Generating JSON
|
32
|
-
#
|
33
|
-
# Creating a JSON string for communication or serialization is
|
34
|
-
# just as simple.
|
35
|
-
#
|
36
|
-
# require 'json'
|
37
|
-
#
|
38
|
-
# my_hash = {:hello => "goodbye"}
|
39
|
-
# puts JSON.generate(my_hash) => "{\"hello\":\"goodbye\"}"
|
40
|
-
#
|
41
|
-
# Or an alternative way:
|
42
|
-
#
|
43
|
-
# require 'json'
|
44
|
-
# puts {:hello => "goodbye"}.to_json => "{\"hello\":\"goodbye\"}"
|
45
|
-
#
|
46
|
-
# <tt>JSON.generate</tt> only allows objects or arrays to be converted
|
47
|
-
# to JSON syntax. <tt>to_json</tt>, however, accepts many Ruby classes
|
48
|
-
# even though it acts only as a method for serialization:
|
49
|
-
#
|
50
|
-
# require 'json'
|
51
|
-
#
|
52
|
-
# 1.to_json => "1"
|
53
|
-
#
|
54
|
-
module JSON
|
55
|
-
require 'json/version'
|
56
|
-
|
57
|
-
begin
|
58
|
-
require 'json/ext'
|
59
|
-
rescue LoadError
|
60
|
-
require 'json/pure'
|
61
|
-
end
|
62
|
-
end
|
@@ -1,28 +0,0 @@
|
|
1
|
-
unless defined?(::JSON::JSON_LOADED) and ::JSON::JSON_LOADED
|
2
|
-
require 'json'
|
3
|
-
end
|
4
|
-
defined?(::BigDecimal) or require 'bigdecimal'
|
5
|
-
|
6
|
-
class BigDecimal
|
7
|
-
# Import a JSON Marshalled object.
|
8
|
-
#
|
9
|
-
# method used for JSON marshalling support.
|
10
|
-
def self.json_create(object)
|
11
|
-
BigDecimal._load object['b']
|
12
|
-
end
|
13
|
-
|
14
|
-
# Marshal the object to JSON.
|
15
|
-
#
|
16
|
-
# method used for JSON marshalling support.
|
17
|
-
def as_json(*)
|
18
|
-
{
|
19
|
-
JSON.create_id => self.class.name,
|
20
|
-
'b' => _dump,
|
21
|
-
}
|
22
|
-
end
|
23
|
-
|
24
|
-
# return the JSON value
|
25
|
-
def to_json(*)
|
26
|
-
as_json.to_json
|
27
|
-
end
|
28
|
-
end
|
@@ -1,22 +0,0 @@
|
|
1
|
-
unless defined?(::JSON::JSON_LOADED) and ::JSON::JSON_LOADED
|
2
|
-
require 'json'
|
3
|
-
end
|
4
|
-
defined?(::Complex) or require 'complex'
|
5
|
-
|
6
|
-
class Complex
|
7
|
-
def self.json_create(object)
|
8
|
-
Complex(object['r'], object['i'])
|
9
|
-
end
|
10
|
-
|
11
|
-
def as_json(*)
|
12
|
-
{
|
13
|
-
JSON.create_id => self.class.name,
|
14
|
-
'r' => real,
|
15
|
-
'i' => imag,
|
16
|
-
}
|
17
|
-
end
|
18
|
-
|
19
|
-
def to_json(*)
|
20
|
-
as_json.to_json
|
21
|
-
end
|
22
|
-
end
|
@@ -1,11 +0,0 @@
|
|
1
|
-
# This file requires the implementations of ruby core's custom objects for
|
2
|
-
# serialisation/deserialisation.
|
3
|
-
|
4
|
-
require 'json/add/date'
|
5
|
-
require 'json/add/date_time'
|
6
|
-
require 'json/add/exception'
|
7
|
-
require 'json/add/range'
|
8
|
-
require 'json/add/regexp'
|
9
|
-
require 'json/add/struct'
|
10
|
-
require 'json/add/symbol'
|
11
|
-
require 'json/add/time'
|
@@ -1,34 +0,0 @@
|
|
1
|
-
unless defined?(::JSON::JSON_LOADED) and ::JSON::JSON_LOADED
|
2
|
-
require 'json'
|
3
|
-
end
|
4
|
-
require 'date'
|
5
|
-
|
6
|
-
# Date serialization/deserialization
|
7
|
-
class Date
|
8
|
-
|
9
|
-
# Deserializes JSON string by converting Julian year <tt>y</tt>, month
|
10
|
-
# <tt>m</tt>, day <tt>d</tt> and Day of Calendar Reform <tt>sg</tt> to Date.
|
11
|
-
def self.json_create(object)
|
12
|
-
civil(*object.values_at('y', 'm', 'd', 'sg'))
|
13
|
-
end
|
14
|
-
|
15
|
-
alias start sg unless method_defined?(:start)
|
16
|
-
|
17
|
-
# Returns a hash, that will be turned into a JSON object and represent this
|
18
|
-
# object.
|
19
|
-
def as_json(*)
|
20
|
-
{
|
21
|
-
JSON.create_id => self.class.name,
|
22
|
-
'y' => year,
|
23
|
-
'm' => month,
|
24
|
-
'd' => day,
|
25
|
-
'sg' => start,
|
26
|
-
}
|
27
|
-
end
|
28
|
-
|
29
|
-
# Stores class name (Date) with Julian year <tt>y</tt>, month <tt>m</tt>, day
|
30
|
-
# <tt>d</tt> and Day of Calendar Reform <tt>sg</tt> as JSON string
|
31
|
-
def to_json(*args)
|
32
|
-
as_json.to_json(*args)
|
33
|
-
end
|
34
|
-
end
|
@@ -1,48 +0,0 @@
|
|
1
|
-
unless defined?(::JSON::JSON_LOADED) and ::JSON::JSON_LOADED
|
2
|
-
require 'json'
|
3
|
-
end
|
4
|
-
require 'date'
|
5
|
-
|
6
|
-
# DateTime serialization/deserialization
|
7
|
-
class DateTime
|
8
|
-
|
9
|
-
# Deserializes JSON string by converting year <tt>y</tt>, month <tt>m</tt>,
|
10
|
-
# day <tt>d</tt>, hour <tt>H</tt>, minute <tt>M</tt>, second <tt>S</tt>,
|
11
|
-
# offset <tt>of</tt> and Day of Calendar Reform <tt>sg</tt> to DateTime.
|
12
|
-
def self.json_create(object)
|
13
|
-
args = object.values_at('y', 'm', 'd', 'H', 'M', 'S')
|
14
|
-
of_a, of_b = object['of'].split('/')
|
15
|
-
if of_b and of_b != '0'
|
16
|
-
args << Rational(of_a.to_i, of_b.to_i)
|
17
|
-
else
|
18
|
-
args << of_a
|
19
|
-
end
|
20
|
-
args << object['sg']
|
21
|
-
civil(*args)
|
22
|
-
end
|
23
|
-
|
24
|
-
alias start sg unless method_defined?(:start)
|
25
|
-
|
26
|
-
# Returns a hash, that will be turned into a JSON object and represent this
|
27
|
-
# object.
|
28
|
-
def as_json(*)
|
29
|
-
{
|
30
|
-
JSON.create_id => self.class.name,
|
31
|
-
'y' => year,
|
32
|
-
'm' => month,
|
33
|
-
'd' => day,
|
34
|
-
'H' => hour,
|
35
|
-
'M' => min,
|
36
|
-
'S' => sec,
|
37
|
-
'of' => offset.to_s,
|
38
|
-
'sg' => start,
|
39
|
-
}
|
40
|
-
end
|
41
|
-
|
42
|
-
# Stores class name (DateTime) with Julian year <tt>y</tt>, month <tt>m</tt>,
|
43
|
-
# day <tt>d</tt>, hour <tt>H</tt>, minute <tt>M</tt>, second <tt>S</tt>,
|
44
|
-
# offset <tt>of</tt> and Day of Calendar Reform <tt>sg</tt> as JSON string
|
45
|
-
def to_json(*args)
|
46
|
-
as_json.to_json(*args)
|
47
|
-
end
|
48
|
-
end
|
@@ -1,31 +0,0 @@
|
|
1
|
-
unless defined?(::JSON::JSON_LOADED) and ::JSON::JSON_LOADED
|
2
|
-
require 'json'
|
3
|
-
end
|
4
|
-
|
5
|
-
# Exception serialization/deserialization
|
6
|
-
class Exception
|
7
|
-
|
8
|
-
# Deserializes JSON string by constructing new Exception object with message
|
9
|
-
# <tt>m</tt> and backtrace <tt>b</tt> serialized with <tt>to_json</tt>
|
10
|
-
def self.json_create(object)
|
11
|
-
result = new(object['m'])
|
12
|
-
result.set_backtrace object['b']
|
13
|
-
result
|
14
|
-
end
|
15
|
-
|
16
|
-
# Returns a hash, that will be turned into a JSON object and represent this
|
17
|
-
# object.
|
18
|
-
def as_json(*)
|
19
|
-
{
|
20
|
-
JSON.create_id => self.class.name,
|
21
|
-
'm' => message,
|
22
|
-
'b' => backtrace,
|
23
|
-
}
|
24
|
-
end
|
25
|
-
|
26
|
-
# Stores class name (Exception) with message <tt>m</tt> and backtrace array
|
27
|
-
# <tt>b</tt> as JSON string
|
28
|
-
def to_json(*args)
|
29
|
-
as_json.to_json(*args)
|
30
|
-
end
|
31
|
-
end
|
@@ -1,31 +0,0 @@
|
|
1
|
-
unless defined?(::JSON::JSON_LOADED) and ::JSON::JSON_LOADED
|
2
|
-
require 'json'
|
3
|
-
end
|
4
|
-
require 'ostruct'
|
5
|
-
|
6
|
-
# OpenStruct serialization/deserialization
|
7
|
-
class OpenStruct
|
8
|
-
|
9
|
-
# Deserializes JSON string by constructing new Struct object with values
|
10
|
-
# <tt>v</tt> serialized by <tt>to_json</tt>.
|
11
|
-
def self.json_create(object)
|
12
|
-
new(object['t'] || object[:t])
|
13
|
-
end
|
14
|
-
|
15
|
-
# Returns a hash, that will be turned into a JSON object and represent this
|
16
|
-
# object.
|
17
|
-
def as_json(*)
|
18
|
-
klass = self.class.name
|
19
|
-
klass.to_s.empty? and raise JSON::JSONError, "Only named structs are supported!"
|
20
|
-
{
|
21
|
-
JSON.create_id => klass,
|
22
|
-
't' => table,
|
23
|
-
}
|
24
|
-
end
|
25
|
-
|
26
|
-
# Stores class name (OpenStruct) with this struct's values <tt>v</tt> as a
|
27
|
-
# JSON string.
|
28
|
-
def to_json(*args)
|
29
|
-
as_json.to_json(*args)
|
30
|
-
end
|
31
|
-
end
|
@@ -1,29 +0,0 @@
|
|
1
|
-
unless defined?(::JSON::JSON_LOADED) and ::JSON::JSON_LOADED
|
2
|
-
require 'json'
|
3
|
-
end
|
4
|
-
|
5
|
-
# Range serialization/deserialization
|
6
|
-
class Range
|
7
|
-
|
8
|
-
# Deserializes JSON string by constructing new Range object with arguments
|
9
|
-
# <tt>a</tt> serialized by <tt>to_json</tt>.
|
10
|
-
def self.json_create(object)
|
11
|
-
new(*object['a'])
|
12
|
-
end
|
13
|
-
|
14
|
-
# Returns a hash, that will be turned into a JSON object and represent this
|
15
|
-
# object.
|
16
|
-
def as_json(*)
|
17
|
-
{
|
18
|
-
JSON.create_id => self.class.name,
|
19
|
-
'a' => [ first, last, exclude_end? ]
|
20
|
-
}
|
21
|
-
end
|
22
|
-
|
23
|
-
# Stores class name (Range) with JSON array of arguments <tt>a</tt> which
|
24
|
-
# include <tt>first</tt> (integer), <tt>last</tt> (integer), and
|
25
|
-
# <tt>exclude_end?</tt> (boolean) as JSON string.
|
26
|
-
def to_json(*args)
|
27
|
-
as_json.to_json(*args)
|
28
|
-
end
|
29
|
-
end
|
@@ -1,22 +0,0 @@
|
|
1
|
-
unless defined?(::JSON::JSON_LOADED) and ::JSON::JSON_LOADED
|
2
|
-
require 'json'
|
3
|
-
end
|
4
|
-
defined?(::Rational) or require 'rational'
|
5
|
-
|
6
|
-
class Rational
|
7
|
-
def self.json_create(object)
|
8
|
-
Rational(object['n'], object['d'])
|
9
|
-
end
|
10
|
-
|
11
|
-
def as_json(*)
|
12
|
-
{
|
13
|
-
JSON.create_id => self.class.name,
|
14
|
-
'n' => numerator,
|
15
|
-
'd' => denominator,
|
16
|
-
}
|
17
|
-
end
|
18
|
-
|
19
|
-
def to_json(*)
|
20
|
-
as_json.to_json
|
21
|
-
end
|
22
|
-
end
|
@@ -1,30 +0,0 @@
|
|
1
|
-
unless defined?(::JSON::JSON_LOADED) and ::JSON::JSON_LOADED
|
2
|
-
require 'json'
|
3
|
-
end
|
4
|
-
|
5
|
-
# Regexp serialization/deserialization
|
6
|
-
class Regexp
|
7
|
-
|
8
|
-
# Deserializes JSON string by constructing new Regexp object with source
|
9
|
-
# <tt>s</tt> (Regexp or String) and options <tt>o</tt> serialized by
|
10
|
-
# <tt>to_json</tt>
|
11
|
-
def self.json_create(object)
|
12
|
-
new(object['s'], object['o'])
|
13
|
-
end
|
14
|
-
|
15
|
-
# Returns a hash, that will be turned into a JSON object and represent this
|
16
|
-
# object.
|
17
|
-
def as_json(*)
|
18
|
-
{
|
19
|
-
JSON.create_id => self.class.name,
|
20
|
-
'o' => options,
|
21
|
-
's' => source,
|
22
|
-
}
|
23
|
-
end
|
24
|
-
|
25
|
-
# Stores class name (Regexp) with options <tt>o</tt> and source <tt>s</tt>
|
26
|
-
# (Regexp or String) as JSON string
|
27
|
-
def to_json(*)
|
28
|
-
as_json.to_json
|
29
|
-
end
|
30
|
-
end
|
@@ -1,30 +0,0 @@
|
|
1
|
-
unless defined?(::JSON::JSON_LOADED) and ::JSON::JSON_LOADED
|
2
|
-
require 'json'
|
3
|
-
end
|
4
|
-
|
5
|
-
# Struct serialization/deserialization
|
6
|
-
class Struct
|
7
|
-
|
8
|
-
# Deserializes JSON string by constructing new Struct object with values
|
9
|
-
# <tt>v</tt> serialized by <tt>to_json</tt>.
|
10
|
-
def self.json_create(object)
|
11
|
-
new(*object['v'])
|
12
|
-
end
|
13
|
-
|
14
|
-
# Returns a hash, that will be turned into a JSON object and represent this
|
15
|
-
# object.
|
16
|
-
def as_json(*)
|
17
|
-
klass = self.class.name
|
18
|
-
klass.to_s.empty? and raise JSON::JSONError, "Only named structs are supported!"
|
19
|
-
{
|
20
|
-
JSON.create_id => klass,
|
21
|
-
'v' => values,
|
22
|
-
}
|
23
|
-
end
|
24
|
-
|
25
|
-
# Stores class name (Struct) with Struct values <tt>v</tt> as a JSON string.
|
26
|
-
# Only named structs are supported.
|
27
|
-
def to_json(*args)
|
28
|
-
as_json.to_json(*args)
|
29
|
-
end
|
30
|
-
end
|
@@ -1,25 +0,0 @@
|
|
1
|
-
unless defined?(::JSON::JSON_LOADED) and ::JSON::JSON_LOADED
|
2
|
-
require 'json'
|
3
|
-
end
|
4
|
-
|
5
|
-
# Symbol serialization/deserialization
|
6
|
-
class Symbol
|
7
|
-
# Returns a hash, that will be turned into a JSON object and represent this
|
8
|
-
# object.
|
9
|
-
def as_json(*)
|
10
|
-
{
|
11
|
-
JSON.create_id => self.class.name,
|
12
|
-
's' => to_s,
|
13
|
-
}
|
14
|
-
end
|
15
|
-
|
16
|
-
# Stores class name (Symbol) with String representation of Symbol as a JSON string.
|
17
|
-
def to_json(*a)
|
18
|
-
as_json.to_json(*a)
|
19
|
-
end
|
20
|
-
|
21
|
-
# Deserializes JSON string by converting the <tt>string</tt> value stored in the object to a Symbol
|
22
|
-
def self.json_create(o)
|
23
|
-
o['s'].to_sym
|
24
|
-
end
|
25
|
-
end
|
@@ -1,38 +0,0 @@
|
|
1
|
-
unless defined?(::JSON::JSON_LOADED) and ::JSON::JSON_LOADED
|
2
|
-
require 'json'
|
3
|
-
end
|
4
|
-
|
5
|
-
# Time serialization/deserialization
|
6
|
-
class Time
|
7
|
-
|
8
|
-
# Deserializes JSON string by converting time since epoch to Time
|
9
|
-
def self.json_create(object)
|
10
|
-
if usec = object.delete('u') # used to be tv_usec -> tv_nsec
|
11
|
-
object['n'] = usec * 1000
|
12
|
-
end
|
13
|
-
if instance_methods.include?(:tv_nsec)
|
14
|
-
at(object['s'], Rational(object['n'], 1000))
|
15
|
-
else
|
16
|
-
at(object['s'], object['n'] / 1000)
|
17
|
-
end
|
18
|
-
end
|
19
|
-
|
20
|
-
# Returns a hash, that will be turned into a JSON object and represent this
|
21
|
-
# object.
|
22
|
-
def as_json(*)
|
23
|
-
nanoseconds = [ tv_usec * 1000 ]
|
24
|
-
respond_to?(:tv_nsec) and nanoseconds << tv_nsec
|
25
|
-
nanoseconds = nanoseconds.max
|
26
|
-
{
|
27
|
-
JSON.create_id => self.class.name,
|
28
|
-
's' => tv_sec,
|
29
|
-
'n' => nanoseconds,
|
30
|
-
}
|
31
|
-
end
|
32
|
-
|
33
|
-
# Stores class name (Time) with number of seconds since epoch and number of
|
34
|
-
# microseconds for Time as JSON string
|
35
|
-
def to_json(*args)
|
36
|
-
as_json.to_json(*args)
|
37
|
-
end
|
38
|
-
end
|