ocache 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (412) hide show
  1. checksums.yaml +7 -0
  2. data/Rakefile +32 -0
  3. data/lib/ocache.rb +3 -0
  4. data/lib/ocache/handler.rb +7 -0
  5. data/lib/ocache/proxy.rb +14 -0
  6. data/lib/ocache/rails_hook.rb +15 -0
  7. data/lib/ocache/version.rb +3 -0
  8. data/test/dummy/README.rdoc +28 -0
  9. data/test/dummy/Rakefile +6 -0
  10. data/test/dummy/app/assets/javascripts/application.js +13 -0
  11. data/test/dummy/app/assets/stylesheets/application.css +15 -0
  12. data/test/dummy/app/controllers/application_controller.rb +5 -0
  13. data/test/dummy/app/helpers/application_helper.rb +2 -0
  14. data/test/dummy/app/models/queryable.rb +27 -0
  15. data/test/dummy/app/views/layouts/application.html.erb +14 -0
  16. data/test/dummy/bin/bundle +3 -0
  17. data/test/dummy/bin/rails +4 -0
  18. data/test/dummy/bin/rake +4 -0
  19. data/test/dummy/config.ru +4 -0
  20. data/test/dummy/config/application.rb +23 -0
  21. data/test/dummy/config/boot.rb +5 -0
  22. data/test/dummy/config/database.yml +25 -0
  23. data/test/dummy/config/environment.rb +5 -0
  24. data/test/dummy/config/environments/development.rb +37 -0
  25. data/test/dummy/config/environments/production.rb +78 -0
  26. data/test/dummy/config/environments/test.rb +39 -0
  27. data/test/dummy/config/initializers/assets.rb +8 -0
  28. data/test/dummy/config/initializers/backtrace_silencers.rb +7 -0
  29. data/test/dummy/config/initializers/cookies_serializer.rb +3 -0
  30. data/test/dummy/config/initializers/filter_parameter_logging.rb +4 -0
  31. data/test/dummy/config/initializers/inflections.rb +16 -0
  32. data/test/dummy/config/initializers/mime_types.rb +4 -0
  33. data/test/dummy/config/initializers/session_store.rb +3 -0
  34. data/test/dummy/config/initializers/wrap_parameters.rb +14 -0
  35. data/test/dummy/config/locales/en.yml +23 -0
  36. data/test/dummy/config/routes.rb +56 -0
  37. data/test/dummy/config/secrets.yml +22 -0
  38. data/test/dummy/db/development.sqlite3 +0 -0
  39. data/test/dummy/db/migrate/20141208022159_create_queryables.rb +11 -0
  40. data/test/dummy/db/schema.rb +31 -0
  41. data/test/dummy/db/test.sqlite3 +0 -0
  42. data/test/dummy/log/development.log +379 -0
  43. data/test/dummy/log/test.log +47694 -0
  44. data/test/dummy/public/404.html +67 -0
  45. data/test/dummy/public/422.html +67 -0
  46. data/test/dummy/public/500.html +66 -0
  47. data/test/dummy/public/favicon.ico +0 -0
  48. data/test/dummy/tmp/cache/059/7C1/CacheFetchTest%3A%3ASomeModule%2Fsome_method%2F +1 -0
  49. data/test/dummy/tmp/cache/05B/1F1/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2F +0 -0
  50. data/test/dummy/tmp/cache/060/501/MethodCacheTest%3A%3ASomeClass%2Fsome_method%2F +1 -0
  51. data/test/dummy/tmp/cache/0A8/C31/Queryable%2Fexpensive_class_method%2Fstring +1 -0
  52. data/test/dummy/tmp/cache/0D0/061/MethodCacheTest%3A%3ASomeModule%2Fsome_method%2F +1 -0
  53. data/test/dummy/tmp/cache/1D1/861/CacheFetchTest%3A%3ASomeModel%2Fsome_method%2F2014-12-09 +0 -0
  54. data/test/dummy/tmp/cache/1D6/E91/CacheFetchTest%3A%3ASomeClass%2Fsome_method%2F2014-12-09 +1 -0
  55. data/test/dummy/tmp/cache/246/881/CacheFetchTest%3A%3ASomeModule%2Fsome_method%2F2014-12-09 +1 -0
  56. data/test/dummy/tmp/cache/247/3E1/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2F2014-12-08 +0 -0
  57. data/test/dummy/tmp/cache/248/3F1/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2F2014-12-09 +0 -0
  58. data/test/dummy/tmp/cache/24C/A11/MethodCacheTest%3A%3ASomeClass%2Fsome_method%2F2014-12-08 +1 -0
  59. data/test/dummy/tmp/cache/24D/A21/MethodCacheTest%3A%3ASomeClass%2Fsome_method%2F2014-12-09 +1 -0
  60. data/test/dummy/tmp/cache/2BC/B71/MethodCacheTest%3A%3ASomeModule%2Fsome_method%2F2014-12-08 +1 -0
  61. data/test/dummy/tmp/cache/2BD/B81/MethodCacheTest%3A%3ASomeModule%2Fsome_method%2F2014-12-09 +1 -0
  62. data/test/dummy/tmp/cache/3E4/CD0/3393506222796536138 +0 -0
  63. data/test/dummy/tmp/cache/3EF/1A0/3506853374928343948 +0 -0
  64. data/test/dummy/tmp/cache/3F1/460/4176464805947563539 +1 -0
  65. data/test/dummy/tmp/cache/3FE/860/-4106640260049272038 +0 -0
  66. data/test/dummy/tmp/cache/40C/F90/-3414151446976501395 +0 -0
  67. data/test/dummy/tmp/cache/40D/650/-1381287794170135543 +1 -0
  68. data/test/dummy/tmp/cache/40F/490/-1525653958005182637 +1 -0
  69. data/test/dummy/tmp/cache/411/660/-2932829013391782635 +1 -0
  70. data/test/dummy/tmp/cache/415/AE0/-1358667349046179305 +1 -0
  71. data/test/dummy/tmp/cache/54C/9F1/queryables%2F1-20141210010218014002000%2Fexpensive_instance_method%2F +1 -0
  72. data/test/dummy/tmp/cache/550/521/queryables%2F1-20141210081004203041000%2Fexpensive_instance_method%2F +1 -0
  73. data/test/dummy/tmp/cache/552/681/queryables%2F1-20141210010203501805000%2Fexpensive_instance_method%2F +1 -0
  74. data/test/dummy/tmp/cache/552/931/queryables%2F1-20141210003231491020000%2Fexpensive_instance_method%2F +1 -0
  75. data/test/dummy/tmp/cache/554/F41/queryables%2F1-20141210013642320420000%2Fexpensive_instance_method%2F +1 -0
  76. data/test/dummy/tmp/cache/555/141/queryables%2F1-20141210083001225412000%2Fexpensive_instance_method%2F +1 -0
  77. data/test/dummy/tmp/cache/555/DD1/queryables%2F1-20141210021201354028000%2Fexpensive_instance_method%2F +1 -0
  78. data/test/dummy/tmp/cache/556/5D1/queryables%2F1-20141209120040208211000%2Fexpensive_instance_method%2F +1 -0
  79. data/test/dummy/tmp/cache/559/A81/queryables%2F1-20141210022149109031000%2Fexpensive_instance_method%2F +1 -0
  80. data/test/dummy/tmp/cache/55A/921/queryables%2F1-20141210000017427327000%2Fexpensive_instance_method%2F +1 -0
  81. data/test/dummy/tmp/cache/55B/211/queryables%2F1-20141209123203113334000%2Fexpensive_instance_method%2F +1 -0
  82. data/test/dummy/tmp/cache/55C/231/queryables%2F1-20141210070502079203000%2Fexpensive_instance_method%2F +1 -0
  83. data/test/dummy/tmp/cache/55D/101/queryables%2F1-20141210022041613287000%2Fexpensive_instance_method%2F +1 -0
  84. data/test/dummy/tmp/cache/55E/5E1/queryables%2F1-20141210004224819250000%2Fexpensive_instance_method%2F +1 -0
  85. data/test/dummy/tmp/cache/55F/5F1/queryables%2F1-20141210003039032729000%2Fexpensive_instance_method%2F +1 -0
  86. data/test/dummy/tmp/cache/55F/9C1/queryables%2F1-20141210082029032615000%2Fexpensive_instance_method%2F +1 -0
  87. data/test/dummy/tmp/cache/55F/A41/queryables%2F1-20141210070450903622000%2Fexpensive_instance_method%2F +1 -0
  88. data/test/dummy/tmp/cache/560/A21/queryables%2F1-20141210022007862822000%2Fexpensive_instance_method%2F +1 -0
  89. data/test/dummy/tmp/cache/560/A81/queryables%2F1-20141210021325484451000%2Fexpensive_instance_method%2F +1 -0
  90. data/test/dummy/tmp/cache/560/B11/queryables%2F1-20141210022805363037000%2Fexpensive_instance_method%2F +1 -0
  91. data/test/dummy/tmp/cache/560/DA1/queryables%2F1-20141210013859420223000%2Fexpensive_instance_method%2F +1 -0
  92. data/test/dummy/tmp/cache/561/0F1/queryables%2F1-20141210075054672040000%2Fexpensive_instance_method%2F +1 -0
  93. data/test/dummy/tmp/cache/561/F81/queryables%2F1-20141210083014942621000%2Fexpensive_instance_method%2F +1 -0
  94. data/test/dummy/tmp/cache/561/FA1/queryables%2F1-20141210081713530462000%2Fexpensive_instance_method%2F +1 -0
  95. data/test/dummy/tmp/cache/562/0A1/queryables%2F1-20141210021813684503000%2Fexpensive_instance_method%2F +1 -0
  96. data/test/dummy/tmp/cache/562/1B1/queryables%2F1-20141210082540601762000%2Fexpensive_instance_method%2F +1 -0
  97. data/test/dummy/tmp/cache/562/201/queryables%2F1-20141210082244271650000%2Fexpensive_instance_method%2F +1 -0
  98. data/test/dummy/tmp/cache/562/2A1/queryables%2F1-20141210070537290710000%2Fexpensive_instance_method%2F +1 -0
  99. data/test/dummy/tmp/cache/562/5A1/queryables%2F3-20141208053430004634000%2Fexpensive_instance_method%2F +1 -0
  100. data/test/dummy/tmp/cache/562/CF1/queryables%2F1-20141210021140909069000%2Fexpensive_instance_method%2F +1 -0
  101. data/test/dummy/tmp/cache/562/EA1/queryables%2F1-20141210070211089283000%2Fexpensive_instance_method%2F +1 -0
  102. data/test/dummy/tmp/cache/563/371/queryables%2F1-20141210070255624272000%2Fexpensive_instance_method%2F +1 -0
  103. data/test/dummy/tmp/cache/563/511/queryables%2F1-20141210095110845810000%2Fexpensive_instance_method%2F +1 -0
  104. data/test/dummy/tmp/cache/564/671/queryables%2F1-20141210070547221960000%2Fexpensive_instance_method%2F +1 -0
  105. data/test/dummy/tmp/cache/565/451/queryables%2F1-20141210000152953991000%2Fexpensive_instance_method%2F +1 -0
  106. data/test/dummy/tmp/cache/565/6A1/queryables%2F1-20141210004134868640000%2Fexpensive_instance_method%2F +1 -0
  107. data/test/dummy/tmp/cache/565/8E1/queryables%2F1-20141210082017755603000%2Fexpensive_instance_method%2F +1 -0
  108. data/test/dummy/tmp/cache/566/751/queryables%2F1-20141210010231799742000%2Fexpensive_instance_method%2F +1 -0
  109. data/test/dummy/tmp/cache/566/A81/queryables%2F1-20141210021922856712000%2Fexpensive_instance_method%2F +1 -0
  110. data/test/dummy/tmp/cache/566/BE1/queryables%2F1-20141210020959346601000%2Fexpensive_instance_method%2F +1 -0
  111. data/test/dummy/tmp/cache/566/D01/queryables%2F1-20141210080944471134000%2Fexpensive_instance_method%2F +1 -0
  112. data/test/dummy/tmp/cache/567/B31/queryables%2F1-20141210020837227267000%2Fexpensive_instance_method%2F +1 -0
  113. data/test/dummy/tmp/cache/567/B81/queryables%2F1-20141210002259675136000%2Fexpensive_instance_method%2F +1 -0
  114. data/test/dummy/tmp/cache/567/D61/queryables%2F1-20141210080835501088000%2Fexpensive_instance_method%2F +1 -0
  115. data/test/dummy/tmp/cache/568/1B1/queryables%2F1-20141210082744363271000%2Fexpensive_instance_method%2F +1 -0
  116. data/test/dummy/tmp/cache/568/221/queryables%2F1-20141209110707822128000%2Fexpensive_instance_method%2F +1 -0
  117. data/test/dummy/tmp/cache/568/CC1/queryables%2F1-20141210021420986726000%2Fexpensive_instance_method%2F +1 -0
  118. data/test/dummy/tmp/cache/568/F81/queryables%2F1-20141210021846476234000%2Fexpensive_instance_method%2F +1 -0
  119. data/test/dummy/tmp/cache/569/0E1/queryables%2F1-20141210070437093078000%2Fexpensive_instance_method%2F +1 -0
  120. data/test/dummy/tmp/cache/569/141/queryables%2F1-20141210003948417039000%2Fexpensive_instance_method%2F +1 -0
  121. data/test/dummy/tmp/cache/569/1B1/queryables%2F1-20141210082529004288000%2Fexpensive_instance_method%2F +1 -0
  122. data/test/dummy/tmp/cache/569/481/queryables%2F1-20141210085555271208000%2Fexpensive_instance_method%2F +1 -0
  123. data/test/dummy/tmp/cache/569/DF1/queryables%2F1-20141210002634084399000%2Fexpensive_instance_method%2F +1 -0
  124. data/test/dummy/tmp/cache/56A/151/queryables%2F1-20141210104327282389000%2Fexpensive_instance_method%2F +1 -0
  125. data/test/dummy/tmp/cache/56A/2F1/queryables%2F1-20141210021427948615000%2Fexpensive_instance_method%2F +1 -0
  126. data/test/dummy/tmp/cache/56A/571/queryables%2F1-20141210081649104592000%2Fexpensive_instance_method%2F +1 -0
  127. data/test/dummy/tmp/cache/56A/661/queryables%2F1-20141209123216514736000%2Fexpensive_instance_method%2F +1 -0
  128. data/test/dummy/tmp/cache/56A/841/queryables%2F1-20141209225008825072000%2Fexpensive_instance_method%2F +1 -0
  129. data/test/dummy/tmp/cache/56A/9E1/queryables%2F1-20141209082333911902000%2Fexpensive_instance_method%2F +1 -0
  130. data/test/dummy/tmp/cache/56B/5F1/queryables%2F1-20141210021747176780000%2Fexpensive_instance_method%2F +1 -0
  131. data/test/dummy/tmp/cache/56B/611/queryables%2F1-20141210081043698137000%2Fexpensive_instance_method%2F +1 -0
  132. data/test/dummy/tmp/cache/56B/741/queryables%2F1-20141210070552764770000%2Fexpensive_instance_method%2F +1 -0
  133. data/test/dummy/tmp/cache/56B/BF1/queryables%2F1-20141209084302683224000%2Fexpensive_instance_method%2F +1 -0
  134. data/test/dummy/tmp/cache/56B/C41/queryables%2F1-20141209084530308740000%2Fexpensive_instance_method%2F +1 -0
  135. data/test/dummy/tmp/cache/56C/891/queryables%2F1-20141210083046238584000%2Fexpensive_instance_method%2F +1 -0
  136. data/test/dummy/tmp/cache/56C/8F1/queryables%2F1-20141210082514438727000%2Fexpensive_instance_method%2F +1 -0
  137. data/test/dummy/tmp/cache/56C/9F1/queryables%2F1-20141209120106299544000%2Fexpensive_instance_method%2F +1 -0
  138. data/test/dummy/tmp/cache/56C/AB1/queryables%2F1-20141210082729215906000%2Fexpensive_instance_method%2F +1 -0
  139. data/test/dummy/tmp/cache/56E/1F1/queryables%2F1-20141209082432274319000%2Fexpensive_instance_method%2F +1 -0
  140. data/test/dummy/tmp/cache/56E/3F1/queryables%2F1-20141209125857122723000%2Fexpensive_instance_method%2F +1 -0
  141. data/test/dummy/tmp/cache/56E/4E1/queryables%2F1-20141209084431796111000%2Fexpensive_instance_method%2F +1 -0
  142. data/test/dummy/tmp/cache/56F/111/queryables%2F1-20141210081923627709000%2Fexpensive_instance_method%2F +1 -0
  143. data/test/dummy/tmp/cache/56F/1C1/queryables%2F1-20141210082629803628000%2Fexpensive_instance_method%2F +1 -0
  144. data/test/dummy/tmp/cache/56F/371/queryables%2F1-20141209090323518186000%2Fexpensive_instance_method%2F +1 -0
  145. data/test/dummy/tmp/cache/56F/5A1/queryables%2F1-20141209085610811817000%2Fexpensive_instance_method%2F +1 -0
  146. data/test/dummy/tmp/cache/570/A71/queryables%2F1-20141209085618711721000%2Fexpensive_instance_method%2F +1 -0
  147. data/test/dummy/tmp/cache/571/261/queryables%2F1-20141210003058896539000%2Fexpensive_instance_method%2F +1 -0
  148. data/test/dummy/tmp/cache/571/681/queryables%2F1-20141210082719268508000%2Fexpensive_instance_method%2F +1 -0
  149. data/test/dummy/tmp/cache/571/8B1/queryables%2F1-20141209224508441666000%2Fexpensive_instance_method%2F +0 -0
  150. data/test/dummy/tmp/cache/572/BD1/queryables%2F1-20141209091035469570000%2Fexpensive_instance_method%2F +1 -0
  151. data/test/dummy/tmp/cache/573/221/queryables%2F1-20141209083947470152000%2Fexpensive_instance_method%2F +1 -0
  152. data/test/dummy/tmp/cache/573/2C1/queryables%2F1-20141209091839692120000%2Fexpensive_instance_method%2F +1 -0
  153. data/test/dummy/tmp/cache/573/B91/queryables%2F1-20141210082656575338000%2Fexpensive_instance_method%2F +1 -0
  154. data/test/dummy/tmp/cache/573/D11/queryables%2F1-20141209092135154677000%2Fexpensive_instance_method%2F +1 -0
  155. data/test/dummy/tmp/cache/573/F11/queryables%2F1-20141209125804677442000%2Fexpensive_instance_method%2F +1 -0
  156. data/test/dummy/tmp/cache/574/0B1/queryables%2F1-20141209224613688092000%2Fexpensive_instance_method%2F +1 -0
  157. data/test/dummy/tmp/cache/575/211/queryables%2F1-20141209090130988617000%2Fexpensive_instance_method%2F +1 -0
  158. data/test/dummy/tmp/cache/575/451/queryables%2F1-20141209112928964631000%2Fexpensive_instance_method%2F +1 -0
  159. data/test/dummy/tmp/cache/577/4C1/queryables%2F1-20141210005959980827000%2Fexpensive_instance_method%2F +1 -0
  160. data/test/dummy/tmp/cache/577/661/queryables%2F1-20141209092111699187000%2Fexpensive_instance_method%2F +1 -0
  161. data/test/dummy/tmp/cache/57B/CC1/queryables%2F1-20141210081559149798000%2Fexpensive_instance_method%2F +1 -0
  162. data/test/dummy/tmp/cache/57B/E01/queryables%2F1-20141210082648755498000%2Fexpensive_instance_method%2F +1 -0
  163. data/test/dummy/tmp/cache/57B/E91/queryables%2F1-20141210082639975179000%2Fexpensive_instance_method%2F +1 -0
  164. data/test/dummy/tmp/cache/57D/5B1/queryables%2F1-20141209084132889278000%2Fexpensive_instance_method%2F +1 -0
  165. data/test/dummy/tmp/cache/57E/A61/queryables%2F1-20141209082955823478000%2Fexpensive_instance_method%2F +1 -0
  166. data/test/dummy/tmp/cache/585/AC1/queryables%2F1-20141209083918932997000%2Fexpensive_instance_method%2F +1 -0
  167. data/test/dummy/tmp/cache/59C/430/DateTime%2Fnow%2F +0 -0
  168. data/test/dummy/tmp/cache/61E/251/CacheFetchTest%3A%3ASomeModel%2Fsome_method%2F2014-12-09T03%3A29%3A29-08%3A00 +0 -0
  169. data/test/dummy/tmp/cache/681/A11/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2F2014-12-09T00%3A02%3A30-08%3A00 +0 -0
  170. data/test/dummy/tmp/cache/681/A61/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2F2014-12-09T01%3A01%3A30-08%3A00 +0 -0
  171. data/test/dummy/tmp/cache/682/B91/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2F2014-12-09T01%3A21%3A11-08%3A00 +0 -0
  172. data/test/dummy/tmp/cache/682/CE1/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2F2014-12-08T05%3A20%3A00-08%3A00 +0 -0
  173. data/test/dummy/tmp/cache/683/B01/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2F2014-12-09T00%3A10%3A42-08%3A00 +0 -0
  174. data/test/dummy/tmp/cache/683/B31/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2F2014-12-09T00%3A11%3A23-08%3A00 +0 -0
  175. data/test/dummy/tmp/cache/684/B41/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2F2014-12-09T00%3A01%3A07-08%3A00 +0 -0
  176. data/test/dummy/tmp/cache/684/DB1/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2F2014-12-09T04%3A00%3A40-08%3A00 +0 -0
  177. data/test/dummy/tmp/cache/684/E01/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2F2014-12-08T23%3A02%3A02-08%3A00 +0 -0
  178. data/test/dummy/tmp/cache/685/D31/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2F2014-12-09T01%3A03%3A23-08%3A00 +0 -0
  179. data/test/dummy/tmp/cache/685/DE1/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2F2014-12-08T03%3A04%3A12-08%3A00 +0 -0
  180. data/test/dummy/tmp/cache/685/DF1/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2F2014-12-09T00%3A43%3A02-08%3A00 +0 -0
  181. data/test/dummy/tmp/cache/685/E01/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2F2014-12-08T03%3A04%3A30-08%3A00 +0 -0
  182. data/test/dummy/tmp/cache/686/061/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2F2014-12-08T23%3A06%3A00-08%3A00 +0 -0
  183. data/test/dummy/tmp/cache/686/0A1/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2F2014-12-08T06%3A14%3A00-08%3A00 +0 -0
  184. data/test/dummy/tmp/cache/686/D41/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2F2014-12-09T01%3A10%3A35-08%3A00 +0 -0
  185. data/test/dummy/tmp/cache/686/E11/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2F2014-12-09T00%3A41%3A32-08%3A00 +0 -0
  186. data/test/dummy/tmp/cache/686/ED1/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2F2014-12-08T23%3A01%3A05-08%3A00 +0 -0
  187. data/test/dummy/tmp/cache/687/0B1/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2F2014-12-08T05%3A23%3A11-08%3A00 +0 -0
  188. data/test/dummy/tmp/cache/687/0E1/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2F2014-12-08T22%3A43%3A01-08%3A00 +0 -0
  189. data/test/dummy/tmp/cache/687/131/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2F2014-12-08T23%3A42%3A01-08%3A00 +0 -0
  190. data/test/dummy/tmp/cache/687/E81/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2F2014-12-09T00%3A23%3A33-08%3A00 +0 -0
  191. data/test/dummy/tmp/cache/687/ED1/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2F2014-12-09T00%3A24%3A32-08%3A00 +0 -0
  192. data/test/dummy/tmp/cache/687/F41/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2F2014-12-08T03%3A05%3A04-08%3A00 +0 -0
  193. data/test/dummy/tmp/cache/687/F71/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2F2014-12-09T04%3A01%3A06-08%3A00 +0 -0
  194. data/test/dummy/tmp/cache/688/021/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2F2014-12-09T00%3A44%3A31-08%3A00 +0 -0
  195. data/test/dummy/tmp/cache/688/071/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2F2014-12-09T00%3A45%3A30-08%3A00 +0 -0
  196. data/test/dummy/tmp/cache/688/0E1/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2F2014-12-08T23%3A04%3A04-08%3A00 +0 -0
  197. data/test/dummy/tmp/cache/688/101/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2F2014-12-09T00%3A56%3A10-08%3A00 +0 -0
  198. data/test/dummy/tmp/cache/688/111/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2F2014-12-08T06%3A20%3A32-08%3A00 +0 -0
  199. data/test/dummy/tmp/cache/688/171/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2F2014-12-09T04%3A32%3A03-08%3A00 +0 -0
  200. data/test/dummy/tmp/cache/688/231/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2F2014-12-08T23%3A17%3A00-08%3A00 +0 -0
  201. data/test/dummy/tmp/cache/688/251/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2F2014-12-08T05%3A53%3A00-08%3A00 +0 -0
  202. data/test/dummy/tmp/cache/688/DB1/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2F2014-12-09T00%3A10%3A29-08%3A00 +0 -0
  203. data/test/dummy/tmp/cache/688/F11/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2F2014-12-09T01%3A21%3A35-08%3A00 +0 -0
  204. data/test/dummy/tmp/cache/688/F41/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2F2014-12-08T03%3A03%3A16-08%3A00 +0 -0
  205. data/test/dummy/tmp/cache/689/041/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2F2014-12-09T00%3A07%3A51-08%3A00 +0 -0
  206. data/test/dummy/tmp/cache/689/121/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2F2014-12-08T22%3A40%3A15-08%3A00 +0 -0
  207. data/test/dummy/tmp/cache/689/291/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2F2014-12-08T23%3A51%3A30-08%3A00 +0 -0
  208. data/test/dummy/tmp/cache/68A/0A1/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2F2014-12-08T03%3A03%3A54-08%3A00 +0 -0
  209. data/test/dummy/tmp/cache/68A/261/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2F2014-12-08T15%3A20%3A52-08%3A00 +0 -0
  210. data/test/dummy/tmp/cache/68A/271/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2F2014-12-08T06%3A30%3A15-08%3A00 +0 -0
  211. data/test/dummy/tmp/cache/68A/291/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2F2014-12-08T05%3A32%3A32-08%3A00 +0 -0
  212. data/test/dummy/tmp/cache/68A/311/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2F2014-12-08T05%3A25%3A21-08%3A00 +0 -0
  213. data/test/dummy/tmp/cache/68A/850/Queryable%2Ftake%2F +0 -0
  214. data/test/dummy/tmp/cache/68B/1C1/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2F2014-12-09T00%3A09%3A15-08%3A00 +0 -0
  215. data/test/dummy/tmp/cache/68B/231/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2F2014-12-08T15%3A00%3A55-08%3A00 +0 -0
  216. data/test/dummy/tmp/cache/68B/291/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2F2014-12-08T22%3A41%3A16-08%3A00 +0 -0
  217. data/test/dummy/tmp/cache/68B/2B1/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2F2014-12-08T23%3A13%3A16-08%3A00 +0 -0
  218. data/test/dummy/tmp/cache/68B/2C1/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2F2014-12-08T15%3A02%3A44-08%3A00 +0 -0
  219. data/test/dummy/tmp/cache/68B/371/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2F2014-12-08T06%3A40%3A24-08%3A00 +0 -0
  220. data/test/dummy/tmp/cache/68B/3F1/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2F2014-12-09T16%3A01%3A52-08%3A00 +0 -0
  221. data/test/dummy/tmp/cache/68B/431/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2F2014-12-08T05%3A27%3A11-08%3A00 +0 -0
  222. data/test/dummy/tmp/cache/68B/471/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2F2014-12-08T22%3A56%3A01-08%3A00 +0 -0
  223. data/test/dummy/tmp/cache/68C/251/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2F2014-12-08T23%3A01%3A29-08%3A00 +0 -0
  224. data/test/dummy/tmp/cache/68C/341/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2F2014-12-08T23%3A04%3A26-08%3A00 +0 -0
  225. data/test/dummy/tmp/cache/68C/3B1/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2F2014-12-08T15%3A12%3A44-08%3A00 +0 -0
  226. data/test/dummy/tmp/cache/68C/3C1/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2F2014-12-09T04%3A32%3A16-08%3A00 +0 -0
  227. data/test/dummy/tmp/cache/68C/481/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2F2014-12-08T03%3A39%3A11-08%3A00 +0 -0
  228. data/test/dummy/tmp/cache/68C/481/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2F2014-12-09T16%3A01%3A53-08%3A00 +0 -0
  229. data/test/dummy/tmp/cache/68C/521/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2F2014-12-08T06%3A35%3A12-08%3A00 +0 -0
  230. data/test/dummy/tmp/cache/68C/541/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2F2014-12-08T05%3A46%3A20-08%3A00 +0 -0
  231. data/test/dummy/tmp/cache/68D/291/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2F2014-12-09T00%3A08%3A18-08%3A00 +0 -0
  232. data/test/dummy/tmp/cache/68D/2F1/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2F2014-12-08T03%3A41%3A19-08%3A00 +0 -0
  233. data/test/dummy/tmp/cache/68D/351/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2F2014-12-08T23%3A02%3A47-08%3A00 +0 -0
  234. data/test/dummy/tmp/cache/68D/3F1/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2F2014-12-08T15%3A03%3A09-08%3A00 +0 -0
  235. data/test/dummy/tmp/cache/68D/411/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2F2014-12-08T23%3A13%3A54-08%3A00 +0 -0
  236. data/test/dummy/tmp/cache/68D/411/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2F2014-12-09T03%3A07%3A07-08%3A00 +0 -0
  237. data/test/dummy/tmp/cache/68D/441/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2F2014-12-08T06%3A30%3A36-08%3A00 +0 -0
  238. data/test/dummy/tmp/cache/68D/591/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2F2014-12-08T05%3A28%3A03-08%3A00 +0 -0
  239. data/test/dummy/tmp/cache/68D/5F1/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2F2014-12-08T05%3A29%3A11-08%3A00 +0 -0
  240. data/test/dummy/tmp/cache/68D/631/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2F2014-12-08T22%3A58%3A01-08%3A00 +0 -0
  241. data/test/dummy/tmp/cache/68E/421/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2F2014-12-08T23%3A03%3A38-08%3A00 +0 -0
  242. data/test/dummy/tmp/cache/68E/4D1/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2F2014-12-08T15%3A04%3A09-08%3A00 +0 -0
  243. data/test/dummy/tmp/cache/68E/511/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2F2014-12-08T06%3A40%3A18-08%3A00 +0 -0
  244. data/test/dummy/tmp/cache/68E/521/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2F2014-12-08T06%3A31%3A36-08%3A00 +0 -0
  245. data/test/dummy/tmp/cache/68E/521/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2F2014-12-08T23%3A50%3A45-08%3A00 +0 -0
  246. data/test/dummy/tmp/cache/68E/551/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2F2014-12-08T23%3A24%3A53-08%3A00 +0 -0
  247. data/test/dummy/tmp/cache/68E/5A1/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2F2014-12-09T14%3A50%3A08-08%3A00 +0 -0
  248. data/test/dummy/tmp/cache/68E/621/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2F2014-12-08T23%3A09%3A50-08%3A00 +0 -0
  249. data/test/dummy/tmp/cache/68E/6C1/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2F2014-12-08T06%3A19%3A12-08%3A00 +0 -0
  250. data/test/dummy/tmp/cache/68F/3F1/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2F2014-12-09T00%3A08%3A56-08%3A00 +0 -0
  251. data/test/dummy/tmp/cache/68F/4E1/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2F2014-12-08T23%3A12%3A57-08%3A00 +0 -0
  252. data/test/dummy/tmp/cache/68F/4F1/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2F2014-12-08T15%3A02%3A39-08%3A00 +0 -0
  253. data/test/dummy/tmp/cache/68F/601/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2F2014-12-08T23%3A07%3A44-08%3A00 +0 -0
  254. data/test/dummy/tmp/cache/68F/621/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2F2014-12-08T06%3A15%3A26-08%3A00 +0 -0
  255. data/test/dummy/tmp/cache/68F/691/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2F2014-12-08T23%3A44%3A43-08%3A00 +0 -0
  256. data/test/dummy/tmp/cache/68F/7C1/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2F2014-12-09T14%3A46%3A13-08%3A00 +0 -0
  257. data/test/dummy/tmp/cache/690/4E1/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2F2014-12-08T03%3A41%3A58-08%3A00 +0 -0
  258. data/test/dummy/tmp/cache/690/561/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2F2014-12-08T23%3A12%3A49-08%3A00 +0 -0
  259. data/test/dummy/tmp/cache/690/581/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2F2014-12-09T00%3A56%3A18-08%3A00 +0 -0
  260. data/test/dummy/tmp/cache/690/5B1/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2F2014-12-08T05%3A05%3A29-08%3A00 +0 -0
  261. data/test/dummy/tmp/cache/690/6B1/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2F2014-12-08T23%3A34%3A36-08%3A00 +0 -0
  262. data/test/dummy/tmp/cache/690/6C1/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2F2014-12-08T06%3A33%3A18-08%3A00 +0 -0
  263. data/test/dummy/tmp/cache/690/751/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2F2014-12-08T05%3A19%3A24-08%3A00 +0 -0
  264. data/test/dummy/tmp/cache/691/621/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2F2014-12-09T00%3A29%3A55-08%3A00 +0 -0
  265. data/test/dummy/tmp/cache/691/641/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2F2014-12-09T00%3A39%3A18-08%3A00 +0 -0
  266. data/test/dummy/tmp/cache/691/681/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2F2014-12-08T15%3A03%3A58-08%3A00 +0 -0
  267. data/test/dummy/tmp/cache/691/691/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2F2014-12-08T05%3A41%3A39-08%3A00 +0 -0
  268. data/test/dummy/tmp/cache/691/771/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2F2014-12-08T06%3A07%3A18-08%3A00 +0 -0
  269. data/test/dummy/tmp/cache/691/881/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2F2014-12-08T06%3A19%3A24-08%3A00 +0 -0
  270. data/test/dummy/tmp/cache/691/921/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2F2014-12-09T04%3A58%3A04-08%3A00 +0 -0
  271. data/test/dummy/tmp/cache/692/681/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2F2014-12-09T01%3A18%3A39-08%3A00 +0 -0
  272. data/test/dummy/tmp/cache/692/7D1/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2F2014-12-08T05%3A52%3A38-08%3A00 +0 -0
  273. data/test/dummy/tmp/cache/692/801/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2F2014-12-08T23%3A52%3A47-08%3A00 +0 -0
  274. data/test/dummy/tmp/cache/692/8B1/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2F2014-12-08T23%3A28%3A35-08%3A00 +0 -0
  275. data/test/dummy/tmp/cache/692/8F1/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2F2014-12-08T23%3A47%3A07-08%3A00 +0 -0
  276. data/test/dummy/tmp/cache/692/911/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2F2014-12-09T14%3A45%3A08-08%3A00 +0 -0
  277. data/test/dummy/tmp/cache/693/791/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2F2014-12-09T00%3A39%3A47-08%3A00 +0 -0
  278. data/test/dummy/tmp/cache/693/871/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2F2014-12-08T23%3A43%3A39-08%3A00 +0 -0
  279. data/test/dummy/tmp/cache/693/8A1/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2F2014-12-08T22%3A54%3A56-08%3A00 +0 -0
  280. data/test/dummy/tmp/cache/693/911/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2F2014-12-08T22%3A47%3A36-08%3A00 +0 -0
  281. data/test/dummy/tmp/cache/693/981/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2F2014-12-08T22%3A57%3A44-08%3A00 +0 -0
  282. data/test/dummy/tmp/cache/693/9B1/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2F2014-12-08T22%3A58%3A25-08%3A00 +0 -0
  283. data/test/dummy/tmp/cache/694/9A1/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2F2014-12-08T23%3A45%3A38-08%3A00 +0 -0
  284. data/test/dummy/tmp/cache/694/9D1/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2F2014-12-08T22%3A57%3A09-08%3A00 +0 -0
  285. data/test/dummy/tmp/cache/695/9E1/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2F2014-12-08T22%3A37%3A48-08%3A00 +0 -0
  286. data/test/dummy/tmp/cache/699/DF1/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2F2014-12-09T04%3A58%3A57-08%3A00 +0 -0
  287. data/test/dummy/tmp/cache/6F8/561/Queryable%2Fexpensive_class_method_with_arguments%2Fstring +1 -0
  288. data/test/dummy/tmp/cache/70E/850/Queryable%2Fcount%2F +1 -0
  289. data/test/dummy/tmp/cache/75A/120/Associable%2Fcount%2F +0 -0
  290. data/test/dummy/tmp/cache/961/551/Queryable%2Fexpensive_class_method_with_options%2Fstring%3Dstring +1 -0
  291. data/test/dummy/tmp/cache/98D/A01/CacheFetchTest%3A%3ASomeModel%2Fsome_method%2Fdate%3D2014-12-09T03%253A29%253A29-08%253A00 +0 -0
  292. data/test/dummy/tmp/cache/9F0/E11/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2Fdate%3D2014-12-09T00%253A02%253A30-08%253A00 +0 -0
  293. data/test/dummy/tmp/cache/9F0/E81/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2Fdate%3D2014-12-09T01%253A01%253A30-08%253A00 +0 -0
  294. data/test/dummy/tmp/cache/9F1/011/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2Fdate%3D2014-12-09T01%253A21%253A11-08%253A00 +0 -0
  295. data/test/dummy/tmp/cache/9F1/201/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2Fdate%3D2014-12-08T05%253A20%253A00-08%253A00 +0 -0
  296. data/test/dummy/tmp/cache/9F2/F21/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2Fdate%3D2014-12-09T00%253A10%253A42-08%253A00 +0 -0
  297. data/test/dummy/tmp/cache/9F2/F71/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2Fdate%3D2014-12-09T00%253A11%253A23-08%253A00 +0 -0
  298. data/test/dummy/tmp/cache/9F3/2D1/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2Fdate%3D2014-12-09T04%253A00%253A40-08%253A00 +0 -0
  299. data/test/dummy/tmp/cache/9F3/361/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2Fdate%3D2014-12-08T23%253A02%253A02-08%253A00 +0 -0
  300. data/test/dummy/tmp/cache/9F3/F81/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2Fdate%3D2014-12-09T00%253A01%253A07-08%253A00 +0 -0
  301. data/test/dummy/tmp/cache/9F4/211/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2Fdate%3D2014-12-09T01%253A03%253A23-08%253A00 +0 -0
  302. data/test/dummy/tmp/cache/9F4/311/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2Fdate%3D2014-12-09T00%253A43%253A02-08%253A00 +0 -0
  303. data/test/dummy/tmp/cache/9F4/321/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2Fdate%3D2014-12-08T03%253A04%253A12-08%253A00 +0 -0
  304. data/test/dummy/tmp/cache/9F4/341/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2Fdate%3D2014-12-08T03%253A04%253A30-08%253A00 +0 -0
  305. data/test/dummy/tmp/cache/9F5/201/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2Fdate%3D2014-12-09T01%253A10%253A35-08%253A00 +0 -0
  306. data/test/dummy/tmp/cache/9F5/311/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2Fdate%3D2014-12-09T00%253A41%253A32-08%253A00 +0 -0
  307. data/test/dummy/tmp/cache/9F5/451/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2Fdate%3D2014-12-08T23%253A01%253A05-08%253A00 +0 -0
  308. data/test/dummy/tmp/cache/9F5/681/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2Fdate%3D2014-12-08T23%253A06%253A00-08%253A00 +0 -0
  309. data/test/dummy/tmp/cache/9F5/6E1/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2Fdate%3D2014-12-08T06%253A14%253A00-08%253A00 +0 -0
  310. data/test/dummy/tmp/cache/9F6/3A1/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2Fdate%3D2014-12-09T00%253A23%253A33-08%253A00 +0 -0
  311. data/test/dummy/tmp/cache/9F6/411/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2Fdate%3D2014-12-09T00%253A24%253A32-08%253A00 +0 -0
  312. data/test/dummy/tmp/cache/9F6/4E1/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2Fdate%3D2014-12-08T03%253A05%253A04-08%253A00 +0 -0
  313. data/test/dummy/tmp/cache/9F6/511/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2Fdate%3D2014-12-09T04%253A01%253A06-08%253A00 +0 -0
  314. data/test/dummy/tmp/cache/9F6/6D1/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2Fdate%3D2014-12-08T05%253A23%253A11-08%253A00 +0 -0
  315. data/test/dummy/tmp/cache/9F6/701/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2Fdate%3D2014-12-08T22%253A43%253A01-08%253A00 +0 -0
  316. data/test/dummy/tmp/cache/9F6/771/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2Fdate%3D2014-12-08T23%253A42%253A01-08%253A00 +0 -0
  317. data/test/dummy/tmp/cache/9F7/271/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2Fdate%3D2014-12-09T00%253A10%253A29-08%253A00 +0 -0
  318. data/test/dummy/tmp/cache/9F7/451/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2Fdate%3D2014-12-09T01%253A21%253A35-08%253A00 +0 -0
  319. data/test/dummy/tmp/cache/9F7/4C1/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2Fdate%3D2014-12-08T03%253A03%253A16-08%253A00 +0 -0
  320. data/test/dummy/tmp/cache/9F7/5C1/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2Fdate%3D2014-12-09T00%253A44%253A31-08%253A00 +0 -0
  321. data/test/dummy/tmp/cache/9F7/631/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2Fdate%3D2014-12-09T00%253A45%253A30-08%253A00 +0 -0
  322. data/test/dummy/tmp/cache/9F7/701/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2Fdate%3D2014-12-08T23%253A04%253A04-08%253A00 +0 -0
  323. data/test/dummy/tmp/cache/9F7/701/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2Fdate%3D2014-12-09T00%253A56%253A10-08%253A00 +0 -0
  324. data/test/dummy/tmp/cache/9F7/731/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2Fdate%3D2014-12-08T06%253A20%253A32-08%253A00 +0 -0
  325. data/test/dummy/tmp/cache/9F7/7B1/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2Fdate%3D2014-12-09T04%253A32%253A03-08%253A00 +0 -0
  326. data/test/dummy/tmp/cache/9F7/8D1/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2Fdate%3D2014-12-08T23%253A17%253A00-08%253A00 +0 -0
  327. data/test/dummy/tmp/cache/9F7/8F1/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2Fdate%3D2014-12-08T05%253A53%253A00-08%253A00 +0 -0
  328. data/test/dummy/tmp/cache/9F8/5E1/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2Fdate%3D2014-12-09T00%253A07%253A51-08%253A00 +0 -0
  329. data/test/dummy/tmp/cache/9F8/721/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2Fdate%3D2014-12-08T22%253A40%253A15-08%253A00 +0 -0
  330. data/test/dummy/tmp/cache/9F8/911/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2Fdate%3D2014-12-08T23%253A51%253A30-08%253A00 +0 -0
  331. data/test/dummy/tmp/cache/9F9/661/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2Fdate%3D2014-12-08T03%253A03%253A54-08%253A00 +0 -0
  332. data/test/dummy/tmp/cache/9F9/891/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2Fdate%3D2014-12-08T15%253A02%253A43-08%253A00 +0 -0
  333. data/test/dummy/tmp/cache/9F9/8C1/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2Fdate%3D2014-12-08T15%253A20%253A52-08%253A00 +0 -0
  334. data/test/dummy/tmp/cache/9F9/8F1/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2Fdate%3D2014-12-08T06%253A30%253A15-08%253A00 +0 -0
  335. data/test/dummy/tmp/cache/9F9/911/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2Fdate%3D2014-12-08T05%253A32%253A32-08%253A00 +0 -0
  336. data/test/dummy/tmp/cache/9F9/9D1/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2Fdate%3D2014-12-08T05%253A25%253A21-08%253A00 +0 -0
  337. data/test/dummy/tmp/cache/9FA/7E1/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2Fdate%3D2014-12-09T00%253A09%253A15-08%253A00 +0 -0
  338. data/test/dummy/tmp/cache/9FA/871/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2Fdate%3D2014-12-08T15%253A00%253A55-08%253A00 +0 -0
  339. data/test/dummy/tmp/cache/9FA/8F1/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2Fdate%3D2014-12-08T22%253A41%253A16-08%253A00 +0 -0
  340. data/test/dummy/tmp/cache/9FA/931/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2Fdate%3D2014-12-08T23%253A13%253A16-08%253A00 +0 -0
  341. data/test/dummy/tmp/cache/9FA/A31/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2Fdate%3D2014-12-08T06%253A40%253A24-08%253A00 +0 -0
  342. data/test/dummy/tmp/cache/9FA/B51/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2Fdate%3D2014-12-08T05%253A27%253A11-08%253A00 +0 -0
  343. data/test/dummy/tmp/cache/9FA/B91/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2Fdate%3D2014-12-08T22%253A56%253A01-08%253A00 +0 -0
  344. data/test/dummy/tmp/cache/9FB/891/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2Fdate%3D2014-12-08T23%253A01%253A29-08%253A00 +0 -0
  345. data/test/dummy/tmp/cache/9FB/9E1/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2Fdate%3D2014-12-08T23%253A04%253A26-08%253A00 +0 -0
  346. data/test/dummy/tmp/cache/9FB/A71/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2Fdate%3D2014-12-08T15%253A12%253A44-08%253A00 +0 -0
  347. data/test/dummy/tmp/cache/9FB/A81/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2Fdate%3D2014-12-09T04%253A32%253A16-08%253A00 +0 -0
  348. data/test/dummy/tmp/cache/9FB/BA1/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2Fdate%3D2014-12-08T03%253A39%253A11-08%253A00 +0 -0
  349. data/test/dummy/tmp/cache/9FB/C81/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2Fdate%3D2014-12-08T06%253A35%253A12-08%253A00 +0 -0
  350. data/test/dummy/tmp/cache/9FB/CA1/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2Fdate%3D2014-12-08T05%253A46%253A20-08%253A00 +0 -0
  351. data/test/dummy/tmp/cache/9FC/8D1/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2Fdate%3D2014-12-09T00%253A08%253A18-08%253A00 +0 -0
  352. data/test/dummy/tmp/cache/9FC/951/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2Fdate%3D2014-12-08T03%253A41%253A19-08%253A00 +0 -0
  353. data/test/dummy/tmp/cache/9FC/9D1/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2Fdate%3D2014-12-08T23%253A02%253A47-08%253A00 +0 -0
  354. data/test/dummy/tmp/cache/9FC/AD1/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2Fdate%3D2014-12-08T15%253A03%253A09-08%253A00 +0 -0
  355. data/test/dummy/tmp/cache/9FC/AD1/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2Fdate%3D2014-12-08T23%253A13%253A54-08%253A00 +0 -0
  356. data/test/dummy/tmp/cache/9FC/AF1/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2Fdate%3D2014-12-09T03%253A07%253A07-08%253A00 +0 -0
  357. data/test/dummy/tmp/cache/9FC/B21/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2Fdate%3D2014-12-08T06%253A30%253A36-08%253A00 +0 -0
  358. data/test/dummy/tmp/cache/9FC/D11/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2Fdate%3D2014-12-08T05%253A28%253A03-08%253A00 +0 -0
  359. data/test/dummy/tmp/cache/9FC/D91/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2Fdate%3D2014-12-08T05%253A29%253A11-08%253A00 +0 -0
  360. data/test/dummy/tmp/cache/9FC/DD1/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2Fdate%3D2014-12-08T22%253A58%253A01-08%253A00 +0 -0
  361. data/test/dummy/tmp/cache/9FD/AE1/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2Fdate%3D2014-12-08T23%253A03%253A38-08%253A00 +0 -0
  362. data/test/dummy/tmp/cache/9FD/BF1/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2Fdate%3D2014-12-08T15%253A04%253A09-08%253A00 +0 -0
  363. data/test/dummy/tmp/cache/9FD/C21/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2Fdate%3D2014-12-08T23%253A50%253A45-08%253A00 +0 -0
  364. data/test/dummy/tmp/cache/9FD/C31/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2Fdate%3D2014-12-08T06%253A40%253A18-08%253A00 +0 -0
  365. data/test/dummy/tmp/cache/9FD/C41/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2Fdate%3D2014-12-08T06%253A31%253A36-08%253A00 +0 -0
  366. data/test/dummy/tmp/cache/9FD/C71/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2Fdate%3D2014-12-08T23%253A24%253A53-08%253A00 +0 -0
  367. data/test/dummy/tmp/cache/9FD/DA1/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2Fdate%3D2014-12-08T23%253A09%253A50-08%253A00 +0 -0
  368. data/test/dummy/tmp/cache/9FD/EA1/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2Fdate%3D2014-12-08T06%253A19%253A12-08%253A00 +0 -0
  369. data/test/dummy/tmp/cache/9FE/A71/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2Fdate%3D2014-12-09T00%253A08%253A56-08%253A00 +0 -0
  370. data/test/dummy/tmp/cache/9FE/BC1/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2Fdate%3D2014-12-08T23%253A12%253A57-08%253A00 +0 -0
  371. data/test/dummy/tmp/cache/9FE/BF1/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2Fdate%3D2014-12-08T15%253A02%253A39-08%253A00 +0 -0
  372. data/test/dummy/tmp/cache/9FE/D61/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2Fdate%3D2014-12-08T23%253A07%253A44-08%253A00 +0 -0
  373. data/test/dummy/tmp/cache/9FE/DA1/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2Fdate%3D2014-12-08T06%253A15%253A26-08%253A00 +0 -0
  374. data/test/dummy/tmp/cache/9FE/E11/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2Fdate%3D2014-12-08T23%253A44%253A43-08%253A00 +0 -0
  375. data/test/dummy/tmp/cache/9FF/BA1/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2Fdate%3D2014-12-08T03%253A41%253A58-08%253A00 +0 -0
  376. data/test/dummy/tmp/cache/9FF/C61/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2Fdate%3D2014-12-08T23%253A12%253A49-08%253A00 +0 -0
  377. data/test/dummy/tmp/cache/9FF/C81/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2Fdate%3D2014-12-09T00%253A56%253A18-08%253A00 +0 -0
  378. data/test/dummy/tmp/cache/9FF/CF1/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2Fdate%3D2014-12-08T05%253A05%253A29-08%253A00 +0 -0
  379. data/test/dummy/tmp/cache/9FF/E31/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2Fdate%3D2014-12-08T23%253A34%253A36-08%253A00 +0 -0
  380. data/test/dummy/tmp/cache/9FF/E61/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2Fdate%3D2014-12-08T06%253A33%253A18-08%253A00 +0 -0
  381. data/test/dummy/tmp/cache/9FF/F31/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2Fdate%3D2014-12-08T05%253A19%253A24-08%253A00 +0 -0
  382. data/test/dummy/tmp/cache/A00/0C1/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2Fdate%3D2014-12-08T06%253A19%253A24-08%253A00 +0 -0
  383. data/test/dummy/tmp/cache/A00/181/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2Fdate%3D2014-12-09T04%253A58%253A04-08%253A00 +0 -0
  384. data/test/dummy/tmp/cache/A00/D41/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2Fdate%3D2014-12-09T00%253A29%253A55-08%253A00 +0 -0
  385. data/test/dummy/tmp/cache/A00/D81/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2Fdate%3D2014-12-09T00%253A39%253A18-08%253A00 +0 -0
  386. data/test/dummy/tmp/cache/A00/DE1/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2Fdate%3D2014-12-08T15%253A03%253A58-08%253A00 +0 -0
  387. data/test/dummy/tmp/cache/A00/DF1/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2Fdate%3D2014-12-08T05%253A41%253A39-08%253A00 +0 -0
  388. data/test/dummy/tmp/cache/A00/F51/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2Fdate%3D2014-12-08T06%253A07%253A18-08%253A00 +0 -0
  389. data/test/dummy/tmp/cache/A01/0D1/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2Fdate%3D2014-12-08T23%253A28%253A35-08%253A00 +0 -0
  390. data/test/dummy/tmp/cache/A01/131/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2Fdate%3D2014-12-08T23%253A47%253A07-08%253A00 +0 -0
  391. data/test/dummy/tmp/cache/A01/DC1/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2Fdate%3D2014-12-09T01%253A18%253A39-08%253A00 +0 -0
  392. data/test/dummy/tmp/cache/A01/F91/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2Fdate%3D2014-12-08T05%253A52%253A38-08%253A00 +0 -0
  393. data/test/dummy/tmp/cache/A01/FC1/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2Fdate%3D2014-12-08T23%253A52%253A47-08%253A00 +0 -0
  394. data/test/dummy/tmp/cache/A02/051/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2Fdate%3D2014-12-08T23%253A43%253A39-08%253A00 +0 -0
  395. data/test/dummy/tmp/cache/A02/081/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2Fdate%3D2014-12-08T22%253A54%253A56-08%253A00 +0 -0
  396. data/test/dummy/tmp/cache/A02/131/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2Fdate%3D2014-12-08T22%253A47%253A36-08%253A00 +0 -0
  397. data/test/dummy/tmp/cache/A02/1C1/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2Fdate%3D2014-12-08T22%253A57%253A44-08%253A00 +0 -0
  398. data/test/dummy/tmp/cache/A02/211/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2Fdate%3D2014-12-08T22%253A58%253A25-08%253A00 +0 -0
  399. data/test/dummy/tmp/cache/A02/F11/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2Fdate%3D2014-12-09T00%253A39%253A47-08%253A00 +0 -0
  400. data/test/dummy/tmp/cache/A03/1E1/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2Fdate%3D2014-12-08T23%253A45%253A38-08%253A00 +0 -0
  401. data/test/dummy/tmp/cache/A03/231/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2Fdate%3D2014-12-08T22%253A57%253A09-08%253A00 +0 -0
  402. data/test/dummy/tmp/cache/A04/221/MethodCacheTest%3A%3ASomeModel%2Fsome_method%2Fdate%3D2014-12-08T22%253A37%253A48-08%253A00 +0 -0
  403. data/test/dummy/tmp/cache/ADA/450/DateTime%2Fparse%2F2014-12-03+03%3A46%3A24 +0 -0
  404. data/test/dummy/tmp/cache/CCA/F40/Queryable%2Fwhere%2Fstring%3Dstring +0 -0
  405. data/test/dummy/tmp/cache/D4D/4D0/Queryable%2Ffind_by_string%2Fstring +0 -0
  406. data/test/dummy/tmp/cache/E11/210/Queryable%2Fexpensive_class_method%2F +1 -0
  407. data/test/dummy/tmp/cache/E33/640/Queryable%2Fexpensive_method%2Fstring +1 -0
  408. data/test/dummy/tmp/cache/FE4/0C0/CacheFetchTest%3A%3ASomeModel%2Fsome_method%2F +0 -0
  409. data/test/dummy/tmp/cache/FE9/3D0/CacheFetchTest%3A%3ASomeClass%2Fsome_method%2F +1 -0
  410. data/test/ocache_test.rb +67 -0
  411. data/test/test_helper.rb +16 -0
  412. metadata +886 -0
@@ -0,0 +1,8 @@
1
+ # Be sure to restart your server when you modify this file.
2
+
3
+ # Version of your assets, change this if you want to expire all your assets.
4
+ Rails.application.config.assets.version = '1.0'
5
+
6
+ # Precompile additional assets.
7
+ # application.js, application.css, and all non-JS/CSS in app/assets folder are already added.
8
+ # Rails.application.config.assets.precompile += %w( search.js )
@@ -0,0 +1,7 @@
1
+ # Be sure to restart your server when you modify this file.
2
+
3
+ # You can add backtrace silencers for libraries that you're using but don't wish to see in your backtraces.
4
+ # Rails.backtrace_cleaner.add_silencer { |line| line =~ /my_noisy_library/ }
5
+
6
+ # You can also remove all the silencers if you're trying to debug a problem that might stem from framework code.
7
+ # Rails.backtrace_cleaner.remove_silencers!
@@ -0,0 +1,3 @@
1
+ # Be sure to restart your server when you modify this file.
2
+
3
+ Rails.application.config.action_dispatch.cookies_serializer = :json
@@ -0,0 +1,4 @@
1
+ # Be sure to restart your server when you modify this file.
2
+
3
+ # Configure sensitive parameters which will be filtered from the log file.
4
+ Rails.application.config.filter_parameters += [:password]
@@ -0,0 +1,16 @@
1
+ # Be sure to restart your server when you modify this file.
2
+
3
+ # Add new inflection rules using the following format. Inflections
4
+ # are locale specific, and you may define rules for as many different
5
+ # locales as you wish. All of these examples are active by default:
6
+ # ActiveSupport::Inflector.inflections(:en) do |inflect|
7
+ # inflect.plural /^(ox)$/i, '\1en'
8
+ # inflect.singular /^(ox)en/i, '\1'
9
+ # inflect.irregular 'person', 'people'
10
+ # inflect.uncountable %w( fish sheep )
11
+ # end
12
+
13
+ # These inflection rules are supported but not enabled by default:
14
+ # ActiveSupport::Inflector.inflections(:en) do |inflect|
15
+ # inflect.acronym 'RESTful'
16
+ # end
@@ -0,0 +1,4 @@
1
+ # Be sure to restart your server when you modify this file.
2
+
3
+ # Add new mime types for use in respond_to blocks:
4
+ # Mime::Type.register "text/richtext", :rtf
@@ -0,0 +1,3 @@
1
+ # Be sure to restart your server when you modify this file.
2
+
3
+ Rails.application.config.session_store :cookie_store, key: '_dummy_session'
@@ -0,0 +1,14 @@
1
+ # Be sure to restart your server when you modify this file.
2
+
3
+ # This file contains settings for ActionController::ParamsWrapper which
4
+ # is enabled by default.
5
+
6
+ # Enable parameter wrapping for JSON. You can disable this by setting :format to an empty array.
7
+ ActiveSupport.on_load(:action_controller) do
8
+ wrap_parameters format: [:json] if respond_to?(:wrap_parameters)
9
+ end
10
+
11
+ # To enable root element in JSON for ActiveRecord objects.
12
+ # ActiveSupport.on_load(:active_record) do
13
+ # self.include_root_in_json = true
14
+ # end
@@ -0,0 +1,23 @@
1
+ # Files in the config/locales directory are used for internationalization
2
+ # and are automatically loaded by Rails. If you want to use locales other
3
+ # than English, add the necessary files in this directory.
4
+ #
5
+ # To use the locales, use `I18n.t`:
6
+ #
7
+ # I18n.t 'hello'
8
+ #
9
+ # In views, this is aliased to just `t`:
10
+ #
11
+ # <%= t('hello') %>
12
+ #
13
+ # To use a different locale, set it with `I18n.locale`:
14
+ #
15
+ # I18n.locale = :es
16
+ #
17
+ # This would use the information in config/locales/es.yml.
18
+ #
19
+ # To learn more, please read the Rails Internationalization guide
20
+ # available at http://guides.rubyonrails.org/i18n.html.
21
+
22
+ en:
23
+ hello: "Hello world"
@@ -0,0 +1,56 @@
1
+ Rails.application.routes.draw do
2
+ # The priority is based upon order of creation: first created -> highest priority.
3
+ # See how all your routes lay out with "rake routes".
4
+
5
+ # You can have the root of your site routed with "root"
6
+ # root 'welcome#index'
7
+
8
+ # Example of regular route:
9
+ # get 'products/:id' => 'catalog#view'
10
+
11
+ # Example of named route that can be invoked with purchase_url(id: product.id)
12
+ # get 'products/:id/purchase' => 'catalog#purchase', as: :purchase
13
+
14
+ # Example resource route (maps HTTP verbs to controller actions automatically):
15
+ # resources :products
16
+
17
+ # Example resource route with options:
18
+ # resources :products do
19
+ # member do
20
+ # get 'short'
21
+ # post 'toggle'
22
+ # end
23
+ #
24
+ # collection do
25
+ # get 'sold'
26
+ # end
27
+ # end
28
+
29
+ # Example resource route with sub-resources:
30
+ # resources :products do
31
+ # resources :comments, :sales
32
+ # resource :seller
33
+ # end
34
+
35
+ # Example resource route with more complex sub-resources:
36
+ # resources :products do
37
+ # resources :comments
38
+ # resources :sales do
39
+ # get 'recent', on: :collection
40
+ # end
41
+ # end
42
+
43
+ # Example resource route with concerns:
44
+ # concern :toggleable do
45
+ # post 'toggle'
46
+ # end
47
+ # resources :posts, concerns: :toggleable
48
+ # resources :photos, concerns: :toggleable
49
+
50
+ # Example resource route within a namespace:
51
+ # namespace :admin do
52
+ # # Directs /admin/products/* to Admin::ProductsController
53
+ # # (app/controllers/admin/products_controller.rb)
54
+ # resources :products
55
+ # end
56
+ end
@@ -0,0 +1,22 @@
1
+ # Be sure to restart your server when you modify this file.
2
+
3
+ # Your secret key is used for verifying the integrity of signed cookies.
4
+ # If you change this key, all old signed cookies will become invalid!
5
+
6
+ # Make sure the secret is at least 30 characters and all random,
7
+ # no regular words or you'll be exposed to dictionary attacks.
8
+ # You can use `rake secret` to generate a secure secret key.
9
+
10
+ # Make sure the secrets in this file are kept private
11
+ # if you're sharing your code publicly.
12
+
13
+ development:
14
+ secret_key_base: 8b3c39f85a8cd152d010d6428000d911426c340fe7d32c83db8a76ab733661d4fa52a22f293864f903c5d945b702fbed2fae1089708dcc7ff7cd8d49766fcd20
15
+
16
+ test:
17
+ secret_key_base: 3865f6611226ac7d2ee9e5272e4e91b3cc47acdaf9bb2f68696d3d914b8f1592049b3b13c4f823ea98b5f4bb86b6f340437189bf1905eb7c334d070e0328ef8c
18
+
19
+ # Do not keep production secrets in the repository,
20
+ # instead read values from the environment.
21
+ production:
22
+ secret_key_base: <%= ENV["SECRET_KEY_BASE"] %>
@@ -0,0 +1,11 @@
1
+ class CreateQueryables < ActiveRecord::Migration
2
+ def change
3
+ create_table :queryables do |t|
4
+ t.string :string
5
+ t.integer :integer
6
+ t.date :date
7
+
8
+ t.timestamps
9
+ end
10
+ end
11
+ end
@@ -0,0 +1,31 @@
1
+ # encoding: UTF-8
2
+ # This file is auto-generated from the current state of the database. Instead
3
+ # of editing this file, please use the migrations feature of Active Record to
4
+ # incrementally modify your database, and then regenerate this schema definition.
5
+ #
6
+ # Note that this schema.rb definition is the authoritative source for your
7
+ # database schema. If you need to create the application database on another
8
+ # system, you should be using db:schema:load, not running all the migrations
9
+ # from scratch. The latter is a flawed and unsustainable approach (the more migrations
10
+ # you'll amass, the slower it'll run and the greater likelihood for issues).
11
+ #
12
+ # It's strongly recommended that you check this file into your version control system.
13
+
14
+ ActiveRecord::Schema.define(version: 20141209224349) do
15
+
16
+ create_table "associables", force: true do |t|
17
+ t.integer "queryable_id"
18
+ t.string "string"
19
+ t.datetime "created_at"
20
+ t.datetime "updated_at"
21
+ end
22
+
23
+ create_table "queryables", force: true do |t|
24
+ t.string "string"
25
+ t.integer "integer"
26
+ t.date "date"
27
+ t.datetime "created_at"
28
+ t.datetime "updated_at"
29
+ end
30
+
31
+ end
@@ -0,0 +1,379 @@
1
+  (2.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
2
+  (0.1ms) select sqlite_version(*)
3
+  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
4
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
5
+ Migrating to CreateQueryables (20141208022159)
6
+  (0.1ms) begin transaction
7
+  (0.5ms) CREATE TABLE "queryables" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "string" varchar(255), "integer" integer, "date" date, "created_at" datetime, "updated_at" datetime)
8
+ SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20141208022159"]]
9
+  (0.8ms) commit transaction
10
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
11
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
12
+  (0.1ms) SELECT COUNT(*) FROM "queryables" WHERE "queryables"."string" = 'cheese'
13
+ Queryable Load (0.2ms) SELECT "queryables".* FROM "queryables"
14
+ Queryable Load (0.2ms) SELECT "queryables".* FROM "queryables" LIMIT 1
15
+  (0.1ms) begin transaction
16
+ SQL (0.7ms) INSERT INTO "queryables" ("created_at", "string", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-12-08 02:34:33.285225"], ["string", "cheese"], ["updated_at", "2014-12-08 02:34:33.285225"]]
17
+  (0.8ms) commit transaction
18
+  (0.2ms) SELECT COUNT(*) FROM "queryables" WHERE "queryables"."string" = 'cheese'
19
+ Queryable Load (0.2ms) SELECT "queryables".* FROM "queryables" WHERE "queryables"."string" = 'cheese'
20
+  (0.1ms) begin transaction
21
+ SQL (0.3ms) DELETE FROM "queryables" WHERE "queryables"."id" = ? [["id", 1]]
22
+  (2.9ms) commit transaction
23
+  (0.2ms) SELECT COUNT(*) FROM "queryables" WHERE "queryables"."string" = 'cheese'
24
+  (0.2ms) SELECT COUNT(*) FROM "queryables" WHERE "queryables"."string" = 'cheese'
25
+  (0.2ms) SELECT COUNT(*) FROM "queryables" WHERE "queryables"."string" = 'cheese'
26
+  (0.2ms) SELECT COUNT(*) FROM "queryables" WHERE "queryables"."string" = 'cheese'
27
+  (0.2ms) SELECT COUNT(*) FROM "queryables" WHERE "queryables"."string" = 'cheese'
28
+  (0.2ms) SELECT COUNT(*) FROM "queryables" WHERE "queryables"."string" = 'cheese'
29
+  (0.2ms) SELECT COUNT(*) FROM "queryables" WHERE "queryables"."string" = 'cheese'
30
+  (0.1ms) SELECT COUNT(*) FROM "queryables" WHERE "queryables"."string" = 'cheese'
31
+  (0.2ms) SELECT COUNT(*) FROM "queryables" WHERE "queryables"."string" = 'cheese'
32
+  (0.2ms) SELECT COUNT(*) FROM "queryables" WHERE "queryables"."string" = 'cheese'
33
+  (0.2ms) SELECT COUNT(*) FROM "queryables" WHERE "queryables"."string" = 'cheese'
34
+  (0.1ms) begin transaction
35
+ SQL (0.4ms) INSERT INTO "queryables" ("created_at", "string", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-12-08 05:32:14.079728"], ["string", "cheese"], ["updated_at", "2014-12-08 05:32:14.079728"]]
36
+  (2.4ms) commit transaction
37
+  (0.2ms) SELECT COUNT(*) FROM "queryables" WHERE "queryables"."string" = 'cheese'
38
+  (0.2ms) SELECT COUNT(*) FROM "queryables" WHERE "queryables"."string" = 'cheese'
39
+ Queryable Load (0.2ms) SELECT "queryables".* FROM "queryables" WHERE "queryables"."string" = 'cheese'
40
+  (0.1ms) begin transaction
41
+ SQL (0.4ms) DELETE FROM "queryables" WHERE "queryables"."id" = ? [["id", 2]]
42
+  (2.5ms) commit transaction
43
+  (0.2ms) SELECT COUNT(*) FROM "queryables" WHERE "queryables"."string" = 'cheese'
44
+  (0.2ms) SELECT COUNT(*) FROM "queryables" WHERE "queryables"."string" = 'cheese'
45
+  (0.1ms) begin transaction
46
+ SQL (0.3ms) INSERT INTO "queryables" ("created_at", "string", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-12-08 05:34:30.004634"], ["string", "cheese"], ["updated_at", "2014-12-08 05:34:30.004634"]]
47
+  (2.5ms) commit transaction
48
+  (0.2ms) SELECT COUNT(*) FROM "queryables" WHERE "queryables"."string" = 'cheese'
49
+  (0.1ms) SELECT COUNT(*) FROM "queryables" WHERE "queryables"."string" = 'cheese'
50
+  (0.1ms) begin transaction
51
+ SQL (0.5ms) INSERT INTO "queryables" ("created_at", "string", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-12-08 05:37:08.629923"], ["string", "cheese"], ["updated_at", "2014-12-08 05:37:08.629923"]]
52
+  (1.9ms) commit transaction
53
+  (0.2ms) SELECT COUNT(*) FROM "queryables" WHERE "queryables"."string" = 'cheese'
54
+  (0.1ms) SELECT COUNT(*) FROM "queryables" WHERE "queryables"."string" = 'cheese'
55
+  (0.2ms) SELECT COUNT(*) FROM "queryables" WHERE "queryables"."string" = 'cheese'
56
+  (0.1ms) begin transaction
57
+ SQL (0.5ms) INSERT INTO "queryables" ("created_at", "string", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-12-08 05:55:33.406926"], ["string", "cheese"], ["updated_at", "2014-12-08 05:55:33.406926"]]
58
+  (2.5ms) commit transaction
59
+  (0.2ms) SELECT COUNT(*) FROM "queryables" WHERE "queryables"."string" = 'cheese'
60
+  (0.2ms) SELECT COUNT(*) FROM "queryables"
61
+  (0.1ms) begin transaction
62
+ SQL (0.3ms) INSERT INTO "queryables" ("created_at", "string", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-12-08 05:57:12.069826"], ["string", "cheese"], ["updated_at", "2014-12-08 05:57:12.069826"]]
63
+  (2.4ms) commit transaction
64
+  (0.1ms) begin transaction
65
+ SQL (0.3ms) INSERT INTO "queryables" ("created_at", "string", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-12-08 05:58:27.190296"], ["string", "cheese"], ["updated_at", "2014-12-08 05:58:27.190296"]]
66
+  (1.5ms) commit transaction
67
+  (0.1ms) begin transaction
68
+ SQL (0.3ms) INSERT INTO "queryables" ("created_at", "string", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-12-08 05:58:42.941572"], ["string", "cheese"], ["updated_at", "2014-12-08 05:58:42.941572"]]
69
+  (2.2ms) commit transaction
70
+  (0.2ms) SELECT COUNT(*) FROM "queryables"
71
+  (0.1ms) begin transaction
72
+ SQL (0.3ms) INSERT INTO "queryables" ("created_at", "string", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-12-08 06:00:31.893243"], ["string", "beans"], ["updated_at", "2014-12-08 06:00:31.893243"]]
73
+  (2.2ms) commit transaction
74
+  (0.2ms) SELECT COUNT(*) FROM "queryables"
75
+  (0.2ms) SELECT COUNT(*) FROM "queryables" WHERE "queryables"."string" = 'beans'
76
+  (0.1ms) begin transaction
77
+ SQL (0.3ms) INSERT INTO "queryables" ("created_at", "string", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-12-08 06:01:11.656020"], ["string", "beans"], ["updated_at", "2014-12-08 06:01:11.656020"]]
78
+  (0.8ms) commit transaction
79
+  (0.2ms) SELECT COUNT(*) FROM "queryables" WHERE "queryables"."string" = 'beans'
80
+  (0.2ms) SELECT COUNT(*) FROM "queryables" WHERE "queryables"."string" = 'beans'
81
+ Queryable Load (0.2ms) SELECT "queryables".* FROM "queryables" WHERE "queryables"."string" = 'cheese'
82
+ Queryable Load (0.3ms) SELECT "queryables".* FROM "queryables" WHERE "queryables"."string" = 'cheese'
83
+ Queryable Load (0.2ms) SELECT "queryables".* FROM "queryables" WHERE "queryables"."string" = 'cheese'
84
+ Queryable Load (0.1ms) SELECT "queryables".* FROM "queryables" WHERE "queryables"."string" = 'cheese' LIMIT 1
85
+ Queryable Load (0.2ms) SELECT "queryables".* FROM "queryables" WHERE "queryables"."string" = 'cheese' LIMIT 1
86
+ Queryable Load (0.2ms) SELECT "queryables".* FROM "queryables" WHERE "queryables"."string" = 'cheese' LIMIT 1
87
+ Queryable Load (0.2ms) SELECT "queryables".* FROM "queryables" WHERE "queryables"."string" = 'cheese' LIMIT 1
88
+ Queryable Load (0.2ms) SELECT "queryables".* FROM "queryables" WHERE "queryables"."string" = 'cheese' LIMIT 1
89
+ Queryable Load (0.2ms) SELECT "queryables".* FROM "queryables" WHERE "queryables"."string" = 'cheese' LIMIT 1
90
+ Queryable Load (0.2ms) SELECT "queryables".* FROM "queryables" WHERE "queryables"."string" = 'cheese' LIMIT 1
91
+ Queryable Load (0.2ms) SELECT "queryables".* FROM "queryables" WHERE "queryables"."string" = 'cheese' LIMIT 1
92
+ Queryable Load (0.2ms) SELECT "queryables".* FROM "queryables" WHERE "queryables"."string" = 'cheese' LIMIT 1
93
+ Queryable Load (0.2ms) SELECT "queryables".* FROM "queryables" WHERE "queryables"."string" = 'string' LIMIT 1
94
+ Queryable Load (0.3ms) SELECT "queryables".* FROM "queryables" WHERE "queryables"."string" = 'string' LIMIT 1
95
+ Queryable Load (0.2ms) SELECT "queryables".* FROM "queryables" WHERE "queryables"."string" = 'string' LIMIT 1
96
+ Queryable Load (0.2ms) SELECT "queryables".* FROM "queryables" WHERE "queryables"."string" = 'string' LIMIT 1
97
+ Queryable Load (0.2ms) SELECT "queryables".* FROM "queryables" WHERE "queryables"."string" = 'string' LIMIT 1
98
+ Queryable Load (0.2ms) SELECT "queryables".* FROM "queryables" WHERE "queryables"."string" = 'string' LIMIT 1
99
+ Queryable Load (0.2ms) SELECT "queryables".* FROM "queryables" WHERE "queryables"."string" = 'string' LIMIT 1
100
+ Queryable Load (0.2ms) SELECT "queryables".* FROM "queryables" WHERE "queryables"."string" = 'string' LIMIT 1
101
+ Queryable Load (0.2ms) SELECT "queryables".* FROM "queryables" WHERE "queryables"."string" = 'string' LIMIT 1
102
+ Queryable Load (0.2ms) SELECT "queryables".* FROM "queryables" WHERE "queryables"."string" = 'string' LIMIT 1
103
+ Queryable Load (0.2ms) SELECT "queryables".* FROM "queryables" WHERE "queryables"."string" = 'string' LIMIT 1
104
+ Queryable Load (0.2ms) SELECT "queryables".* FROM "queryables" LIMIT 1
105
+ Queryable Load (0.2ms) SELECT "queryables".* FROM "queryables" LIMIT 1
106
+ Queryable Load (0.3ms) SELECT "queryables".* FROM "queryables" LIMIT 1
107
+ Queryable Load (0.2ms) SELECT "queryables".* FROM "queryables" LIMIT 1
108
+ Queryable Load (0.2ms) SELECT "queryables".* FROM "queryables" LIMIT 1
109
+ Queryable Load (0.1ms) SELECT "queryables".* FROM "queryables" WHERE "queryables"."string" = 'string' LIMIT 1
110
+ Queryable Load (0.2ms) SELECT "queryables".* FROM "queryables" WHERE "queryables"."string" = 'string' LIMIT 1
111
+ Queryable Load (0.2ms) SELECT "queryables".* FROM "queryables" WHERE "queryables"."string" = 'string' LIMIT 1
112
+ Queryable Load (0.2ms) SELECT "queryables".* FROM "queryables" WHERE "queryables"."string" = 'string' LIMIT 1
113
+ Queryable Load (0.2ms) SELECT "queryables".* FROM "queryables" WHERE "queryables"."string" = 'string' LIMIT 1
114
+ Queryable Load (0.2ms) SELECT "queryables".* FROM "queryables" WHERE "queryables"."string" = 'string' LIMIT 1
115
+ Queryable Load (0.1ms) SELECT "queryables".* FROM "queryables" WHERE "queryables"."string" = 'string' LIMIT 1
116
+ Queryable Load (0.2ms) SELECT "queryables".* FROM "queryables" WHERE "queryables"."string" = 'string' LIMIT 1
117
+ Queryable Load (0.2ms) SELECT "queryables".* FROM "queryables" WHERE "queryables"."string" = 'string' LIMIT 1
118
+ Queryable Load (0.2ms) SELECT "queryables".* FROM "queryables" WHERE "queryables"."string" = 'string' LIMIT 1
119
+ Queryable Load (0.6ms) SELECT "queryables".* FROM "queryables" WHERE "queryables"."string" = 'string' LIMIT 1
120
+ Queryable Load (0.2ms) SELECT "queryables".* FROM "queryables" WHERE "queryables"."string" = 'string' LIMIT 1
121
+ Queryable Load (0.2ms) SELECT "queryables".* FROM "queryables" WHERE "queryables"."string" = 'string' LIMIT 1
122
+  (0.1ms) SELECT COUNT(*) FROM "queryables"
123
+  (0.2ms) SELECT COUNT(*) FROM "queryables"
124
+ Queryable Load (1.0ms) SELECT "queryables".* FROM "queryables" LIMIT 1
125
+ Queryable Load (0.2ms) SELECT "queryables".* FROM "queryables" LIMIT 1
126
+ Queryable Load (0.2ms) SELECT "queryables".* FROM "queryables" LIMIT 1
127
+ Queryable Load (0.2ms) SELECT "queryables".* FROM "queryables" LIMIT 1
128
+ Queryable Load (1.2ms) SELECT "queryables".* FROM "queryables" LIMIT 1
129
+ Queryable Load (0.2ms) SELECT "queryables".* FROM "queryables" LIMIT 1
130
+ Queryable Load (0.2ms) SELECT "queryables".* FROM "queryables" LIMIT 1
131
+ Queryable Load (0.2ms) SELECT "queryables".* FROM "queryables" LIMIT 1
132
+ Queryable Load (0.2ms) SELECT "queryables".* FROM "queryables" LIMIT 1
133
+ Queryable Load (0.2ms) SELECT "queryables".* FROM "queryables" LIMIT 1
134
+ Queryable Load (0.2ms) SELECT "queryables".* FROM "queryables" LIMIT 1
135
+ Queryable Load (0.2ms) SELECT "queryables".* FROM "queryables" LIMIT 1
136
+ Queryable Load (0.2ms) SELECT "queryables".* FROM "queryables" LIMIT 1
137
+ Queryable Load (0.2ms) SELECT "queryables".* FROM "queryables" LIMIT 1
138
+  (0.1ms) SELECT COUNT(*) FROM "queryables"
139
+  (0.2ms) SELECT COUNT(*) FROM "queryables"
140
+  (0.2ms) SELECT COUNT(*) FROM "queryables"
141
+ Queryable Load (0.2ms) SELECT "queryables".* FROM "queryables" LIMIT 1
142
+ Queryable Load (0.2ms) SELECT "queryables".* FROM "queryables" LIMIT 1
143
+ Queryable Load (0.2ms) SELECT "queryables".* FROM "queryables" LIMIT 1
144
+ Queryable Load (0.2ms) SELECT "queryables".* FROM "queryables" LIMIT 1
145
+ Queryable Load (0.2ms) SELECT "queryables".* FROM "queryables" LIMIT 1
146
+  (0.1ms) SELECT COUNT(*) FROM "queryables"
147
+ Queryable Load (0.2ms) SELECT "queryables".* FROM "queryables" LIMIT 1
148
+  (0.1ms) SELECT COUNT(*) FROM "queryables"
149
+ Queryable Load (0.2ms) SELECT "queryables".* FROM "queryables" LIMIT 1
150
+  (0.1ms) SELECT COUNT(*) FROM "queryables"
151
+  (0.2ms) SELECT COUNT(*) FROM "queryables"
152
+  (0.2ms) SELECT COUNT(*) FROM "queryables"
153
+  (0.2ms) SELECT COUNT(*) FROM "queryables"
154
+ Queryable Load (0.2ms) SELECT "queryables".* FROM "queryables" LIMIT 1
155
+ Queryable Load (0.2ms) SELECT "queryables".* FROM "queryables" LIMIT 1
156
+ Queryable Load (0.2ms) SELECT "queryables".* FROM "queryables" LIMIT 1
157
+ Queryable Load (0.2ms) SELECT "queryables".* FROM "queryables" LIMIT 1
158
+  (0.1ms) SELECT COUNT(*) FROM "queryables"
159
+ Queryable Load (0.2ms) SELECT "queryables".* FROM "queryables" LIMIT 1
160
+  (0.1ms) SELECT COUNT(*) FROM "queryables"
161
+ Queryable Load (0.3ms) SELECT "queryables".* FROM "queryables" LIMIT 1
162
+  (0.2ms) SELECT COUNT(*) FROM "queryables"
163
+ Queryable Load (0.2ms) SELECT "queryables".* FROM "queryables" LIMIT 1
164
+  (0.2ms) SELECT COUNT(*) FROM "queryables"
165
+  (0.1ms) begin transaction
166
+ SQL (0.7ms) INSERT INTO "queryables" ("created_at", "string", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-12-09 08:20:03.640216"], ["string", "ok"], ["updated_at", "2014-12-09 08:20:03.640216"]]
167
+  (0.7ms) commit transaction
168
+ Queryable Load (0.2ms) SELECT "queryables".* FROM "queryables" LIMIT 1
169
+ Queryable Load (0.2ms) SELECT "queryables".* FROM "queryables" LIMIT 1
170
+ Queryable Load (0.2ms) SELECT "queryables".* FROM "queryables" LIMIT 1
171
+ Queryable Load (0.2ms) SELECT "queryables".* FROM "queryables" LIMIT 1
172
+ Queryable Load (0.2ms) SELECT "queryables".* FROM "queryables" LIMIT 1
173
+  (0.1ms) SELECT COUNT(*) FROM "queryables"
174
+ Queryable Load (0.2ms) SELECT "queryables".* FROM "queryables" LIMIT 1
175
+  (0.1ms) SELECT COUNT(*) FROM "queryables"
176
+ Queryable Load (0.2ms) SELECT "queryables".* FROM "queryables" LIMIT 1
177
+  (0.1ms) SELECT COUNT(*) FROM "queryables"
178
+ Queryable Load (0.2ms) SELECT "queryables".* FROM "queryables" LIMIT 1
179
+  (0.2ms) SELECT COUNT(*) FROM "queryables"
180
+ Queryable Load (0.2ms) SELECT "queryables".* FROM "queryables" LIMIT 1
181
+ Queryable Load (0.2ms) SELECT "queryables".* FROM "queryables" LIMIT 1
182
+ Queryable Load (0.2ms) SELECT "queryables".* FROM "queryables" LIMIT 1
183
+ Queryable Load (0.2ms) SELECT "queryables".* FROM "queryables" LIMIT 1
184
+  (0.1ms) SELECT COUNT(*) FROM "queryables"
185
+ Queryable Load (0.2ms) SELECT "queryables".* FROM "queryables" LIMIT 1
186
+  (0.1ms) SELECT COUNT(*) FROM "queryables"
187
+ Queryable Load (0.2ms) SELECT "queryables".* FROM "queryables" LIMIT 1
188
+  (0.1ms) SELECT COUNT(*) FROM "queryables"
189
+ Queryable Load (0.2ms) SELECT "queryables".* FROM "queryables" LIMIT 1
190
+ Queryable Load (0.1ms) SELECT "queryables".* FROM "queryables" WHERE "queryables"."string" = 'string' LIMIT 1
191
+  (0.1ms) begin transaction
192
+ SQL (0.6ms) INSERT INTO "queryables" ("created_at", "string", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-12-09 09:32:38.288734"], ["string", "string"], ["updated_at", "2014-12-09 09:32:38.288734"]]
193
+  (2.4ms) commit transaction
194
+ Queryable Load (0.2ms) SELECT "queryables".* FROM "queryables" WHERE "queryables"."string" = 'string' LIMIT 1
195
+ Queryable Load (0.2ms) SELECT "queryables".* FROM "queryables" WHERE "queryables"."string" = 'string' LIMIT 1
196
+  (0.1ms) begin transaction
197
+ SQL (0.3ms) INSERT INTO "queryables" ("created_at", "string", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-12-09 09:32:48.394404"], ["string", "notstring"], ["updated_at", "2014-12-09 09:32:48.394404"]]
198
+  (3.7ms) commit transaction
199
+ Queryable Load (0.3ms) SELECT "queryables".* FROM "queryables" WHERE "queryables"."string" = 'string' LIMIT 1
200
+  (0.1ms) begin transaction
201
+ SQL (0.3ms) INSERT INTO "queryables" ("created_at", "string", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-12-09 09:32:59.089428"], ["string", "notstring"], ["updated_at", "2014-12-09 09:32:59.089428"]]
202
+  (2.2ms) commit transaction
203
+  (0.1ms) begin transaction
204
+ SQL (0.3ms) INSERT INTO "queryables" ("created_at", "string", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-12-09 09:33:00.185212"], ["string", "notstring"], ["updated_at", "2014-12-09 09:33:00.185212"]]
205
+  (1.8ms) commit transaction
206
+  (0.1ms) begin transaction
207
+ SQL (0.3ms) INSERT INTO "queryables" ("created_at", "string", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-12-09 09:33:00.945472"], ["string", "notstring"], ["updated_at", "2014-12-09 09:33:00.945472"]]
208
+  (2.5ms) commit transaction
209
+  (0.1ms) begin transaction
210
+ SQL (0.3ms) INSERT INTO "queryables" ("created_at", "string", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-12-09 09:33:01.921534"], ["string", "notstring"], ["updated_at", "2014-12-09 09:33:01.921534"]]
211
+  (2.6ms) commit transaction
212
+  (0.1ms) begin transaction
213
+ SQL (0.4ms) INSERT INTO "queryables" ("created_at", "string", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-12-09 09:33:02.137448"], ["string", "notstring"], ["updated_at", "2014-12-09 09:33:02.137448"]]
214
+  (2.5ms) commit transaction
215
+  (0.1ms) begin transaction
216
+ SQL (0.4ms) INSERT INTO "queryables" ("created_at", "string", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-12-09 09:33:02.337380"], ["string", "notstring"], ["updated_at", "2014-12-09 09:33:02.337380"]]
217
+  (3.0ms) commit transaction
218
+  (0.1ms) begin transaction
219
+ SQL (0.3ms) INSERT INTO "queryables" ("created_at", "string", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-12-09 09:33:02.529216"], ["string", "notstring"], ["updated_at", "2014-12-09 09:33:02.529216"]]
220
+  (2.2ms) commit transaction
221
+  (0.1ms) begin transaction
222
+ SQL (0.3ms) INSERT INTO "queryables" ("created_at", "string", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-12-09 09:33:02.705173"], ["string", "notstring"], ["updated_at", "2014-12-09 09:33:02.705173"]]
223
+  (2.1ms) commit transaction
224
+  (0.1ms) begin transaction
225
+ SQL (0.3ms) INSERT INTO "queryables" ("created_at", "string", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-12-09 09:33:02.880934"], ["string", "notstring"], ["updated_at", "2014-12-09 09:33:02.880934"]]
226
+  (2.4ms) commit transaction
227
+  (0.1ms) begin transaction
228
+ SQL (0.3ms) INSERT INTO "queryables" ("created_at", "string", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-12-09 09:33:03.072758"], ["string", "notstring"], ["updated_at", "2014-12-09 09:33:03.072758"]]
229
+  (2.3ms) commit transaction
230
+  (0.1ms) begin transaction
231
+ SQL (0.3ms) INSERT INTO "queryables" ("created_at", "string", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-12-09 09:33:03.257333"], ["string", "notstring"], ["updated_at", "2014-12-09 09:33:03.257333"]]
232
+  (2.5ms) commit transaction
233
+  (0.1ms) begin transaction
234
+ SQL (0.3ms) INSERT INTO "queryables" ("created_at", "string", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-12-09 09:33:03.433565"], ["string", "notstring"], ["updated_at", "2014-12-09 09:33:03.433565"]]
235
+  (2.5ms) commit transaction
236
+  (0.1ms) begin transaction
237
+ SQL (0.4ms) INSERT INTO "queryables" ("created_at", "string", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-12-09 09:33:03.593233"], ["string", "notstring"], ["updated_at", "2014-12-09 09:33:03.593233"]]
238
+  (2.5ms) commit transaction
239
+  (0.1ms) begin transaction
240
+ SQL (0.4ms) INSERT INTO "queryables" ("created_at", "string", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-12-09 09:33:03.801284"], ["string", "notstring"], ["updated_at", "2014-12-09 09:33:03.801284"]]
241
+  (2.5ms) commit transaction
242
+  (0.1ms) begin transaction
243
+ SQL (0.3ms) INSERT INTO "queryables" ("created_at", "string", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-12-09 09:33:04.041176"], ["string", "notstring"], ["updated_at", "2014-12-09 09:33:04.041176"]]
244
+  (2.5ms) commit transaction
245
+  (0.1ms) begin transaction
246
+ SQL (0.3ms) INSERT INTO "queryables" ("created_at", "string", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-12-09 09:33:04.233276"], ["string", "notstring"], ["updated_at", "2014-12-09 09:33:04.233276"]]
247
+  (2.5ms) commit transaction
248
+  (0.1ms) begin transaction
249
+ SQL (0.4ms) INSERT INTO "queryables" ("created_at", "string", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-12-09 09:33:04.417191"], ["string", "notstring"], ["updated_at", "2014-12-09 09:33:04.417191"]]
250
+  (2.6ms) commit transaction
251
+  (0.1ms) begin transaction
252
+ SQL (0.3ms) INSERT INTO "queryables" ("created_at", "string", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-12-09 09:33:04.600936"], ["string", "notstring"], ["updated_at", "2014-12-09 09:33:04.600936"]]
253
+  (2.5ms) commit transaction
254
+  (0.1ms) begin transaction
255
+ SQL (0.4ms) INSERT INTO "queryables" ("created_at", "string", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-12-09 09:33:04.777557"], ["string", "notstring"], ["updated_at", "2014-12-09 09:33:04.777557"]]
256
+  (1.0ms) commit transaction
257
+  (0.1ms) begin transaction
258
+ SQL (0.4ms) INSERT INTO "queryables" ("created_at", "string", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-12-09 09:33:04.953197"], ["string", "notstring"], ["updated_at", "2014-12-09 09:33:04.953197"]]
259
+  (2.5ms) commit transaction
260
+  (0.1ms) begin transaction
261
+ SQL (0.3ms) INSERT INTO "queryables" ("created_at", "string", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-12-09 09:33:05.145506"], ["string", "notstring"], ["updated_at", "2014-12-09 09:33:05.145506"]]
262
+  (2.2ms) commit transaction
263
+  (0.1ms) begin transaction
264
+ SQL (0.4ms) INSERT INTO "queryables" ("created_at", "string", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-12-09 09:33:05.329446"], ["string", "notstring"], ["updated_at", "2014-12-09 09:33:05.329446"]]
265
+  (2.4ms) commit transaction
266
+  (0.1ms) begin transaction
267
+ SQL (0.3ms) INSERT INTO "queryables" ("created_at", "string", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-12-09 09:33:05.513042"], ["string", "notstring"], ["updated_at", "2014-12-09 09:33:05.513042"]]
268
+  (2.9ms) commit transaction
269
+  (0.1ms) begin transaction
270
+ SQL (0.3ms) INSERT INTO "queryables" ("created_at", "string", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-12-09 09:33:05.705234"], ["string", "notstring"], ["updated_at", "2014-12-09 09:33:05.705234"]]
271
+  (0.9ms) commit transaction
272
+  (0.1ms) begin transaction
273
+ SQL (0.3ms) INSERT INTO "queryables" ("created_at", "string", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-12-09 09:33:05.897083"], ["string", "notstring"], ["updated_at", "2014-12-09 09:33:05.897083"]]
274
+  (2.5ms) commit transaction
275
+  (0.1ms) begin transaction
276
+ SQL (0.4ms) INSERT INTO "queryables" ("created_at", "string", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-12-09 09:33:06.089230"], ["string", "notstring"], ["updated_at", "2014-12-09 09:33:06.089230"]]
277
+  (2.5ms) commit transaction
278
+  (0.1ms) begin transaction
279
+ SQL (0.4ms) INSERT INTO "queryables" ("created_at", "string", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-12-09 09:33:06.289098"], ["string", "notstring"], ["updated_at", "2014-12-09 09:33:06.289098"]]
280
+  (2.5ms) commit transaction
281
+  (0.1ms) begin transaction
282
+ SQL (0.3ms) INSERT INTO "queryables" ("created_at", "string", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-12-09 09:33:06.481417"], ["string", "notstring"], ["updated_at", "2014-12-09 09:33:06.481417"]]
283
+  (2.5ms) commit transaction
284
+  (0.1ms) begin transaction
285
+ SQL (0.3ms) INSERT INTO "queryables" ("created_at", "string", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-12-09 09:33:06.672976"], ["string", "notstring"], ["updated_at", "2014-12-09 09:33:06.672976"]]
286
+  (2.5ms) commit transaction
287
+  (0.1ms) begin transaction
288
+ SQL (0.3ms) INSERT INTO "queryables" ("created_at", "string", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-12-09 09:33:06.865296"], ["string", "notstring"], ["updated_at", "2014-12-09 09:33:06.865296"]]
289
+  (2.6ms) commit transaction
290
+  (0.1ms) begin transaction
291
+ SQL (0.4ms) INSERT INTO "queryables" ("created_at", "string", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-12-09 09:33:07.065102"], ["string", "notstring"], ["updated_at", "2014-12-09 09:33:07.065102"]]
292
+  (2.4ms) commit transaction
293
+  (0.1ms) begin transaction
294
+ SQL (0.3ms) INSERT INTO "queryables" ("created_at", "string", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-12-09 09:33:07.265324"], ["string", "notstring"], ["updated_at", "2014-12-09 09:33:07.265324"]]
295
+  (2.5ms) commit transaction
296
+  (0.1ms) begin transaction
297
+ SQL (0.3ms) INSERT INTO "queryables" ("created_at", "string", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-12-09 09:33:07.448609"], ["string", "notstring"], ["updated_at", "2014-12-09 09:33:07.448609"]]
298
+  (2.5ms) commit transaction
299
+  (0.1ms) begin transaction
300
+ SQL (0.4ms) INSERT INTO "queryables" ("created_at", "string", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-12-09 09:33:07.641380"], ["string", "notstring"], ["updated_at", "2014-12-09 09:33:07.641380"]]
301
+  (2.2ms) commit transaction
302
+  (0.1ms) begin transaction
303
+ SQL (0.3ms) INSERT INTO "queryables" ("created_at", "string", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-12-09 09:33:07.841467"], ["string", "notstring"], ["updated_at", "2014-12-09 09:33:07.841467"]]
304
+  (2.5ms) commit transaction
305
+  (0.1ms) begin transaction
306
+ SQL (0.3ms) INSERT INTO "queryables" ("created_at", "string", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-12-09 09:33:08.032806"], ["string", "notstring"], ["updated_at", "2014-12-09 09:33:08.032806"]]
307
+  (2.4ms) commit transaction
308
+  (0.1ms) begin transaction
309
+ SQL (0.3ms) INSERT INTO "queryables" ("created_at", "string", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-12-09 09:33:08.217288"], ["string", "notstring"], ["updated_at", "2014-12-09 09:33:08.217288"]]
310
+  (2.6ms) commit transaction
311
+  (0.1ms) begin transaction
312
+ SQL (0.4ms) INSERT INTO "queryables" ("created_at", "string", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-12-09 09:33:08.409308"], ["string", "notstring"], ["updated_at", "2014-12-09 09:33:08.409308"]]
313
+  (2.3ms) commit transaction
314
+  (0.1ms) begin transaction
315
+ SQL (0.4ms) INSERT INTO "queryables" ("created_at", "string", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-12-09 09:33:08.593431"], ["string", "notstring"], ["updated_at", "2014-12-09 09:33:08.593431"]]
316
+  (2.2ms) commit transaction
317
+  (0.1ms) begin transaction
318
+ SQL (0.5ms) INSERT INTO "queryables" ("created_at", "string", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-12-09 09:33:08.793045"], ["string", "notstring"], ["updated_at", "2014-12-09 09:33:08.793045"]]
319
+  (1.9ms) commit transaction
320
+  (0.1ms) begin transaction
321
+ SQL (0.4ms) INSERT INTO "queryables" ("created_at", "string", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-12-09 09:33:08.993141"], ["string", "notstring"], ["updated_at", "2014-12-09 09:33:08.993141"]]
322
+  (2.5ms) commit transaction
323
+  (0.1ms) begin transaction
324
+ SQL (0.3ms) INSERT INTO "queryables" ("created_at", "string", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-12-09 09:33:09.192821"], ["string", "notstring"], ["updated_at", "2014-12-09 09:33:09.192821"]]
325
+  (2.5ms) commit transaction
326
+  (0.1ms) begin transaction
327
+ SQL (0.3ms) INSERT INTO "queryables" ("created_at", "string", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-12-09 09:33:09.393082"], ["string", "notstring"], ["updated_at", "2014-12-09 09:33:09.393082"]]
328
+  (0.8ms) commit transaction
329
+  (0.1ms) begin transaction
330
+ SQL (0.3ms) INSERT INTO "queryables" ("created_at", "string", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-12-09 09:33:09.593581"], ["string", "notstring"], ["updated_at", "2014-12-09 09:33:09.593581"]]
331
+  (2.3ms) commit transaction
332
+  (0.1ms) begin transaction
333
+ SQL (0.3ms) INSERT INTO "queryables" ("created_at", "string", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-12-09 09:33:09.801129"], ["string", "notstring"], ["updated_at", "2014-12-09 09:33:09.801129"]]
334
+  (2.6ms) commit transaction
335
+  (0.1ms) begin transaction
336
+ SQL (0.3ms) INSERT INTO "queryables" ("created_at", "string", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-12-09 09:33:10.050412"], ["string", "notstring"], ["updated_at", "2014-12-09 09:33:10.050412"]]
337
+  (2.1ms) commit transaction
338
+  (0.1ms) begin transaction
339
+ SQL (0.4ms) INSERT INTO "queryables" ("created_at", "string", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-12-09 09:33:10.216916"], ["string", "notstring"], ["updated_at", "2014-12-09 09:33:10.216916"]]
340
+  (2.5ms) commit transaction
341
+  (0.1ms) begin transaction
342
+ SQL (0.4ms) INSERT INTO "queryables" ("created_at", "string", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-12-09 09:33:10.408999"], ["string", "notstring"], ["updated_at", "2014-12-09 09:33:10.408999"]]
343
+  (2.5ms) commit transaction
344
+ Queryable Load (0.2ms) SELECT "queryables".* FROM "queryables" WHERE "queryables"."string" = 'string' LIMIT 1
345
+ Queryable Load (0.2ms) SELECT "queryables".* FROM "queryables" WHERE "queryables"."string" = 'string' LIMIT 1
346
+ Queryable Load (0.2ms) SELECT "queryables".* FROM "queryables" LIMIT 1
347
+  (1.3ms) SELECT COUNT(*) FROM "queryables" WHERE "queryables"."string" = 'string'
348
+  (0.2ms) SELECT COUNT(*) FROM "queryables" WHERE "queryables"."string" = 'string'
349
+  (0.3ms) SELECT COUNT(*) FROM "queryables" WHERE "queryables"."string" = 'string'
350
+  (0.2ms) SELECT COUNT(*) FROM "queryables" WHERE "queryables"."string" = 'string'
351
+  (0.3ms) SELECT COUNT(*) FROM "queryables" WHERE "queryables"."string" = 'string'
352
+  (1.4ms) SELECT COUNT(*) FROM "queryables"
353
+ Queryable Load (0.5ms) SELECT "queryables".* FROM "queryables" LIMIT 1
354
+ Queryable Load (0.2ms) SELECT "queryables".* FROM "queryables" LIMIT 1
355
+ Queryable Load (0.4ms) SELECT "queryables".* FROM "queryables" LIMIT 1
356
+ Queryable Load (0.4ms) SELECT "queryables".* FROM "queryables" LIMIT 1
357
+ Queryable Load (2.0ms) SELECT "queryables".* FROM "queryables" LIMIT 1
358
+ Queryable Load (1.0ms) SELECT "queryables".* FROM "queryables" LIMIT 1
359
+ ActiveRecord::SchemaMigration Load (2.3ms) SELECT "schema_migrations".* FROM "schema_migrations"
360
+ Migrating to CreateAssociables (20141209224349)
361
+  (0.1ms) begin transaction
362
+  (0.5ms) CREATE TABLE "associables" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "queryable_id" integer, "string" varchar(255), "created_at" datetime, "updated_at" datetime) 
363
+ SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20141209224349"]]
364
+  (0.8ms) commit transaction
365
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
366
+ Queryable Load (1.2ms) SELECT "queryables".* FROM "queryables" LIMIT 1
367
+  (0.2ms) SELECT COUNT(*) FROM "associables" WHERE "associables"."queryable_id" = ? [["queryable_id", 3]]
368
+ Queryable Load (0.2ms) SELECT "queryables".* FROM "queryables" LIMIT 1
369
+ Associable Load (0.2ms) SELECT "associables".* FROM "associables" WHERE "associables"."queryable_id" = ? [["queryable_id", 3]]
370
+ Queryable Load (0.2ms) SELECT "queryables".* FROM "queryables" LIMIT 1
371
+  (0.1ms) SELECT COUNT(*) FROM "associables" WHERE "associables"."queryable_id" = ? [["queryable_id", 3]]
372
+ Queryable Load (0.2ms) SELECT "queryables".* FROM "queryables" LIMIT 1
373
+ Queryable Load (0.2ms) SELECT "queryables".* FROM "queryables" LIMIT 1
374
+  (0.2ms) SELECT COUNT(*) FROM "associables"
375
+ Queryable Load (0.2ms) SELECT "queryables".* FROM "queryables" LIMIT 1
376
+ Queryable Load (0.2ms) SELECT "queryables".* FROM "queryables" LIMIT 1
377
+ Queryable Load (0.2ms) SELECT "queryables".* FROM "queryables" LIMIT 1
378
+ Queryable Load (0.2ms) SELECT "queryables".* FROM "queryables" LIMIT 1
379
+  (0.1ms) SELECT COUNT(*) FROM "associables" WHERE "associables"."queryable_id" = ? [["queryable_id", 3]]