simple_attachments 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (326) hide show
  1. data/MIT-LICENSE +20 -0
  2. data/README.rdoc +132 -0
  3. data/lib/simple_attachments.rb +15 -0
  4. data/lib/simple_attachments/attachment_model.rb +128 -0
  5. data/lib/simple_attachments/attachments_controller.rb +100 -0
  6. data/lib/simple_attachments/container_model.rb +73 -0
  7. data/lib/simple_attachments/migration_helpers.rb +14 -0
  8. data/lib/simple_attachments/view_helpers.rb +92 -0
  9. data/locales/en.yml +5 -0
  10. data/test/Rakefile +10 -0
  11. data/test/app/assets/javascripts/attachments.js +18 -0
  12. data/test/app/assets/stylesheets/attachments.css +17 -0
  13. data/test/app/controllers/application_controller.rb +3 -0
  14. data/test/app/controllers/avatars_controller.rb +3 -0
  15. data/test/app/controllers/documents_controller.rb +3 -0
  16. data/test/app/controllers/users_controller.rb +18 -0
  17. data/test/app/models/avatar.rb +5 -0
  18. data/test/app/models/document.rb +5 -0
  19. data/test/app/models/user.rb +4 -0
  20. data/test/app/views/layouts/application.html.erb +12 -0
  21. data/test/app/views/users/edit.html.erb +6 -0
  22. data/test/config.ru +4 -0
  23. data/test/config/application.rb +10 -0
  24. data/test/config/boot.rb +3 -0
  25. data/test/config/database.yml +5 -0
  26. data/test/config/environment.rb +5 -0
  27. data/test/config/environments/test.rb +12 -0
  28. data/test/config/initializers/secret_token.rb +7 -0
  29. data/test/config/initializers/session_store.rb +8 -0
  30. data/test/config/initializers/wrap_parameters.rb +14 -0
  31. data/test/config/routes.rb +5 -0
  32. data/test/db/migrate/1_create_users.rb +6 -0
  33. data/test/db/migrate/2_create_avatars.rb +8 -0
  34. data/test/db/migrate/3_create_documents.rb +8 -0
  35. data/test/db/schema.rb +34 -0
  36. data/test/db/test.sqlite3 +0 -0
  37. data/test/log/test.log +11774 -0
  38. data/test/script/rails +6 -0
  39. data/test/spec/multiple_spec.rb +36 -0
  40. data/test/spec/samples/sample.jpg +0 -0
  41. data/test/spec/samples/sample.pdf +0 -0
  42. data/test/spec/samples/sample.png +0 -0
  43. data/test/spec/singleton_spec.rb +54 -0
  44. data/test/spec/spec_helper.rb +22 -0
  45. data/test/tmp/cache/2CB/9B1/http%3A%2F%2Flocalhost%3A3000%2Fassets%2Fattachments.js%3F +0 -0
  46. data/test/tmp/cache/337/6A1/http%3A%2F%2Flocalhost%3A3000%2Fassets%2Fattachments.css%3F +0 -0
  47. data/test/tmp/cache/A03/C30/86cd82a38406e2cc75af040321554265d148882e +0 -0
  48. data/test/tmp/cache/BDE/BD0/7d763b3bac537e97ea5f3fb558c2bdbba05b72bc +0 -0
  49. data/test/tmp/cache/assets/C2E/6F0/sprockets%2F99a77a1d4d8767343010e1153d993839 +0 -0
  50. data/test/tmp/cache/assets/C5A/590/sprockets%2F2993f5a3d21b3e477143358534c68f55 +0 -0
  51. data/test/tmp/cache/assets/C5B/6F0/sprockets%2F19824e4169877bb010cd8163319f3f95 +0 -0
  52. data/test/tmp/cache/assets/CEB/450/sprockets%2Fada5663796684365b3e4ab36529bc86b +0 -0
  53. data/test/tmp/cache/assets/CF4/E60/sprockets%2F96b74d34978f2759ec2af602cd969d00 +0 -0
  54. data/test/tmp/cache/assets/D0B/600/sprockets%2F0b1b45e6991800f2911a6bcccf54a679 +0 -0
  55. data/test/tmp/cache/assets/D48/590/sprockets%2F522d019dab47a2617f2c2a99e98a99ed +0 -0
  56. data/test/tmp/cache/assets/D64/BF0/sprockets%2Fbd0d2396f3797000ffd901eba90b4d0e +0 -0
  57. data/test/tmp/cache/assets/D6B/150/sprockets%2F0b6cebd1717e9da4183329be9a2d77c0 +0 -0
  58. data/test/tmp/cache/assets/D70/120/sprockets%2F0f56b864e2eba6c4199d4171bdf391ae +0 -0
  59. data/test/tmp/cache/assets/D91/580/sprockets%2Fb5e4430a5a0af8eee00d262f82b565ed +0 -0
  60. data/test/tmp/cache/assets/D9A/760/sprockets%2F8df77fdd2c3c1f3d04f450c72a635be2 +0 -0
  61. data/test/tmp/cache/assets/DA1/380/sprockets%2F5e06b3974a8f9ca4452d4dfea337dba5 +0 -0
  62. data/test/tmp/cache/assets/DA9/EC0/sprockets%2F73f61f04eb2d87aced83787a0f14cf8e +0 -0
  63. data/test/uploads/1330732189.40513.sample.jpg +0 -0
  64. data/test/uploads/1330732621.7381.sample.jpg +0 -0
  65. data/test/uploads/1330732672.36763.sample.jpg +0 -0
  66. data/test/uploads/1330732847.98348.sample.jpg +0 -0
  67. data/test/uploads/1330732967.05269.sample.jpg +0 -0
  68. data/test/uploads/1330733025.52707.sample.jpg +0 -0
  69. data/test/uploads/1330733381.60733.sample.jpg +0 -0
  70. data/test/uploads/1330733822.51761.sample.jpg +0 -0
  71. data/test/uploads/1330733887.44114.sample.jpg +0 -0
  72. data/test/uploads/1330738615.68437.sample.jpg +0 -0
  73. data/test/uploads/1330738616.82401.sample.jpg +0 -0
  74. data/test/uploads/1330738618.00278.sample.jpg +0 -0
  75. data/test/uploads/1330738771.92631.sample.jpg +0 -0
  76. data/test/uploads/1330738772.94099.sample.jpg +0 -0
  77. data/test/uploads/1330738901.69933.sample.jpg +0 -0
  78. data/test/uploads/1330738904.3815.sample.jpg +0 -0
  79. data/test/uploads/1330739046.59901.sample.jpg +0 -0
  80. data/test/uploads/1330739125.79463.sample.jpg +0 -0
  81. data/test/uploads/1330739131.09163.sample.pdf +0 -0
  82. data/test/uploads/1330739735.52707.sample.jpg +0 -0
  83. data/test/uploads/1330739738.11937.sample.jpg +0 -0
  84. data/test/uploads/1330739742.76692.sample.jpg +0 -0
  85. data/test/uploads/1330739911.78046.sample.jpg +0 -0
  86. data/test/uploads/1330739914.46047.sample.jpg +0 -0
  87. data/test/uploads/1330739918.80359.sample.jpg +0 -0
  88. data/test/uploads/1330739921.39005.sample.jpg +0 -0
  89. data/test/uploads/1330739988.04537.sample.jpg +0 -0
  90. data/test/uploads/1330739990.65212.sample.jpg +0 -0
  91. data/test/uploads/1330739994.98225.sample.jpg +0 -0
  92. data/test/uploads/1330739997.45622.sample.jpg +0 -0
  93. data/test/uploads/1330740765.24516.sample.jpg +0 -0
  94. data/test/uploads/1330740767.71798.sample.jpg +0 -0
  95. data/test/uploads/1330740771.9889.sample.jpg +0 -0
  96. data/test/uploads/1330740774.56759.sample.jpg +0 -0
  97. data/test/uploads/1330741058.17571.sample.jpg +0 -0
  98. data/test/uploads/1330741060.65483.sample.jpg +0 -0
  99. data/test/uploads/1330741067.79574.sample.jpg +0 -0
  100. data/test/uploads/1330741154.42055.sample.jpg +0 -0
  101. data/test/uploads/1330741157.28718.sample.jpg +0 -0
  102. data/test/uploads/1330741164.64669.sample.jpg +0 -0
  103. data/test/uploads/1330741776.05725.sample.jpg +0 -0
  104. data/test/uploads/1330741778.80256.sample.jpg +0 -0
  105. data/test/uploads/1330741785.96345.sample.jpg +0 -0
  106. data/test/uploads/1330742286.07361.sample.jpg +0 -0
  107. data/test/uploads/1330742288.59918.sample.jpg +0 -0
  108. data/test/uploads/1330742295.83963.sample.jpg +0 -0
  109. data/test/uploads/1330742576.6398.sample.jpg +0 -0
  110. data/test/uploads/1330742579.54181.sample.jpg +0 -0
  111. data/test/uploads/1330742586.88996.sample.jpg +0 -0
  112. data/test/uploads/1330743983.91544.shen-logic-part1.pdf +0 -0
  113. data/test/uploads/1330744294.55912.sample.jpg +0 -0
  114. data/test/uploads/1330744296.94811.sample.jpg +0 -0
  115. data/test/uploads/1330744304.25529.sample.jpg +0 -0
  116. data/test/uploads/1330744307.08498.sample.pdf +0 -0
  117. data/test/uploads/1330744309.25872.sample.pdf +0 -0
  118. data/test/uploads/1330744443.49578.sample.jpg +0 -0
  119. data/test/uploads/1330744446.09032.sample.jpg +0 -0
  120. data/test/uploads/1330744453.55965.sample.jpg +0 -0
  121. data/test/uploads/1330744456.32318.sample.pdf +0 -0
  122. data/test/uploads/1330744458.42931.sample.pdf +0 -0
  123. data/test/uploads/1330744533.52631.sample.jpg +0 -0
  124. data/test/uploads/1330744536.13208.sample.jpg +0 -0
  125. data/test/uploads/1330744543.29535.sample.jpg +0 -0
  126. data/test/uploads/1330744546.16477.sample.pdf +0 -0
  127. data/test/uploads/1330744548.27125.sample.pdf +0 -0
  128. data/test/uploads/1330744696.43953.sample.jpg +0 -0
  129. data/test/uploads/1330744698.95043.sample.jpg +0 -0
  130. data/test/uploads/1330744706.28901.sample.jpg +0 -0
  131. data/test/uploads/1330744711.24284.sample.pdf +0 -0
  132. data/test/uploads/1330744713.6281.sample.pdf +0 -0
  133. data/test/uploads/1330744782.91673.sample.jpg +0 -0
  134. data/test/uploads/1330744785.53684.sample.jpg +0 -0
  135. data/test/uploads/1330744792.74599.sample.jpg +0 -0
  136. data/test/uploads/1330744797.90608.sample.pdf +0 -0
  137. data/test/uploads/1330744800.55736.sample.pdf +0 -0
  138. data/test/uploads/1330771358.91882.sample.jpg +0 -0
  139. data/test/uploads/1330771359.23929.sample.jpg +0 -0
  140. data/test/uploads/1330771359.70574.sample.jpg +0 -0
  141. data/test/uploads/1330771360.07645.sample.png +0 -0
  142. data/test/uploads/1330771364.83802.sample.pdf +0 -0
  143. data/test/uploads/1330771367.18498.sample.pdf +0 -0
  144. data/test/uploads/1330771514.28703.sample.jpg +0 -0
  145. data/test/uploads/1330771514.66497.sample.jpg +0 -0
  146. data/test/uploads/1330771515.12563.sample.jpg +0 -0
  147. data/test/uploads/1330771515.72515.sample.png +0 -0
  148. data/test/uploads/1330771519.30014.sample.pdf +0 -0
  149. data/test/uploads/1330771519.55784.sample.pdf +0 -0
  150. data/test/uploads/1330771519.89044.sample.pdf +0 -0
  151. data/test/uploads/1330771522.50763.sample.pdf +0 -0
  152. data/test/uploads/1330771522.75458.sample.pdf +0 -0
  153. data/test/uploads/1330775627.9105.sample.pdf +0 -0
  154. data/test/uploads/1330775628.40671.sample.pdf +0 -0
  155. data/test/uploads/1330775628.68645.sample.pdf +0 -0
  156. data/test/uploads/1330775631.48519.sample.pdf +0 -0
  157. data/test/uploads/1330775631.9586.sample.pdf +0 -0
  158. data/test/uploads/1330775676.5146.sample.pdf +0 -0
  159. data/test/uploads/1330775703.20143.sample.pdf +0 -0
  160. data/test/uploads/1330775704.36145.sample.pdf +0 -0
  161. data/test/uploads/1330775705.27831.sample.pdf +0 -0
  162. data/test/uploads/1330775706.66539.sample.pdf +0 -0
  163. data/test/uploads/1330776988.21579.sample.pdf +0 -0
  164. data/test/uploads/1330776988.69155.sample.pdf +0 -0
  165. data/test/uploads/1330776989.12114.sample.pdf +0 -0
  166. data/test/uploads/1330776992.1201.sample.pdf +0 -0
  167. data/test/uploads/1330776992.57634.sample.pdf +0 -0
  168. data/test/uploads/1330777152.6597.sample.jpg +0 -0
  169. data/test/uploads/1330777153.00459.sample.jpg +0 -0
  170. data/test/uploads/1330777153.45871.sample.jpg +0 -0
  171. data/test/uploads/1330777153.86376.sample.png +0 -0
  172. data/test/uploads/1330777157.91465.sample.pdf +0 -0
  173. data/test/uploads/1330777158.23816.sample.pdf +0 -0
  174. data/test/uploads/1330777158.74465.sample.pdf +0 -0
  175. data/test/uploads/1330777161.59586.sample.pdf +0 -0
  176. data/test/uploads/1330777161.93334.sample.pdf +0 -0
  177. data/test/uploads/1330777833.73591.sample.jpg +0 -0
  178. data/test/uploads/1330777834.05449.sample.jpg +0 -0
  179. data/test/uploads/1330777834.50661.sample.jpg +0 -0
  180. data/test/uploads/1330777834.87967.sample.jpg +0 -0
  181. data/test/uploads/1330777835.22949.sample.jpg +0 -0
  182. data/test/uploads/1330777835.55546.sample.png +0 -0
  183. data/test/uploads/1330777840.54959.sample.jpg +0 -0
  184. data/test/uploads/1330777844.18911.sample.pdf +0 -0
  185. data/test/uploads/1330777844.58364.sample.pdf +0 -0
  186. data/test/uploads/1330777844.96998.sample.pdf +0 -0
  187. data/test/uploads/1330777847.62838.sample.pdf +0 -0
  188. data/test/uploads/1330777848.0192.sample.pdf +0 -0
  189. data/test/uploads/1330778979.41703.sample.jpg +0 -0
  190. data/test/uploads/1330778979.74093.sample.jpg +0 -0
  191. data/test/uploads/1330778980.16769.sample.jpg +0 -0
  192. data/test/uploads/1330778980.54831.sample.jpg +0 -0
  193. data/test/uploads/1330778980.91033.sample.jpg +0 -0
  194. data/test/uploads/1330778981.23582.sample.png +0 -0
  195. data/test/uploads/1330778986.50795.sample.jpg +0 -0
  196. data/test/uploads/1330778989.07307.sample.pdf +0 -0
  197. data/test/uploads/1330778989.59241.sample.pdf +0 -0
  198. data/test/uploads/1330778990.06415.sample.pdf +0 -0
  199. data/test/uploads/1330778990.44233.sample.pdf +0 -0
  200. data/test/uploads/1330779134.25647.sample.jpg +0 -0
  201. data/test/uploads/1330779134.67957.sample.jpg +0 -0
  202. data/test/uploads/1330779135.15349.sample.jpg +0 -0
  203. data/test/uploads/1330779135.6793.sample.jpg +0 -0
  204. data/test/uploads/1330779136.14714.sample.jpg +0 -0
  205. data/test/uploads/1330779136.70598.sample.png +0 -0
  206. data/test/uploads/1330779141.75878.sample.jpg +0 -0
  207. data/test/uploads/1330779145.79811.sample.pdf +0 -0
  208. data/test/uploads/1330779146.40945.sample.pdf +0 -0
  209. data/test/uploads/1330779146.75038.sample.pdf +0 -0
  210. data/test/uploads/1330779149.67101.sample.pdf +0 -0
  211. data/test/uploads/1330779150.033.sample.pdf +0 -0
  212. data/test/uploads/1330779251.92468.sample.jpg +0 -0
  213. data/test/uploads/1330779252.33759.sample.jpg +0 -0
  214. data/test/uploads/1330779252.79211.sample.jpg +0 -0
  215. data/test/uploads/1330779253.16365.sample.jpg +0 -0
  216. data/test/uploads/1330779253.51459.sample.jpg +0 -0
  217. data/test/uploads/1330779253.82932.sample.png +0 -0
  218. data/test/uploads/1330779259.04186.sample.jpg +0 -0
  219. data/test/uploads/1330779262.79998.sample.pdf +0 -0
  220. data/test/uploads/1330779263.19534.sample.pdf +0 -0
  221. data/test/uploads/1330779263.51726.sample.pdf +0 -0
  222. data/test/uploads/1330779266.23965.sample.pdf +0 -0
  223. data/test/uploads/1330779266.65453.sample.pdf +0 -0
  224. data/test/uploads/1330780162.71983.1.gif +0 -0
  225. data/test/uploads/1330780370.60224.sample.jpg +0 -0
  226. data/test/uploads/1330780370.95202.sample.jpg +0 -0
  227. data/test/uploads/1330780371.44543.sample.jpg +0 -0
  228. data/test/uploads/1330780371.88658.sample.jpg +0 -0
  229. data/test/uploads/1330780372.30293.sample.jpg +0 -0
  230. data/test/uploads/1330780372.79723.sample.png +0 -0
  231. data/test/uploads/1330780378.19075.sample.jpg +0 -0
  232. data/test/uploads/1330780382.07736.sample.pdf +0 -0
  233. data/test/uploads/1330780382.61497.sample.pdf +0 -0
  234. data/test/uploads/1330780383.10458.sample.pdf +0 -0
  235. data/test/uploads/1330780385.85251.sample.pdf +0 -0
  236. data/test/uploads/1330780386.24973.sample.pdf +0 -0
  237. data/test/uploads/1330781258.12109.sample.pdf +0 -0
  238. data/test/uploads/1330781258.63862.sample.pdf +0 -0
  239. data/test/uploads/1330781259.10465.sample.pdf +0 -0
  240. data/test/uploads/1330781262.08459.sample.pdf +0 -0
  241. data/test/uploads/1330781262.52448.sample.pdf +0 -0
  242. data/test/uploads/1330781278.37307.sample.jpg +0 -0
  243. data/test/uploads/1330781278.7309.sample.jpg +0 -0
  244. data/test/uploads/1330781279.18693.sample.jpg +0 -0
  245. data/test/uploads/1330781279.55913.sample.jpg +0 -0
  246. data/test/uploads/1330781279.92436.sample.jpg +0 -0
  247. data/test/uploads/1330781280.27391.sample.png +0 -0
  248. data/test/uploads/1330886711.00348.sample.pdf +0 -0
  249. data/test/uploads/1330886711.78495.sample.pdf +0 -0
  250. data/test/uploads/1330886712.4033.sample.pdf +0 -0
  251. data/test/uploads/1330886716.09532.sample.pdf +0 -0
  252. data/test/uploads/1330886716.7663.sample.pdf +0 -0
  253. data/test/uploads/1330886735.38676.sample.jpg +0 -0
  254. data/test/uploads/1330886736.28739.sample.jpg +0 -0
  255. data/test/uploads/1330886736.84868.sample.jpg +0 -0
  256. data/test/uploads/1330886737.64167.sample.jpg +0 -0
  257. data/test/uploads/1330886738.33938.sample.jpg +0 -0
  258. data/test/uploads/1330886738.92271.sample.png +0 -0
  259. data/test/uploads/1330886985.6679.sample.pdf +0 -0
  260. data/test/uploads/1330886986.4568.sample.pdf +0 -0
  261. data/test/uploads/1330886987.00302.sample.pdf +0 -0
  262. data/test/uploads/1330886990.4604.sample.pdf +0 -0
  263. data/test/uploads/1330886991.04681.sample.pdf +0 -0
  264. data/test/uploads/1330887008.68477.sample.jpg +0 -0
  265. data/test/uploads/1330887009.23077.sample.jpg +0 -0
  266. data/test/uploads/1330887009.82498.sample.jpg +0 -0
  267. data/test/uploads/1330887010.48937.sample.jpg +0 -0
  268. data/test/uploads/1330887011.23496.sample.jpg +0 -0
  269. data/test/uploads/1330887011.92032.sample.png +0 -0
  270. data/test/uploads/1330887633.41769.sample.pdf +0 -0
  271. data/test/uploads/1330887633.81961.sample.pdf +0 -0
  272. data/test/uploads/1330887634.25582.sample.pdf +0 -0
  273. data/test/uploads/1330887637.47958.sample.pdf +0 -0
  274. data/test/uploads/1330887638.14348.sample.pdf +0 -0
  275. data/test/uploads/1330887655.10619.sample.jpg +0 -0
  276. data/test/uploads/1330887655.80139.sample.jpg +0 -0
  277. data/test/uploads/1330887656.35041.sample.jpg +0 -0
  278. data/test/uploads/1330887656.86876.sample.jpg +0 -0
  279. data/test/uploads/1330887657.60467.sample.jpg +0 -0
  280. data/test/uploads/1330887658.23424.sample.png +0 -0
  281. data/test/uploads/1330888133.62299.WIN.gif +0 -0
  282. data/test/uploads/1330888504.16714.1.gif +0 -0
  283. data/test/uploads/1330888586.99975.1.gif +0 -0
  284. data/test/uploads/1330888607.58249.shen-logic-part1.pdf +0 -0
  285. data/test/uploads/1330889585.30006.shen-logic-part2.pdf +0 -0
  286. data/test/uploads/1330890565.79547.shen-logic-part1.pdf +0 -0
  287. data/test/uploads/1330890992.45693.sample.jpg +0 -0
  288. data/test/uploads/1330890998.10996.sample.pdf +0 -0
  289. data/test/uploads/1330890998.76199.sample.pdf +0 -0
  290. data/test/uploads/1330890999.14516.sample.pdf +0 -0
  291. data/test/uploads/1330891002.0989.sample.pdf +0 -0
  292. data/test/uploads/1330891002.49258.sample.pdf +0 -0
  293. data/test/uploads/1330891004.89888.sample.jpg +0 -0
  294. data/test/uploads/1330891007.45147.sample.jpg +0 -0
  295. data/test/uploads/1330891052.00842.sample.jpg +0 -0
  296. data/test/uploads/1330891056.46428.sample.pdf +0 -0
  297. data/test/uploads/1330891056.83678.sample.pdf +0 -0
  298. data/test/uploads/1330891057.31732.sample.pdf +0 -0
  299. data/test/uploads/1330891057.86036.sample.pdf +0 -0
  300. data/test/uploads/1330891058.49616.sample.pdf +0 -0
  301. data/test/uploads/1330891058.91288.sample.pdf +0 -0
  302. data/test/uploads/1330891138.7408.sample.pdf +0 -0
  303. data/test/uploads/1330891139.14067.sample.pdf +0 -0
  304. data/test/uploads/1330891139.46755.sample.pdf +0 -0
  305. data/test/uploads/1330891142.26432.sample.pdf +0 -0
  306. data/test/uploads/1330891142.684.sample.pdf +0 -0
  307. data/test/uploads/1330891158.04426.sample.jpg +0 -0
  308. data/test/uploads/1330891158.44159.sample.jpg +0 -0
  309. data/test/uploads/1330891158.85135.sample.jpg +0 -0
  310. data/test/uploads/1330891159.3765.sample.jpg +0 -0
  311. data/test/uploads/1330891159.79503.sample.jpg +0 -0
  312. data/test/uploads/1330891160.15479.sample.png +0 -0
  313. data/test/uploads/1330900466.37214.sample.pdf +0 -0
  314. data/test/uploads/1330900466.77443.sample.pdf +0 -0
  315. data/test/uploads/1330900467.32831.sample.pdf +0 -0
  316. data/test/uploads/1330900470.07702.sample.pdf +0 -0
  317. data/test/uploads/1330900470.48767.sample.pdf +0 -0
  318. data/test/uploads/1330900486.92727.sample.jpg +0 -0
  319. data/test/uploads/1330900487.4311.sample.jpg +0 -0
  320. data/test/uploads/1330900488.03152.sample.jpg +0 -0
  321. data/test/uploads/1330900488.43945.sample.jpg +0 -0
  322. data/test/uploads/1330900489.01433.sample.jpg +0 -0
  323. data/test/uploads/1330900489.43854.sample.png +0 -0
  324. data/vendor/assets/javascripts/simple_attachments.js +138 -0
  325. data/vendor/assets/stylesheets/simple_attachments.css +23 -0
  326. metadata +729 -0
@@ -0,0 +1,23 @@
1
+ .simple_attachments_add_file_div {
2
+ cursor: pointer;
3
+ display: inline-block;
4
+ position: relative;
5
+ overflow: hidden;
6
+ }
7
+ .simple_attachments_input {
8
+ cursor: pointer;
9
+ position: absolute;
10
+ top: -100px;
11
+ right: 0;
12
+ overflow: hidden;
13
+ opacity: 0;
14
+ z-index: 1;
15
+ filter: alpha(opacity=0); /* for IE */
16
+ zoom: 1;
17
+ font-size: 500px;
18
+ }
19
+ .simple_attachments_iframe {
20
+ width: 0;
21
+ height: 0;
22
+ border: none;
23
+ }
metadata ADDED
@@ -0,0 +1,729 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: simple_attachments
3
+ version: !ruby/object:Gem::Version
4
+ hash: 25
5
+ prerelease:
6
+ segments:
7
+ - 0
8
+ - 1
9
+ - 1
10
+ version: 0.1.1
11
+ platform: ruby
12
+ authors:
13
+ - Alex Tsokurov
14
+ autorequire:
15
+ bindir: bin
16
+ cert_chain: []
17
+
18
+ date: 2012-03-04 00:00:00 Z
19
+ dependencies:
20
+ - !ruby/object:Gem::Dependency
21
+ name: rspec-rails
22
+ prerelease: false
23
+ requirement: &id001 !ruby/object:Gem::Requirement
24
+ none: false
25
+ requirements:
26
+ - - ">="
27
+ - !ruby/object:Gem::Version
28
+ hash: 3
29
+ segments:
30
+ - 0
31
+ version: "0"
32
+ type: :development
33
+ version_requirements: *id001
34
+ - !ruby/object:Gem::Dependency
35
+ name: capybara
36
+ prerelease: false
37
+ requirement: &id002 !ruby/object:Gem::Requirement
38
+ none: false
39
+ requirements:
40
+ - - ">="
41
+ - !ruby/object:Gem::Version
42
+ hash: 3
43
+ segments:
44
+ - 0
45
+ version: "0"
46
+ type: :development
47
+ version_requirements: *id002
48
+ description:
49
+ email: me@ximik.net
50
+ executables: []
51
+
52
+ extensions: []
53
+
54
+ extra_rdoc_files:
55
+ - README.rdoc
56
+ files:
57
+ - lib/simple_attachments.rb
58
+ - lib/simple_attachments/attachment_model.rb
59
+ - lib/simple_attachments/container_model.rb
60
+ - lib/simple_attachments/attachments_controller.rb
61
+ - lib/simple_attachments/migration_helpers.rb
62
+ - lib/simple_attachments/view_helpers.rb
63
+ - locales/en.yml
64
+ - vendor/assets/stylesheets/simple_attachments.css
65
+ - vendor/assets/javascripts/simple_attachments.js
66
+ - MIT-LICENSE
67
+ - README.rdoc
68
+ - test/db/schema.rb
69
+ - test/db/migrate/2_create_avatars.rb
70
+ - test/db/migrate/3_create_documents.rb
71
+ - test/db/migrate/1_create_users.rb
72
+ - test/db/test.sqlite3
73
+ - test/app/views/users/edit.html.erb
74
+ - test/app/views/layouts/application.html.erb
75
+ - test/app/assets/stylesheets/attachments.css
76
+ - test/app/assets/javascripts/attachments.js
77
+ - test/app/controllers/documents_controller.rb
78
+ - test/app/controllers/application_controller.rb
79
+ - test/app/controllers/users_controller.rb
80
+ - test/app/controllers/avatars_controller.rb
81
+ - test/app/models/avatar.rb
82
+ - test/app/models/user.rb
83
+ - test/app/models/document.rb
84
+ - test/log/test.log
85
+ - test/tmp/cache/337/6A1/http%3A%2F%2Flocalhost%3A3000%2Fassets%2Fattachments.css%3F
86
+ - test/tmp/cache/2CB/9B1/http%3A%2F%2Flocalhost%3A3000%2Fassets%2Fattachments.js%3F
87
+ - test/tmp/cache/A03/C30/86cd82a38406e2cc75af040321554265d148882e
88
+ - test/tmp/cache/BDE/BD0/7d763b3bac537e97ea5f3fb558c2bdbba05b72bc
89
+ - test/tmp/cache/assets/C2E/6F0/sprockets%2F99a77a1d4d8767343010e1153d993839
90
+ - test/tmp/cache/assets/C5A/590/sprockets%2F2993f5a3d21b3e477143358534c68f55
91
+ - test/tmp/cache/assets/C5B/6F0/sprockets%2F19824e4169877bb010cd8163319f3f95
92
+ - test/tmp/cache/assets/D0B/600/sprockets%2F0b1b45e6991800f2911a6bcccf54a679
93
+ - test/tmp/cache/assets/D48/590/sprockets%2F522d019dab47a2617f2c2a99e98a99ed
94
+ - test/tmp/cache/assets/D64/BF0/sprockets%2Fbd0d2396f3797000ffd901eba90b4d0e
95
+ - test/tmp/cache/assets/D70/120/sprockets%2F0f56b864e2eba6c4199d4171bdf391ae
96
+ - test/tmp/cache/assets/D6B/150/sprockets%2F0b6cebd1717e9da4183329be9a2d77c0
97
+ - test/tmp/cache/assets/D91/580/sprockets%2Fb5e4430a5a0af8eee00d262f82b565ed
98
+ - test/tmp/cache/assets/D9A/760/sprockets%2F8df77fdd2c3c1f3d04f450c72a635be2
99
+ - test/tmp/cache/assets/CF4/E60/sprockets%2F96b74d34978f2759ec2af602cd969d00
100
+ - test/tmp/cache/assets/CEB/450/sprockets%2Fada5663796684365b3e4ab36529bc86b
101
+ - test/tmp/cache/assets/DA1/380/sprockets%2F5e06b3974a8f9ca4452d4dfea337dba5
102
+ - test/tmp/cache/assets/DA9/EC0/sprockets%2F73f61f04eb2d87aced83787a0f14cf8e
103
+ - test/spec/samples/sample.jpg
104
+ - test/spec/samples/sample.pdf
105
+ - test/spec/samples/sample.png
106
+ - test/spec/spec_helper.rb
107
+ - test/spec/multiple_spec.rb
108
+ - test/spec/singleton_spec.rb
109
+ - test/Rakefile
110
+ - test/config.ru
111
+ - test/config/routes.rb
112
+ - test/config/initializers/wrap_parameters.rb
113
+ - test/config/initializers/secret_token.rb
114
+ - test/config/initializers/session_store.rb
115
+ - test/config/environments/test.rb
116
+ - test/config/database.yml
117
+ - test/config/environment.rb
118
+ - test/config/boot.rb
119
+ - test/config/application.rb
120
+ - test/script/rails
121
+ - test/uploads/1330738615.68437.sample.jpg
122
+ - test/uploads/1330781278.37307.sample.jpg
123
+ - test/uploads/1330744696.43953.sample.jpg
124
+ - test/uploads/1330776989.12114.sample.pdf
125
+ - test/uploads/1330887009.23077.sample.jpg
126
+ - test/uploads/1330900466.77443.sample.pdf
127
+ - test/uploads/1330886738.33938.sample.jpg
128
+ - test/uploads/1330780382.07736.sample.pdf
129
+ - test/uploads/1330777844.18911.sample.pdf
130
+ - test/uploads/1330778990.06415.sample.pdf
131
+ - test/uploads/1330744548.27125.sample.pdf
132
+ - test/uploads/1330771359.23929.sample.jpg
133
+ - test/uploads/1330778980.54831.sample.jpg
134
+ - test/uploads/1330741164.64669.sample.jpg
135
+ - test/uploads/1330781280.27391.sample.png
136
+ - test/uploads/1330778986.50795.sample.jpg
137
+ - test/uploads/1330771359.70574.sample.jpg
138
+ - test/uploads/1330741776.05725.sample.jpg
139
+ - test/uploads/1330891057.31732.sample.pdf
140
+ - test/uploads/1330738618.00278.sample.jpg
141
+ - test/uploads/1330777158.74465.sample.pdf
142
+ - test/uploads/1330744446.09032.sample.jpg
143
+ - test/uploads/1330779146.40945.sample.pdf
144
+ - test/uploads/1330779134.25647.sample.jpg
145
+ - test/uploads/1330744309.25872.sample.pdf
146
+ - test/uploads/1330771522.75458.sample.pdf
147
+ - test/uploads/1330744800.55736.sample.pdf
148
+ - test/uploads/1330781279.18693.sample.jpg
149
+ - test/uploads/1330744456.32318.sample.pdf
150
+ - test/uploads/1330742576.6398.sample.jpg
151
+ - test/uploads/1330779135.6793.sample.jpg
152
+ - test/uploads/1330900467.32831.sample.pdf
153
+ - test/uploads/1330775627.9105.sample.pdf
154
+ - test/uploads/1330738772.94099.sample.jpg
155
+ - test/uploads/1330732967.05269.sample.jpg
156
+ - test/uploads/1330780371.44543.sample.jpg
157
+ - test/uploads/1330900470.48767.sample.pdf
158
+ - test/uploads/1330742288.59918.sample.jpg
159
+ - test/uploads/1330739997.45622.sample.jpg
160
+ - test/uploads/1330744713.6281.sample.pdf
161
+ - test/uploads/1330887658.23424.sample.png
162
+ - test/uploads/1330886735.38676.sample.jpg
163
+ - test/uploads/1330778981.23582.sample.png
164
+ - test/uploads/1330781278.7309.sample.jpg
165
+ - test/uploads/1330886736.84868.sample.jpg
166
+ - test/uploads/1330891139.14067.sample.pdf
167
+ - test/uploads/1330780372.30293.sample.jpg
168
+ - test/uploads/1330887633.41769.sample.pdf
169
+ - test/uploads/1330775703.20143.sample.pdf
170
+ - test/uploads/1330891159.79503.sample.jpg
171
+ - test/uploads/1330739046.59901.sample.jpg
172
+ - test/uploads/1330771519.89044.sample.pdf
173
+ - test/uploads/1330779253.16365.sample.jpg
174
+ - test/uploads/1330777844.58364.sample.pdf
175
+ - test/uploads/1330891002.49258.sample.pdf
176
+ - test/uploads/1330780385.85251.sample.pdf
177
+ - test/uploads/1330888607.58249.shen-logic-part1.pdf
178
+ - test/uploads/1330779253.82932.sample.png
179
+ - test/uploads/1330891058.91288.sample.pdf
180
+ - test/uploads/1330739911.78046.sample.jpg
181
+ - test/uploads/1330744453.55965.sample.jpg
182
+ - test/uploads/1330891004.89888.sample.jpg
183
+ - test/uploads/1330781262.08459.sample.pdf
184
+ - test/uploads/1330771519.30014.sample.pdf
185
+ - test/uploads/1330742286.07361.sample.jpg
186
+ - test/uploads/1330775628.68645.sample.pdf
187
+ - test/uploads/1330740767.71798.sample.jpg
188
+ - test/uploads/1330889585.30006.shen-logic-part2.pdf
189
+ - test/uploads/1330776988.21579.sample.pdf
190
+ - test/uploads/1330779150.033.sample.pdf
191
+ - test/uploads/1330771515.12563.sample.jpg
192
+ - test/uploads/1330778980.16769.sample.jpg
193
+ - test/uploads/1330744443.49578.sample.jpg
194
+ - test/uploads/1330740771.9889.sample.jpg
195
+ - test/uploads/1330741778.80256.sample.jpg
196
+ - test/uploads/1330890565.79547.shen-logic-part1.pdf
197
+ - test/uploads/1330777834.05449.sample.jpg
198
+ - test/uploads/1330891142.684.sample.pdf
199
+ - test/uploads/1330778989.59241.sample.pdf
200
+ - test/uploads/1330886711.00348.sample.pdf
201
+ - test/uploads/1330732189.40513.sample.jpg
202
+ - test/uploads/1330775631.48519.sample.pdf
203
+ - test/uploads/1330733381.60733.sample.jpg
204
+ - test/uploads/1330777153.00459.sample.jpg
205
+ - test/uploads/1330775676.5146.sample.pdf
206
+ - test/uploads/1330780370.95202.sample.jpg
207
+ - test/uploads/1330886716.09532.sample.pdf
208
+ - test/uploads/1330777161.59586.sample.pdf
209
+ - test/uploads/1330777834.50661.sample.jpg
210
+ - test/uploads/1330739735.52707.sample.jpg
211
+ - test/uploads/1330780371.88658.sample.jpg
212
+ - test/uploads/1330739918.80359.sample.jpg
213
+ - test/uploads/1330781258.63862.sample.pdf
214
+ - test/uploads/1330779252.79211.sample.jpg
215
+ - test/uploads/1330779253.51459.sample.jpg
216
+ - test/uploads/1330741058.17571.sample.jpg
217
+ - test/uploads/1330742295.83963.sample.jpg
218
+ - test/uploads/1330886991.04681.sample.pdf
219
+ - test/uploads/1330744304.25529.sample.jpg
220
+ - test/uploads/1330887008.68477.sample.jpg
221
+ - test/uploads/1330891056.46428.sample.pdf
222
+ - test/uploads/1330886738.92271.sample.png
223
+ - test/uploads/1330891159.3765.sample.jpg
224
+ - test/uploads/1330779145.79811.sample.pdf
225
+ - test/uploads/1330740765.24516.sample.jpg
226
+ - test/uploads/1330777835.22949.sample.jpg
227
+ - test/uploads/1330777161.93334.sample.pdf
228
+ - test/uploads/1330738771.92631.sample.jpg
229
+ - test/uploads/1330779141.75878.sample.jpg
230
+ - test/uploads/1330744296.94811.sample.jpg
231
+ - test/uploads/1330744307.08498.sample.pdf
232
+ - test/uploads/1330732847.98348.sample.jpg
233
+ - test/uploads/1330891139.46755.sample.pdf
234
+ - test/uploads/1330771519.55784.sample.pdf
235
+ - test/uploads/1330891007.45147.sample.jpg
236
+ - test/uploads/1330779136.70598.sample.png
237
+ - test/uploads/1330887655.10619.sample.jpg
238
+ - test/uploads/1330739125.79463.sample.jpg
239
+ - test/uploads/1330891160.15479.sample.png
240
+ - test/uploads/1330891142.26432.sample.pdf
241
+ - test/uploads/1330744533.52631.sample.jpg
242
+ - test/uploads/1330775704.36145.sample.pdf
243
+ - test/uploads/1330733822.51761.sample.jpg
244
+ - test/uploads/1330886711.78495.sample.pdf
245
+ - test/uploads/1330781258.12109.sample.pdf
246
+ - test/uploads/1330886716.7663.sample.pdf
247
+ - test/uploads/1330778979.74093.sample.jpg
248
+ - test/uploads/1330779149.67101.sample.pdf
249
+ - test/uploads/1330778990.44233.sample.pdf
250
+ - test/uploads/1330781279.92436.sample.jpg
251
+ - test/uploads/1330744543.29535.sample.jpg
252
+ - test/uploads/1330779146.75038.sample.pdf
253
+ - test/uploads/1330777844.96998.sample.pdf
254
+ - test/uploads/1330771514.28703.sample.jpg
255
+ - test/uploads/1330739994.98225.sample.jpg
256
+ - test/uploads/1330738616.82401.sample.jpg
257
+ - test/uploads/1330891138.7408.sample.pdf
258
+ - test/uploads/1330771358.91882.sample.jpg
259
+ - test/uploads/1330887655.80139.sample.jpg
260
+ - test/uploads/1330780383.10458.sample.pdf
261
+ - test/uploads/1330780372.79723.sample.png
262
+ - test/uploads/1330891052.00842.sample.jpg
263
+ - test/uploads/1330739990.65212.sample.jpg
264
+ - test/uploads/1330741154.42055.sample.jpg
265
+ - test/uploads/1330887011.23496.sample.jpg
266
+ - test/uploads/1330887656.35041.sample.jpg
267
+ - test/uploads/1330742586.88996.sample.jpg
268
+ - test/uploads/1330779266.23965.sample.pdf
269
+ - test/uploads/1330886987.00302.sample.pdf
270
+ - test/uploads/1330741785.96345.sample.jpg
271
+ - test/uploads/1330900489.43854.sample.png
272
+ - test/uploads/1330732672.36763.sample.jpg
273
+ - test/uploads/1330732621.7381.sample.jpg
274
+ - test/uploads/1330886712.4033.sample.pdf
275
+ - test/uploads/1330739738.11937.sample.jpg
276
+ - test/uploads/1330741067.79574.sample.jpg
277
+ - test/uploads/1330778989.07307.sample.pdf
278
+ - test/uploads/1330887657.60467.sample.jpg
279
+ - test/uploads/1330777834.87967.sample.jpg
280
+ - test/uploads/1330777847.62838.sample.pdf
281
+ - test/uploads/1330776988.69155.sample.pdf
282
+ - test/uploads/1330779136.14714.sample.jpg
283
+ - test/uploads/1330744294.55912.sample.jpg
284
+ - test/uploads/1330888586.99975.1.gif
285
+ - test/uploads/1330886986.4568.sample.pdf
286
+ - test/uploads/1330771367.18498.sample.pdf
287
+ - test/uploads/1330744792.74599.sample.jpg
288
+ - test/uploads/1330891158.44159.sample.jpg
289
+ - test/uploads/1330739742.76692.sample.jpg
290
+ - test/uploads/1330744785.53684.sample.jpg
291
+ - test/uploads/1330776992.57634.sample.pdf
292
+ - test/uploads/1330779259.04186.sample.jpg
293
+ - test/uploads/1330891056.83678.sample.pdf
294
+ - test/uploads/1330781262.52448.sample.pdf
295
+ - test/uploads/1330900489.01433.sample.jpg
296
+ - test/uploads/1330777152.6597.sample.jpg
297
+ - test/uploads/1330771522.50763.sample.pdf
298
+ - test/uploads/1330777153.45871.sample.jpg
299
+ - test/uploads/1330777157.91465.sample.pdf
300
+ - test/uploads/1330742579.54181.sample.jpg
301
+ - test/uploads/1330777840.54959.sample.jpg
302
+ - test/uploads/1330888504.16714.1.gif
303
+ - test/uploads/1330891058.49616.sample.pdf
304
+ - test/uploads/1330739921.39005.sample.jpg
305
+ - test/uploads/1330744711.24284.sample.pdf
306
+ - test/uploads/1330891002.0989.sample.pdf
307
+ - test/uploads/1330733887.44114.sample.jpg
308
+ - test/uploads/1330738904.3815.sample.jpg
309
+ - test/uploads/1330890998.76199.sample.pdf
310
+ - test/uploads/1330771514.66497.sample.jpg
311
+ - test/uploads/1330777153.86376.sample.png
312
+ - test/uploads/1330779135.15349.sample.jpg
313
+ - test/uploads/1330778979.41703.sample.jpg
314
+ - test/uploads/1330775628.40671.sample.pdf
315
+ - test/uploads/1330775631.9586.sample.pdf
316
+ - test/uploads/1330886737.64167.sample.jpg
317
+ - test/uploads/1330738901.69933.sample.jpg
318
+ - test/uploads/1330900487.4311.sample.jpg
319
+ - test/uploads/1330779263.19534.sample.pdf
320
+ - test/uploads/1330900488.03152.sample.jpg
321
+ - test/uploads/1330779266.65453.sample.pdf
322
+ - test/uploads/1330887633.81961.sample.pdf
323
+ - test/uploads/1330886985.6679.sample.pdf
324
+ - test/uploads/1330775706.66539.sample.pdf
325
+ - test/uploads/1330771515.72515.sample.png
326
+ - test/uploads/1330780378.19075.sample.jpg
327
+ - test/uploads/1330744706.28901.sample.jpg
328
+ - test/uploads/1330741060.65483.sample.jpg
329
+ - test/uploads/1330887656.86876.sample.jpg
330
+ - test/uploads/1330891158.04426.sample.jpg
331
+ - test/uploads/1330741157.28718.sample.jpg
332
+ - test/uploads/1330771360.07645.sample.png
333
+ - test/uploads/1330744782.91673.sample.jpg
334
+ - test/uploads/1330779262.79998.sample.pdf
335
+ - test/uploads/1330888133.62299.WIN.gif
336
+ - test/uploads/1330900488.43945.sample.jpg
337
+ - test/uploads/1330887011.92032.sample.png
338
+ - test/uploads/1330744458.42931.sample.pdf
339
+ - test/uploads/1330775705.27831.sample.pdf
340
+ - test/uploads/1330890998.10996.sample.pdf
341
+ - test/uploads/1330887010.48937.sample.jpg
342
+ - test/uploads/1330887638.14348.sample.pdf
343
+ - test/uploads/1330780386.24973.sample.pdf
344
+ - test/uploads/1330739131.09163.sample.pdf
345
+ - test/uploads/1330900486.92727.sample.jpg
346
+ - test/uploads/1330781279.55913.sample.jpg
347
+ - test/uploads/1330777835.55546.sample.png
348
+ - test/uploads/1330779251.92468.sample.jpg
349
+ - test/uploads/1330887637.47958.sample.pdf
350
+ - test/uploads/1330781259.10465.sample.pdf
351
+ - test/uploads/1330778980.91033.sample.jpg
352
+ - test/uploads/1330890992.45693.sample.jpg
353
+ - test/uploads/1330900470.07702.sample.pdf
354
+ - test/uploads/1330900466.37214.sample.pdf
355
+ - test/uploads/1330886736.28739.sample.jpg
356
+ - test/uploads/1330740774.56759.sample.jpg
357
+ - test/uploads/1330891057.86036.sample.pdf
358
+ - test/uploads/1330779134.67957.sample.jpg
359
+ - test/uploads/1330891158.85135.sample.jpg
360
+ - test/uploads/1330890999.14516.sample.pdf
361
+ - test/uploads/1330777848.0192.sample.pdf
362
+ - test/uploads/1330780162.71983.1.gif
363
+ - test/uploads/1330887634.25582.sample.pdf
364
+ - test/uploads/1330777833.73591.sample.jpg
365
+ - test/uploads/1330743983.91544.shen-logic-part1.pdf
366
+ - test/uploads/1330744536.13208.sample.jpg
367
+ - test/uploads/1330744797.90608.sample.pdf
368
+ - test/uploads/1330739914.46047.sample.jpg
369
+ - test/uploads/1330777158.23816.sample.pdf
370
+ - test/uploads/1330776992.1201.sample.pdf
371
+ - test/uploads/1330779263.51726.sample.pdf
372
+ - test/uploads/1330739988.04537.sample.jpg
373
+ - test/uploads/1330771364.83802.sample.pdf
374
+ - test/uploads/1330887009.82498.sample.jpg
375
+ - test/uploads/1330780370.60224.sample.jpg
376
+ - test/uploads/1330779252.33759.sample.jpg
377
+ - test/uploads/1330886990.4604.sample.pdf
378
+ - test/uploads/1330780382.61497.sample.pdf
379
+ - test/uploads/1330733025.52707.sample.jpg
380
+ - test/uploads/1330744698.95043.sample.jpg
381
+ - test/uploads/1330744546.16477.sample.pdf
382
+ homepage: http://github.com/Ximik/simple_attachments
383
+ licenses: []
384
+
385
+ post_install_message:
386
+ rdoc_options: []
387
+
388
+ require_paths:
389
+ - lib
390
+ required_ruby_version: !ruby/object:Gem::Requirement
391
+ none: false
392
+ requirements:
393
+ - - ">="
394
+ - !ruby/object:Gem::Version
395
+ hash: 3
396
+ segments:
397
+ - 0
398
+ version: "0"
399
+ required_rubygems_version: !ruby/object:Gem::Requirement
400
+ none: false
401
+ requirements:
402
+ - - ">="
403
+ - !ruby/object:Gem::Version
404
+ hash: 3
405
+ segments:
406
+ - 0
407
+ version: "0"
408
+ requirements: []
409
+
410
+ rubyforge_project:
411
+ rubygems_version: 1.8.11
412
+ signing_key:
413
+ specification_version: 3
414
+ summary: File attachments solution for Ruby on Rails 3
415
+ test_files:
416
+ - test/db/schema.rb
417
+ - test/db/migrate/2_create_avatars.rb
418
+ - test/db/migrate/3_create_documents.rb
419
+ - test/db/migrate/1_create_users.rb
420
+ - test/db/test.sqlite3
421
+ - test/app/views/users/edit.html.erb
422
+ - test/app/views/layouts/application.html.erb
423
+ - test/app/assets/stylesheets/attachments.css
424
+ - test/app/assets/javascripts/attachments.js
425
+ - test/app/controllers/documents_controller.rb
426
+ - test/app/controllers/application_controller.rb
427
+ - test/app/controllers/users_controller.rb
428
+ - test/app/controllers/avatars_controller.rb
429
+ - test/app/models/avatar.rb
430
+ - test/app/models/user.rb
431
+ - test/app/models/document.rb
432
+ - test/log/test.log
433
+ - test/tmp/cache/337/6A1/http%3A%2F%2Flocalhost%3A3000%2Fassets%2Fattachments.css%3F
434
+ - test/tmp/cache/2CB/9B1/http%3A%2F%2Flocalhost%3A3000%2Fassets%2Fattachments.js%3F
435
+ - test/tmp/cache/A03/C30/86cd82a38406e2cc75af040321554265d148882e
436
+ - test/tmp/cache/BDE/BD0/7d763b3bac537e97ea5f3fb558c2bdbba05b72bc
437
+ - test/tmp/cache/assets/C2E/6F0/sprockets%2F99a77a1d4d8767343010e1153d993839
438
+ - test/tmp/cache/assets/C5A/590/sprockets%2F2993f5a3d21b3e477143358534c68f55
439
+ - test/tmp/cache/assets/C5B/6F0/sprockets%2F19824e4169877bb010cd8163319f3f95
440
+ - test/tmp/cache/assets/D0B/600/sprockets%2F0b1b45e6991800f2911a6bcccf54a679
441
+ - test/tmp/cache/assets/D48/590/sprockets%2F522d019dab47a2617f2c2a99e98a99ed
442
+ - test/tmp/cache/assets/D64/BF0/sprockets%2Fbd0d2396f3797000ffd901eba90b4d0e
443
+ - test/tmp/cache/assets/D70/120/sprockets%2F0f56b864e2eba6c4199d4171bdf391ae
444
+ - test/tmp/cache/assets/D6B/150/sprockets%2F0b6cebd1717e9da4183329be9a2d77c0
445
+ - test/tmp/cache/assets/D91/580/sprockets%2Fb5e4430a5a0af8eee00d262f82b565ed
446
+ - test/tmp/cache/assets/D9A/760/sprockets%2F8df77fdd2c3c1f3d04f450c72a635be2
447
+ - test/tmp/cache/assets/CF4/E60/sprockets%2F96b74d34978f2759ec2af602cd969d00
448
+ - test/tmp/cache/assets/CEB/450/sprockets%2Fada5663796684365b3e4ab36529bc86b
449
+ - test/tmp/cache/assets/DA1/380/sprockets%2F5e06b3974a8f9ca4452d4dfea337dba5
450
+ - test/tmp/cache/assets/DA9/EC0/sprockets%2F73f61f04eb2d87aced83787a0f14cf8e
451
+ - test/spec/samples/sample.jpg
452
+ - test/spec/samples/sample.pdf
453
+ - test/spec/samples/sample.png
454
+ - test/spec/spec_helper.rb
455
+ - test/spec/multiple_spec.rb
456
+ - test/spec/singleton_spec.rb
457
+ - test/Rakefile
458
+ - test/config.ru
459
+ - test/config/routes.rb
460
+ - test/config/initializers/wrap_parameters.rb
461
+ - test/config/initializers/secret_token.rb
462
+ - test/config/initializers/session_store.rb
463
+ - test/config/environments/test.rb
464
+ - test/config/database.yml
465
+ - test/config/environment.rb
466
+ - test/config/boot.rb
467
+ - test/config/application.rb
468
+ - test/script/rails
469
+ - test/uploads/1330738615.68437.sample.jpg
470
+ - test/uploads/1330781278.37307.sample.jpg
471
+ - test/uploads/1330744696.43953.sample.jpg
472
+ - test/uploads/1330776989.12114.sample.pdf
473
+ - test/uploads/1330887009.23077.sample.jpg
474
+ - test/uploads/1330900466.77443.sample.pdf
475
+ - test/uploads/1330886738.33938.sample.jpg
476
+ - test/uploads/1330780382.07736.sample.pdf
477
+ - test/uploads/1330777844.18911.sample.pdf
478
+ - test/uploads/1330778990.06415.sample.pdf
479
+ - test/uploads/1330744548.27125.sample.pdf
480
+ - test/uploads/1330771359.23929.sample.jpg
481
+ - test/uploads/1330778980.54831.sample.jpg
482
+ - test/uploads/1330741164.64669.sample.jpg
483
+ - test/uploads/1330781280.27391.sample.png
484
+ - test/uploads/1330778986.50795.sample.jpg
485
+ - test/uploads/1330771359.70574.sample.jpg
486
+ - test/uploads/1330741776.05725.sample.jpg
487
+ - test/uploads/1330891057.31732.sample.pdf
488
+ - test/uploads/1330738618.00278.sample.jpg
489
+ - test/uploads/1330777158.74465.sample.pdf
490
+ - test/uploads/1330744446.09032.sample.jpg
491
+ - test/uploads/1330779146.40945.sample.pdf
492
+ - test/uploads/1330779134.25647.sample.jpg
493
+ - test/uploads/1330744309.25872.sample.pdf
494
+ - test/uploads/1330771522.75458.sample.pdf
495
+ - test/uploads/1330744800.55736.sample.pdf
496
+ - test/uploads/1330781279.18693.sample.jpg
497
+ - test/uploads/1330744456.32318.sample.pdf
498
+ - test/uploads/1330742576.6398.sample.jpg
499
+ - test/uploads/1330779135.6793.sample.jpg
500
+ - test/uploads/1330900467.32831.sample.pdf
501
+ - test/uploads/1330775627.9105.sample.pdf
502
+ - test/uploads/1330738772.94099.sample.jpg
503
+ - test/uploads/1330732967.05269.sample.jpg
504
+ - test/uploads/1330780371.44543.sample.jpg
505
+ - test/uploads/1330900470.48767.sample.pdf
506
+ - test/uploads/1330742288.59918.sample.jpg
507
+ - test/uploads/1330739997.45622.sample.jpg
508
+ - test/uploads/1330744713.6281.sample.pdf
509
+ - test/uploads/1330887658.23424.sample.png
510
+ - test/uploads/1330886735.38676.sample.jpg
511
+ - test/uploads/1330778981.23582.sample.png
512
+ - test/uploads/1330781278.7309.sample.jpg
513
+ - test/uploads/1330886736.84868.sample.jpg
514
+ - test/uploads/1330891139.14067.sample.pdf
515
+ - test/uploads/1330780372.30293.sample.jpg
516
+ - test/uploads/1330887633.41769.sample.pdf
517
+ - test/uploads/1330775703.20143.sample.pdf
518
+ - test/uploads/1330891159.79503.sample.jpg
519
+ - test/uploads/1330739046.59901.sample.jpg
520
+ - test/uploads/1330771519.89044.sample.pdf
521
+ - test/uploads/1330779253.16365.sample.jpg
522
+ - test/uploads/1330777844.58364.sample.pdf
523
+ - test/uploads/1330891002.49258.sample.pdf
524
+ - test/uploads/1330780385.85251.sample.pdf
525
+ - test/uploads/1330888607.58249.shen-logic-part1.pdf
526
+ - test/uploads/1330779253.82932.sample.png
527
+ - test/uploads/1330891058.91288.sample.pdf
528
+ - test/uploads/1330739911.78046.sample.jpg
529
+ - test/uploads/1330744453.55965.sample.jpg
530
+ - test/uploads/1330891004.89888.sample.jpg
531
+ - test/uploads/1330781262.08459.sample.pdf
532
+ - test/uploads/1330771519.30014.sample.pdf
533
+ - test/uploads/1330742286.07361.sample.jpg
534
+ - test/uploads/1330775628.68645.sample.pdf
535
+ - test/uploads/1330740767.71798.sample.jpg
536
+ - test/uploads/1330889585.30006.shen-logic-part2.pdf
537
+ - test/uploads/1330776988.21579.sample.pdf
538
+ - test/uploads/1330779150.033.sample.pdf
539
+ - test/uploads/1330771515.12563.sample.jpg
540
+ - test/uploads/1330778980.16769.sample.jpg
541
+ - test/uploads/1330744443.49578.sample.jpg
542
+ - test/uploads/1330740771.9889.sample.jpg
543
+ - test/uploads/1330741778.80256.sample.jpg
544
+ - test/uploads/1330890565.79547.shen-logic-part1.pdf
545
+ - test/uploads/1330777834.05449.sample.jpg
546
+ - test/uploads/1330891142.684.sample.pdf
547
+ - test/uploads/1330778989.59241.sample.pdf
548
+ - test/uploads/1330886711.00348.sample.pdf
549
+ - test/uploads/1330732189.40513.sample.jpg
550
+ - test/uploads/1330775631.48519.sample.pdf
551
+ - test/uploads/1330733381.60733.sample.jpg
552
+ - test/uploads/1330777153.00459.sample.jpg
553
+ - test/uploads/1330775676.5146.sample.pdf
554
+ - test/uploads/1330780370.95202.sample.jpg
555
+ - test/uploads/1330886716.09532.sample.pdf
556
+ - test/uploads/1330777161.59586.sample.pdf
557
+ - test/uploads/1330777834.50661.sample.jpg
558
+ - test/uploads/1330739735.52707.sample.jpg
559
+ - test/uploads/1330780371.88658.sample.jpg
560
+ - test/uploads/1330739918.80359.sample.jpg
561
+ - test/uploads/1330781258.63862.sample.pdf
562
+ - test/uploads/1330779252.79211.sample.jpg
563
+ - test/uploads/1330779253.51459.sample.jpg
564
+ - test/uploads/1330741058.17571.sample.jpg
565
+ - test/uploads/1330742295.83963.sample.jpg
566
+ - test/uploads/1330886991.04681.sample.pdf
567
+ - test/uploads/1330744304.25529.sample.jpg
568
+ - test/uploads/1330887008.68477.sample.jpg
569
+ - test/uploads/1330891056.46428.sample.pdf
570
+ - test/uploads/1330886738.92271.sample.png
571
+ - test/uploads/1330891159.3765.sample.jpg
572
+ - test/uploads/1330779145.79811.sample.pdf
573
+ - test/uploads/1330740765.24516.sample.jpg
574
+ - test/uploads/1330777835.22949.sample.jpg
575
+ - test/uploads/1330777161.93334.sample.pdf
576
+ - test/uploads/1330738771.92631.sample.jpg
577
+ - test/uploads/1330779141.75878.sample.jpg
578
+ - test/uploads/1330744296.94811.sample.jpg
579
+ - test/uploads/1330744307.08498.sample.pdf
580
+ - test/uploads/1330732847.98348.sample.jpg
581
+ - test/uploads/1330891139.46755.sample.pdf
582
+ - test/uploads/1330771519.55784.sample.pdf
583
+ - test/uploads/1330891007.45147.sample.jpg
584
+ - test/uploads/1330779136.70598.sample.png
585
+ - test/uploads/1330887655.10619.sample.jpg
586
+ - test/uploads/1330739125.79463.sample.jpg
587
+ - test/uploads/1330891160.15479.sample.png
588
+ - test/uploads/1330891142.26432.sample.pdf
589
+ - test/uploads/1330744533.52631.sample.jpg
590
+ - test/uploads/1330775704.36145.sample.pdf
591
+ - test/uploads/1330733822.51761.sample.jpg
592
+ - test/uploads/1330886711.78495.sample.pdf
593
+ - test/uploads/1330781258.12109.sample.pdf
594
+ - test/uploads/1330886716.7663.sample.pdf
595
+ - test/uploads/1330778979.74093.sample.jpg
596
+ - test/uploads/1330779149.67101.sample.pdf
597
+ - test/uploads/1330778990.44233.sample.pdf
598
+ - test/uploads/1330781279.92436.sample.jpg
599
+ - test/uploads/1330744543.29535.sample.jpg
600
+ - test/uploads/1330779146.75038.sample.pdf
601
+ - test/uploads/1330777844.96998.sample.pdf
602
+ - test/uploads/1330771514.28703.sample.jpg
603
+ - test/uploads/1330739994.98225.sample.jpg
604
+ - test/uploads/1330738616.82401.sample.jpg
605
+ - test/uploads/1330891138.7408.sample.pdf
606
+ - test/uploads/1330771358.91882.sample.jpg
607
+ - test/uploads/1330887655.80139.sample.jpg
608
+ - test/uploads/1330780383.10458.sample.pdf
609
+ - test/uploads/1330780372.79723.sample.png
610
+ - test/uploads/1330891052.00842.sample.jpg
611
+ - test/uploads/1330739990.65212.sample.jpg
612
+ - test/uploads/1330741154.42055.sample.jpg
613
+ - test/uploads/1330887011.23496.sample.jpg
614
+ - test/uploads/1330887656.35041.sample.jpg
615
+ - test/uploads/1330742586.88996.sample.jpg
616
+ - test/uploads/1330779266.23965.sample.pdf
617
+ - test/uploads/1330886987.00302.sample.pdf
618
+ - test/uploads/1330741785.96345.sample.jpg
619
+ - test/uploads/1330900489.43854.sample.png
620
+ - test/uploads/1330732672.36763.sample.jpg
621
+ - test/uploads/1330732621.7381.sample.jpg
622
+ - test/uploads/1330886712.4033.sample.pdf
623
+ - test/uploads/1330739738.11937.sample.jpg
624
+ - test/uploads/1330741067.79574.sample.jpg
625
+ - test/uploads/1330778989.07307.sample.pdf
626
+ - test/uploads/1330887657.60467.sample.jpg
627
+ - test/uploads/1330777834.87967.sample.jpg
628
+ - test/uploads/1330777847.62838.sample.pdf
629
+ - test/uploads/1330776988.69155.sample.pdf
630
+ - test/uploads/1330779136.14714.sample.jpg
631
+ - test/uploads/1330744294.55912.sample.jpg
632
+ - test/uploads/1330888586.99975.1.gif
633
+ - test/uploads/1330886986.4568.sample.pdf
634
+ - test/uploads/1330771367.18498.sample.pdf
635
+ - test/uploads/1330744792.74599.sample.jpg
636
+ - test/uploads/1330891158.44159.sample.jpg
637
+ - test/uploads/1330739742.76692.sample.jpg
638
+ - test/uploads/1330744785.53684.sample.jpg
639
+ - test/uploads/1330776992.57634.sample.pdf
640
+ - test/uploads/1330779259.04186.sample.jpg
641
+ - test/uploads/1330891056.83678.sample.pdf
642
+ - test/uploads/1330781262.52448.sample.pdf
643
+ - test/uploads/1330900489.01433.sample.jpg
644
+ - test/uploads/1330777152.6597.sample.jpg
645
+ - test/uploads/1330771522.50763.sample.pdf
646
+ - test/uploads/1330777153.45871.sample.jpg
647
+ - test/uploads/1330777157.91465.sample.pdf
648
+ - test/uploads/1330742579.54181.sample.jpg
649
+ - test/uploads/1330777840.54959.sample.jpg
650
+ - test/uploads/1330888504.16714.1.gif
651
+ - test/uploads/1330891058.49616.sample.pdf
652
+ - test/uploads/1330739921.39005.sample.jpg
653
+ - test/uploads/1330744711.24284.sample.pdf
654
+ - test/uploads/1330891002.0989.sample.pdf
655
+ - test/uploads/1330733887.44114.sample.jpg
656
+ - test/uploads/1330738904.3815.sample.jpg
657
+ - test/uploads/1330890998.76199.sample.pdf
658
+ - test/uploads/1330771514.66497.sample.jpg
659
+ - test/uploads/1330777153.86376.sample.png
660
+ - test/uploads/1330779135.15349.sample.jpg
661
+ - test/uploads/1330778979.41703.sample.jpg
662
+ - test/uploads/1330775628.40671.sample.pdf
663
+ - test/uploads/1330775631.9586.sample.pdf
664
+ - test/uploads/1330886737.64167.sample.jpg
665
+ - test/uploads/1330738901.69933.sample.jpg
666
+ - test/uploads/1330900487.4311.sample.jpg
667
+ - test/uploads/1330779263.19534.sample.pdf
668
+ - test/uploads/1330900488.03152.sample.jpg
669
+ - test/uploads/1330779266.65453.sample.pdf
670
+ - test/uploads/1330887633.81961.sample.pdf
671
+ - test/uploads/1330886985.6679.sample.pdf
672
+ - test/uploads/1330775706.66539.sample.pdf
673
+ - test/uploads/1330771515.72515.sample.png
674
+ - test/uploads/1330780378.19075.sample.jpg
675
+ - test/uploads/1330744706.28901.sample.jpg
676
+ - test/uploads/1330741060.65483.sample.jpg
677
+ - test/uploads/1330887656.86876.sample.jpg
678
+ - test/uploads/1330891158.04426.sample.jpg
679
+ - test/uploads/1330741157.28718.sample.jpg
680
+ - test/uploads/1330771360.07645.sample.png
681
+ - test/uploads/1330744782.91673.sample.jpg
682
+ - test/uploads/1330779262.79998.sample.pdf
683
+ - test/uploads/1330888133.62299.WIN.gif
684
+ - test/uploads/1330900488.43945.sample.jpg
685
+ - test/uploads/1330887011.92032.sample.png
686
+ - test/uploads/1330744458.42931.sample.pdf
687
+ - test/uploads/1330775705.27831.sample.pdf
688
+ - test/uploads/1330890998.10996.sample.pdf
689
+ - test/uploads/1330887010.48937.sample.jpg
690
+ - test/uploads/1330887638.14348.sample.pdf
691
+ - test/uploads/1330780386.24973.sample.pdf
692
+ - test/uploads/1330739131.09163.sample.pdf
693
+ - test/uploads/1330900486.92727.sample.jpg
694
+ - test/uploads/1330781279.55913.sample.jpg
695
+ - test/uploads/1330777835.55546.sample.png
696
+ - test/uploads/1330779251.92468.sample.jpg
697
+ - test/uploads/1330887637.47958.sample.pdf
698
+ - test/uploads/1330781259.10465.sample.pdf
699
+ - test/uploads/1330778980.91033.sample.jpg
700
+ - test/uploads/1330890992.45693.sample.jpg
701
+ - test/uploads/1330900470.07702.sample.pdf
702
+ - test/uploads/1330900466.37214.sample.pdf
703
+ - test/uploads/1330886736.28739.sample.jpg
704
+ - test/uploads/1330740774.56759.sample.jpg
705
+ - test/uploads/1330891057.86036.sample.pdf
706
+ - test/uploads/1330779134.67957.sample.jpg
707
+ - test/uploads/1330891158.85135.sample.jpg
708
+ - test/uploads/1330890999.14516.sample.pdf
709
+ - test/uploads/1330777848.0192.sample.pdf
710
+ - test/uploads/1330780162.71983.1.gif
711
+ - test/uploads/1330887634.25582.sample.pdf
712
+ - test/uploads/1330777833.73591.sample.jpg
713
+ - test/uploads/1330743983.91544.shen-logic-part1.pdf
714
+ - test/uploads/1330744536.13208.sample.jpg
715
+ - test/uploads/1330744797.90608.sample.pdf
716
+ - test/uploads/1330739914.46047.sample.jpg
717
+ - test/uploads/1330777158.23816.sample.pdf
718
+ - test/uploads/1330776992.1201.sample.pdf
719
+ - test/uploads/1330779263.51726.sample.pdf
720
+ - test/uploads/1330739988.04537.sample.jpg
721
+ - test/uploads/1330771364.83802.sample.pdf
722
+ - test/uploads/1330887009.82498.sample.jpg
723
+ - test/uploads/1330780370.60224.sample.jpg
724
+ - test/uploads/1330779252.33759.sample.jpg
725
+ - test/uploads/1330886990.4604.sample.pdf
726
+ - test/uploads/1330780382.61497.sample.pdf
727
+ - test/uploads/1330733025.52707.sample.jpg
728
+ - test/uploads/1330744698.95043.sample.jpg
729
+ - test/uploads/1330744546.16477.sample.pdf