maestrano-rails 1.0.0.pre.RC1 → 1.0.0.pre.RC2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 327a6cef58029ef872d3d58d7634b9e1b71b57cd
4
- data.tar.gz: fd592a0d69ec32ae0ce679755906a9318a0f102a
3
+ metadata.gz: ae87e25bfa9ea335e2150488ec629f5a1eed2e76
4
+ data.tar.gz: b82062e44962b4cef3de96de2690512cd5926ad7
5
5
  SHA512:
6
- metadata.gz: c663d17fb434aa12c7a8f591d31c5d642bc4b24031920eb45fb06c3ca03f3a9f3490e18fc2dccfa79bd99bca701f2880ed472d493356192a51ce8351c38def98
7
- data.tar.gz: a1b0086219800d4eb3e4bdeabb241dea45dc26539cc4a435e4f28a194255c6b6c86c14bd7683fd2f8e1a2566ed423891b2396e6280abf207b7fda9288c736107
6
+ metadata.gz: 9d9a5b8d78bb6dc1be0fb1c4c3e85f4af2a5fab53428a0317ccefecced62fa41b5cf67e5a32e746fc89a1ee0cd5ec3ed2189e530b76348e9f59f151348cbe09c
7
+ data.tar.gz: f249e0cb3b8cf39d39037de996050ca99b589f43b551cd248313c2a20d4ca9eefc7d3756c35a608b6ea87960bd1a6b3f46a09ff3fcb7660c85858eeea98a5614
data/Gemfile CHANGED
@@ -5,7 +5,7 @@ gem 'jquery-rails'
5
5
  gem 'haml-rails'
6
6
  gem 'mongoid', require: false
7
7
 
8
- gem 'maestrano', '1.0.0.pre.RC1'
8
+ gem 'maestrano', '1.0.0.pre.RC2'
9
9
 
10
10
  group :development, :test do
11
11
  gem 'sqlite3', :platforms => :ruby
@@ -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.pre.RC1)
107
+ maestrano (1.0.0.pre.RC2)
108
108
  httparty (~> 0.14)
109
109
  json (~> 1.8)
110
110
  mime-types (~> 1.25)
@@ -220,7 +220,7 @@ DEPENDENCIES
220
220
  haml-rails
221
221
  jeweler
222
222
  jquery-rails
223
- maestrano (= 1.0.0.pre.RC1)
223
+ maestrano (= 1.0.0.pre.RC2)
224
224
  mocha (~> 1.1)
225
225
  mongoid
226
226
  pg
@@ -2,11 +2,11 @@
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.pre.RC1 ruby lib
5
+ # stub: maestrano-rails 1.0.0.pre.RC2 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "maestrano-rails"
9
- s.version = "1.0.0.pre.RC1"
9
+ s.version = "1.0.0.pre.RC2"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version=
12
12
  s.require_paths = ["lib"]
@@ -51,7 +51,7 @@ Gem::Specification.new do |s|
51
51
  s.licenses = ["MIT"]
52
52
  s.rubygems_version = "2.2.2"
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/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/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/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/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/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/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/UG", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/UG/UGvEaN6gnQMmC4dIqHsCaqNXpkBYrSq6LJTAj4yOu0o.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/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/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/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/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/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/hcPk5eM7VJPi2ZM7DxeJRgnl-LSUUd_GrYrFi2mj0Yc.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/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/mz", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/mz/mza7QOu1wEmWaNoL3wpiHCroiylMRlg9bxjJtbEqZr0.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/wc", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/wc/wcoBXcTCK49dLJ87Fs1xN8uVqscZ76vCcYZ8Apba-dg.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/controllers", "test/tmp/app/controllers/maestrano", "test/tmp/app/controllers/maestrano/account", "test/tmp/app/controllers/maestrano/account/group_users_controller.rb", "test/tmp/app/controllers/maestrano/account/groups_controller.rb", "test/tmp/app/controllers/maestrano/auth", "test/tmp/app/controllers/maestrano/auth/saml_controller.rb", "test/tmp/config", "test/tmp/config/initializers", "test/tmp/config/initializers/maestrano.rb", "test/tmp/config/routes.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/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/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/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/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/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/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/UG", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/UG/UGvEaN6gnQMmC4dIqHsCaqNXpkBYrSq6LJTAj4yOu0o.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/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/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/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/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/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/hcPk5eM7VJPi2ZM7DxeJRgnl-LSUUd_GrYrFi2mj0Yc.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/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/mz", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/mz/mza7QOu1wEmWaNoL3wpiHCroiylMRlg9bxjJtbEqZr0.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/wc", "test/dummy_activerecord/tmp/cache/assets/sprockets/v3.0/wc/wcoBXcTCK49dLJ87Fs1xN8uVqscZ76vCcYZ8Apba-dg.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.pre.RC1"])
64
+ s.add_runtime_dependency(%q<maestrano>, ["= 1.0.0.pre.RC2"])
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.pre.RC1"])
73
+ s.add_dependency(%q<maestrano>, ["= 1.0.0.pre.RC2"])
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.pre.RC1"])
83
+ s.add_dependency(%q<maestrano>, ["= 1.0.0.pre.RC2"])
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"])
@@ -35293,3 +35293,505 @@ Processing by PagesController#home as HTML
35293
35293
  Rendered pages/home.html.erb within layouts/application (0.0ms)
35294
35294
  Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
35295
35295
   (0.0ms) rollback transaction
35296
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
35297
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
35298
+ ------------------------------------------------------------------------------------------
35299
+ ActiveRecordUserGeneratorTest: test_: namespaced model should create the right migration.
35300
+ ------------------------------------------------------------------------------------------
35301
+  (0.1ms) begin transaction
35302
+  (0.0ms) commit transaction
35303
+  (0.0ms) begin transaction
35304
+  (0.0ms) rollback transaction
35305
+ --------------------------------------------------------------------------------------
35306
+ ActiveRecordUserGeneratorTest: test_: namespaced model should edit the model content.
35307
+ --------------------------------------------------------------------------------------
35308
+  (0.0ms) begin transaction
35309
+  (0.0ms) commit transaction
35310
+  (0.0ms) begin transaction
35311
+  (0.1ms) rollback transaction
35312
+ --------------------------------------------------------------------------------------
35313
+ ActiveRecordUserGeneratorTest: test_: normal model should create the right migration.
35314
+ --------------------------------------------------------------------------------------
35315
+  (0.0ms) begin transaction
35316
+  (0.1ms) commit transaction
35317
+  (0.0ms) begin transaction
35318
+  (0.1ms) rollback transaction
35319
+ ----------------------------------------------------------------------------------
35320
+ ActiveRecordUserGeneratorTest: test_: normal model should edit the model content.
35321
+ ----------------------------------------------------------------------------------
35322
+  (0.1ms) begin transaction
35323
+  (0.0ms) commit transaction
35324
+  (0.0ms) begin transaction
35325
+  (0.0ms) rollback transaction
35326
+ --------------------------------------------------------------------------------------------------------------------------
35327
+ ActiveRecordUserGeneratorTest: test_: normal model should include parameters if rails 3 and strong_parameter not present.
35328
+ --------------------------------------------------------------------------------------------------------------------------
35329
+  (0.0ms) begin transaction
35330
+  (0.0ms) commit transaction
35331
+  (0.0ms) begin transaction
35332
+  (0.1ms) rollback transaction
35333
+ --------------------------------------------------------------------------------------------------------------------------
35334
+ ActiveRecordUserGeneratorTest: test_: normal model should not include parameters if rails 3 and strong_parameter present.
35335
+ --------------------------------------------------------------------------------------------------------------------------
35336
+  (0.0ms) begin transaction
35337
+  (0.0ms) commit transaction
35338
+  (0.0ms) begin transaction
35339
+  (0.1ms) rollback transaction
35340
+ ---------------------------------------------------------------------------------------------
35341
+ ActiveRecordUserGeneratorTest: test_: normal model should not include parameters in rails 4.
35342
+ ---------------------------------------------------------------------------------------------
35343
+  (0.0ms) begin transaction
35344
+  (0.0ms) commit transaction
35345
+  (0.0ms) begin transaction
35346
+  (0.1ms) rollback transaction
35347
+ -------------------------------------------------------------------
35348
+ MetadataControllerTest: test_: authenticated should be successful.
35349
+ -------------------------------------------------------------------
35350
+  (0.0ms) begin transaction
35351
+  (0.0ms) commit transaction
35352
+  (0.0ms) begin transaction
35353
+ Processing by Maestrano::Rails::MetadataController#index as HTML
35354
+ Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
35355
+  (0.0ms) rollback transaction
35356
+ -------------------------------------------------------------------
35357
+ MetadataControllerTest: test_: unauthenticated should deny access.
35358
+ -------------------------------------------------------------------
35359
+  (0.0ms) begin transaction
35360
+  (0.0ms) commit transaction
35361
+  (0.0ms) begin transaction
35362
+ Processing by Maestrano::Rails::MetadataController#index as HTML
35363
+ Filter chain halted as :authenticate_maestrano! rendered or redirected
35364
+ Completed 401 Unauthorized in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
35365
+  (0.0ms) rollback transaction
35366
+ ----------------------------------------------------------------------------------------------
35367
+ SamlBaseControllerTest: test_: consume phase error should redirect to maestrano on any error.
35368
+ ----------------------------------------------------------------------------------------------
35369
+  (0.0ms) begin transaction
35370
+  (0.0ms) commit transaction
35371
+  (0.1ms) begin transaction
35372
+ Processing by Maestrano::Auth::SamlController#consume as HTML
35373
+ Parameters: {"SAMLResponse"=>"g45ad5v40xc4b3fd478"}
35374
+ Cannot validate SAML response: Bla
35375
+ Trace: ["/home/bruno/.rvm/gems/ruby-2.1.3/gems/mocha-1.1.0/lib/mocha/exception_raiser.rb:12:in `evaluate'", "/home/bruno/.rvm/gems/ruby-2.1.3/gems/mocha-1.1.0/lib/mocha/return_values.rb:20:in `next'", "/home/bruno/.rvm/gems/ruby-2.1.3/gems/mocha-1.1.0/lib/mocha/expectation.rb:569:in `invoke'", "/home/bruno/.rvm/gems/ruby-2.1.3/gems/mocha-1.1.0/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.1.3/gems/activesupport-4.2.7.1/lib/active_support/callbacks.rb:432:in `block in make_lambda'", "/home/bruno/.rvm/gems/ruby-2.1.3/gems/activesupport-4.2.7.1/lib/active_support/callbacks.rb:291:in `call'", "/home/bruno/.rvm/gems/ruby-2.1.3/gems/activesupport-4.2.7.1/lib/active_support/callbacks.rb:291:in `block in halting_and_conditional'", "/home/bruno/.rvm/gems/ruby-2.1.3/gems/activesupport-4.2.7.1/lib/active_support/callbacks.rb:497:in `call'", "/home/bruno/.rvm/gems/ruby-2.1.3/gems/activesupport-4.2.7.1/lib/active_support/callbacks.rb:497:in `block in around'", "/home/bruno/.rvm/gems/ruby-2.1.3/gems/activesupport-4.2.7.1/lib/active_support/callbacks.rb:505:in `call'", "/home/bruno/.rvm/gems/ruby-2.1.3/gems/activesupport-4.2.7.1/lib/active_support/callbacks.rb:505:in `call'", "/home/bruno/.rvm/gems/ruby-2.1.3/gems/activesupport-4.2.7.1/lib/active_support/callbacks.rb:92:in `__run_callbacks__'", "/home/bruno/.rvm/gems/ruby-2.1.3/gems/activesupport-4.2.7.1/lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'", "/home/bruno/.rvm/gems/ruby-2.1.3/gems/activesupport-4.2.7.1/lib/active_support/callbacks.rb:81:in `run_callbacks'", "/home/bruno/.rvm/gems/ruby-2.1.3/gems/actionpack-4.2.7.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/home/bruno/.rvm/gems/ruby-2.1.3/gems/actionpack-4.2.7.1/lib/action_controller/metal/rescue.rb:29:in `process_action'", "/home/bruno/.rvm/gems/ruby-2.1.3/gems/actionpack-4.2.7.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/home/bruno/.rvm/gems/ruby-2.1.3/gems/activesupport-4.2.7.1/lib/active_support/notifications.rb:164:in `block in instrument'", "/home/bruno/.rvm/gems/ruby-2.1.3/gems/activesupport-4.2.7.1/lib/active_support/notifications/instrumenter.rb:20:in `instrument'", "/home/bruno/.rvm/gems/ruby-2.1.3/gems/activesupport-4.2.7.1/lib/active_support/notifications.rb:164:in `instrument'", "/home/bruno/.rvm/gems/ruby-2.1.3/gems/actionpack-4.2.7.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/home/bruno/.rvm/gems/ruby-2.1.3/gems/actionpack-4.2.7.1/lib/action_controller/metal/params_wrapper.rb:250:in `process_action'", "/home/bruno/.rvm/gems/ruby-2.1.3/gems/activerecord-4.2.7.1/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/home/bruno/.rvm/gems/ruby-2.1.3/gems/actionpack-4.2.7.1/lib/abstract_controller/base.rb:137:in `process'", "/home/bruno/.rvm/gems/ruby-2.1.3/gems/actionview-4.2.7.1/lib/action_view/rendering.rb:30:in `process'", "/home/bruno/.rvm/gems/ruby-2.1.3/gems/actionpack-4.2.7.1/lib/action_controller/test_case.rb:639:in `process'", "/home/bruno/.rvm/gems/ruby-2.1.3/gems/actionpack-4.2.7.1/lib/action_controller/test_case.rb:67:in `process'", "/home/bruno/.rvm/gems/ruby-2.1.3/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.1.3/gems/shoulda-context-1.2.1/lib/shoulda/context/context.rb:413:in `instance_exec'", "/home/bruno/.rvm/gems/ruby-2.1.3/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.1.3/gems/minitest-5.9.0/lib/minitest/test.rb:107:in `block (3 levels) in run'", "/home/bruno/.rvm/gems/ruby-2.1.3/gems/minitest-5.9.0/lib/minitest/test.rb:204:in `capture_exceptions'", "/home/bruno/.rvm/gems/ruby-2.1.3/gems/minitest-5.9.0/lib/minitest/test.rb:104:in `block (2 levels) in run'", "/home/bruno/.rvm/gems/ruby-2.1.3/gems/minitest-5.9.0/lib/minitest/test.rb:255:in `time_it'", "/home/bruno/.rvm/gems/ruby-2.1.3/gems/minitest-5.9.0/lib/minitest/test.rb:103:in `block in run'", "/home/bruno/.rvm/gems/ruby-2.1.3/gems/minitest-5.9.0/lib/minitest.rb:348:in `on_signal'", "/home/bruno/.rvm/gems/ruby-2.1.3/gems/minitest-5.9.0/lib/minitest/test.rb:275:in `with_info_handler'", "/home/bruno/.rvm/gems/ruby-2.1.3/gems/minitest-5.9.0/lib/minitest/test.rb:102:in `run'", "/home/bruno/.rvm/gems/ruby-2.1.3/gems/minitest-5.9.0/lib/minitest.rb:799:in `run_one_method'", "/home/bruno/.rvm/gems/ruby-2.1.3/gems/minitest-5.9.0/lib/minitest.rb:322:in `run_one_method'", "/home/bruno/.rvm/gems/ruby-2.1.3/gems/minitest-5.9.0/lib/minitest.rb:310:in `block (2 levels) in run'", "/home/bruno/.rvm/gems/ruby-2.1.3/gems/minitest-5.9.0/lib/minitest.rb:309:in `each'", "/home/bruno/.rvm/gems/ruby-2.1.3/gems/minitest-5.9.0/lib/minitest.rb:309:in `block in run'", "/home/bruno/.rvm/gems/ruby-2.1.3/gems/minitest-5.9.0/lib/minitest.rb:348:in `on_signal'", "/home/bruno/.rvm/gems/ruby-2.1.3/gems/minitest-5.9.0/lib/minitest.rb:335:in `with_info_handler'", "/home/bruno/.rvm/gems/ruby-2.1.3/gems/minitest-5.9.0/lib/minitest.rb:308:in `run'", "/home/bruno/.rvm/gems/ruby-2.1.3/gems/minitest-5.9.0/lib/minitest.rb:158:in `block in __run'", "/home/bruno/.rvm/gems/ruby-2.1.3/gems/minitest-5.9.0/lib/minitest.rb:158:in `map'", "/home/bruno/.rvm/gems/ruby-2.1.3/gems/minitest-5.9.0/lib/minitest.rb:158:in `__run'", "/home/bruno/.rvm/gems/ruby-2.1.3/gems/minitest-5.9.0/lib/minitest.rb:135:in `run'", "/home/bruno/.rvm/gems/ruby-2.1.3/gems/minitest-5.9.0/lib/minitest.rb:62:in `block in autorun'"]
35376
+ Redirected to http://api-sandbox.maestrano.io/app_access_unauthorized?err=internal
35377
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
35378
+  (0.0ms) rollback transaction
35379
+ --------------------------------------------------------------------------------------------------------------------
35380
+ SamlBaseControllerTest: test_: consume phase should reset the maestrano session successfully if one already exists.
35381
+ --------------------------------------------------------------------------------------------------------------------
35382
+  (0.0ms) begin transaction
35383
+  (0.0ms) commit transaction
35384
+  (0.0ms) begin transaction
35385
+ Processing by Maestrano::Auth::SamlController#consume as HTML
35386
+ Parameters: {"SAMLResponse"=>"g45ad5v40xc4b3fd478"}
35387
+ Redirected to http://test.host/
35388
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
35389
+  (0.0ms) rollback transaction
35390
+ ---------------------------------------------------------------------------------
35391
+ SamlBaseControllerTest: test_: consume phase should set a saml_request in scope.
35392
+ ---------------------------------------------------------------------------------
35393
+  (0.0ms) begin transaction
35394
+  (0.0ms) commit transaction
35395
+  (0.0ms) begin transaction
35396
+ Processing by Maestrano::Auth::SamlController#consume as HTML
35397
+ Parameters: {"SAMLResponse"=>"g45ad5v40xc4b3fd478"}
35398
+ Redirected to http://test.host/
35399
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
35400
+  (0.0ms) rollback transaction
35401
+ --------------------------------------------------------------------------------------
35402
+ SamlBaseControllerTest: test_: consume phase should set the group_auth_hash in scope.
35403
+ --------------------------------------------------------------------------------------
35404
+  (0.0ms) begin transaction
35405
+  (0.0ms) commit transaction
35406
+  (0.0ms) begin transaction
35407
+ Processing by Maestrano::Auth::SamlController#consume as HTML
35408
+ Parameters: {"SAMLResponse"=>"g45ad5v40xc4b3fd478"}
35409
+ Redirected to http://test.host/
35410
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
35411
+  (0.1ms) rollback transaction
35412
+ -------------------------------------------------------------------------------
35413
+ SamlBaseControllerTest: test_: consume phase should set the maestrano session.
35414
+ -------------------------------------------------------------------------------
35415
+  (0.0ms) begin transaction
35416
+  (0.0ms) commit transaction
35417
+  (0.0ms) begin transaction
35418
+ Processing by Maestrano::Auth::SamlController#consume as HTML
35419
+ Parameters: {"SAMLResponse"=>"g45ad5v40xc4b3fd478"}
35420
+ Redirected to http://test.host/
35421
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
35422
+  (0.0ms) rollback transaction
35423
+ -------------------------------------------------------------------------------------
35424
+ SamlBaseControllerTest: test_: consume phase should set the user_auth_hash in scope.
35425
+ -------------------------------------------------------------------------------------
35426
+  (0.1ms) begin transaction
35427
+  (0.0ms) commit transaction
35428
+  (0.0ms) begin transaction
35429
+ Processing by Maestrano::Auth::SamlController#consume as HTML
35430
+ Parameters: {"SAMLResponse"=>"g45ad5v40xc4b3fd478"}
35431
+ Redirected to http://test.host/
35432
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
35433
+  (0.1ms) rollback transaction
35434
+ ------------------------------------------------------------------------------------------
35435
+ SamlBaseControllerTest: test_: consume phase should set the user_group_rel_hash in scope.
35436
+ ------------------------------------------------------------------------------------------
35437
+  (0.0ms) begin transaction
35438
+  (0.0ms) commit transaction
35439
+  (0.0ms) begin transaction
35440
+ Processing by Maestrano::Auth::SamlController#consume as HTML
35441
+ Parameters: {"SAMLResponse"=>"g45ad5v40xc4b3fd478"}
35442
+ Redirected to http://test.host/
35443
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
35444
+  (0.0ms) rollback transaction
35445
+ ---------------------------------------------------------------------------------------------------------------------------
35446
+ SamlBaseControllerTest: test_: init phase should create a saml request successfully if a maestrano session is already set.
35447
+ ---------------------------------------------------------------------------------------------------------------------------
35448
+  (0.0ms) begin transaction
35449
+  (0.0ms) commit transaction
35450
+  (0.0ms) begin transaction
35451
+ Processing by Maestrano::Auth::SamlController#init as HTML
35452
+ Parameters: {"a_param"=>"value"}
35453
+ Redirected to http://idpprovider.com?r=request
35454
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
35455
+  (0.0ms) rollback transaction
35456
+ -----------------------------------------------------------------------------------------------------------------------
35457
+ SamlBaseControllerTest: test_: init phase should create a saml request using params and session and redirect the user.
35458
+ -----------------------------------------------------------------------------------------------------------------------
35459
+  (0.0ms) begin transaction
35460
+  (0.0ms) commit transaction
35461
+  (0.0ms) begin transaction
35462
+ Processing by Maestrano::Auth::SamlController#init as HTML
35463
+ Parameters: {"a_param"=>"value"}
35464
+ Redirected to http://idpprovider.com?r=request
35465
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
35466
+  (0.1ms) rollback transaction
35467
+ -----------------------------------------------------------------
35468
+ GroupsControllerTest: test_: authenticated should be successful.
35469
+ -----------------------------------------------------------------
35470
+  (0.0ms) begin transaction
35471
+  (0.0ms) commit transaction
35472
+  (0.0ms) begin transaction
35473
+ Processing by Maestrano::Account::GroupsController#destroy as HTML
35474
+ Parameters: {"id"=>"cld-1"}
35475
+ Rendered text template (0.0ms)
35476
+ Completed 200 OK in 5ms (Views: 4.8ms | ActiveRecord: 0.0ms)
35477
+  (0.0ms) rollback transaction
35478
+ -----------------------------------------------------------------
35479
+ GroupsControllerTest: test_: unauthenticated should deny access.
35480
+ -----------------------------------------------------------------
35481
+  (0.0ms) begin transaction
35482
+  (0.0ms) commit transaction
35483
+  (0.0ms) begin transaction
35484
+ Processing by Maestrano::Account::GroupsController#destroy as HTML
35485
+ Parameters: {"id"=>"cld-1"}
35486
+ Filter chain halted as :authenticate_maestrano! rendered or redirected
35487
+ Completed 401 Unauthorized in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
35488
+  (0.0ms) rollback transaction
35489
+ ---------------------------------------------------------------------------------------------------------------------
35490
+ GenericControllerTest: test_: with a maestrano session should be successful if the maestrano session is still valid.
35491
+ ---------------------------------------------------------------------------------------------------------------------
35492
+  (0.1ms) begin transaction
35493
+  (0.0ms) commit transaction
35494
+  (0.0ms) begin transaction
35495
+ Processing by PagesController#home as HTML
35496
+ Rendered pages/home.html.erb within layouts/application (0.8ms)
35497
+ Completed 200 OK in 155ms (Views: 154.5ms | ActiveRecord: 0.0ms)
35498
+  (0.1ms) rollback transaction
35499
+ --------------------------------------------------------------------------------------------------------------------
35500
+ GenericControllerTest: test_: with a maestrano session should initialize redirect to SSO initialization if invalid.
35501
+ --------------------------------------------------------------------------------------------------------------------
35502
+  (0.0ms) begin transaction
35503
+  (0.0ms) commit transaction
35504
+  (0.0ms) begin transaction
35505
+ Processing by PagesController#home as HTML
35506
+ Rendered pages/home.html.erb within layouts/application (0.0ms)
35507
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
35508
+  (0.0ms) rollback transaction
35509
+ -----------------------------------------------------------------------------------------------------------
35510
+ GenericControllerTest: test_: with a maestrano session should not redirect to SSO init if sso is disabled.
35511
+ -----------------------------------------------------------------------------------------------------------
35512
+  (0.0ms) begin transaction
35513
+  (0.0ms) commit transaction
35514
+  (0.0ms) begin transaction
35515
+ Processing by PagesController#home as HTML
35516
+ Rendered pages/home.html.erb within layouts/application (0.0ms)
35517
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
35518
+  (0.0ms) rollback transaction
35519
+ ------------------------------------------------------------------------------
35520
+ GenericControllerTest: test_: with no maestrano session should be successful.
35521
+ ------------------------------------------------------------------------------
35522
+  (0.0ms) begin transaction
35523
+  (0.0ms) commit transaction
35524
+  (0.0ms) begin transaction
35525
+ Processing by PagesController#home as HTML
35526
+ Rendered pages/home.html.erb within layouts/application (0.0ms)
35527
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
35528
+  (0.0ms) rollback transaction
35529
+ --------------------------------------------------------------------------------------------------------------------------------------
35530
+ MaestranoUserViaTest: test_: class methods find_or_create_for_maestrano class method should create a monster using the mapping block.
35531
+ --------------------------------------------------------------------------------------------------------------------------------------
35532
+  (0.0ms) begin transaction
35533
+  (0.0ms) commit transaction
35534
+  (0.0ms) begin transaction
35535
+ MnoMonster Load (0.4ms) 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-2"], ["tenant", "default"]]
35536
+  (0.1ms) SAVEPOINT active_record_1
35537
+ SQL (0.2ms) INSERT INTO "mno_monsters" ("first_name", "last_name", "email", "provider", "uid", "tenant", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Mon"], ["last_name", "Ster"], ["email", "monster@monst.com"], ["provider", "maestrano"], ["uid", "usr-2"], ["tenant", "default"], ["created_at", "2016-08-31 05:33:29.727328"], ["updated_at", "2016-08-31 05:33:29.727328"]]
35538
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35539
+  (0.1ms) rollback transaction
35540
+ --------------------------------------------------------------------------------------------------------------------------------------------------------
35541
+ MaestranoUserViaTest: test_: class methods find_or_create_for_maestrano class method should not return a MnoMonster from another provider if it exists.
35542
+ --------------------------------------------------------------------------------------------------------------------------------------------------------
35543
+  (0.0ms) begin transaction
35544
+  (0.0ms) commit transaction
35545
+  (0.0ms) begin transaction
35546
+  (0.0ms) SAVEPOINT active_record_1
35547
+ SQL (0.1ms) 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-08-31 05:33:29.729997"], ["updated_at", "2016-08-31 05:33:29.729997"]]
35548
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35549
+ MnoMonster Load (0.0ms) 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"]]
35550
+  (0.0ms) SAVEPOINT active_record_1
35551
+ SQL (0.1ms) INSERT INTO "mno_monsters" ("provider", "uid", "tenant", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["provider", "maestrano"], ["uid", "usr-1"], ["tenant", "default"], ["created_at", "2016-08-31 05:33:29.731849"], ["updated_at", "2016-08-31 05:33:29.731849"]]
35552
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35553
+  (0.1ms) rollback transaction
35554
+ --------------------------------------------------------------------------------------------------------------------------------
35555
+ MaestranoUserViaTest: test_: class methods find_or_create_for_maestrano class method should return the MnoMonster if it exists.
35556
+ --------------------------------------------------------------------------------------------------------------------------------
35557
+  (0.0ms) begin transaction
35558
+  (0.0ms) commit transaction
35559
+  (0.0ms) begin transaction
35560
+  (0.1ms) SAVEPOINT active_record_1
35561
+ SQL (0.3ms) 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", "maestrano"], ["uid", "usr-1"], ["tenant", "default"], ["created_at", "2016-08-31 05:33:29.734130"], ["updated_at", "2016-08-31 05:33:29.734130"]]
35562
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35563
+ MnoMonster Load (0.1ms) 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"]]
35564
+  (0.2ms) rollback transaction
35565
+ ---------------------------------------------------------------------------------------------------
35566
+ MaestranoUserViaTest: test_: class methods maestrano_*_via should have the right field definition.
35567
+ ---------------------------------------------------------------------------------------------------
35568
+  (0.0ms) begin transaction
35569
+  (0.0ms) commit transaction
35570
+  (0.0ms) begin transaction
35571
+  (0.0ms) rollback transaction
35572
+ ------------------------------------------------------------------------------------------------------------
35573
+ MaestranoUserViaTest: test_: instance methods maestrano? should return false if provider is something else.
35574
+ ------------------------------------------------------------------------------------------------------------
35575
+  (0.0ms) begin transaction
35576
+  (0.0ms) commit transaction
35577
+  (0.0ms) begin transaction
35578
+  (0.0ms) rollback transaction
35579
+ ----------------------------------------------------------------------------------------------
35580
+ MaestranoUserViaTest: test_: instance methods maestrano? should return false if uid is blank.
35581
+ ----------------------------------------------------------------------------------------------
35582
+  (0.0ms) begin transaction
35583
+  (0.1ms) commit transaction
35584
+  (0.0ms) begin transaction
35585
+  (0.0ms) rollback transaction
35586
+ -----------------------------------------------------------------------------------------------------------------------
35587
+ MaestranoUserViaTest: test_: instance methods maestrano? should return true if provider is maestrano and uid not null.
35588
+ -----------------------------------------------------------------------------------------------------------------------
35589
+  (0.1ms) begin transaction
35590
+  (0.0ms) commit transaction
35591
+  (0.0ms) begin transaction
35592
+  (0.0ms) rollback transaction
35593
+ -------------------------------------------------------------------------------------------
35594
+ ActiveRecordGroupGeneratorTest: test_: namespaced model should create the right migration.
35595
+ -------------------------------------------------------------------------------------------
35596
+  (0.0ms) begin transaction
35597
+  (0.0ms) commit transaction
35598
+  (0.0ms) begin transaction
35599
+  (0.1ms) rollback transaction
35600
+ ---------------------------------------------------------------------------------------
35601
+ ActiveRecordGroupGeneratorTest: test_: namespaced model should edit the model content.
35602
+ ---------------------------------------------------------------------------------------
35603
+  (0.0ms) begin transaction
35604
+  (0.0ms) commit transaction
35605
+  (0.0ms) begin transaction
35606
+  (0.0ms) rollback transaction
35607
+ ---------------------------------------------------------------------------------------
35608
+ ActiveRecordGroupGeneratorTest: test_: normal model should create the right migration.
35609
+ ---------------------------------------------------------------------------------------
35610
+  (0.0ms) begin transaction
35611
+  (0.0ms) commit transaction
35612
+  (0.0ms) begin transaction
35613
+  (0.0ms) rollback transaction
35614
+ -----------------------------------------------------------------------------------
35615
+ ActiveRecordGroupGeneratorTest: test_: normal model should edit the model content.
35616
+ -----------------------------------------------------------------------------------
35617
+  (0.0ms) begin transaction
35618
+  (0.0ms) commit transaction
35619
+  (0.0ms) begin transaction
35620
+  (0.0ms) rollback transaction
35621
+ ---------------------------------------------------------------------------------------------------------------------------
35622
+ ActiveRecordGroupGeneratorTest: test_: normal model should include parameters if rails 3 and strong_parameter not present.
35623
+ ---------------------------------------------------------------------------------------------------------------------------
35624
+  (0.0ms) begin transaction
35625
+  (0.0ms) commit transaction
35626
+  (0.0ms) begin transaction
35627
+  (0.1ms) rollback transaction
35628
+ ---------------------------------------------------------------------------------------------------------------------------
35629
+ ActiveRecordGroupGeneratorTest: test_: normal model should not include parameters if rails 3 and strong_parameter present.
35630
+ ---------------------------------------------------------------------------------------------------------------------------
35631
+  (0.0ms) begin transaction
35632
+  (0.0ms) commit transaction
35633
+  (0.0ms) begin transaction
35634
+  (0.0ms) rollback transaction
35635
+ ----------------------------------------------------------------------------------------------
35636
+ ActiveRecordGroupGeneratorTest: test_: normal model should not include parameters in rails 4.
35637
+ ----------------------------------------------------------------------------------------------
35638
+  (0.0ms) begin transaction
35639
+  (0.0ms) commit transaction
35640
+  (0.0ms) begin transaction
35641
+  (0.1ms) rollback transaction
35642
+ ---------------------------------------------------------------------------------------------------------------------------------------
35643
+ MaestranoGroupViaTest: test_: class methods find_or_create_for_maestrano class method should create a monster using the mapping block.
35644
+ ---------------------------------------------------------------------------------------------------------------------------------------
35645
+  (0.0ms) begin transaction
35646
+  (0.0ms) commit transaction
35647
+  (0.0ms) begin transaction
35648
+ MnoCrew Load (0.1ms) 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"]]
35649
+  (0.1ms) SAVEPOINT active_record_1
35650
+ SQL (0.2ms) 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-08-31 05:33:29.774023"], ["updated_at", "2016-08-31 05:33:29.774023"]]
35651
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35652
+  (0.1ms) rollback transaction
35653
+ ------------------------------------------------------------------------------------------------------------------------------------------------------
35654
+ MaestranoGroupViaTest: test_: class methods find_or_create_for_maestrano class method should not return a MnoCrew from another provider if it exists.
35655
+ ------------------------------------------------------------------------------------------------------------------------------------------------------
35656
+  (0.0ms) begin transaction
35657
+  (0.0ms) commit transaction
35658
+  (0.0ms) begin transaction
35659
+  (0.0ms) SAVEPOINT active_record_1
35660
+ SQL (0.1ms) INSERT INTO "mno_crews" ("name", "provider", "uid", "tenant", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "SomeOtherCrew"], ["provider", "someoneelse"], ["uid", "usr-1"], ["tenant", "default"], ["created_at", "2016-08-31 05:33:29.776257"], ["updated_at", "2016-08-31 05:33:29.776257"]]
35661
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35662
+ MnoCrew Load (0.0ms) 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"]]
35663
+  (0.0ms) SAVEPOINT active_record_1
35664
+ SQL (0.1ms) INSERT INTO "mno_crews" ("name", "provider", "uid", "tenant", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Your Group"], ["provider", "maestrano"], ["uid", "cld-1"], ["tenant", "default"], ["created_at", "2016-08-31 05:33:29.778008"], ["updated_at", "2016-08-31 05:33:29.778008"]]
35665
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35666
+  (0.1ms) rollback transaction
35667
+ ------------------------------------------------------------------------------------------------------------------------------
35668
+ MaestranoGroupViaTest: test_: class methods find_or_create_for_maestrano class method should return the MnoCrew if it exists.
35669
+ ------------------------------------------------------------------------------------------------------------------------------
35670
+  (0.0ms) begin transaction
35671
+  (0.0ms) commit transaction
35672
+  (0.0ms) begin transaction
35673
+  (0.0ms) SAVEPOINT active_record_1
35674
+ SQL (0.1ms) 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-08-31 05:33:29.779859"], ["updated_at", "2016-08-31 05:33:29.779859"]]
35675
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35676
+ MnoCrew Load (0.0ms) 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"]]
35677
+  (0.1ms) rollback transaction
35678
+ ----------------------------------------------------------------------------------------------------
35679
+ MaestranoGroupViaTest: test_: class methods maestrano_*_via should have the right field definition.
35680
+ ----------------------------------------------------------------------------------------------------
35681
+  (0.0ms) begin transaction
35682
+  (0.0ms) commit transaction
35683
+  (0.0ms) begin transaction
35684
+  (0.0ms) rollback transaction
35685
+ -------------------------------------------------------------------------------------------------------------
35686
+ MaestranoGroupViaTest: test_: instance methods maestrano? should return false if provider is something else.
35687
+ -------------------------------------------------------------------------------------------------------------
35688
+  (0.0ms) begin transaction
35689
+  (0.0ms) commit transaction
35690
+  (0.0ms) begin transaction
35691
+  (0.0ms) rollback transaction
35692
+ -----------------------------------------------------------------------------------------------
35693
+ MaestranoGroupViaTest: test_: instance methods maestrano? should return false if uid is blank.
35694
+ -----------------------------------------------------------------------------------------------
35695
+  (0.0ms) begin transaction
35696
+  (0.0ms) commit transaction
35697
+  (0.0ms) begin transaction
35698
+  (0.0ms) rollback transaction
35699
+ ------------------------------------------------------------------------------------------------------------------------
35700
+ MaestranoGroupViaTest: test_: instance methods maestrano? should return true if provider is maestrano and uid not null.
35701
+ ------------------------------------------------------------------------------------------------------------------------
35702
+  (0.0ms) begin transaction
35703
+  (0.0ms) commit transaction
35704
+  (0.0ms) begin transaction
35705
+  (0.0ms) rollback transaction
35706
+ ---------------------------------------------------------------------------------------
35707
+ InstallGeneratorTest: test_: InstallGenerator should create the maestrano initializer.
35708
+ ---------------------------------------------------------------------------------------
35709
+  (0.0ms) begin transaction
35710
+  (0.0ms) commit transaction
35711
+  (0.0ms) begin transaction
35712
+  (0.0ms) rollback transaction
35713
+ ----------------------------------------------------------------------------------
35714
+ InstallGeneratorTest: test_: InstallGenerator should create the maestrano routes.
35715
+ ----------------------------------------------------------------------------------
35716
+  (0.0ms) begin transaction
35717
+  (0.0ms) commit transaction
35718
+  (0.0ms) begin transaction
35719
+  (0.1ms) rollback transaction
35720
+ ----------------------------------------------------------------------------------------------------------
35721
+ InstallGeneratorTest: test_: InstallGenerator should create the maestrano/account/group_users_controller.
35722
+ ----------------------------------------------------------------------------------------------------------
35723
+  (0.0ms) begin transaction
35724
+  (0.0ms) commit transaction
35725
+  (0.0ms) begin transaction
35726
+  (0.1ms) rollback transaction
35727
+ -----------------------------------------------------------------------------------------------------
35728
+ InstallGeneratorTest: test_: InstallGenerator should create the maestrano/account/groups_controller.
35729
+ -----------------------------------------------------------------------------------------------------
35730
+  (0.1ms) begin transaction
35731
+  (0.1ms) commit transaction
35732
+  (0.0ms) begin transaction
35733
+  (0.1ms) rollback transaction
35734
+ ------------------------------------------------------------------------------------------------
35735
+ InstallGeneratorTest: test_: InstallGenerator should create the maestrano/auth/saml_controller.
35736
+ ------------------------------------------------------------------------------------------------
35737
+  (0.0ms) begin transaction
35738
+  (0.0ms) commit transaction
35739
+  (0.0ms) begin transaction
35740
+  (0.0ms) rollback transaction
35741
+ ---------------------------------------------------------------------
35742
+ GroupUsersControllerTest: test_: authenticated should be successful.
35743
+ ---------------------------------------------------------------------
35744
+  (0.0ms) begin transaction
35745
+  (0.0ms) commit transaction
35746
+  (0.0ms) begin transaction
35747
+ Processing by Maestrano::Account::GroupUsersController#destroy as HTML
35748
+ Parameters: {"group_id"=>"cld-1", "id"=>"usr-1"}
35749
+ Rendered text template (0.0ms)
35750
+ Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms)
35751
+  (0.1ms) rollback transaction
35752
+ ---------------------------------------------------------------------
35753
+ GroupUsersControllerTest: test_: unauthenticated should deny access.
35754
+ ---------------------------------------------------------------------
35755
+  (0.0ms) begin transaction
35756
+  (0.0ms) commit transaction
35757
+  (0.0ms) begin transaction
35758
+ Processing by Maestrano::Account::GroupUsersController#destroy as HTML
35759
+ Parameters: {"group_id"=>"cld-1", "id"=>"usr-1"}
35760
+ Filter chain halted as :authenticate_maestrano! rendered or redirected
35761
+ Completed 401 Unauthorized in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
35762
+  (0.0ms) rollback transaction
35763
+ ------------------------------
35764
+ MaestranoRailsTest: test_truth
35765
+ ------------------------------
35766
+  (0.0ms) begin transaction
35767
+  (0.0ms) commit transaction
35768
+  (0.0ms) begin transaction
35769
+  (0.0ms) rollback transaction
35770
+ --------------------------------------------------------------------------------------------------------
35771
+ UserGeneratorTest: test_: UserGenerator should call the active_record migration generator successfully.
35772
+ --------------------------------------------------------------------------------------------------------
35773
+  (0.0ms) begin transaction
35774
+  (0.0ms) commit transaction
35775
+  (0.0ms) begin transaction
35776
+  (0.1ms) rollback transaction
35777
+ --------------------------------------------------------------------------------------------------
35778
+ UserGeneratorTest: test_: UserGenerator should call the mongoid migration generator successfully.
35779
+ --------------------------------------------------------------------------------------------------
35780
+  (0.0ms) begin transaction
35781
+  (0.0ms) commit transaction
35782
+  (0.0ms) begin transaction
35783
+  (0.1ms) rollback transaction
35784
+ ----------------------------------------------------------------------------------------------------------
35785
+ GroupGeneratorTest: test_: GroupGenerator should call the active_record migration generator successfully.
35786
+ ----------------------------------------------------------------------------------------------------------
35787
+  (0.0ms) begin transaction
35788
+  (0.0ms) commit transaction
35789
+  (0.0ms) begin transaction
35790
+  (0.1ms) rollback transaction
35791
+ ----------------------------------------------------------------------------------------------------
35792
+ GroupGeneratorTest: test_: GroupGenerator should call the mongoid migration generator successfully.
35793
+ ----------------------------------------------------------------------------------------------------
35794
+  (0.0ms) begin transaction
35795
+  (0.0ms) commit transaction
35796
+  (0.0ms) begin transaction
35797
+  (0.1ms) rollback transaction
@@ -0,0 +1,19 @@
1
+ class Monster
2
+ include Mongoid::Document
3
+ # Enable Maestrano for this group
4
+ maestrano_group_via :provider, :uid, :tenant do |group, maestrano|
5
+ group.name = (maestrano.company_name || "Default Group name")
6
+ # group.principal_email = maestrano.email
7
+ # group.city = maestrano.city
8
+ # group.olson_tz = maestrano.timezone
9
+ # group.country_alpha2 = maestrano.country
10
+ # group.currency_code = maestrano.currency
11
+ # group.some_required_field = 'some-appropriate-default-value'
12
+ end
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,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: maestrano-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0.pre.RC1
4
+ version: 1.0.0.pre.RC2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Arnaud Lachaume
@@ -72,14 +72,14 @@ dependencies:
72
72
  requirements:
73
73
  - - '='
74
74
  - !ruby/object:Gem::Version
75
- version: 1.0.0.pre.RC1
75
+ version: 1.0.0.pre.RC2
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.pre.RC1
82
+ version: 1.0.0.pre.RC2
83
83
  - !ruby/object:Gem::Dependency
84
84
  name: sqlite3
85
85
  requirement: !ruby/object:Gem::Requirement
@@ -450,11 +450,7 @@ files:
450
450
  - test/models/maestrano_user_via_test.rb
451
451
  - test/test_files/config/routes.rb
452
452
  - test/test_helper.rb
453
- - test/tmp/app/controllers/maestrano/account/group_users_controller.rb
454
- - test/tmp/app/controllers/maestrano/account/groups_controller.rb
455
- - test/tmp/app/controllers/maestrano/auth/saml_controller.rb
456
- - test/tmp/config/initializers/maestrano.rb
457
- - test/tmp/config/routes.rb
453
+ - test/tmp/app/models/monster.rb
458
454
  homepage: https://maestrano.com
459
455
  licenses:
460
456
  - MIT
@@ -771,8 +767,4 @@ test_files:
771
767
  - test/models/maestrano_user_via_test.rb
772
768
  - test/test_files/config/routes.rb
773
769
  - test/test_helper.rb
774
- - test/tmp/app/controllers/maestrano/account/group_users_controller.rb
775
- - test/tmp/app/controllers/maestrano/account/groups_controller.rb
776
- - test/tmp/app/controllers/maestrano/auth/saml_controller.rb
777
- - test/tmp/config/initializers/maestrano.rb
778
- - test/tmp/config/routes.rb
770
+ - test/tmp/app/models/monster.rb
@@ -1,27 +0,0 @@
1
- class Maestrano::Account::GroupUsersController < Maestrano::Rails::WebHookController
2
-
3
- # DELETE /maestrano/account/groups/cld-1/users/usr-1/:tenant
4
- # Remove a user from a group
5
- def destroy
6
- # Set the right uid based on Maestrano.param('sso.creation_mode')
7
- user_uid = Maestrano.mask_user(params[:id],params[:group_id])
8
- group_uid = params[:group_id]
9
- tenant = params[:tenant]
10
-
11
- # Perform association deletion steps here
12
- # --
13
- # If Maestrano.param('sso.creation_mode') is set to virtual
14
- # then you might want to just delete/cancel/block the user
15
- #
16
- # E.g
17
- # user = User.find_by_tenant_and_uid(tenant, user_uid)
18
- # organization = Organization.find_by_tenant_and_uid(tenant ,group_uid)
19
- #
20
- # if Maestrano.param('sso.creation_mode') == 'virtual'
21
- # user.destroy
22
- # else
23
- # organization.remove_user(user)
24
- # user.block_access! if user.reload.organizations.empty?
25
- # end
26
- end
27
- end
@@ -1,37 +0,0 @@
1
- class Maestrano::Account::GroupsController < Maestrano::Rails::WebHookController
2
-
3
- # DELETE /maestrano/account/groups/cld-1/:tenant
4
- # Delete an entire group
5
- def destroy
6
- group_uid = params[:id]
7
- tenant = params[:tenant]
8
-
9
- # Perform deletion steps here
10
- # --
11
- # If you need to perform a final checkout
12
- # then you can call Maestrano::Account::Bill.create({.. final checkout details ..})
13
- # --
14
- # If Maestrano.param('sso.creation_mode') is set to virtual
15
- # then you might want to delete/cancel/block all users under
16
- # that group
17
- # --
18
- # E.g:
19
- # organization = Organization.find_by_tenant_and_uid(tenant, group_uid)
20
- #
21
- # amount_cents = organization.calculate_total_due_remaining
22
- # Maestrano::Account::Bill.create({
23
- # group_id: group_uid,
24
- # price_cents: amount_cents,
25
- # description: "Final Payout"
26
- # })
27
- #
28
- # if Maestrano.param('sso.creation_mode') == 'virtual'
29
- # organization.members.where(provider:'maestrano').each do |user|
30
- # user.destroy
31
- # end
32
- #
33
- # organization.destroy
34
- # render json: {success: true}
35
- #
36
- end
37
- end
@@ -1,57 +0,0 @@
1
- class Maestrano::Auth::SamlController < Maestrano::Rails::SamlBaseController
2
-
3
- #== POST '/maestrano/auth/saml/consume/:tenant'
4
- # Final phase of the Single Sign-On handshake. Find or create
5
- # the required resources (user and group) and sign the user
6
- # in
7
- #
8
- # This action is left to you to customize based on your application
9
- # requirements. Below is presented a potential way of writing
10
- # the action.
11
- #
12
- # Assuming you have enabled maestrano on a user model
13
- # called 'User' and a group model called 'Organization'
14
- # the action could be written the following way
15
- def consume
16
- ### 1)Find or create the user and the group
17
- ### --
18
- ### The class method 'find_or_create_for_maestrano' is provided
19
- ### by the maestrano-rails gem on the model you have maestrano-ized.
20
- ### The method uses the mapping defined in the model 'maestrano_*_via'
21
- ### block to create the resource if it does not exist
22
- ### The 'user_auth_hash' and 'group_auth_hash' methods are provided
23
- ### by the controller.
24
- ### --
25
- # user = User.find_or_create_for_maestrano(user_auth_hash)
26
- # organization = Organization.find_or_create_for_maestrano(group_auth_hash)
27
- #
28
- # user.tenant = params[:tenant]
29
- # user.save
30
- # organization.tenant = params[:tenant]
31
- # organization.save
32
- #
33
- #
34
- ### 2) Add the user to the group if not already a member
35
- ### --
36
- ### The 'user_group_rel_hash' method is provided by the controller.
37
- ### The role attribute provided by maestrano is one of the following:
38
- ### 'Member', 'Power User', 'Admin', 'Super Admin'
39
- ### The 'member_of?' and 'add_member' methods are not provided by
40
- ### maestrano and are left to you to implement on your models
41
- ### --
42
- # unless user.member_of?(organization)
43
- # organization.add_member(user,role: user_group_rel_hash[:role])
44
- # end
45
- #
46
- #
47
- ### Sign the user in and redirect to application root
48
- ### --
49
- ### The 'sign_in' method is not provided by maestrano but should already
50
- ### be there if you are using an authentication framework like Devise
51
- ### --
52
- # sign_in(user)
53
- # redirect_to root_path
54
-
55
- raise NotImplemented.new("The consume action should be customized to fit your application needs")
56
- end
57
- end
@@ -1,140 +0,0 @@
1
- Maestrano.configure do |config|
2
-
3
- # ==> Environment configuration
4
- # The environment to connect to.
5
- # If set to 'production' then all Single Sign-On (SSO) and API requests
6
- # will be made to maestrano.com
7
- # If set to 'test' then requests will be made to api-sandbox.maestrano.io
8
- # The api-sandbox allows you to easily test integration scenarios.
9
- # More details on http://api-sandbox.maestrano.io
10
- #
11
- config.environment = 'test' # or 'production'
12
-
13
- # ==> Application host
14
- # This is your application host (e.g: my-app.com) which is ultimately
15
- # used to redirect users to the right SAML url during SSO handshake.
16
- #
17
- config.app.host = (config.environment == 'production' ? 'https://my-app.com' : 'http://localhost:3000')
18
-
19
- # ==> App ID & API key
20
- # Your application App ID and API key which you can retrieve on http://maestrano.com
21
- # via your cloud partner dashboard.
22
- # For testing you can retrieve/generate an api.id and api.key from the API Sandbox directly
23
- # on http://api-sandbox.maestrano.io
24
- #
25
- config.api.id = (config.environment == 'production' ? 'prod_app_id' : 'sandbox_app_id')
26
- config.api.key = (config.environment == 'production' ? 'prod_api_key' : 'sandbox_api_key')
27
-
28
- # ==> Single Sign-On activation
29
- # Enable/Disable single sign-on. When troubleshooting authentication issues
30
- # you might want to disable SSO temporarily
31
- #
32
- # config.sso.enabled = true
33
-
34
- # ==> Single Sign-On Identity Manager
35
- # By default we consider that the domain managing user identification
36
- # is the same as your application host (see above config.app.host parameter)
37
- # If you have a dedicated domain managing user identification and therefore
38
- # responsible for the single sign-on handshake (e.g: https://idp.my-app.com)
39
- # then you can specify it below
40
- #
41
- # config.sso.idm = (config.environment == 'production' ? 'https://idp.my-app.com' : 'http://localhost:3000')
42
-
43
- # ==> SSO Initialization endpoint
44
- # This is your application path to the SAML endpoint that allows users to
45
- # initialize SSO authentication. Upon reaching this endpoint users your
46
- # application will automatically create a SAML request and redirect the user
47
- # to Maestrano. Maestrano will then authenticate and authorize the user. Upon
48
- # authorization the user gets redirected to your application consumer endpoint
49
- # (see below) for initial setup and/or login.
50
- #
51
- # The controller for this path is automatically
52
- # generated when you run 'rake maestrano:install' and is available at
53
- # <rails_root>/app/controllers/maestrano/auth/saml.rb
54
- #
55
- config.sso.init_path = '/maestrano/auth/saml/init/default'
56
-
57
- # ==> SSO Consumer endpoint
58
- # This is your application path to the SAML endpoint that allows users to
59
- # finalize SSO authentication. During the 'consume' action your application
60
- # sets users (and associated group) up and/or log them in.
61
- #
62
- # The controller for this path is automatically
63
- # generated when you run 'rake maestrano:install' and is available at
64
- # <rails_root>/app/controllers/maestrano/auth/saml.rb
65
- #
66
- config.sso.consume_path = '/maestrano/auth/saml/consume/default'
67
-
68
- # ==> Single Logout activation
69
- # Enable/Disable single logout. When troubleshooting authentication issues
70
- # you might want to disable SLO temporarily.
71
- # If set to false then Maestrano::SSO::Session#valid? - which should be
72
- # used in a controller before filter to check user session - always return true
73
- #
74
- # config.sso.slo_enabled = true
75
-
76
- # ==> SSO User creation mode
77
- # !IMPORTANT
78
- # On Maestrano users can take several "instances" of your service. You can consider
79
- # each "instance" as 1) a billing entity and 2) a collaboration group (this is
80
- # equivalent to a 'customer account' in a commercial world). When users login to
81
- # your application via single sign-on they actually login via a specific group which
82
- # is then supposed to determine which data they have access to inside your application.
83
- #
84
- # E.g: John and Jack are part of group 1. They should see the same data when they login to
85
- # your application (employee info, analytics, sales etc..). John is also part of group 2
86
- # but not Jack. Therefore only John should be able to see the data belonging to group 2.
87
- #
88
- # In most application this is done via collaboration/sharing/permission groups which is
89
- # why a group is required to be created when a new user logs in via a new group (and
90
- # also for billing purpose - you charge a group, not a user directly).
91
- #
92
- # == mode: 'real'
93
- # In an ideal world a user should be able to belong to several groups in your application.
94
- # In this case you would set the 'sso.creation_mode' to 'real' which means that the uid
95
- # and email we pass to you are the actual user email and maestrano universal id.
96
- #
97
- # == mode: 'virtual'
98
- # Now let's say that due to technical constraints your application cannot authorize a user
99
- # to belong to several groups. Well next time John logs in via a different group there will
100
- # be a problem: the user already exists (based on uid or email) and cannot be assigned
101
- # to a second group. To fix this you can set the 'sso.creation_mode' to 'virtual'. In this
102
- # mode users get assigned a truly unique uid and email across groups. So next time John logs
103
- # in a whole new user account can be created for him without any validation problem. In this
104
- # mode the email we assign to him looks like "usr-sdf54.cld-45aa2@mail.maestrano.com". But don't
105
- # worry we take care of forwarding any email you would send to this address
106
- #
107
- # config.sso.creation_mode = 'real' # or 'virtual'
108
-
109
- # ==> Account Webhooks
110
- # Single sign on has been setup into your app and Maestrano users are now able
111
- # to use your service. Great! Wait what happens when a business (group) decides to
112
- # stop using your service? Also what happens when a user gets removed from a business?
113
- # Well the endpoints below are for Maestrano to be able to notify you of such
114
- # events.
115
- #
116
- # Even if the routes look restful we issue only issue DELETE requests for the moment
117
- # to notify you of any service cancellation (group deletion) or any user being
118
- # removed from a group.
119
- #
120
- # The controllers for these hooks path are automatically generated when
121
- # you run 'rake maestrano:install' and is available under
122
- # <rails_root>/app/controllers/maestrano/account/
123
- #
124
- config.webhook.account.groups_path = '/maestrano/account/groups/:id/default'
125
- config.webhook.account.group_users_path = '/maestrano/account/groups/:group_id/users/:id/default'
126
- end
127
-
128
- # Example of multi-tenant configuration
129
- Maestrano['other-tenant'].configure do |config|
130
- config.environment = 'test'
131
- config.app.host = (config.environment == 'production' ? 'https://my-app.com' : 'http://localhost:3000')
132
-
133
- config.api.id = (config.environment == 'production' ? 'prod_app_id' : 'sandbox_app_id')
134
- config.api.key = (config.environment == 'production' ? 'prod_api_key' : 'sandbox_api_key')
135
-
136
- config.sso.init_path = '/maestrano/auth/saml/init/other-tenant'
137
- config.sso.consume_path = '/maestrano/auth/saml/consume/other-tenant'
138
- config.webhook.account.groups_path = '/maestrano/account/groups/:id/other-tenant'
139
- config.webhook.account.group_users_path = '/maestrano/account/groups/:group_id/users/:id/other-tenant'
140
- end
@@ -1,60 +0,0 @@
1
- Dummy::Application.routes.draw do
2
- maestrano_routes
3
-
4
- # The priority is based upon order of creation:
5
- # first created -> highest priority.
6
-
7
- # Sample of regular route:
8
- # match 'products/:id' => 'catalog#view'
9
- # Keep in mind you can assign values other than :controller and :action
10
-
11
- # Sample of named route:
12
- # match 'products/:id/purchase' => 'catalog#purchase', :as => :purchase
13
- # This route can be invoked with purchase_url(:id => product.id)
14
-
15
- # Sample resource route (maps HTTP verbs to controller actions automatically):
16
- # resources :products
17
-
18
- # Sample resource route with options:
19
- # resources :products do
20
- # member do
21
- # get 'short'
22
- # post 'toggle'
23
- # end
24
- #
25
- # collection do
26
- # get 'sold'
27
- # end
28
- # end
29
-
30
- # Sample resource route with sub-resources:
31
- # resources :products do
32
- # resources :comments, :sales
33
- # resource :seller
34
- # end
35
-
36
- # Sample resource route with more complex sub-resources
37
- # resources :products do
38
- # resources :comments
39
- # resources :sales do
40
- # get 'recent', :on => :collection
41
- # end
42
- # end
43
-
44
- # Sample resource route within a namespace:
45
- # namespace :admin do
46
- # # Directs /admin/products/* to Admin::ProductsController
47
- # # (app/controllers/admin/products_controller.rb)
48
- # resources :products
49
- # end
50
-
51
- # You can have the root of your site routed with "root"
52
- # just remember to delete public/index.html.
53
- # root :to => 'welcome#index'
54
-
55
- # See how all your routes lay out with "rake routes"
56
-
57
- # This is a legacy wild controller route that's not recommended for RESTful applications.
58
- # Note: This route will make all actions in every controller accessible via GET requests.
59
- # match ':controller(/:action(/:id))(.:format)'
60
- end