maestrano-rails 1.0.0.pre.RC8 → 1.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile +1 -1
- data/Gemfile.lock +3 -3
- data/maestrano-rails.gemspec +8 -8
- data/test/dummy_activerecord/log/test.log +502 -0
- data/test/tmp/app/models/monster.rb +9 -2
- metadata +6 -8
- data/test/tmp/db/migrate/20161018205552_add_maestrano_to_monsters.rb +0 -16
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 87260e05e84bc26411b8506f75bcc95b3880917e
|
4
|
+
data.tar.gz: 5d1d488f5681f851fea19dcd291c183ffd55c821
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: acc1b8ddb1e53a91e1f15249b9114a19aa5a29f929773f076f7c72b9f2183f7cb51257c840684c5fb4441e0704f73ef37acf8aae273e6275227c2c18cf776dc4
|
7
|
+
data.tar.gz: ef543baca016b0338aa079771750148623581dc3b5bf91b99d27304bf4494bf632f6960e51ad5473102d29132f6376a96ef3eba41901a019cace85086500a78b
|
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
@@ -50,7 +50,7 @@ GEM
|
|
50
50
|
database_cleaner (1.5.3)
|
51
51
|
descendants_tracker (0.0.4)
|
52
52
|
thread_safe (~> 0.3, >= 0.3.1)
|
53
|
-
domain_name (0.5.
|
53
|
+
domain_name (0.5.20161021)
|
54
54
|
unf (>= 0.0.5, < 1.0.0)
|
55
55
|
erubis (2.7.0)
|
56
56
|
faraday (0.9.2)
|
@@ -104,7 +104,7 @@ GEM
|
|
104
104
|
nokogiri (>= 1.5.9)
|
105
105
|
macaddr (1.7.1)
|
106
106
|
systemu (~> 2.6.2)
|
107
|
-
maestrano (1.0.0
|
107
|
+
maestrano (1.0.0)
|
108
108
|
httparty (~> 0.14)
|
109
109
|
json (~> 1.8)
|
110
110
|
mime-types (~> 1.25)
|
@@ -218,7 +218,7 @@ DEPENDENCIES
|
|
218
218
|
haml-rails
|
219
219
|
jeweler
|
220
220
|
jquery-rails
|
221
|
-
maestrano (= 1.0.0
|
221
|
+
maestrano (= 1.0.0)
|
222
222
|
mocha (~> 1.1)
|
223
223
|
mongoid
|
224
224
|
pg
|
data/maestrano-rails.gemspec
CHANGED
@@ -2,16 +2,16 @@
|
|
2
2
|
# DO NOT EDIT THIS FILE DIRECTLY
|
3
3
|
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
|
4
4
|
# -*- encoding: utf-8 -*-
|
5
|
-
# stub: maestrano-rails 1.0.0
|
5
|
+
# stub: maestrano-rails 1.0.0 ruby lib
|
6
6
|
|
7
7
|
Gem::Specification.new do |s|
|
8
8
|
s.name = "maestrano-rails"
|
9
|
-
s.version = "1.0.0
|
9
|
+
s.version = "1.0.0"
|
10
10
|
|
11
|
-
s.required_rubygems_version = Gem::Requirement.new("
|
11
|
+
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
12
12
|
s.require_paths = ["lib"]
|
13
13
|
s.authors = ["Arnaud Lachaume"]
|
14
|
-
s.date = "2016-
|
14
|
+
s.date = "2016-11-25"
|
15
15
|
s.description = "Maestrano is the next generation marketplace for SME applications. See https://maestrano.com for details."
|
16
16
|
s.email = ["arnaud.lachaume@maestrano.com"]
|
17
17
|
s.extra_rdoc_files = [
|
@@ -51,7 +51,7 @@ Gem::Specification.new do |s|
|
|
51
51
|
s.licenses = ["MIT"]
|
52
52
|
s.rubygems_version = "2.5.1"
|
53
53
|
s.summary = "Rails plugin for Maestrano API"
|
54
|
-
s.test_files = ["test/controllers", "test/controllers/generic_controller_test.rb", "test/controllers/group_users_controller_test.rb", "test/controllers/groups_controller_test.rb", "test/controllers/metadata_controller_test.rb", "test/controllers/saml_controller_test.rb", "test/dummy", "test/dummy/db", "test/dummy/db/test.sqlite3", "test/dummy/log", "test/dummy/log/development.log", "test/dummy/log/test.log", "test/dummy_activerecord", "test/dummy_activerecord/README.rdoc", "test/dummy_activerecord/Rakefile", "test/dummy_activerecord/app", "test/dummy_activerecord/app/assets", "test/dummy_activerecord/app/assets/javascripts", "test/dummy_activerecord/app/assets/javascripts/application.js", "test/dummy_activerecord/app/assets/javascripts/pages.js", "test/dummy_activerecord/app/assets/stylesheets", "test/dummy_activerecord/app/assets/stylesheets/application.css", "test/dummy_activerecord/app/assets/stylesheets/pages.css", "test/dummy_activerecord/app/controllers", "test/dummy_activerecord/app/controllers/application_controller.rb", "test/dummy_activerecord/app/controllers/maestrano", "test/dummy_activerecord/app/controllers/maestrano/account", "test/dummy_activerecord/app/controllers/maestrano/account/group_users_controller.rb", "test/dummy_activerecord/app/controllers/maestrano/account/groups_controller.rb", "test/dummy_activerecord/app/controllers/maestrano/auth", "test/dummy_activerecord/app/controllers/maestrano/auth/saml_controller.rb", "test/dummy_activerecord/app/controllers/pages_controller.rb", "test/dummy_activerecord/app/helpers", "test/dummy_activerecord/app/helpers/application_helper.rb", "test/dummy_activerecord/app/helpers/pages_helper.rb", "test/dummy_activerecord/app/mailers", "test/dummy_activerecord/app/models", "test/dummy_activerecord/app/models/admin", "test/dummy_activerecord/app/models/admin.rb", "test/dummy_activerecord/app/models/admin/monster.rb", "test/dummy_activerecord/app/models/mno_crew.rb", "test/dummy_activerecord/app/models/mno_monster.rb", "test/dummy_activerecord/app/models/monster.rb", "test/dummy_activerecord/app/views", "test/dummy_activerecord/app/views/layouts", "test/dummy_activerecord/app/views/layouts/application.html.erb", "test/dummy_activerecord/app/views/pages", "test/dummy_activerecord/app/views/pages/home.html.erb", "test/dummy_activerecord/config", "test/dummy_activerecord/config.ru", "test/dummy_activerecord/config/application.rb", "test/dummy_activerecord/config/boot.rb", "test/dummy_activerecord/config/database.yml", "test/dummy_activerecord/config/environment.rb", "test/dummy_activerecord/config/environments", "test/dummy_activerecord/config/environments/development.rb", "test/dummy_activerecord/config/environments/production.rb", "test/dummy_activerecord/config/environments/test.rb", "test/dummy_activerecord/config/initializers", "test/dummy_activerecord/config/initializers/backtrace_silencers.rb", "test/dummy_activerecord/config/initializers/inflections.rb", "test/dummy_activerecord/config/initializers/maestrano.rb", "test/dummy_activerecord/config/initializers/mime_types.rb", "test/dummy_activerecord/config/initializers/secret_token.rb", "test/dummy_activerecord/config/initializers/session_store.rb", "test/dummy_activerecord/config/initializers/wrap_parameters.rb", "test/dummy_activerecord/config/locales", "test/dummy_activerecord/config/locales/en.yml", "test/dummy_activerecord/config/routes.rb", "test/dummy_activerecord/db", "test/dummy_activerecord/db/development.sqlite3", "test/dummy_activerecord/db/migrate", "test/dummy_activerecord/db/migrate/20140526125222_create_monsters.rb", "test/dummy_activerecord/db/migrate/20140526125242_create_admin_monsters.rb", "test/dummy_activerecord/db/migrate/20140526144828_create_mno_monsters.rb", "test/dummy_activerecord/db/migrate/20140526151139_create_mno_crews.rb", "test/dummy_activerecord/db/schema.rb", "test/dummy_activerecord/db/test.sqlite3", "test/dummy_activerecord/lib", "test/dummy_activerecord/lib/assets", "test/dummy_activerecord/log", "test/dummy_activerecord/log/development.log", "test/dummy_activerecord/log/test.log", "test/dummy_activerecord/public", "test/dummy_activerecord/public/404.html", "test/dummy_activerecord/public/422.html", "test/dummy_activerecord/public/500.html", "test/dummy_activerecord/public/favicon.ico", "test/dummy_activerecord/script", "test/dummy_activerecord/script/rails", "test/dummy_activerecord/tmp", "test/dummy_activerecord/tmp/cache", "test/dummy_activerecord/tmp/cache/assets", "test/dummy_activerecord/tmp/cache/assets/sprockets", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/-C", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/-C/-CUaFte-At_ZVb8D71c_AiMzrOPTXw-BMGqTojtmy3Y.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/-_", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/-_/-_MabpLUhXiPkxXGOiOrgjXkpEv73ICqppxBTxZvccw.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/01", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/01/01GEO_ZVbuwvmST4e85z6nkHLX1bc3e_ywpiUzFPnSo.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/0K", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/0K/0Kl2n4Uk_bMN9p4smyeemwQGasEZIOn0fQO0eJfKaTY.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/1F", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/1F/1FTJP_uF11AXjtmunFnHKmvNuLGFkJKlZx07cpkVt1E.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/2-", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/2-/2-0w2lrUYGJTWSS8ctq_qa38uSr88P2L-iV2bXyyGuA.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/2-0w2lrUYGJTWSS8ctq_qa38uSr88P2L-iV2bXyyGuA.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/2K", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/2K/2K-jK2KOfbYsAG5az024Vrk_WQn6Dm09R2dlscmZDs4.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/5P", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/5P/5P5zP6yAr0lenf-iJYYc2OjmzqumtroTKdE04IU80bI.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/5P/5PzaTKdv0KAps-RvN527yFgLosXBCc5UUImL9ZsEutI.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/5g", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/5g/5g7dhxVp4YbZmFw_-T3aU2oYq2Z9Jgtps0CKneXYSS0.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/5g7dhxVp4YbZmFw_-T3aU2oYq2Z9Jgtps0CKneXYSS0.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/5t", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/5t/5tSJkXP0EAhAS8ZziWUc_XxADJ9TudnU4KyNUnyqVLA.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/69", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/69/691Ojglb0GeVkTxD5eKWXmRXNoeME4UAnH5X1n0GoaQ.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/7e", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/7e/7ewNUUbYWPSho4J7FsnBSX8DqsEbHot9_-drxqle7-E.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/8b", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/8b/8b3VRw_Sg7AHBoUEtl-pD8Kl0JCDUwVO_UDXnEWTFC8.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/9j4Cn3Bg7rj2--N8lWHQ-aSIKt0CZxl7GNjlSaHb7L0.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/9t", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/9t/9tskPO8cPRwEU4WKSW401X6HTXgIZWq3f_oRK3doRmc.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/A1", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/A1/A1SEgJJSv7Jags4WoF0W2RYL295mnVszcr_ylelr8Qs.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/BQ", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/BQ/BQtyJR3ccqed7_s43p3BPj3IL18LWu1Fo1ZnzWC3qcc.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/BQtyJR3ccqed7_s43p3BPj3IL18LWu1Fo1ZnzWC3qcc.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/Bx", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/Bx/Bx-UB5UMXrZgolnJ2S-_Dqmz2x3B-pOUioyvhiLk85U.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/CG", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/CG/CG8g94hLztQB9P9eQcLq4g397J6t5yY2fBM6781UzIU.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/Cy", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/Cy/CyMO22fWi_h02uV841PlMAXrMeZHgNBiR7r4QsDasFU.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/DC", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/DC/DCjrERNLpUn0h_39QgyKP2SEj_ztEITtIf_Yt6l4Ons.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/DE", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/DE/DEINW1gPZfN8jHQiaEUXkAci3xV6Aq1XhHIfUDlFuZI.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/EM", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/EM/EMLT9zZMN-sck7pu8sMhRXp7ScTRWRb1t8UyEGuW6sY.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/F6", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/F6/F6rU8vGhp73xXYTB4oocVkDxyTjuw4IIAAU3F_tkxVg.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/GDQMRgyhp21p2xg_ITm3PdEDJXU-mgllQ2Mij3aSig4.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/Gk", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/Gk/GkzGL45U4eDCASTP-jH69Bqqn1QuLI83Hl7uH9br7NM.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/HmDZuiDF0OtgSoq7e2rtPrN16sGrNzJO1GrvmJBFqYs.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/IgIskv_-aTzPU_wM_Xr1bhk_nLAf8zYrjJonfNtAv6E.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/Ir", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/Ir/IrC3CI4UK9epEnLL0YUsgNBcThnYcTbaNjMC5uPv1Uo.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/IrC3CI4UK9epEnLL0YUsgNBcThnYcTbaNjMC5uPv1Uo.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/K_kmfMGNdm_wfvEnsfYglN-C8fj94rbCQJSnAI03mNU.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/Kk", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/Kk/KkFt0z0fhE3JMKKLAuhaZLRypV5zxOWEkwqzPvXcga4.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/LN4-PLL3b8DkfopaNEJ8U-nu9FuSHjEL4nELYoYCub8.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/LniLozFK0AHveFRcKmFzbr_tFBteoecaWgVBQbJwaL0.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/M6sHCm5v32qRTBidHBsrTORDxaA9SCVgH3jnRn8iNLk.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/MN", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/MN/MN1e_LrVyR3aNfPSaw2wFbdnjecirT0mldx-SjT_oj4.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/Mk", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/Mk/MkmQjG68clE_f7Mq_FHyfHwMSm9rwtkec26otxHVXIE.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/Mw", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/Mw/MwYWZsJm1ste7zBLFfcVSVUsroBgKDJGIbOUXJAs2Ck.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/N6i2RwsdhSsA60KxpXlF7RYb3gLVu2mOQlWzPTMcNw4.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/O7", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/O7/O76sfqU0WEpkBo_1l-r1Cudc5HCo965eLIsEIL3aTkE.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/OH", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/OH/OH5sGA6GHD4qAgHK48pd9JOpj87ia6OgH20xrqBZ4uQ.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/Ol", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/Ol/OlImw7UgWtLs2DLafYZTcgku0dz__K03i797LWEpq_I.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/POVOiJI4HFOnKUqmwmHBWI-64koorns1IzsUwQdJwL0.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/QB", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/QB/QBK6F9LPdIBQ4zZx6EoclnW8dhHBFXHw5HEvvkwW5BM.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/Qk", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/Qk/Qk70I8BICRve2U-far2u5YFGnw_iUCF8PHp0BUTosXc.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/Rg", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/Rg/Rg0g0M_4DLsDPnXdymA6-XwEmUKAUosbktqFseoGBPA.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/TM6G95HBN6Kv_sF1SaADJyoSpQQSLmMnUXVn2f1jlnY.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/Tt", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/Tt/Tt7BFxeTDVYhFn2q6Bm8QvO0iZtqhpU3Py0aNUJ5kMI.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/U6", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/U6/U6DY0EQX7ivVHlU-Mckxvy1F8CLv81PGVie7lGAR5IM.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/UA", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/UA/UAYWm416Cm5D21fLcF-6Z5laZqeztvd9HINx5NhXQ2M.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/UF", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/UF/UFtgN0i1Oi7hYxXWi9UeyZeJyu8STn29o1JRQ4_z2Mo.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/UG", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/UG/UGvEaN6gnQMmC4dIqHsCaqNXpkBYrSq6LJTAj4yOu0o.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/Um", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/Um/Umm0xct07dhJS0LcSl4C7qjuqwe29RPrcArcHmpCH9E.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/Uu", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/Uu/UuOV1aKeAjpnuZekKjchUCIeZ2t61ZP4bx_N097pmXo.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/VC", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/VC/VCKtidQxue9KbDXM-_MSEOX-AwJEw3JfqjZTlhORFsc.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/VN", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/VN/VNCapNKJLeponthNeFJhaBYs92UBT3P8PugENHP0474.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/VNCapNKJLeponthNeFJhaBYs92UBT3P8PugENHP0474.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/Vz", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/Vz/Vz-TATKC0c3E0YTxgKKvL-6zVhnrKZuTLimk0mFdkhI.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/W1", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/W1/W1I750hXtFauIXfdF_h8f0H6Eh9fPjn1nb3WDnJGJ_0.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/W1I750hXtFauIXfdF_h8f0H6Eh9fPjn1nb3WDnJGJ_0.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/W7", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/W7/W7d2rPy6yLypXS-89gBe3ECwqcl-qyP0kY8fZUYn3cA.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/WHb_lDwqFJu6BaJF8_AHwWMmgY9AIS0RUjJZATvHGy8.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/WkKqqsOutgzMPu_Ym1AolTwC2_fRzqxbvRFpO9Lgh5s.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/Wo3dLIbJvLLO5QrL7Lxqf8CcxQPjTVgZjmAHci0eYlg.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/Wy", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/Wy/WysFSaiqCYDbaF-mGd5PfM4efJrLBs26kTHbQnU5Ly4.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/X8", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/X8/X8hH9P7zXF3_qaGOqjdJu-Q0DDh0CLtF6J4Rl_iipTc.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/XJ", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/XJ/XJcXzqn-ILsbVbGUfL1V9-vMJa2RhZQXvIl1KD0qQKo.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/Y0", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/Y0/Y0NzY5PAN_S55uV44yAyi0fmpb55hlY9U-m6zmeaQ94.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/Y4", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/Y4/Y4YIxBzlr-voaaEbWbyhQAJ3Us31tSGEZW1eGouOvI0.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/YS", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/YS/YSxkDLtbGGCU6Vpj9rLG6JFuS6nS8okz8xti5FamUXU.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/YY", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/YY/YYhr-BwbA5CTzaT_XI_ORMHpS3ej0MO1lLNgjFngUvM.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/Yz", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/Yz/YzAR55QBcbsqyp16R0iYCThLfwEMn78wC8S6iVZ8uRY.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/Yz/Yza7CX8B027EL_R0EHrj4lKZHsJAYero5W8ClbMzkSc.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/_0", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/_0/_0e7qyz2hlaVUnFKkdSQ0FgTeYWclku4mrKGDA79Pi0.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/aAuuIrhNOw2g3r2XWyh_9bURa6E2xn_5BCVi43ab-Ps.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/aQ", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/aQ/aQ4tjj4pb240O8fpsoxJkiwnGPIzMCqlnIOixgsTvng.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/a_", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/a_/a_rB_oXwjeDj_Ed9z78I_2XMuYttxCUTpq7p-SdyRKA.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/b7", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/b7/b7lBpkBxQaCxHBBRf-QF0CiQKnRE8kYGLUzgAPTjf_k.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/b7lBpkBxQaCxHBBRf-QF0CiQKnRE8kYGLUzgAPTjf_k.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/bE", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/bE/bEM-nbvZZlvHd-VVEeByhYFYw_PQoPz0Cih2JCzGCi4.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/bE/bE_yCKU0tNqBpbEeDVUDiUV4gvVvnGUjzkFYtfPfpkc.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/c9", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/c9/c9zI3eluj1D9PPXiXebe-t9dJT4Ig0Sb-IbApxvnBBk.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/cO", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/cO/cOnGXbZBuECgR-W3wVHU8YytNMV49F-3ycqatcz0jaE.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/d6", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/d6/d6-acrFwj2KUSJ8gCI-lSkjYvxy5h6H-6Tu80yrkQlI.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/el", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/el/elwOvgAJ85O6bhimWI8AJJbAOJO-_oUSslLhr9GEfFc.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/elwOvgAJ85O6bhimWI8AJJbAOJO-_oUSslLhr9GEfFc.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/f2", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/f2/f24X6kv-eKoaf2WflS1e0_bGgTmQyZ2-sAiNvxSkYKo.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/f8", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/f8/f8WWrWAptfo1qSmHsTYrCJzb_vYG0wpQ9xvPvb0F6yI.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/f8WWrWAptfo1qSmHsTYrCJzb_vYG0wpQ9xvPvb0F6yI.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/gz", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/gz/gzCGY5IhGYaNB8gu2UxMSi2hql0AOr1zSuu-asymhbY.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/h3", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/h3/h3-zQAH3XpWfKP0e8v2Jpj4uIegZcxDNdBXm71Rmq9g.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/h3/h3R0ogDb3_Lv-eriMG2QniXy7gKnqx_JR1m4TuPmifE.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/hcPk5eM7VJPi2ZM7DxeJRgnl-LSUUd_GrYrFi2mj0Yc.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/iO", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/iO/iOprhQvDwUFWOwTIXAN7nqRSNUxtNegez2gEqgNlpVM.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/if", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/if/ifn-Hyn3GANzQ-CLgwbON3wMTpC4K9OyPRSIRjldZ1A.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/jC", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/jC/jCAdpJEQwSeSSrCluGFOJsHNE6VcAWViGJ0P-G0t6mA.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/jM", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/jM/jMfkNCJOENGI6boAyB_dmfF0GCAk4Jg1Njb0iJwVNkg.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/jV", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/jV/jVYDoH740FovMrSLk0lco9WCkrzffwRpddwN2ZBMsGQ.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/lA", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/lA/lAcnrF9oDGhlBUt2ovpl3xN6csxijQ9X5DNyvDCjNLk.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/lB", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/lB/lB-6XZIj11C1x8ixdiolbBYjzVf6baxZlalC-qg5UHk.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/l_", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/l_/l_tJ9WwBL9Q8XjxQN56nGuGtCrP7kGBvE8e76g8tRC0.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/l_tJ9WwBL9Q8XjxQN56nGuGtCrP7kGBvE8e76g8tRC0.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/lt", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/lt/ltHfS3at480sLxxMu-MaiUGV9g2lURx1vhZVOCVLojE.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/mz", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/mz/mza7QOu1wEmWaNoL3wpiHCroiylMRlg9bxjJtbEqZr0.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/oq", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/oq/oqVkVOrnW7zIQqXe_2p4bZbOShNyg0DnfcM3Ww-Mqig.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/ph", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/ph/phskQTPSOqrdvCdPHZ_6JRzQL-kFbfkH76uZWJTDRAw.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/qY", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/qY/qY82QbvY3JrynAsb6pAVt8teuBrKIkOQ4Yw25pqPvE0.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/qY82QbvY3JrynAsb6pAVt8teuBrKIkOQ4Yw25pqPvE0.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/qk", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/qk/qkS311TykdauETodnLlHfo1qZIq9PPP_Pe6yJjnnMoY.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/qm", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/qm/qmXZpMdbZGPbadZJnUaTPei8HWkc6KipILWYqnKvAAA.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/r4", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/r4/r4bTG_zVpDgcHOhLZ3BAqCjLU0TFzUiEXjRPE36P-A8.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/rZ", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/rZ/rZh-weycsGh97B_CY_OGtw7vb9T4w_dUaSDierI0z8E.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/rj", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/rj/rjZFcBcZBcZzhVbfMwVzSmiPIhOG3lI-TPXRAVtpN6I.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/rjZFcBcZBcZzhVbfMwVzSmiPIhOG3lI-TPXRAVtpN6I.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/sI", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/sI/sI6ei0tAH9tdIE546hDUx79V9LxZykfRWqMcKzDkYTg.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/spcLVj7sWjAbzSoM2eka7e_jHpvNnVKRzuuDwd0m-pQ.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/uESU-1lgcxaDZ5lrTLLAlg8GUd-Igwr2gRavnaveWXU.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/ue", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/ue/ue3v4h_bRvmZHu9OmCth5E6MIP4HymD3ntOmdWMYJyQ.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/wc", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/wc/wcoBXcTCK49dLJ87Fs1xN8uVqscZ76vCcYZ8Apba-dg.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/wo", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/wo/woAXOH3NlZuNE-gjwApF3aSKNlbIbWZbAmIZrXwWvL0.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/xq", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/xq/xql4V_K2Vr9TG-0PyQcazMrTMJOkQNWAmld-iJBpdEQ.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/y66z-kCCKl0cyGdSI_hQzkRNjxRApQedRgJVTu3BuRo.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/yJMqE54-t1my_dumhIg6mamMyRx0qADs7nY7cks0l-Q.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/yl", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/yl/yljvhTTX_qThC71Fdi_dvosdGbuSyMY_gfnZ-2NzTO0.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/zcBfaDXG5wGN1mPgJL8V1Y7f3VJ7zCZzS4q4zY6CkEM.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/zg", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/zg/zgNNVNtQdWjhAQpnmcSnMrE6iSX9TTjzIEefhvjdVxw.cache", "test/dummy_activerecord/tmp/cache/assets/test", "test/dummy_activerecord/tmp/cache/assets/test/sprockets", "test/dummy_activerecord/tmp/cache/assets/test/sprockets/070df203a09a9d4a368db8396165a105", "test/dummy_activerecord/tmp/cache/assets/test/sprockets/13fe41fee1fe35b49d145bcc06610705", "test/dummy_activerecord/tmp/cache/assets/test/sprockets/2a43a943daba23e5e37e8edf97cb0bdb", "test/dummy_activerecord/tmp/cache/assets/test/sprockets/2f5173deea6c795b8fdde723bb4b63af", "test/dummy_activerecord/tmp/cache/assets/test/sprockets/357970feca3ac29060c1e3861e2c0953", "test/dummy_activerecord/tmp/cache/assets/test/sprockets/4d062bee73f43586c17d29a175f6243e", "test/dummy_activerecord/tmp/cache/assets/test/sprockets/58e369b37e5157ea746a485eea17e9f7", "test/dummy_activerecord/tmp/cache/assets/test/sprockets/7ae10239eda2588a95fdcc7d871bef52", "test/dummy_activerecord/tmp/cache/assets/test/sprockets/8d5d60255600aa010a32e1d1a9bc6db6", "test/dummy_activerecord/tmp/cache/assets/test/sprockets/b3d9b0e88cdded276ebdce333e338a85", "test/dummy_activerecord/tmp/cache/assets/test/sprockets/cffd775d018f68ce5dba1ee0d951a994", "test/dummy_activerecord/tmp/cache/assets/test/sprockets/d771ace226fc8215a3572e0aa35bb0d6", "test/dummy_activerecord/tmp/cache/assets/test/sprockets/e6e7b55d41c79514c44c3c8a45c17c60", "test/dummy_activerecord/tmp/cache/assets/test/sprockets/f7cbd26ba1d28d48de824f0e94586655", "test/dummy_activerecord/tmp/cache/sprockets", "test/dummy_activerecord/tmp/cache/sprockets/v3.0", "test/dummy_activerecord/tmp/cache/sprockets/v3.0/0sUVkLi2-TZrZ_FT_mDeGoWMwGpS48yEfEYxihy5nmI.cache", "test/dummy_activerecord/tmp/cache/sprockets/v3.0/2-0w2lrUYGJTWSS8ctq_qa38uSr88P2L-iV2bXyyGuA.cache", "test/dummy_activerecord/tmp/cache/sprockets/v3.0/38HqlC3fOtaqYgpSbnmBJox6dlNY7sjNBTzMNCFx4Mc.cache", "test/dummy_activerecord/tmp/cache/sprockets/v3.0/43SLVxa0HLJIPQPZDlXpd9_dnIUqeCXVwOA2A9V0Vsc.cache", "test/dummy_activerecord/tmp/cache/sprockets/v3.0/5g7dhxVp4YbZmFw_-T3aU2oYq2Z9Jgtps0CKneXYSS0.cache", "test/dummy_activerecord/tmp/cache/sprockets/v3.0/7dUbHTwNQg5wkMpfSRWE_RDbzc7O3Kwh7s07ubAzXxY.cache", "test/dummy_activerecord/tmp/cache/sprockets/v3.0/9j4Cn3Bg7rj2--N8lWHQ-aSIKt0CZxl7GNjlSaHb7L0.cache", "test/dummy_activerecord/tmp/cache/sprockets/v3.0/B5aB2pc11WJxcU-HyLFLnLC96fMFlug6Amz8hS7jDj0.cache", "test/dummy_activerecord/tmp/cache/sprockets/v3.0/BQtyJR3ccqed7_s43p3BPj3IL18LWu1Fo1ZnzWC3qcc.cache", "test/dummy_activerecord/tmp/cache/sprockets/v3.0/CLp73dIq-CQDXyYTsWbjSxI4NqvVR1Uci51S3Rt83yc.cache", "test/dummy_activerecord/tmp/cache/sprockets/v3.0/F7q3Bp8Hvzh5mn9AJr9g9uo5GfbZkigepPO5ZXkTzGY.cache", "test/dummy_activerecord/tmp/cache/sprockets/v3.0/GBhwl-B9glhyk8ElvTWqe6I65UKde5wR9fVxPwwJ2Hg.cache", "test/dummy_activerecord/tmp/cache/sprockets/v3.0/GDQMRgyhp21p2xg_ITm3PdEDJXU-mgllQ2Mij3aSig4.cache", "test/dummy_activerecord/tmp/cache/sprockets/v3.0/HmDZuiDF0OtgSoq7e2rtPrN16sGrNzJO1GrvmJBFqYs.cache", "test/dummy_activerecord/tmp/cache/sprockets/v3.0/IXVtyHRBEhzVHqrNmcus7pvHXuNfpReCzYzxhB7bBPA.cache", "test/dummy_activerecord/tmp/cache/sprockets/v3.0/IgIskv_-aTzPU_wM_Xr1bhk_nLAf8zYrjJonfNtAv6E.cache", "test/dummy_activerecord/tmp/cache/sprockets/v3.0/IrC3CI4UK9epEnLL0YUsgNBcThnYcTbaNjMC5uPv1Uo.cache", "test/dummy_activerecord/tmp/cache/sprockets/v3.0/K_kmfMGNdm_wfvEnsfYglN-C8fj94rbCQJSnAI03mNU.cache", "test/dummy_activerecord/tmp/cache/sprockets/v3.0/KzZa0OWunZJvtU11r_4UKZgCItVQkohjptcFbJ570cU.cache", "test/dummy_activerecord/tmp/cache/sprockets/v3.0/LN4-PLL3b8DkfopaNEJ8U-nu9FuSHjEL4nELYoYCub8.cache", "test/dummy_activerecord/tmp/cache/sprockets/v3.0/LniLozFK0AHveFRcKmFzbr_tFBteoecaWgVBQbJwaL0.cache", "test/dummy_activerecord/tmp/cache/sprockets/v3.0/M0WOwkZpyk3ShmXHNFhdl4BgfEyvgZuzn40Fww00RYM.cache", "test/dummy_activerecord/tmp/cache/sprockets/v3.0/M6sHCm5v32qRTBidHBsrTORDxaA9SCVgH3jnRn8iNLk.cache", "test/dummy_activerecord/tmp/cache/sprockets/v3.0/N6i2RwsdhSsA60KxpXlF7RYb3gLVu2mOQlWzPTMcNw4.cache", "test/dummy_activerecord/tmp/cache/sprockets/v3.0/POVOiJI4HFOnKUqmwmHBWI-64koorns1IzsUwQdJwL0.cache", "test/dummy_activerecord/tmp/cache/sprockets/v3.0/TM6G95HBN6Kv_sF1SaADJyoSpQQSLmMnUXVn2f1jlnY.cache", "test/dummy_activerecord/tmp/cache/sprockets/v3.0/TsyULHo-Ep-IDDhu6nN9frFLJNe7hg_op-o6g3Ycp48.cache", "test/dummy_activerecord/tmp/cache/sprockets/v3.0/VNCapNKJLeponthNeFJhaBYs92UBT3P8PugENHP0474.cache", "test/dummy_activerecord/tmp/cache/sprockets/v3.0/W1I750hXtFauIXfdF_h8f0H6Eh9fPjn1nb3WDnJGJ_0.cache", "test/dummy_activerecord/tmp/cache/sprockets/v3.0/WHb_lDwqFJu6BaJF8_AHwWMmgY9AIS0RUjJZATvHGy8.cache", "test/dummy_activerecord/tmp/cache/sprockets/v3.0/WkKqqsOutgzMPu_Ym1AolTwC2_fRzqxbvRFpO9Lgh5s.cache", "test/dummy_activerecord/tmp/cache/sprockets/v3.0/Wo3dLIbJvLLO5QrL7Lxqf8CcxQPjTVgZjmAHci0eYlg.cache", "test/dummy_activerecord/tmp/cache/sprockets/v3.0/aAuuIrhNOw2g3r2XWyh_9bURa6E2xn_5BCVi43ab-Ps.cache", "test/dummy_activerecord/tmp/cache/sprockets/v3.0/aFlSrtCQNya8JILRa5652nUEY0ACPTd_pGU3yXuOx9o.cache", "test/dummy_activerecord/tmp/cache/sprockets/v3.0/b7lBpkBxQaCxHBBRf-QF0CiQKnRE8kYGLUzgAPTjf_k.cache", "test/dummy_activerecord/tmp/cache/sprockets/v3.0/c5Auc2IFYhhN0woGElqbdz3HoROtMJX4TmUNekopcik.cache", "test/dummy_activerecord/tmp/cache/sprockets/v3.0/degszJUXEQsWvjrjcbxJNLqH6tFybiuIClFdPT8qgyE.cache", "test/dummy_activerecord/tmp/cache/sprockets/v3.0/elwOvgAJ85O6bhimWI8AJJbAOJO-_oUSslLhr9GEfFc.cache", "test/dummy_activerecord/tmp/cache/sprockets/v3.0/f8WWrWAptfo1qSmHsTYrCJzb_vYG0wpQ9xvPvb0F6yI.cache", "test/dummy_activerecord/tmp/cache/sprockets/v3.0/hcPk5eM7VJPi2ZM7DxeJRgnl-LSUUd_GrYrFi2mj0Yc.cache", "test/dummy_activerecord/tmp/cache/sprockets/v3.0/kw00uOxe2W3DagBUVa0aLGOXTAH8i5-PNNpxyDJXkR0.cache", "test/dummy_activerecord/tmp/cache/sprockets/v3.0/l_tJ9WwBL9Q8XjxQN56nGuGtCrP7kGBvE8e76g8tRC0.cache", "test/dummy_activerecord/tmp/cache/sprockets/v3.0/neudolVI7_nIBYKcEI1npz278d2-LSi4Y8fK5Z2ctTY.cache", "test/dummy_activerecord/tmp/cache/sprockets/v3.0/qY82QbvY3JrynAsb6pAVt8teuBrKIkOQ4Yw25pqPvE0.cache", "test/dummy_activerecord/tmp/cache/sprockets/v3.0/qg_wftmO7jS_a89vOJgaK0THZaNR8KUscoQjo9oWPVU.cache", "test/dummy_activerecord/tmp/cache/sprockets/v3.0/rjZFcBcZBcZzhVbfMwVzSmiPIhOG3lI-TPXRAVtpN6I.cache", "test/dummy_activerecord/tmp/cache/sprockets/v3.0/smkGipMoyg_yBW7rvwuP9Ci_fdWK1w68wbhDgjEjHcw.cache", "test/dummy_activerecord/tmp/cache/sprockets/v3.0/smpyMrlMLm6NqLzR4-8kAty0B7CHGePCuc4KKNIU43Y.cache", "test/dummy_activerecord/tmp/cache/sprockets/v3.0/spcLVj7sWjAbzSoM2eka7e_jHpvNnVKRzuuDwd0m-pQ.cache", "test/dummy_activerecord/tmp/cache/sprockets/v3.0/uESU-1lgcxaDZ5lrTLLAlg8GUd-Igwr2gRavnaveWXU.cache", "test/dummy_activerecord/tmp/cache/sprockets/v3.0/y66z-kCCKl0cyGdSI_hQzkRNjxRApQedRgJVTu3BuRo.cache", "test/dummy_activerecord/tmp/cache/sprockets/v3.0/yJMqE54-t1my_dumhIg6mamMyRx0qADs7nY7cks0l-Q.cache", "test/dummy_activerecord/tmp/cache/sprockets/v3.0/ypxuZOcRS1MWu4o3mfAWRIDDdEl4uWHuDdXkvQoohc4.cache", "test/dummy_activerecord/tmp/cache/sprockets/v3.0/zcBfaDXG5wGN1mPgJL8V1Y7f3VJ7zCZzS4q4zY6CkEM.cache", "test/dummy_mongoid", "test/dummy_mongoid/README.rdoc", "test/dummy_mongoid/Rakefile", "test/dummy_mongoid/app", "test/dummy_mongoid/app/assets", "test/dummy_mongoid/app/assets/javascripts", "test/dummy_mongoid/app/assets/javascripts/application.js", "test/dummy_mongoid/app/assets/javascripts/pages.js", "test/dummy_mongoid/app/assets/stylesheets", "test/dummy_mongoid/app/assets/stylesheets/application.css", "test/dummy_mongoid/app/assets/stylesheets/pages.css", "test/dummy_mongoid/app/controllers", "test/dummy_mongoid/app/controllers/application_controller.rb", "test/dummy_mongoid/app/controllers/maestrano", "test/dummy_mongoid/app/controllers/maestrano/account", "test/dummy_mongoid/app/controllers/maestrano/account/group_users_controller.rb", "test/dummy_mongoid/app/controllers/maestrano/account/groups_controller.rb", "test/dummy_mongoid/app/controllers/maestrano/auth", "test/dummy_mongoid/app/controllers/maestrano/auth/saml_controller.rb", "test/dummy_mongoid/app/controllers/pages_controller.rb", "test/dummy_mongoid/app/helpers", "test/dummy_mongoid/app/helpers/application_helper.rb", "test/dummy_mongoid/app/helpers/pages_helper.rb", "test/dummy_mongoid/app/mailers", "test/dummy_mongoid/app/models", "test/dummy_mongoid/app/models/mno_crew.rb", "test/dummy_mongoid/app/models/mno_monster.rb", "test/dummy_mongoid/app/models/monster.rb", "test/dummy_mongoid/app/views", "test/dummy_mongoid/app/views/layouts", "test/dummy_mongoid/app/views/layouts/application.html.erb", "test/dummy_mongoid/app/views/pages", "test/dummy_mongoid/app/views/pages/home.html.erb", "test/dummy_mongoid/config", "test/dummy_mongoid/config.ru", "test/dummy_mongoid/config/application.rb", "test/dummy_mongoid/config/boot.rb", "test/dummy_mongoid/config/environment.rb", "test/dummy_mongoid/config/environments", "test/dummy_mongoid/config/environments/development.rb", "test/dummy_mongoid/config/environments/production.rb", "test/dummy_mongoid/config/environments/test.rb", "test/dummy_mongoid/config/initializers", "test/dummy_mongoid/config/initializers/backtrace_silencers.rb", "test/dummy_mongoid/config/initializers/inflections.rb", "test/dummy_mongoid/config/initializers/maestrano.rb", "test/dummy_mongoid/config/initializers/mime_types.rb", "test/dummy_mongoid/config/initializers/secret_token.rb", "test/dummy_mongoid/config/initializers/session_store.rb", "test/dummy_mongoid/config/initializers/wrap_parameters.rb", "test/dummy_mongoid/config/locales", "test/dummy_mongoid/config/locales/en.yml", "test/dummy_mongoid/config/mongoid.yml", "test/dummy_mongoid/config/routes.rb", "test/dummy_mongoid/db", "test/dummy_mongoid/db/migrate", "test/dummy_mongoid/db/migrate/20140526125222_create_monsters.rb", "test/dummy_mongoid/db/migrate/20140526125242_create_admin_monsters.rb", "test/dummy_mongoid/db/migrate/20140526144828_create_mno_monsters.rb", "test/dummy_mongoid/db/migrate/20140526151139_create_mno_crews.rb", "test/dummy_mongoid/db/schema.rb", "test/dummy_mongoid/lib", "test/dummy_mongoid/lib/assets", "test/dummy_mongoid/log", "test/dummy_mongoid/public", "test/dummy_mongoid/public/404.html", "test/dummy_mongoid/public/422.html", "test/dummy_mongoid/public/500.html", "test/dummy_mongoid/public/favicon.ico", "test/dummy_mongoid/script", "test/dummy_mongoid/script/rails", "test/generators", "test/generators/group", "test/generators/group/active_record_generator_test.rb", "test/generators/group/mongoid_generator_test.rb", "test/generators/group_generator_test.rb", "test/generators/install_generator_test.rb", "test/generators/user", "test/generators/user/active_record_generator_test.rb", "test/generators/user/mongoid_generator_test.rb", "test/generators/user_generator_test.rb", "test/maestrano-rails_test.rb", "test/models", "test/models/maestrano_group_via_test.rb", "test/models/maestrano_user_via_test.rb", "test/test_files", "test/test_files/config", "test/test_files/config/routes.rb", "test/test_helper.rb", "test/tmp", "test/tmp/app", "test/tmp/app/models", "test/tmp/app/models/monster.rb", "test/tmp/db", "test/tmp/db/migrate", "test/tmp/db/migrate/20161018205552_add_maestrano_to_monsters.rb"]
|
54
|
+
s.test_files = ["test/controllers", "test/controllers/generic_controller_test.rb", "test/controllers/group_users_controller_test.rb", "test/controllers/groups_controller_test.rb", "test/controllers/metadata_controller_test.rb", "test/controllers/saml_controller_test.rb", "test/dummy", "test/dummy/db", "test/dummy/db/test.sqlite3", "test/dummy/log", "test/dummy/log/development.log", "test/dummy/log/test.log", "test/dummy_activerecord", "test/dummy_activerecord/README.rdoc", "test/dummy_activerecord/Rakefile", "test/dummy_activerecord/app", "test/dummy_activerecord/app/assets", "test/dummy_activerecord/app/assets/javascripts", "test/dummy_activerecord/app/assets/javascripts/application.js", "test/dummy_activerecord/app/assets/javascripts/pages.js", "test/dummy_activerecord/app/assets/stylesheets", "test/dummy_activerecord/app/assets/stylesheets/application.css", "test/dummy_activerecord/app/assets/stylesheets/pages.css", "test/dummy_activerecord/app/controllers", "test/dummy_activerecord/app/controllers/application_controller.rb", "test/dummy_activerecord/app/controllers/maestrano", "test/dummy_activerecord/app/controllers/maestrano/account", "test/dummy_activerecord/app/controllers/maestrano/account/group_users_controller.rb", "test/dummy_activerecord/app/controllers/maestrano/account/groups_controller.rb", "test/dummy_activerecord/app/controllers/maestrano/auth", "test/dummy_activerecord/app/controllers/maestrano/auth/saml_controller.rb", "test/dummy_activerecord/app/controllers/pages_controller.rb", "test/dummy_activerecord/app/helpers", "test/dummy_activerecord/app/helpers/application_helper.rb", "test/dummy_activerecord/app/helpers/pages_helper.rb", "test/dummy_activerecord/app/mailers", "test/dummy_activerecord/app/models", "test/dummy_activerecord/app/models/admin", "test/dummy_activerecord/app/models/admin.rb", "test/dummy_activerecord/app/models/admin/monster.rb", "test/dummy_activerecord/app/models/mno_crew.rb", "test/dummy_activerecord/app/models/mno_monster.rb", "test/dummy_activerecord/app/models/monster.rb", "test/dummy_activerecord/app/views", "test/dummy_activerecord/app/views/layouts", "test/dummy_activerecord/app/views/layouts/application.html.erb", "test/dummy_activerecord/app/views/pages", "test/dummy_activerecord/app/views/pages/home.html.erb", "test/dummy_activerecord/config", "test/dummy_activerecord/config.ru", "test/dummy_activerecord/config/application.rb", "test/dummy_activerecord/config/boot.rb", "test/dummy_activerecord/config/database.yml", "test/dummy_activerecord/config/environment.rb", "test/dummy_activerecord/config/environments", "test/dummy_activerecord/config/environments/development.rb", "test/dummy_activerecord/config/environments/production.rb", "test/dummy_activerecord/config/environments/test.rb", "test/dummy_activerecord/config/initializers", "test/dummy_activerecord/config/initializers/backtrace_silencers.rb", "test/dummy_activerecord/config/initializers/inflections.rb", "test/dummy_activerecord/config/initializers/maestrano.rb", "test/dummy_activerecord/config/initializers/mime_types.rb", "test/dummy_activerecord/config/initializers/secret_token.rb", "test/dummy_activerecord/config/initializers/session_store.rb", "test/dummy_activerecord/config/initializers/wrap_parameters.rb", "test/dummy_activerecord/config/locales", "test/dummy_activerecord/config/locales/en.yml", "test/dummy_activerecord/config/routes.rb", "test/dummy_activerecord/db", "test/dummy_activerecord/db/development.sqlite3", "test/dummy_activerecord/db/migrate", "test/dummy_activerecord/db/migrate/20140526125222_create_monsters.rb", "test/dummy_activerecord/db/migrate/20140526125242_create_admin_monsters.rb", "test/dummy_activerecord/db/migrate/20140526144828_create_mno_monsters.rb", "test/dummy_activerecord/db/migrate/20140526151139_create_mno_crews.rb", "test/dummy_activerecord/db/schema.rb", "test/dummy_activerecord/db/test.sqlite3", "test/dummy_activerecord/lib", "test/dummy_activerecord/lib/assets", "test/dummy_activerecord/log", "test/dummy_activerecord/log/development.log", "test/dummy_activerecord/log/test.log", "test/dummy_activerecord/public", "test/dummy_activerecord/public/404.html", "test/dummy_activerecord/public/422.html", "test/dummy_activerecord/public/500.html", "test/dummy_activerecord/public/favicon.ico", "test/dummy_activerecord/script", "test/dummy_activerecord/script/rails", "test/dummy_activerecord/tmp", "test/dummy_activerecord/tmp/cache", "test/dummy_activerecord/tmp/cache/assets", "test/dummy_activerecord/tmp/cache/assets/sprockets", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/-C", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/-C/-CUaFte-At_ZVb8D71c_AiMzrOPTXw-BMGqTojtmy3Y.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/-_", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/-_/-_MabpLUhXiPkxXGOiOrgjXkpEv73ICqppxBTxZvccw.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/01", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/01/01GEO_ZVbuwvmST4e85z6nkHLX1bc3e_ywpiUzFPnSo.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/0K", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/0K/0Kl2n4Uk_bMN9p4smyeemwQGasEZIOn0fQO0eJfKaTY.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/1F", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/1F/1FTJP_uF11AXjtmunFnHKmvNuLGFkJKlZx07cpkVt1E.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/2-", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/2-/2-0w2lrUYGJTWSS8ctq_qa38uSr88P2L-iV2bXyyGuA.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/2-0w2lrUYGJTWSS8ctq_qa38uSr88P2L-iV2bXyyGuA.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/2K", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/2K/2K-jK2KOfbYsAG5az024Vrk_WQn6Dm09R2dlscmZDs4.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/5P", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/5P/5P5zP6yAr0lenf-iJYYc2OjmzqumtroTKdE04IU80bI.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/5P/5PzaTKdv0KAps-RvN527yFgLosXBCc5UUImL9ZsEutI.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/5g", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/5g/5g7dhxVp4YbZmFw_-T3aU2oYq2Z9Jgtps0CKneXYSS0.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/5g7dhxVp4YbZmFw_-T3aU2oYq2Z9Jgtps0CKneXYSS0.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/5t", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/5t/5tSJkXP0EAhAS8ZziWUc_XxADJ9TudnU4KyNUnyqVLA.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/69", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/69/691Ojglb0GeVkTxD5eKWXmRXNoeME4UAnH5X1n0GoaQ.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/7e", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/7e/7ewNUUbYWPSho4J7FsnBSX8DqsEbHot9_-drxqle7-E.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/8b", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/8b/8b3VRw_Sg7AHBoUEtl-pD8Kl0JCDUwVO_UDXnEWTFC8.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/9j4Cn3Bg7rj2--N8lWHQ-aSIKt0CZxl7GNjlSaHb7L0.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/9t", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/9t/9tskPO8cPRwEU4WKSW401X6HTXgIZWq3f_oRK3doRmc.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/A1", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/A1/A1SEgJJSv7Jags4WoF0W2RYL295mnVszcr_ylelr8Qs.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/BQ", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/BQ/BQtyJR3ccqed7_s43p3BPj3IL18LWu1Fo1ZnzWC3qcc.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/BQtyJR3ccqed7_s43p3BPj3IL18LWu1Fo1ZnzWC3qcc.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/Bx", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/Bx/Bx-UB5UMXrZgolnJ2S-_Dqmz2x3B-pOUioyvhiLk85U.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/CG", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/CG/CG8g94hLztQB9P9eQcLq4g397J6t5yY2fBM6781UzIU.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/Cy", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/Cy/CyMO22fWi_h02uV841PlMAXrMeZHgNBiR7r4QsDasFU.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/DC", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/DC/DCjrERNLpUn0h_39QgyKP2SEj_ztEITtIf_Yt6l4Ons.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/DE", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/DE/DEINW1gPZfN8jHQiaEUXkAci3xV6Aq1XhHIfUDlFuZI.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/EM", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/EM/EMLT9zZMN-sck7pu8sMhRXp7ScTRWRb1t8UyEGuW6sY.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/F6", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/F6/F6rU8vGhp73xXYTB4oocVkDxyTjuw4IIAAU3F_tkxVg.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/GDQMRgyhp21p2xg_ITm3PdEDJXU-mgllQ2Mij3aSig4.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/Gk", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/Gk/GkzGL45U4eDCASTP-jH69Bqqn1QuLI83Hl7uH9br7NM.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/HmDZuiDF0OtgSoq7e2rtPrN16sGrNzJO1GrvmJBFqYs.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/IgIskv_-aTzPU_wM_Xr1bhk_nLAf8zYrjJonfNtAv6E.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/Ir", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/Ir/IrC3CI4UK9epEnLL0YUsgNBcThnYcTbaNjMC5uPv1Uo.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/IrC3CI4UK9epEnLL0YUsgNBcThnYcTbaNjMC5uPv1Uo.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/K_kmfMGNdm_wfvEnsfYglN-C8fj94rbCQJSnAI03mNU.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/Kk", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/Kk/KkFt0z0fhE3JMKKLAuhaZLRypV5zxOWEkwqzPvXcga4.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/LN4-PLL3b8DkfopaNEJ8U-nu9FuSHjEL4nELYoYCub8.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/LniLozFK0AHveFRcKmFzbr_tFBteoecaWgVBQbJwaL0.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/M6sHCm5v32qRTBidHBsrTORDxaA9SCVgH3jnRn8iNLk.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/MN", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/MN/MN1e_LrVyR3aNfPSaw2wFbdnjecirT0mldx-SjT_oj4.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/Mk", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/Mk/MkmQjG68clE_f7Mq_FHyfHwMSm9rwtkec26otxHVXIE.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/Mw", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/Mw/MwYWZsJm1ste7zBLFfcVSVUsroBgKDJGIbOUXJAs2Ck.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/N6i2RwsdhSsA60KxpXlF7RYb3gLVu2mOQlWzPTMcNw4.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/O7", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/O7/O76sfqU0WEpkBo_1l-r1Cudc5HCo965eLIsEIL3aTkE.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/OH", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/OH/OH5sGA6GHD4qAgHK48pd9JOpj87ia6OgH20xrqBZ4uQ.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/Ol", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/Ol/OlImw7UgWtLs2DLafYZTcgku0dz__K03i797LWEpq_I.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/POVOiJI4HFOnKUqmwmHBWI-64koorns1IzsUwQdJwL0.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/QB", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/QB/QBK6F9LPdIBQ4zZx6EoclnW8dhHBFXHw5HEvvkwW5BM.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/Qk", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/Qk/Qk70I8BICRve2U-far2u5YFGnw_iUCF8PHp0BUTosXc.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/Rg", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/Rg/Rg0g0M_4DLsDPnXdymA6-XwEmUKAUosbktqFseoGBPA.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/TM6G95HBN6Kv_sF1SaADJyoSpQQSLmMnUXVn2f1jlnY.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/Tt", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/Tt/Tt7BFxeTDVYhFn2q6Bm8QvO0iZtqhpU3Py0aNUJ5kMI.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/U6", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/U6/U6DY0EQX7ivVHlU-Mckxvy1F8CLv81PGVie7lGAR5IM.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/UA", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/UA/UAYWm416Cm5D21fLcF-6Z5laZqeztvd9HINx5NhXQ2M.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/UF", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/UF/UFtgN0i1Oi7hYxXWi9UeyZeJyu8STn29o1JRQ4_z2Mo.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/UG", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/UG/UGvEaN6gnQMmC4dIqHsCaqNXpkBYrSq6LJTAj4yOu0o.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/Um", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/Um/Umm0xct07dhJS0LcSl4C7qjuqwe29RPrcArcHmpCH9E.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/Uu", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/Uu/UuOV1aKeAjpnuZekKjchUCIeZ2t61ZP4bx_N097pmXo.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/VC", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/VC/VCKtidQxue9KbDXM-_MSEOX-AwJEw3JfqjZTlhORFsc.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/VN", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/VN/VNCapNKJLeponthNeFJhaBYs92UBT3P8PugENHP0474.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/VNCapNKJLeponthNeFJhaBYs92UBT3P8PugENHP0474.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/Vz", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/Vz/Vz-TATKC0c3E0YTxgKKvL-6zVhnrKZuTLimk0mFdkhI.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/W1", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/W1/W1I750hXtFauIXfdF_h8f0H6Eh9fPjn1nb3WDnJGJ_0.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/W1I750hXtFauIXfdF_h8f0H6Eh9fPjn1nb3WDnJGJ_0.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/W7", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/W7/W7d2rPy6yLypXS-89gBe3ECwqcl-qyP0kY8fZUYn3cA.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/WHb_lDwqFJu6BaJF8_AHwWMmgY9AIS0RUjJZATvHGy8.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/WkKqqsOutgzMPu_Ym1AolTwC2_fRzqxbvRFpO9Lgh5s.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/Wo3dLIbJvLLO5QrL7Lxqf8CcxQPjTVgZjmAHci0eYlg.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/Wy", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/Wy/WysFSaiqCYDbaF-mGd5PfM4efJrLBs26kTHbQnU5Ly4.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/X8", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/X8/X8hH9P7zXF3_qaGOqjdJu-Q0DDh0CLtF6J4Rl_iipTc.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/XJ", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/XJ/XJcXzqn-ILsbVbGUfL1V9-vMJa2RhZQXvIl1KD0qQKo.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/Y0", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/Y0/Y0NzY5PAN_S55uV44yAyi0fmpb55hlY9U-m6zmeaQ94.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/Y4", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/Y4/Y4YIxBzlr-voaaEbWbyhQAJ3Us31tSGEZW1eGouOvI0.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/YS", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/YS/YSxkDLtbGGCU6Vpj9rLG6JFuS6nS8okz8xti5FamUXU.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/YY", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/YY/YYhr-BwbA5CTzaT_XI_ORMHpS3ej0MO1lLNgjFngUvM.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/Yz", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/Yz/YzAR55QBcbsqyp16R0iYCThLfwEMn78wC8S6iVZ8uRY.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/Yz/Yza7CX8B027EL_R0EHrj4lKZHsJAYero5W8ClbMzkSc.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/_0", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/_0/_0e7qyz2hlaVUnFKkdSQ0FgTeYWclku4mrKGDA79Pi0.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/aAuuIrhNOw2g3r2XWyh_9bURa6E2xn_5BCVi43ab-Ps.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/aQ", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/aQ/aQ4tjj4pb240O8fpsoxJkiwnGPIzMCqlnIOixgsTvng.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/a_", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/a_/a_rB_oXwjeDj_Ed9z78I_2XMuYttxCUTpq7p-SdyRKA.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/b7", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/b7/b7lBpkBxQaCxHBBRf-QF0CiQKnRE8kYGLUzgAPTjf_k.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/b7lBpkBxQaCxHBBRf-QF0CiQKnRE8kYGLUzgAPTjf_k.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/bE", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/bE/bEM-nbvZZlvHd-VVEeByhYFYw_PQoPz0Cih2JCzGCi4.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/bE/bE_yCKU0tNqBpbEeDVUDiUV4gvVvnGUjzkFYtfPfpkc.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/c9", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/c9/c9zI3eluj1D9PPXiXebe-t9dJT4Ig0Sb-IbApxvnBBk.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/cO", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/cO/cOnGXbZBuECgR-W3wVHU8YytNMV49F-3ycqatcz0jaE.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/d6", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/d6/d6-acrFwj2KUSJ8gCI-lSkjYvxy5h6H-6Tu80yrkQlI.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/el", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/el/elwOvgAJ85O6bhimWI8AJJbAOJO-_oUSslLhr9GEfFc.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/elwOvgAJ85O6bhimWI8AJJbAOJO-_oUSslLhr9GEfFc.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/f2", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/f2/f24X6kv-eKoaf2WflS1e0_bGgTmQyZ2-sAiNvxSkYKo.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/f8", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/f8/f8WWrWAptfo1qSmHsTYrCJzb_vYG0wpQ9xvPvb0F6yI.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/f8WWrWAptfo1qSmHsTYrCJzb_vYG0wpQ9xvPvb0F6yI.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/gz", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/gz/gzCGY5IhGYaNB8gu2UxMSi2hql0AOr1zSuu-asymhbY.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/h3", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/h3/h3-zQAH3XpWfKP0e8v2Jpj4uIegZcxDNdBXm71Rmq9g.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/h3/h3R0ogDb3_Lv-eriMG2QniXy7gKnqx_JR1m4TuPmifE.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/hcPk5eM7VJPi2ZM7DxeJRgnl-LSUUd_GrYrFi2mj0Yc.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/iO", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/iO/iOprhQvDwUFWOwTIXAN7nqRSNUxtNegez2gEqgNlpVM.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/if", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/if/ifn-Hyn3GANzQ-CLgwbON3wMTpC4K9OyPRSIRjldZ1A.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/jC", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/jC/jCAdpJEQwSeSSrCluGFOJsHNE6VcAWViGJ0P-G0t6mA.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/jM", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/jM/jMfkNCJOENGI6boAyB_dmfF0GCAk4Jg1Njb0iJwVNkg.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/jV", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/jV/jVYDoH740FovMrSLk0lco9WCkrzffwRpddwN2ZBMsGQ.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/lA", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/lA/lAcnrF9oDGhlBUt2ovpl3xN6csxijQ9X5DNyvDCjNLk.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/lB", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/lB/lB-6XZIj11C1x8ixdiolbBYjzVf6baxZlalC-qg5UHk.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/l_", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/l_/l_tJ9WwBL9Q8XjxQN56nGuGtCrP7kGBvE8e76g8tRC0.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/l_tJ9WwBL9Q8XjxQN56nGuGtCrP7kGBvE8e76g8tRC0.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/lt", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/lt/ltHfS3at480sLxxMu-MaiUGV9g2lURx1vhZVOCVLojE.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/mz", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/mz/mza7QOu1wEmWaNoL3wpiHCroiylMRlg9bxjJtbEqZr0.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/oq", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/oq/oqVkVOrnW7zIQqXe_2p4bZbOShNyg0DnfcM3Ww-Mqig.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/ph", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/ph/phskQTPSOqrdvCdPHZ_6JRzQL-kFbfkH76uZWJTDRAw.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/qY", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/qY/qY82QbvY3JrynAsb6pAVt8teuBrKIkOQ4Yw25pqPvE0.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/qY82QbvY3JrynAsb6pAVt8teuBrKIkOQ4Yw25pqPvE0.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/qk", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/qk/qkS311TykdauETodnLlHfo1qZIq9PPP_Pe6yJjnnMoY.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/qm", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/qm/qmXZpMdbZGPbadZJnUaTPei8HWkc6KipILWYqnKvAAA.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/r4", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/r4/r4bTG_zVpDgcHOhLZ3BAqCjLU0TFzUiEXjRPE36P-A8.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/rZ", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/rZ/rZh-weycsGh97B_CY_OGtw7vb9T4w_dUaSDierI0z8E.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/rj", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/rj/rjZFcBcZBcZzhVbfMwVzSmiPIhOG3lI-TPXRAVtpN6I.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/rjZFcBcZBcZzhVbfMwVzSmiPIhOG3lI-TPXRAVtpN6I.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/sI", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/sI/sI6ei0tAH9tdIE546hDUx79V9LxZykfRWqMcKzDkYTg.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/spcLVj7sWjAbzSoM2eka7e_jHpvNnVKRzuuDwd0m-pQ.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/uESU-1lgcxaDZ5lrTLLAlg8GUd-Igwr2gRavnaveWXU.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/ue", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/ue/ue3v4h_bRvmZHu9OmCth5E6MIP4HymD3ntOmdWMYJyQ.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/wc", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/wc/wcoBXcTCK49dLJ87Fs1xN8uVqscZ76vCcYZ8Apba-dg.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/wo", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/wo/woAXOH3NlZuNE-gjwApF3aSKNlbIbWZbAmIZrXwWvL0.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/xq", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/xq/xql4V_K2Vr9TG-0PyQcazMrTMJOkQNWAmld-iJBpdEQ.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/y66z-kCCKl0cyGdSI_hQzkRNjxRApQedRgJVTu3BuRo.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/yJMqE54-t1my_dumhIg6mamMyRx0qADs7nY7cks0l-Q.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/yl", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/yl/yljvhTTX_qThC71Fdi_dvosdGbuSyMY_gfnZ-2NzTO0.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/zcBfaDXG5wGN1mPgJL8V1Y7f3VJ7zCZzS4q4zY6CkEM.cache", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/zg", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/zg/zgNNVNtQdWjhAQpnmcSnMrE6iSX9TTjzIEefhvjdVxw.cache", "test/dummy_activerecord/tmp/cache/assets/test", "test/dummy_activerecord/tmp/cache/assets/test/sprockets", "test/dummy_activerecord/tmp/cache/assets/test/sprockets/070df203a09a9d4a368db8396165a105", "test/dummy_activerecord/tmp/cache/assets/test/sprockets/13fe41fee1fe35b49d145bcc06610705", "test/dummy_activerecord/tmp/cache/assets/test/sprockets/2a43a943daba23e5e37e8edf97cb0bdb", "test/dummy_activerecord/tmp/cache/assets/test/sprockets/2f5173deea6c795b8fdde723bb4b63af", "test/dummy_activerecord/tmp/cache/assets/test/sprockets/357970feca3ac29060c1e3861e2c0953", "test/dummy_activerecord/tmp/cache/assets/test/sprockets/4d062bee73f43586c17d29a175f6243e", "test/dummy_activerecord/tmp/cache/assets/test/sprockets/58e369b37e5157ea746a485eea17e9f7", "test/dummy_activerecord/tmp/cache/assets/test/sprockets/7ae10239eda2588a95fdcc7d871bef52", "test/dummy_activerecord/tmp/cache/assets/test/sprockets/8d5d60255600aa010a32e1d1a9bc6db6", "test/dummy_activerecord/tmp/cache/assets/test/sprockets/b3d9b0e88cdded276ebdce333e338a85", "test/dummy_activerecord/tmp/cache/assets/test/sprockets/cffd775d018f68ce5dba1ee0d951a994", "test/dummy_activerecord/tmp/cache/assets/test/sprockets/d771ace226fc8215a3572e0aa35bb0d6", "test/dummy_activerecord/tmp/cache/assets/test/sprockets/e6e7b55d41c79514c44c3c8a45c17c60", "test/dummy_activerecord/tmp/cache/assets/test/sprockets/f7cbd26ba1d28d48de824f0e94586655", "test/dummy_activerecord/tmp/cache/sprockets", "test/dummy_activerecord/tmp/cache/sprockets/v3.0", "test/dummy_activerecord/tmp/cache/sprockets/v3.0/0sUVkLi2-TZrZ_FT_mDeGoWMwGpS48yEfEYxihy5nmI.cache", "test/dummy_activerecord/tmp/cache/sprockets/v3.0/2-0w2lrUYGJTWSS8ctq_qa38uSr88P2L-iV2bXyyGuA.cache", "test/dummy_activerecord/tmp/cache/sprockets/v3.0/38HqlC3fOtaqYgpSbnmBJox6dlNY7sjNBTzMNCFx4Mc.cache", "test/dummy_activerecord/tmp/cache/sprockets/v3.0/43SLVxa0HLJIPQPZDlXpd9_dnIUqeCXVwOA2A9V0Vsc.cache", "test/dummy_activerecord/tmp/cache/sprockets/v3.0/5g7dhxVp4YbZmFw_-T3aU2oYq2Z9Jgtps0CKneXYSS0.cache", "test/dummy_activerecord/tmp/cache/sprockets/v3.0/7dUbHTwNQg5wkMpfSRWE_RDbzc7O3Kwh7s07ubAzXxY.cache", "test/dummy_activerecord/tmp/cache/sprockets/v3.0/9j4Cn3Bg7rj2--N8lWHQ-aSIKt0CZxl7GNjlSaHb7L0.cache", "test/dummy_activerecord/tmp/cache/sprockets/v3.0/B5aB2pc11WJxcU-HyLFLnLC96fMFlug6Amz8hS7jDj0.cache", "test/dummy_activerecord/tmp/cache/sprockets/v3.0/BQtyJR3ccqed7_s43p3BPj3IL18LWu1Fo1ZnzWC3qcc.cache", "test/dummy_activerecord/tmp/cache/sprockets/v3.0/CLp73dIq-CQDXyYTsWbjSxI4NqvVR1Uci51S3Rt83yc.cache", "test/dummy_activerecord/tmp/cache/sprockets/v3.0/F7q3Bp8Hvzh5mn9AJr9g9uo5GfbZkigepPO5ZXkTzGY.cache", "test/dummy_activerecord/tmp/cache/sprockets/v3.0/GBhwl-B9glhyk8ElvTWqe6I65UKde5wR9fVxPwwJ2Hg.cache", "test/dummy_activerecord/tmp/cache/sprockets/v3.0/GDQMRgyhp21p2xg_ITm3PdEDJXU-mgllQ2Mij3aSig4.cache", "test/dummy_activerecord/tmp/cache/sprockets/v3.0/HmDZuiDF0OtgSoq7e2rtPrN16sGrNzJO1GrvmJBFqYs.cache", "test/dummy_activerecord/tmp/cache/sprockets/v3.0/IXVtyHRBEhzVHqrNmcus7pvHXuNfpReCzYzxhB7bBPA.cache", "test/dummy_activerecord/tmp/cache/sprockets/v3.0/IgIskv_-aTzPU_wM_Xr1bhk_nLAf8zYrjJonfNtAv6E.cache", "test/dummy_activerecord/tmp/cache/sprockets/v3.0/IrC3CI4UK9epEnLL0YUsgNBcThnYcTbaNjMC5uPv1Uo.cache", "test/dummy_activerecord/tmp/cache/sprockets/v3.0/K_kmfMGNdm_wfvEnsfYglN-C8fj94rbCQJSnAI03mNU.cache", "test/dummy_activerecord/tmp/cache/sprockets/v3.0/KzZa0OWunZJvtU11r_4UKZgCItVQkohjptcFbJ570cU.cache", "test/dummy_activerecord/tmp/cache/sprockets/v3.0/LN4-PLL3b8DkfopaNEJ8U-nu9FuSHjEL4nELYoYCub8.cache", "test/dummy_activerecord/tmp/cache/sprockets/v3.0/LniLozFK0AHveFRcKmFzbr_tFBteoecaWgVBQbJwaL0.cache", "test/dummy_activerecord/tmp/cache/sprockets/v3.0/M0WOwkZpyk3ShmXHNFhdl4BgfEyvgZuzn40Fww00RYM.cache", "test/dummy_activerecord/tmp/cache/sprockets/v3.0/M6sHCm5v32qRTBidHBsrTORDxaA9SCVgH3jnRn8iNLk.cache", "test/dummy_activerecord/tmp/cache/sprockets/v3.0/N6i2RwsdhSsA60KxpXlF7RYb3gLVu2mOQlWzPTMcNw4.cache", "test/dummy_activerecord/tmp/cache/sprockets/v3.0/POVOiJI4HFOnKUqmwmHBWI-64koorns1IzsUwQdJwL0.cache", "test/dummy_activerecord/tmp/cache/sprockets/v3.0/TM6G95HBN6Kv_sF1SaADJyoSpQQSLmMnUXVn2f1jlnY.cache", "test/dummy_activerecord/tmp/cache/sprockets/v3.0/TsyULHo-Ep-IDDhu6nN9frFLJNe7hg_op-o6g3Ycp48.cache", "test/dummy_activerecord/tmp/cache/sprockets/v3.0/VNCapNKJLeponthNeFJhaBYs92UBT3P8PugENHP0474.cache", "test/dummy_activerecord/tmp/cache/sprockets/v3.0/W1I750hXtFauIXfdF_h8f0H6Eh9fPjn1nb3WDnJGJ_0.cache", "test/dummy_activerecord/tmp/cache/sprockets/v3.0/WHb_lDwqFJu6BaJF8_AHwWMmgY9AIS0RUjJZATvHGy8.cache", "test/dummy_activerecord/tmp/cache/sprockets/v3.0/WkKqqsOutgzMPu_Ym1AolTwC2_fRzqxbvRFpO9Lgh5s.cache", "test/dummy_activerecord/tmp/cache/sprockets/v3.0/Wo3dLIbJvLLO5QrL7Lxqf8CcxQPjTVgZjmAHci0eYlg.cache", "test/dummy_activerecord/tmp/cache/sprockets/v3.0/aAuuIrhNOw2g3r2XWyh_9bURa6E2xn_5BCVi43ab-Ps.cache", "test/dummy_activerecord/tmp/cache/sprockets/v3.0/aFlSrtCQNya8JILRa5652nUEY0ACPTd_pGU3yXuOx9o.cache", "test/dummy_activerecord/tmp/cache/sprockets/v3.0/b7lBpkBxQaCxHBBRf-QF0CiQKnRE8kYGLUzgAPTjf_k.cache", "test/dummy_activerecord/tmp/cache/sprockets/v3.0/c5Auc2IFYhhN0woGElqbdz3HoROtMJX4TmUNekopcik.cache", "test/dummy_activerecord/tmp/cache/sprockets/v3.0/degszJUXEQsWvjrjcbxJNLqH6tFybiuIClFdPT8qgyE.cache", "test/dummy_activerecord/tmp/cache/sprockets/v3.0/elwOvgAJ85O6bhimWI8AJJbAOJO-_oUSslLhr9GEfFc.cache", "test/dummy_activerecord/tmp/cache/sprockets/v3.0/f8WWrWAptfo1qSmHsTYrCJzb_vYG0wpQ9xvPvb0F6yI.cache", "test/dummy_activerecord/tmp/cache/sprockets/v3.0/hcPk5eM7VJPi2ZM7DxeJRgnl-LSUUd_GrYrFi2mj0Yc.cache", "test/dummy_activerecord/tmp/cache/sprockets/v3.0/kw00uOxe2W3DagBUVa0aLGOXTAH8i5-PNNpxyDJXkR0.cache", "test/dummy_activerecord/tmp/cache/sprockets/v3.0/l_tJ9WwBL9Q8XjxQN56nGuGtCrP7kGBvE8e76g8tRC0.cache", "test/dummy_activerecord/tmp/cache/sprockets/v3.0/neudolVI7_nIBYKcEI1npz278d2-LSi4Y8fK5Z2ctTY.cache", "test/dummy_activerecord/tmp/cache/sprockets/v3.0/qY82QbvY3JrynAsb6pAVt8teuBrKIkOQ4Yw25pqPvE0.cache", "test/dummy_activerecord/tmp/cache/sprockets/v3.0/qg_wftmO7jS_a89vOJgaK0THZaNR8KUscoQjo9oWPVU.cache", "test/dummy_activerecord/tmp/cache/sprockets/v3.0/rjZFcBcZBcZzhVbfMwVzSmiPIhOG3lI-TPXRAVtpN6I.cache", "test/dummy_activerecord/tmp/cache/sprockets/v3.0/smkGipMoyg_yBW7rvwuP9Ci_fdWK1w68wbhDgjEjHcw.cache", "test/dummy_activerecord/tmp/cache/sprockets/v3.0/smpyMrlMLm6NqLzR4-8kAty0B7CHGePCuc4KKNIU43Y.cache", "test/dummy_activerecord/tmp/cache/sprockets/v3.0/spcLVj7sWjAbzSoM2eka7e_jHpvNnVKRzuuDwd0m-pQ.cache", "test/dummy_activerecord/tmp/cache/sprockets/v3.0/uESU-1lgcxaDZ5lrTLLAlg8GUd-Igwr2gRavnaveWXU.cache", "test/dummy_activerecord/tmp/cache/sprockets/v3.0/y66z-kCCKl0cyGdSI_hQzkRNjxRApQedRgJVTu3BuRo.cache", "test/dummy_activerecord/tmp/cache/sprockets/v3.0/yJMqE54-t1my_dumhIg6mamMyRx0qADs7nY7cks0l-Q.cache", "test/dummy_activerecord/tmp/cache/sprockets/v3.0/ypxuZOcRS1MWu4o3mfAWRIDDdEl4uWHuDdXkvQoohc4.cache", "test/dummy_activerecord/tmp/cache/sprockets/v3.0/zcBfaDXG5wGN1mPgJL8V1Y7f3VJ7zCZzS4q4zY6CkEM.cache", "test/dummy_mongoid", "test/dummy_mongoid/README.rdoc", "test/dummy_mongoid/Rakefile", "test/dummy_mongoid/app", "test/dummy_mongoid/app/assets", "test/dummy_mongoid/app/assets/javascripts", "test/dummy_mongoid/app/assets/javascripts/application.js", "test/dummy_mongoid/app/assets/javascripts/pages.js", "test/dummy_mongoid/app/assets/stylesheets", "test/dummy_mongoid/app/assets/stylesheets/application.css", "test/dummy_mongoid/app/assets/stylesheets/pages.css", "test/dummy_mongoid/app/controllers", "test/dummy_mongoid/app/controllers/application_controller.rb", "test/dummy_mongoid/app/controllers/maestrano", "test/dummy_mongoid/app/controllers/maestrano/account", "test/dummy_mongoid/app/controllers/maestrano/account/group_users_controller.rb", "test/dummy_mongoid/app/controllers/maestrano/account/groups_controller.rb", "test/dummy_mongoid/app/controllers/maestrano/auth", "test/dummy_mongoid/app/controllers/maestrano/auth/saml_controller.rb", "test/dummy_mongoid/app/controllers/pages_controller.rb", "test/dummy_mongoid/app/helpers", "test/dummy_mongoid/app/helpers/application_helper.rb", "test/dummy_mongoid/app/helpers/pages_helper.rb", "test/dummy_mongoid/app/mailers", "test/dummy_mongoid/app/models", "test/dummy_mongoid/app/models/mno_crew.rb", "test/dummy_mongoid/app/models/mno_monster.rb", "test/dummy_mongoid/app/models/monster.rb", "test/dummy_mongoid/app/views", "test/dummy_mongoid/app/views/layouts", "test/dummy_mongoid/app/views/layouts/application.html.erb", "test/dummy_mongoid/app/views/pages", "test/dummy_mongoid/app/views/pages/home.html.erb", "test/dummy_mongoid/config", "test/dummy_mongoid/config.ru", "test/dummy_mongoid/config/application.rb", "test/dummy_mongoid/config/boot.rb", "test/dummy_mongoid/config/environment.rb", "test/dummy_mongoid/config/environments", "test/dummy_mongoid/config/environments/development.rb", "test/dummy_mongoid/config/environments/production.rb", "test/dummy_mongoid/config/environments/test.rb", "test/dummy_mongoid/config/initializers", "test/dummy_mongoid/config/initializers/backtrace_silencers.rb", "test/dummy_mongoid/config/initializers/inflections.rb", "test/dummy_mongoid/config/initializers/maestrano.rb", "test/dummy_mongoid/config/initializers/mime_types.rb", "test/dummy_mongoid/config/initializers/secret_token.rb", "test/dummy_mongoid/config/initializers/session_store.rb", "test/dummy_mongoid/config/initializers/wrap_parameters.rb", "test/dummy_mongoid/config/locales", "test/dummy_mongoid/config/locales/en.yml", "test/dummy_mongoid/config/mongoid.yml", "test/dummy_mongoid/config/routes.rb", "test/dummy_mongoid/db", "test/dummy_mongoid/db/migrate", "test/dummy_mongoid/db/migrate/20140526125222_create_monsters.rb", "test/dummy_mongoid/db/migrate/20140526125242_create_admin_monsters.rb", "test/dummy_mongoid/db/migrate/20140526144828_create_mno_monsters.rb", "test/dummy_mongoid/db/migrate/20140526151139_create_mno_crews.rb", "test/dummy_mongoid/db/schema.rb", "test/dummy_mongoid/lib", "test/dummy_mongoid/lib/assets", "test/dummy_mongoid/log", "test/dummy_mongoid/public", "test/dummy_mongoid/public/404.html", "test/dummy_mongoid/public/422.html", "test/dummy_mongoid/public/500.html", "test/dummy_mongoid/public/favicon.ico", "test/dummy_mongoid/script", "test/dummy_mongoid/script/rails", "test/generators", "test/generators/group", "test/generators/group/active_record_generator_test.rb", "test/generators/group/mongoid_generator_test.rb", "test/generators/group_generator_test.rb", "test/generators/install_generator_test.rb", "test/generators/user", "test/generators/user/active_record_generator_test.rb", "test/generators/user/mongoid_generator_test.rb", "test/generators/user_generator_test.rb", "test/maestrano-rails_test.rb", "test/models", "test/models/maestrano_group_via_test.rb", "test/models/maestrano_user_via_test.rb", "test/test_files", "test/test_files/config", "test/test_files/config/routes.rb", "test/test_helper.rb", "test/tmp", "test/tmp/app", "test/tmp/app/models", "test/tmp/app/models/monster.rb"]
|
55
55
|
|
56
56
|
if s.respond_to? :specification_version then
|
57
57
|
s.specification_version = 4
|
@@ -61,7 +61,7 @@ Gem::Specification.new do |s|
|
|
61
61
|
s.add_runtime_dependency(%q<jquery-rails>, [">= 0"])
|
62
62
|
s.add_runtime_dependency(%q<haml-rails>, [">= 0"])
|
63
63
|
s.add_runtime_dependency(%q<mongoid>, [">= 0"])
|
64
|
-
s.add_runtime_dependency(%q<maestrano>, ["= 1.0.0
|
64
|
+
s.add_runtime_dependency(%q<maestrano>, ["= 1.0.0"])
|
65
65
|
s.add_development_dependency(%q<sqlite3>, [">= 0"])
|
66
66
|
s.add_development_dependency(%q<activerecord-jdbcsqlite3-adapter>, [">= 0"])
|
67
67
|
s.add_development_dependency(%q<jeweler>, [">= 0"])
|
@@ -70,7 +70,7 @@ Gem::Specification.new do |s|
|
|
70
70
|
s.add_dependency(%q<jquery-rails>, [">= 0"])
|
71
71
|
s.add_dependency(%q<haml-rails>, [">= 0"])
|
72
72
|
s.add_dependency(%q<mongoid>, [">= 0"])
|
73
|
-
s.add_dependency(%q<maestrano>, ["= 1.0.0
|
73
|
+
s.add_dependency(%q<maestrano>, ["= 1.0.0"])
|
74
74
|
s.add_dependency(%q<sqlite3>, [">= 0"])
|
75
75
|
s.add_dependency(%q<activerecord-jdbcsqlite3-adapter>, [">= 0"])
|
76
76
|
s.add_dependency(%q<jeweler>, [">= 0"])
|
@@ -80,7 +80,7 @@ Gem::Specification.new do |s|
|
|
80
80
|
s.add_dependency(%q<jquery-rails>, [">= 0"])
|
81
81
|
s.add_dependency(%q<haml-rails>, [">= 0"])
|
82
82
|
s.add_dependency(%q<mongoid>, [">= 0"])
|
83
|
-
s.add_dependency(%q<maestrano>, ["= 1.0.0
|
83
|
+
s.add_dependency(%q<maestrano>, ["= 1.0.0"])
|
84
84
|
s.add_dependency(%q<sqlite3>, [">= 0"])
|
85
85
|
s.add_dependency(%q<activerecord-jdbcsqlite3-adapter>, [">= 0"])
|
86
86
|
s.add_dependency(%q<jeweler>, [">= 0"])
|
@@ -43329,3 +43329,505 @@ Processing by Maestrano::Auth::SamlController#init as HTML
|
|
43329
43329
|
Redirected to http://idpprovider.com?r=request
|
43330
43330
|
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
43331
43331
|
[1m[35m (0.0ms)[0m rollback transaction
|
43332
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
43333
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
43334
|
+
---------------------------------------------------------------------------------------------------------------------------------------
|
43335
|
+
MaestranoGroupViaTest: test_: class methods find_or_create_for_maestrano class method should create a monster using the mapping block.
|
43336
|
+
---------------------------------------------------------------------------------------------------------------------------------------
|
43337
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
43338
|
+
[1m[35m (0.0ms)[0m commit transaction
|
43339
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
43340
|
+
[1m[35mMnoCrew Load (0.1ms)[0m SELECT "mno_crews".* FROM "mno_crews" WHERE "mno_crews"."provider" = ? AND "mno_crews"."uid" = ? AND "mno_crews"."tenant" = ? ORDER BY "mno_crews"."id" ASC LIMIT 1 [["provider", "maestrano"], ["uid", "usr-2"], ["tenant", "default"]]
|
43341
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
43342
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "mno_crews" ("name", "provider", "uid", "tenant", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Monster Co"], ["provider", "maestrano"], ["uid", "usr-2"], ["tenant", "default"], ["created_at", "2016-11-25 07:15:48.633879"], ["updated_at", "2016-11-25 07:15:48.633879"]]
|
43343
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
43344
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
43345
|
+
------------------------------------------------------------------------------------------------------------------------------------------------------
|
43346
|
+
MaestranoGroupViaTest: test_: class methods find_or_create_for_maestrano class method should not return a MnoCrew from another provider if it exists.
|
43347
|
+
------------------------------------------------------------------------------------------------------------------------------------------------------
|
43348
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
43349
|
+
[1m[35m (0.0ms)[0m commit transaction
|
43350
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
43351
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
43352
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "mno_crews" ("name", "provider", "uid", "tenant", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["name", "SomeOtherCrew"], ["provider", "someoneelse"], ["uid", "usr-1"], ["tenant", "default"], ["created_at", "2016-11-25 07:15:48.636101"], ["updated_at", "2016-11-25 07:15:48.636101"]]
|
43353
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
43354
|
+
[1m[36mMnoCrew Load (0.0ms)[0m [1mSELECT "mno_crews".* FROM "mno_crews" WHERE "mno_crews"."provider" = ? AND "mno_crews"."uid" = ? AND "mno_crews"."tenant" = ? ORDER BY "mno_crews"."id" ASC LIMIT 1[0m [["provider", "maestrano"], ["uid", "cld-1"], ["tenant", "default"]]
|
43355
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
43356
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "mno_crews" ("name", "provider", "uid", "tenant", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["name", "Your Group"], ["provider", "maestrano"], ["uid", "cld-1"], ["tenant", "default"], ["created_at", "2016-11-25 07:15:48.637514"], ["updated_at", "2016-11-25 07:15:48.637514"]]
|
43357
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
43358
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
43359
|
+
------------------------------------------------------------------------------------------------------------------------------
|
43360
|
+
MaestranoGroupViaTest: test_: class methods find_or_create_for_maestrano class method should return the MnoCrew if it exists.
|
43361
|
+
------------------------------------------------------------------------------------------------------------------------------
|
43362
|
+
[1m[35m (0.0ms)[0m begin transaction
|
43363
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
43364
|
+
[1m[35m (0.0ms)[0m begin transaction
|
43365
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
43366
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "mno_crews" ("name", "provider", "uid", "tenant", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "SomeCrew"], ["provider", "maestrano"], ["uid", "cld-1"], ["tenant", "default"], ["created_at", "2016-11-25 07:15:48.639125"], ["updated_at", "2016-11-25 07:15:48.639125"]]
|
43367
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
43368
|
+
[1m[35mMnoCrew Load (0.0ms)[0m SELECT "mno_crews".* FROM "mno_crews" WHERE "mno_crews"."provider" = ? AND "mno_crews"."uid" = ? AND "mno_crews"."tenant" = ? ORDER BY "mno_crews"."id" ASC LIMIT 1 [["provider", "maestrano"], ["uid", "cld-1"], ["tenant", "default"]]
|
43369
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
43370
|
+
----------------------------------------------------------------------------------------------------
|
43371
|
+
MaestranoGroupViaTest: test_: class methods maestrano_*_via should have the right field definition.
|
43372
|
+
----------------------------------------------------------------------------------------------------
|
43373
|
+
[1m[35m (0.0ms)[0m begin transaction
|
43374
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
43375
|
+
[1m[35m (0.0ms)[0m begin transaction
|
43376
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
43377
|
+
-------------------------------------------------------------------------------------------------------------
|
43378
|
+
MaestranoGroupViaTest: test_: instance methods maestrano? should return false if provider is something else.
|
43379
|
+
-------------------------------------------------------------------------------------------------------------
|
43380
|
+
[1m[35m (0.0ms)[0m begin transaction
|
43381
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
43382
|
+
[1m[35m (0.0ms)[0m begin transaction
|
43383
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
43384
|
+
-----------------------------------------------------------------------------------------------
|
43385
|
+
MaestranoGroupViaTest: test_: instance methods maestrano? should return false if uid is blank.
|
43386
|
+
-----------------------------------------------------------------------------------------------
|
43387
|
+
[1m[35m (0.0ms)[0m begin transaction
|
43388
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
43389
|
+
[1m[35m (0.0ms)[0m begin transaction
|
43390
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
43391
|
+
------------------------------------------------------------------------------------------------------------------------
|
43392
|
+
MaestranoGroupViaTest: test_: instance methods maestrano? should return true if provider is maestrano and uid not null.
|
43393
|
+
------------------------------------------------------------------------------------------------------------------------
|
43394
|
+
[1m[35m (0.0ms)[0m begin transaction
|
43395
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
43396
|
+
[1m[35m (0.0ms)[0m begin transaction
|
43397
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
43398
|
+
--------------------------------------------------------------------------------------------------------
|
43399
|
+
UserGeneratorTest: test_: UserGenerator should call the active_record migration generator successfully.
|
43400
|
+
--------------------------------------------------------------------------------------------------------
|
43401
|
+
[1m[35m (0.0ms)[0m begin transaction
|
43402
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
43403
|
+
[1m[35m (0.0ms)[0m begin transaction
|
43404
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
43405
|
+
--------------------------------------------------------------------------------------------------
|
43406
|
+
UserGeneratorTest: test_: UserGenerator should call the mongoid migration generator successfully.
|
43407
|
+
--------------------------------------------------------------------------------------------------
|
43408
|
+
[1m[35m (0.0ms)[0m begin transaction
|
43409
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
43410
|
+
[1m[35m (0.0ms)[0m begin transaction
|
43411
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
43412
|
+
---------------------------------------------------------------------------------------------------------------------
|
43413
|
+
GenericControllerTest: test_: with a maestrano session should be successful if the maestrano session is still valid.
|
43414
|
+
---------------------------------------------------------------------------------------------------------------------
|
43415
|
+
[1m[35m (0.0ms)[0m begin transaction
|
43416
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
43417
|
+
[1m[35m (0.0ms)[0m begin transaction
|
43418
|
+
Processing by PagesController#home as HTML
|
43419
|
+
Rendered pages/home.html.erb within layouts/application (0.7ms)
|
43420
|
+
Completed 200 OK in 111ms (Views: 110.8ms | ActiveRecord: 0.0ms)
|
43421
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
43422
|
+
--------------------------------------------------------------------------------------------------------------------
|
43423
|
+
GenericControllerTest: test_: with a maestrano session should initialize redirect to SSO initialization if invalid.
|
43424
|
+
--------------------------------------------------------------------------------------------------------------------
|
43425
|
+
[1m[35m (0.0ms)[0m begin transaction
|
43426
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
43427
|
+
[1m[35m (0.0ms)[0m begin transaction
|
43428
|
+
Processing by PagesController#home as HTML
|
43429
|
+
Rendered pages/home.html.erb within layouts/application (0.0ms)
|
43430
|
+
Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
43431
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
43432
|
+
-----------------------------------------------------------------------------------------------------------
|
43433
|
+
GenericControllerTest: test_: with a maestrano session should not redirect to SSO init if sso is disabled.
|
43434
|
+
-----------------------------------------------------------------------------------------------------------
|
43435
|
+
[1m[35m (0.0ms)[0m begin transaction
|
43436
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
43437
|
+
[1m[35m (0.0ms)[0m begin transaction
|
43438
|
+
Processing by PagesController#home as HTML
|
43439
|
+
Rendered pages/home.html.erb within layouts/application (0.0ms)
|
43440
|
+
Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
43441
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
43442
|
+
------------------------------------------------------------------------------
|
43443
|
+
GenericControllerTest: test_: with no maestrano session should be successful.
|
43444
|
+
------------------------------------------------------------------------------
|
43445
|
+
[1m[35m (0.0ms)[0m begin transaction
|
43446
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
43447
|
+
[1m[35m (0.0ms)[0m begin transaction
|
43448
|
+
Processing by PagesController#home as HTML
|
43449
|
+
Rendered pages/home.html.erb within layouts/application (0.0ms)
|
43450
|
+
Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
43451
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
43452
|
+
---------------------------------------------------------------------------------------
|
43453
|
+
InstallGeneratorTest: test_: InstallGenerator should create the maestrano initializer.
|
43454
|
+
---------------------------------------------------------------------------------------
|
43455
|
+
[1m[35m (0.1ms)[0m begin transaction
|
43456
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
43457
|
+
[1m[35m (0.0ms)[0m begin transaction
|
43458
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
43459
|
+
----------------------------------------------------------------------------------
|
43460
|
+
InstallGeneratorTest: test_: InstallGenerator should create the maestrano routes.
|
43461
|
+
----------------------------------------------------------------------------------
|
43462
|
+
[1m[35m (0.0ms)[0m begin transaction
|
43463
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
43464
|
+
[1m[35m (0.0ms)[0m begin transaction
|
43465
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
43466
|
+
----------------------------------------------------------------------------------------------------------
|
43467
|
+
InstallGeneratorTest: test_: InstallGenerator should create the maestrano/account/group_users_controller.
|
43468
|
+
----------------------------------------------------------------------------------------------------------
|
43469
|
+
[1m[35m (0.0ms)[0m begin transaction
|
43470
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
43471
|
+
[1m[35m (0.0ms)[0m begin transaction
|
43472
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
43473
|
+
-----------------------------------------------------------------------------------------------------
|
43474
|
+
InstallGeneratorTest: test_: InstallGenerator should create the maestrano/account/groups_controller.
|
43475
|
+
-----------------------------------------------------------------------------------------------------
|
43476
|
+
[1m[35m (0.0ms)[0m begin transaction
|
43477
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
43478
|
+
[1m[35m (0.0ms)[0m begin transaction
|
43479
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
43480
|
+
------------------------------------------------------------------------------------------------
|
43481
|
+
InstallGeneratorTest: test_: InstallGenerator should create the maestrano/auth/saml_controller.
|
43482
|
+
------------------------------------------------------------------------------------------------
|
43483
|
+
[1m[35m (0.0ms)[0m begin transaction
|
43484
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
43485
|
+
[1m[35m (0.0ms)[0m begin transaction
|
43486
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
43487
|
+
-------------------------------------------------------------------------------------------
|
43488
|
+
ActiveRecordGroupGeneratorTest: test_: namespaced model should create the right migration.
|
43489
|
+
-------------------------------------------------------------------------------------------
|
43490
|
+
[1m[35m (0.0ms)[0m begin transaction
|
43491
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
43492
|
+
[1m[35m (0.0ms)[0m begin transaction
|
43493
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
43494
|
+
---------------------------------------------------------------------------------------
|
43495
|
+
ActiveRecordGroupGeneratorTest: test_: namespaced model should edit the model content.
|
43496
|
+
---------------------------------------------------------------------------------------
|
43497
|
+
[1m[35m (0.0ms)[0m begin transaction
|
43498
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
43499
|
+
[1m[35m (0.0ms)[0m begin transaction
|
43500
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
43501
|
+
---------------------------------------------------------------------------------------
|
43502
|
+
ActiveRecordGroupGeneratorTest: test_: normal model should create the right migration.
|
43503
|
+
---------------------------------------------------------------------------------------
|
43504
|
+
[1m[35m (0.0ms)[0m begin transaction
|
43505
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
43506
|
+
[1m[35m (0.0ms)[0m begin transaction
|
43507
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
43508
|
+
-----------------------------------------------------------------------------------
|
43509
|
+
ActiveRecordGroupGeneratorTest: test_: normal model should edit the model content.
|
43510
|
+
-----------------------------------------------------------------------------------
|
43511
|
+
[1m[35m (0.0ms)[0m begin transaction
|
43512
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
43513
|
+
[1m[35m (0.0ms)[0m begin transaction
|
43514
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
43515
|
+
---------------------------------------------------------------------------------------------------------------------------
|
43516
|
+
ActiveRecordGroupGeneratorTest: test_: normal model should include parameters if rails 3 and strong_parameter not present.
|
43517
|
+
---------------------------------------------------------------------------------------------------------------------------
|
43518
|
+
[1m[35m (0.0ms)[0m begin transaction
|
43519
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
43520
|
+
[1m[35m (0.1ms)[0m begin transaction
|
43521
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
43522
|
+
---------------------------------------------------------------------------------------------------------------------------
|
43523
|
+
ActiveRecordGroupGeneratorTest: test_: normal model should not include parameters if rails 3 and strong_parameter present.
|
43524
|
+
---------------------------------------------------------------------------------------------------------------------------
|
43525
|
+
[1m[35m (0.0ms)[0m begin transaction
|
43526
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
43527
|
+
[1m[35m (0.0ms)[0m begin transaction
|
43528
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
43529
|
+
----------------------------------------------------------------------------------------------
|
43530
|
+
ActiveRecordGroupGeneratorTest: test_: normal model should not include parameters in rails 4.
|
43531
|
+
----------------------------------------------------------------------------------------------
|
43532
|
+
[1m[35m (0.1ms)[0m begin transaction
|
43533
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
43534
|
+
[1m[35m (0.0ms)[0m begin transaction
|
43535
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
43536
|
+
------------------------------------------------------------------------------------------
|
43537
|
+
ActiveRecordUserGeneratorTest: test_: namespaced model should create the right migration.
|
43538
|
+
------------------------------------------------------------------------------------------
|
43539
|
+
[1m[35m (0.0ms)[0m begin transaction
|
43540
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
43541
|
+
[1m[35m (0.0ms)[0m begin transaction
|
43542
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
43543
|
+
--------------------------------------------------------------------------------------
|
43544
|
+
ActiveRecordUserGeneratorTest: test_: namespaced model should edit the model content.
|
43545
|
+
--------------------------------------------------------------------------------------
|
43546
|
+
[1m[35m (0.0ms)[0m begin transaction
|
43547
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
43548
|
+
[1m[35m (0.0ms)[0m begin transaction
|
43549
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
43550
|
+
--------------------------------------------------------------------------------------
|
43551
|
+
ActiveRecordUserGeneratorTest: test_: normal model should create the right migration.
|
43552
|
+
--------------------------------------------------------------------------------------
|
43553
|
+
[1m[35m (0.0ms)[0m begin transaction
|
43554
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
43555
|
+
[1m[35m (0.0ms)[0m begin transaction
|
43556
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
43557
|
+
----------------------------------------------------------------------------------
|
43558
|
+
ActiveRecordUserGeneratorTest: test_: normal model should edit the model content.
|
43559
|
+
----------------------------------------------------------------------------------
|
43560
|
+
[1m[35m (0.0ms)[0m begin transaction
|
43561
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
43562
|
+
[1m[35m (0.0ms)[0m begin transaction
|
43563
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
43564
|
+
--------------------------------------------------------------------------------------------------------------------------
|
43565
|
+
ActiveRecordUserGeneratorTest: test_: normal model should include parameters if rails 3 and strong_parameter not present.
|
43566
|
+
--------------------------------------------------------------------------------------------------------------------------
|
43567
|
+
[1m[35m (0.0ms)[0m begin transaction
|
43568
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
43569
|
+
[1m[35m (0.0ms)[0m begin transaction
|
43570
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
43571
|
+
--------------------------------------------------------------------------------------------------------------------------
|
43572
|
+
ActiveRecordUserGeneratorTest: test_: normal model should not include parameters if rails 3 and strong_parameter present.
|
43573
|
+
--------------------------------------------------------------------------------------------------------------------------
|
43574
|
+
[1m[35m (0.0ms)[0m begin transaction
|
43575
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
43576
|
+
[1m[35m (0.0ms)[0m begin transaction
|
43577
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
43578
|
+
---------------------------------------------------------------------------------------------
|
43579
|
+
ActiveRecordUserGeneratorTest: test_: normal model should not include parameters in rails 4.
|
43580
|
+
---------------------------------------------------------------------------------------------
|
43581
|
+
[1m[35m (0.0ms)[0m begin transaction
|
43582
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
43583
|
+
[1m[35m (0.0ms)[0m begin transaction
|
43584
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
43585
|
+
----------------------------------------------------------------------------------------------
|
43586
|
+
SamlBaseControllerTest: test_: consume phase error should redirect to maestrano on any error.
|
43587
|
+
----------------------------------------------------------------------------------------------
|
43588
|
+
[1m[35m (0.1ms)[0m begin transaction
|
43589
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
43590
|
+
[1m[35m (0.0ms)[0m begin transaction
|
43591
|
+
Processing by Maestrano::Auth::SamlController#consume as HTML
|
43592
|
+
Parameters: {"SAMLResponse"=>"g45ad5v40xc4b3fd478"}
|
43593
|
+
Cannot validate SAML response: Bla
|
43594
|
+
Trace: ["/home/bruno/.rvm/gems/ruby-2.3.1/gems/mocha-1.2.1/lib/mocha/exception_raiser.rb:12:in `evaluate'", "/home/bruno/.rvm/gems/ruby-2.3.1/gems/mocha-1.2.1/lib/mocha/return_values.rb:20:in `next'", "/home/bruno/.rvm/gems/ruby-2.3.1/gems/mocha-1.2.1/lib/mocha/expectation.rb:569:in `invoke'", "/home/bruno/.rvm/gems/ruby-2.3.1/gems/mocha-1.2.1/lib/mocha/mock.rb:296:in `method_missing'", "/home/bruno/Workspace/maestrano-rails/app/controllers/maestrano/rails/saml_base_controller.rb:35:in `process_saml_response'", "/home/bruno/Workspace/maestrano-rails/app/controllers/maestrano/rails/saml_base_controller.rb:18:in `saml_response_transaction'", "/home/bruno/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7.1/lib/active_support/callbacks.rb:432:in `block in make_lambda'", "/home/bruno/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7.1/lib/active_support/callbacks.rb:291:in `block in halting_and_conditional'", "/home/bruno/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7.1/lib/active_support/callbacks.rb:497:in `block in around'", "/home/bruno/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7.1/lib/active_support/callbacks.rb:505:in `call'", "/home/bruno/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7.1/lib/active_support/callbacks.rb:92:in `__run_callbacks__'", "/home/bruno/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7.1/lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'", "/home/bruno/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7.1/lib/active_support/callbacks.rb:81:in `run_callbacks'", "/home/bruno/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/home/bruno/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7.1/lib/action_controller/metal/rescue.rb:29:in `process_action'", "/home/bruno/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/home/bruno/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7.1/lib/active_support/notifications.rb:164:in `block in instrument'", "/home/bruno/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7.1/lib/active_support/notifications/instrumenter.rb:20:in `instrument'", "/home/bruno/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7.1/lib/active_support/notifications.rb:164:in `instrument'", "/home/bruno/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/home/bruno/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7.1/lib/action_controller/metal/params_wrapper.rb:250:in `process_action'", "/home/bruno/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7.1/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/home/bruno/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7.1/lib/abstract_controller/base.rb:137:in `process'", "/home/bruno/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7.1/lib/action_view/rendering.rb:30:in `process'", "/home/bruno/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7.1/lib/action_controller/test_case.rb:639:in `process'", "/home/bruno/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7.1/lib/action_controller/test_case.rb:67:in `process'", "/home/bruno/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7.1/lib/action_controller/test_case.rb:520:in `post'", "/home/bruno/Workspace/maestrano-rails/test/controllers/saml_controller_test.rb:117:in `block (3 levels) in <class:SamlBaseControllerTest>'", "/home/bruno/.rvm/gems/ruby-2.3.1/gems/shoulda-context-1.2.1/lib/shoulda/context/context.rb:413:in `instance_exec'", "/home/bruno/.rvm/gems/ruby-2.3.1/gems/shoulda-context-1.2.1/lib/shoulda/context/context.rb:413:in `block in create_test_from_should_hash'", "/home/bruno/.rvm/gems/ruby-2.3.1/gems/minitest-5.9.1/lib/minitest/test.rb:107:in `block (3 levels) in run'", "/home/bruno/.rvm/gems/ruby-2.3.1/gems/minitest-5.9.1/lib/minitest/test.rb:204:in `capture_exceptions'", "/home/bruno/.rvm/gems/ruby-2.3.1/gems/minitest-5.9.1/lib/minitest/test.rb:104:in `block (2 levels) in run'", "/home/bruno/.rvm/gems/ruby-2.3.1/gems/minitest-5.9.1/lib/minitest/test.rb:255:in `time_it'", "/home/bruno/.rvm/gems/ruby-2.3.1/gems/minitest-5.9.1/lib/minitest/test.rb:103:in `block in run'", "/home/bruno/.rvm/gems/ruby-2.3.1/gems/minitest-5.9.1/lib/minitest.rb:348:in `on_signal'", "/home/bruno/.rvm/gems/ruby-2.3.1/gems/minitest-5.9.1/lib/minitest/test.rb:275:in `with_info_handler'", "/home/bruno/.rvm/gems/ruby-2.3.1/gems/minitest-5.9.1/lib/minitest/test.rb:102:in `run'", "/home/bruno/.rvm/gems/ruby-2.3.1/gems/minitest-5.9.1/lib/minitest.rb:799:in `run_one_method'", "/home/bruno/.rvm/gems/ruby-2.3.1/gems/minitest-5.9.1/lib/minitest.rb:322:in `run_one_method'", "/home/bruno/.rvm/gems/ruby-2.3.1/gems/minitest-5.9.1/lib/minitest.rb:310:in `block (2 levels) in run'", "/home/bruno/.rvm/gems/ruby-2.3.1/gems/minitest-5.9.1/lib/minitest.rb:309:in `each'", "/home/bruno/.rvm/gems/ruby-2.3.1/gems/minitest-5.9.1/lib/minitest.rb:309:in `block in run'", "/home/bruno/.rvm/gems/ruby-2.3.1/gems/minitest-5.9.1/lib/minitest.rb:348:in `on_signal'", "/home/bruno/.rvm/gems/ruby-2.3.1/gems/minitest-5.9.1/lib/minitest.rb:335:in `with_info_handler'", "/home/bruno/.rvm/gems/ruby-2.3.1/gems/minitest-5.9.1/lib/minitest.rb:308:in `run'", "/home/bruno/.rvm/gems/ruby-2.3.1/gems/minitest-5.9.1/lib/minitest.rb:158:in `block in __run'", "/home/bruno/.rvm/gems/ruby-2.3.1/gems/minitest-5.9.1/lib/minitest.rb:158:in `map'", "/home/bruno/.rvm/gems/ruby-2.3.1/gems/minitest-5.9.1/lib/minitest.rb:158:in `__run'", "/home/bruno/.rvm/gems/ruby-2.3.1/gems/minitest-5.9.1/lib/minitest.rb:135:in `run'", "/home/bruno/.rvm/gems/ruby-2.3.1/gems/minitest-5.9.1/lib/minitest.rb:62:in `block in autorun'"]
|
43595
|
+
Redirected to http://api-sandbox.maestrano.io/app_access_unauthorized?err=internal
|
43596
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
43597
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
43598
|
+
--------------------------------------------------------------------------------------------------------------------
|
43599
|
+
SamlBaseControllerTest: test_: consume phase should reset the maestrano session successfully if one already exists.
|
43600
|
+
--------------------------------------------------------------------------------------------------------------------
|
43601
|
+
[1m[35m (0.0ms)[0m begin transaction
|
43602
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
43603
|
+
[1m[35m (0.0ms)[0m begin transaction
|
43604
|
+
Processing by Maestrano::Auth::SamlController#consume as HTML
|
43605
|
+
Parameters: {"SAMLResponse"=>"g45ad5v40xc4b3fd478"}
|
43606
|
+
Redirected to http://test.host/
|
43607
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
43608
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
43609
|
+
---------------------------------------------------------------------------------
|
43610
|
+
SamlBaseControllerTest: test_: consume phase should set a saml_request in scope.
|
43611
|
+
---------------------------------------------------------------------------------
|
43612
|
+
[1m[35m (0.1ms)[0m begin transaction
|
43613
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
43614
|
+
[1m[35m (0.0ms)[0m begin transaction
|
43615
|
+
Processing by Maestrano::Auth::SamlController#consume as HTML
|
43616
|
+
Parameters: {"SAMLResponse"=>"g45ad5v40xc4b3fd478"}
|
43617
|
+
Redirected to http://test.host/
|
43618
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
43619
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
43620
|
+
--------------------------------------------------------------------------------------
|
43621
|
+
SamlBaseControllerTest: test_: consume phase should set the group_auth_hash in scope.
|
43622
|
+
--------------------------------------------------------------------------------------
|
43623
|
+
[1m[35m (0.0ms)[0m begin transaction
|
43624
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
43625
|
+
[1m[35m (0.0ms)[0m begin transaction
|
43626
|
+
Processing by Maestrano::Auth::SamlController#consume as HTML
|
43627
|
+
Parameters: {"SAMLResponse"=>"g45ad5v40xc4b3fd478"}
|
43628
|
+
Redirected to http://test.host/
|
43629
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
43630
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
43631
|
+
-------------------------------------------------------------------------------
|
43632
|
+
SamlBaseControllerTest: test_: consume phase should set the maestrano session.
|
43633
|
+
-------------------------------------------------------------------------------
|
43634
|
+
[1m[35m (0.0ms)[0m begin transaction
|
43635
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
43636
|
+
[1m[35m (0.0ms)[0m begin transaction
|
43637
|
+
Processing by Maestrano::Auth::SamlController#consume as HTML
|
43638
|
+
Parameters: {"SAMLResponse"=>"g45ad5v40xc4b3fd478"}
|
43639
|
+
Redirected to http://test.host/
|
43640
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
43641
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
43642
|
+
-------------------------------------------------------------------------------------
|
43643
|
+
SamlBaseControllerTest: test_: consume phase should set the user_auth_hash in scope.
|
43644
|
+
-------------------------------------------------------------------------------------
|
43645
|
+
[1m[35m (0.0ms)[0m begin transaction
|
43646
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
43647
|
+
[1m[35m (0.0ms)[0m begin transaction
|
43648
|
+
Processing by Maestrano::Auth::SamlController#consume as HTML
|
43649
|
+
Parameters: {"SAMLResponse"=>"g45ad5v40xc4b3fd478"}
|
43650
|
+
Redirected to http://test.host/
|
43651
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
43652
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
43653
|
+
------------------------------------------------------------------------------------------
|
43654
|
+
SamlBaseControllerTest: test_: consume phase should set the user_group_rel_hash in scope.
|
43655
|
+
------------------------------------------------------------------------------------------
|
43656
|
+
[1m[35m (0.0ms)[0m begin transaction
|
43657
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
43658
|
+
[1m[35m (0.0ms)[0m begin transaction
|
43659
|
+
Processing by Maestrano::Auth::SamlController#consume as HTML
|
43660
|
+
Parameters: {"SAMLResponse"=>"g45ad5v40xc4b3fd478"}
|
43661
|
+
Redirected to http://test.host/
|
43662
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
43663
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
43664
|
+
---------------------------------------------------------------------------------------------------------------------------
|
43665
|
+
SamlBaseControllerTest: test_: init phase should create a saml request successfully if a maestrano session is already set.
|
43666
|
+
---------------------------------------------------------------------------------------------------------------------------
|
43667
|
+
[1m[35m (0.0ms)[0m begin transaction
|
43668
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
43669
|
+
[1m[35m (0.0ms)[0m begin transaction
|
43670
|
+
Processing by Maestrano::Auth::SamlController#init as HTML
|
43671
|
+
Parameters: {"a_param"=>"value"}
|
43672
|
+
Redirected to http://idpprovider.com?r=request
|
43673
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
43674
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
43675
|
+
-----------------------------------------------------------------------------------------------------------------------
|
43676
|
+
SamlBaseControllerTest: test_: init phase should create a saml request using params and session and redirect the user.
|
43677
|
+
-----------------------------------------------------------------------------------------------------------------------
|
43678
|
+
[1m[35m (0.0ms)[0m begin transaction
|
43679
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
43680
|
+
[1m[35m (0.0ms)[0m begin transaction
|
43681
|
+
Processing by Maestrano::Auth::SamlController#init as HTML
|
43682
|
+
Parameters: {"a_param"=>"value"}
|
43683
|
+
Redirected to http://idpprovider.com?r=request
|
43684
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
43685
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
43686
|
+
-----------------------------------------------------------------
|
43687
|
+
GroupsControllerTest: test_: authenticated should be successful.
|
43688
|
+
-----------------------------------------------------------------
|
43689
|
+
[1m[35m (0.0ms)[0m begin transaction
|
43690
|
+
[1m[36m (0.1ms)[0m [1mcommit transaction[0m
|
43691
|
+
[1m[35m (0.0ms)[0m begin transaction
|
43692
|
+
Processing by Maestrano::Account::GroupsController#destroy as HTML
|
43693
|
+
Parameters: {"id"=>"cld-1"}
|
43694
|
+
Rendered text template (0.0ms)
|
43695
|
+
Completed 200 OK in 4ms (Views: 4.0ms | ActiveRecord: 0.0ms)
|
43696
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
43697
|
+
-----------------------------------------------------------------
|
43698
|
+
GroupsControllerTest: test_: unauthenticated should deny access.
|
43699
|
+
-----------------------------------------------------------------
|
43700
|
+
[1m[35m (0.1ms)[0m begin transaction
|
43701
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
43702
|
+
[1m[35m (0.0ms)[0m begin transaction
|
43703
|
+
Processing by Maestrano::Account::GroupsController#destroy as HTML
|
43704
|
+
Parameters: {"id"=>"cld-1"}
|
43705
|
+
Filter chain halted as :authenticate_maestrano! rendered or redirected
|
43706
|
+
Completed 401 Unauthorized in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
43707
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
43708
|
+
---------------------------------------------------------------------
|
43709
|
+
GroupUsersControllerTest: test_: authenticated should be successful.
|
43710
|
+
---------------------------------------------------------------------
|
43711
|
+
[1m[35m (0.1ms)[0m begin transaction
|
43712
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
43713
|
+
[1m[35m (0.0ms)[0m begin transaction
|
43714
|
+
Processing by Maestrano::Account::GroupUsersController#destroy as HTML
|
43715
|
+
Parameters: {"group_id"=>"cld-1", "id"=>"usr-1"}
|
43716
|
+
Rendered text template (0.0ms)
|
43717
|
+
Completed 200 OK in 5ms (Views: 4.3ms | ActiveRecord: 0.0ms)
|
43718
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
43719
|
+
---------------------------------------------------------------------
|
43720
|
+
GroupUsersControllerTest: test_: unauthenticated should deny access.
|
43721
|
+
---------------------------------------------------------------------
|
43722
|
+
[1m[35m (0.0ms)[0m begin transaction
|
43723
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
43724
|
+
[1m[35m (0.0ms)[0m begin transaction
|
43725
|
+
Processing by Maestrano::Account::GroupUsersController#destroy as HTML
|
43726
|
+
Parameters: {"group_id"=>"cld-1", "id"=>"usr-1"}
|
43727
|
+
Filter chain halted as :authenticate_maestrano! rendered or redirected
|
43728
|
+
Completed 401 Unauthorized in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
43729
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
43730
|
+
-------------------------------------------------------------------
|
43731
|
+
MetadataControllerTest: test_: authenticated should be successful.
|
43732
|
+
-------------------------------------------------------------------
|
43733
|
+
[1m[35m (0.0ms)[0m begin transaction
|
43734
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
43735
|
+
[1m[35m (0.0ms)[0m begin transaction
|
43736
|
+
Processing by Maestrano::Rails::MetadataController#index as HTML
|
43737
|
+
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
|
43738
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
43739
|
+
-------------------------------------------------------------------
|
43740
|
+
MetadataControllerTest: test_: unauthenticated should deny access.
|
43741
|
+
-------------------------------------------------------------------
|
43742
|
+
[1m[35m (0.0ms)[0m begin transaction
|
43743
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
43744
|
+
[1m[35m (0.0ms)[0m begin transaction
|
43745
|
+
Processing by Maestrano::Rails::MetadataController#index as HTML
|
43746
|
+
Filter chain halted as :authenticate_maestrano! rendered or redirected
|
43747
|
+
Completed 401 Unauthorized in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
43748
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
43749
|
+
--------------------------------------------------------------------------------------------------------------------------------------
|
43750
|
+
MaestranoUserViaTest: test_: class methods find_or_create_for_maestrano class method should create a monster using the mapping block.
|
43751
|
+
--------------------------------------------------------------------------------------------------------------------------------------
|
43752
|
+
[1m[35m (0.1ms)[0m begin transaction
|
43753
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
43754
|
+
[1m[35m (0.0ms)[0m begin transaction
|
43755
|
+
[1m[36mMnoMonster Load (0.2ms)[0m [1mSELECT "mno_monsters".* FROM "mno_monsters" WHERE "mno_monsters"."provider" = ? AND "mno_monsters"."uid" = ? AND "mno_monsters"."tenant" = ? ORDER BY "mno_monsters"."id" ASC LIMIT 1[0m [["provider", "maestrano"], ["uid", "usr-2"], ["tenant", "default"]]
|
43756
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
43757
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "mno_monsters" ("first_name", "last_name", "email", "provider", "uid", "tenant", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["first_name", "Mon"], ["last_name", "Ster"], ["email", "monster@monst.com"], ["provider", "maestrano"], ["uid", "usr-2"], ["tenant", "default"], ["created_at", "2016-11-25 07:15:48.918709"], ["updated_at", "2016-11-25 07:15:48.918709"]]
|
43758
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
43759
|
+
[1m[36m (0.2ms)[0m [1mrollback transaction[0m
|
43760
|
+
--------------------------------------------------------------------------------------------------------------------------------------------------------
|
43761
|
+
MaestranoUserViaTest: test_: class methods find_or_create_for_maestrano class method should not return a MnoMonster from another provider if it exists.
|
43762
|
+
--------------------------------------------------------------------------------------------------------------------------------------------------------
|
43763
|
+
[1m[35m (0.1ms)[0m begin transaction
|
43764
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
43765
|
+
[1m[35m (0.0ms)[0m begin transaction
|
43766
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
43767
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "mno_monsters" ("first_name", "last_name", "email", "provider", "uid", "tenant", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "John"], ["last_name", "Jack"], ["email", "monster@co.com"], ["provider", "someoneelse"], ["uid", "usr-1"], ["tenant", "default"], ["created_at", "2016-11-25 07:15:48.923192"], ["updated_at", "2016-11-25 07:15:48.923192"]]
|
43768
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
43769
|
+
[1m[35mMnoMonster Load (0.1ms)[0m SELECT "mno_monsters".* FROM "mno_monsters" WHERE "mno_monsters"."provider" = ? AND "mno_monsters"."uid" = ? AND "mno_monsters"."tenant" = ? ORDER BY "mno_monsters"."id" ASC LIMIT 1 [["provider", "maestrano"], ["uid", "usr-1"], ["tenant", "default"]]
|
43770
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
43771
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "mno_monsters" ("provider", "uid", "tenant", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["provider", "maestrano"], ["uid", "usr-1"], ["tenant", "default"], ["created_at", "2016-11-25 07:15:48.927278"], ["updated_at", "2016-11-25 07:15:48.927278"]]
|
43772
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
43773
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
43774
|
+
--------------------------------------------------------------------------------------------------------------------------------
|
43775
|
+
MaestranoUserViaTest: test_: class methods find_or_create_for_maestrano class method should return the MnoMonster if it exists.
|
43776
|
+
--------------------------------------------------------------------------------------------------------------------------------
|
43777
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
43778
|
+
[1m[35m (0.0ms)[0m commit transaction
|
43779
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
43780
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
43781
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "mno_monsters" ("first_name", "last_name", "email", "provider", "uid", "tenant", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["first_name", "John"], ["last_name", "Jack"], ["email", "monster@co.com"], ["provider", "maestrano"], ["uid", "usr-1"], ["tenant", "default"], ["created_at", "2016-11-25 07:15:48.930239"], ["updated_at", "2016-11-25 07:15:48.930239"]]
|
43782
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
43783
|
+
[1m[36mMnoMonster Load (0.1ms)[0m [1mSELECT "mno_monsters".* FROM "mno_monsters" WHERE "mno_monsters"."provider" = ? AND "mno_monsters"."uid" = ? AND "mno_monsters"."tenant" = ? ORDER BY "mno_monsters"."id" ASC LIMIT 1[0m [["provider", "maestrano"], ["uid", "usr-1"], ["tenant", "default"]]
|
43784
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
43785
|
+
---------------------------------------------------------------------------------------------------
|
43786
|
+
MaestranoUserViaTest: test_: class methods maestrano_*_via should have the right field definition.
|
43787
|
+
---------------------------------------------------------------------------------------------------
|
43788
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
43789
|
+
[1m[35m (0.0ms)[0m commit transaction
|
43790
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
43791
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
43792
|
+
------------------------------------------------------------------------------------------------------------
|
43793
|
+
MaestranoUserViaTest: test_: instance methods maestrano? should return false if provider is something else.
|
43794
|
+
------------------------------------------------------------------------------------------------------------
|
43795
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
43796
|
+
[1m[35m (0.0ms)[0m commit transaction
|
43797
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
43798
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
43799
|
+
----------------------------------------------------------------------------------------------
|
43800
|
+
MaestranoUserViaTest: test_: instance methods maestrano? should return false if uid is blank.
|
43801
|
+
----------------------------------------------------------------------------------------------
|
43802
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
43803
|
+
[1m[35m (0.1ms)[0m commit transaction
|
43804
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
43805
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
43806
|
+
-----------------------------------------------------------------------------------------------------------------------
|
43807
|
+
MaestranoUserViaTest: test_: instance methods maestrano? should return true if provider is maestrano and uid not null.
|
43808
|
+
-----------------------------------------------------------------------------------------------------------------------
|
43809
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
43810
|
+
[1m[35m (0.1ms)[0m commit transaction
|
43811
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
43812
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
43813
|
+
------------------------------
|
43814
|
+
MaestranoRailsTest: test_truth
|
43815
|
+
------------------------------
|
43816
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
43817
|
+
[1m[35m (0.1ms)[0m commit transaction
|
43818
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
43819
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
43820
|
+
----------------------------------------------------------------------------------------------------------
|
43821
|
+
GroupGeneratorTest: test_: GroupGenerator should call the active_record migration generator successfully.
|
43822
|
+
----------------------------------------------------------------------------------------------------------
|
43823
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
43824
|
+
[1m[35m (0.2ms)[0m commit transaction
|
43825
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
43826
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
43827
|
+
----------------------------------------------------------------------------------------------------
|
43828
|
+
GroupGeneratorTest: test_: GroupGenerator should call the mongoid migration generator successfully.
|
43829
|
+
----------------------------------------------------------------------------------------------------
|
43830
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
43831
|
+
[1m[35m (0.1ms)[0m commit transaction
|
43832
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
43833
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
@@ -1,4 +1,5 @@
|
|
1
|
-
class Monster
|
1
|
+
class Monster
|
2
|
+
include Mongoid::Document
|
2
3
|
# Enable Maestrano for this group
|
3
4
|
maestrano_group_via :provider, :uid, :tenant do |group, maestrano|
|
4
5
|
group.name = (maestrano.company_name || "Default Group name")
|
@@ -9,4 +10,10 @@ class Monster < ActiveRecord::Base
|
|
9
10
|
# group.currency_code = maestrano.currency
|
10
11
|
# group.some_required_field = 'some-appropriate-default-value'
|
11
12
|
end
|
12
|
-
|
13
|
+
|
14
|
+
## User source identification fields
|
15
|
+
field :provider, type: String, default: ""
|
16
|
+
field :uid, type: String, default: ""
|
17
|
+
field :tenant, type: String, default: ""
|
18
|
+
|
19
|
+
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: maestrano-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.0
|
4
|
+
version: 1.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Arnaud Lachaume
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-
|
11
|
+
date: 2016-11-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -72,14 +72,14 @@ dependencies:
|
|
72
72
|
requirements:
|
73
73
|
- - '='
|
74
74
|
- !ruby/object:Gem::Version
|
75
|
-
version: 1.0.0
|
75
|
+
version: 1.0.0
|
76
76
|
type: :runtime
|
77
77
|
prerelease: false
|
78
78
|
version_requirements: !ruby/object:Gem::Requirement
|
79
79
|
requirements:
|
80
80
|
- - '='
|
81
81
|
- !ruby/object:Gem::Version
|
82
|
-
version: 1.0.0
|
82
|
+
version: 1.0.0
|
83
83
|
- !ruby/object:Gem::Dependency
|
84
84
|
name: sqlite3
|
85
85
|
requirement: !ruby/object:Gem::Requirement
|
@@ -474,7 +474,6 @@ files:
|
|
474
474
|
- test/test_files/config/routes.rb
|
475
475
|
- test/test_helper.rb
|
476
476
|
- test/tmp/app/models/monster.rb
|
477
|
-
- test/tmp/db/migrate/20161018205552_add_maestrano_to_monsters.rb
|
478
477
|
homepage: https://maestrano.com
|
479
478
|
licenses:
|
480
479
|
- MIT
|
@@ -490,9 +489,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
490
489
|
version: '0'
|
491
490
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
492
491
|
requirements:
|
493
|
-
- - "
|
492
|
+
- - ">="
|
494
493
|
- !ruby/object:Gem::Version
|
495
|
-
version:
|
494
|
+
version: '0'
|
496
495
|
requirements: []
|
497
496
|
rubyforge_project:
|
498
497
|
rubygems_version: 2.5.1
|
@@ -815,4 +814,3 @@ test_files:
|
|
815
814
|
- test/test_files/config/routes.rb
|
816
815
|
- test/test_helper.rb
|
817
816
|
- test/tmp/app/models/monster.rb
|
818
|
-
- test/tmp/db/migrate/20161018205552_add_maestrano_to_monsters.rb
|
@@ -1,16 +0,0 @@
|
|
1
|
-
class AddMaestranoToMonsters < ActiveRecord::Migration
|
2
|
-
def self.up
|
3
|
-
change_table(:monsters) do |t|
|
4
|
-
## User source identification fields
|
5
|
-
t.string :provider
|
6
|
-
t.string :uid
|
7
|
-
t.string :tenant
|
8
|
-
end
|
9
|
-
end
|
10
|
-
|
11
|
-
def self.down
|
12
|
-
# By default, we don't want to make any assumption about how to roll back this migration.
|
13
|
-
# Please edit below which fields you would like to remove in this migration.
|
14
|
-
raise ActiveRecord::IrreversibleMigration
|
15
|
-
end
|
16
|
-
end
|