paper_trail_manager 0.2.0 → 0.3.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (337) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +15 -7
  3. data/.travis.yml +9 -4
  4. data/Appraisals +15 -0
  5. data/CHANGES.md +5 -0
  6. data/Gemfile +3 -26
  7. data/README.md +6 -1
  8. data/Rakefile +8 -31
  9. data/app/controllers/paper_trail_manager/changes_controller.rb +3 -3
  10. data/app/helpers/paper_trail_manager/changes_helper.rb +1 -1
  11. data/app/views/paper_trail_manager/changes/_version.html.erb +1 -1
  12. data/gemfiles/rails_3.2.gemfile +7 -0
  13. data/gemfiles/rails_4.0.gemfile +7 -0
  14. data/gemfiles/rails_4.1.gemfile +7 -0
  15. data/gemfiles/rails_4.2.gemfile +7 -0
  16. data/lib/paper_trail_manager.rb +1 -0
  17. data/paper_trail_manager.gemspec +27 -381
  18. data/{rails_test/common/spec → spec}/controllers/entities_controller_spec.rb +1 -1
  19. data/{rails_test/common/spec → spec}/controllers/platforms_controller_spec.rb +1 -1
  20. data/{rails_test/rails-3.1.8 → spec/dummy}/.gitignore +0 -0
  21. data/spec/dummy/Gemfile +9 -0
  22. data/{rails_test/rails-3.2.8 → spec/dummy}/README.rdoc +0 -0
  23. data/{rails_test/rails-3.2.8 → spec/dummy}/Rakefile +0 -0
  24. data/{rails_test/rails-3.0.17/public → spec/dummy/app/assets}/images/rails.png +0 -0
  25. data/{rails_test/rails-3.2.8 → spec/dummy}/app/assets/javascripts/application.js +0 -0
  26. data/{rails_test/rails-3.2.8 → spec/dummy}/app/assets/stylesheets/application.css +0 -0
  27. data/{rails_test/common → spec/dummy}/app/controllers/application_controller.rb +0 -0
  28. data/{rails_test/common → spec/dummy}/app/controllers/entities_controller.rb +0 -0
  29. data/{rails_test/common → spec/dummy}/app/controllers/platforms_controller.rb +0 -0
  30. data/{rails_test/common → spec/dummy}/app/helpers/application_helper.rb +0 -0
  31. data/{rails_test/common → spec/dummy}/app/helpers/entities_helper.rb +0 -0
  32. data/{rails_test/common → spec/dummy}/app/helpers/platforms_helper.rb +0 -0
  33. data/{rails_test/rails-3.0.17/lib/tasks → spec/dummy/app/mailers}/.gitkeep +0 -0
  34. data/{rails_test/rails-3.0.17/public/stylesheets → spec/dummy/app/models}/.gitkeep +0 -0
  35. data/{rails_test/common → spec/dummy}/app/models/entity.rb +0 -2
  36. data/{rails_test/rails-3.1.8 → spec/dummy}/app/models/platform.rb +0 -2
  37. data/{rails_test/common → spec/dummy}/app/views/application/index.html.erb +0 -0
  38. data/{rails_test/common → spec/dummy}/app/views/entities/_form.html.erb +0 -0
  39. data/{rails_test/common → spec/dummy}/app/views/entities/edit.html.erb +0 -0
  40. data/{rails_test/rails-3.1.8 → spec/dummy}/app/views/entities/index.html.erb +1 -1
  41. data/{rails_test/common → spec/dummy}/app/views/entities/new.html.erb +0 -0
  42. data/{rails_test/common → spec/dummy}/app/views/entities/show.html.erb +0 -0
  43. data/{rails_test/common → spec/dummy}/app/views/layouts/application.html.erb +0 -0
  44. data/{rails_test/common → spec/dummy}/app/views/platforms/_form.html.erb +0 -0
  45. data/{rails_test/common → spec/dummy}/app/views/platforms/edit.html.erb +0 -0
  46. data/{rails_test/common → spec/dummy}/app/views/platforms/index.html.erb +1 -1
  47. data/{rails_test/common → spec/dummy}/app/views/platforms/new.html.erb +0 -0
  48. data/{rails_test/common → spec/dummy}/app/views/platforms/show.html.erb +0 -0
  49. data/{rails_test/rails-3.2.8 → spec/dummy}/config.ru +0 -0
  50. data/{rails_test/rails-3.2.8 → spec/dummy}/config/application.rb +3 -1
  51. data/{rails_test/rails-3.0.17 → spec/dummy}/config/boot.rb +0 -0
  52. data/{rails_test/common → spec/dummy}/config/database.yml +0 -0
  53. data/{rails_test/rails-3.2.8 → spec/dummy}/config/environment.rb +0 -0
  54. data/{rails_test/rails-3.2.8 → spec/dummy}/config/environments/development.rb +1 -1
  55. data/{rails_test/rails-3.2.8 → spec/dummy}/config/environments/production.rb +1 -1
  56. data/{rails_test/rails-3.2.8 → spec/dummy}/config/environments/test.rb +4 -5
  57. data/{rails_test/rails-3.0.17 → spec/dummy}/config/initializers/backtrace_silencers.rb +0 -0
  58. data/{rails_test/rails-3.2.8 → spec/dummy}/config/initializers/inflections.rb +0 -0
  59. data/{rails_test/rails-3.0.17 → spec/dummy}/config/initializers/mime_types.rb +0 -0
  60. data/{rails_test/rails-3.1.8 → spec/dummy}/config/initializers/secret_token.rb +1 -1
  61. data/{rails_test/rails-3.2.8 → spec/dummy}/config/initializers/session_store.rb +0 -0
  62. data/{rails_test/rails-3.1.8 → spec/dummy}/config/initializers/wrap_parameters.rb +0 -0
  63. data/{rails_test/rails-3.1.8 → spec/dummy}/config/locales/en.yml +0 -0
  64. data/{rails_test/rails-3.2.8 → spec/dummy}/config/routes.rb +0 -0
  65. data/{rails_test/common → spec/dummy}/db/migrate/20110228091428_create_entities.rb +0 -0
  66. data/{rails_test/common → spec/dummy}/db/migrate/20110228093241_create_platforms.rb +0 -0
  67. data/{rails_test/common → spec/dummy}/db/migrate/20110228094444_create_versions.rb +0 -0
  68. data/{rails_test/rails-3.1.8 → spec/dummy}/db/schema.rb +15 -14
  69. data/{rails_test/rails-3.1.8 → spec/dummy}/db/seeds.rb +0 -0
  70. data/{rails_test/rails-3.0.17 → spec/dummy}/doc/README_FOR_APP +0 -0
  71. data/{rails_test/rails-3.0.17/vendor/plugins → spec/dummy/lib/assets}/.gitkeep +0 -0
  72. data/{rails_test/rails-3.1.8/app/mailers → spec/dummy/lib/tasks}/.gitkeep +0 -0
  73. data/{rails_test/rails-3.1.8/app/models → spec/dummy/log}/.gitkeep +0 -0
  74. data/{rails_test/rails-3.0.17 → spec/dummy}/public/404.html +0 -0
  75. data/{rails_test/rails-3.0.17 → spec/dummy}/public/422.html +0 -0
  76. data/{rails_test/rails-3.2.8 → spec/dummy}/public/500.html +0 -0
  77. data/{rails_test/rails-3.0.17 → spec/dummy}/public/favicon.ico +0 -0
  78. data/{rails_test/rails-3.2.8 → spec/dummy}/public/index.html +0 -0
  79. data/{rails_test/rails-3.0.17 → spec/dummy}/public/robots.txt +0 -0
  80. data/{rails_test/rails-3.0.17 → spec/dummy}/script/rails +0 -0
  81. data/{rails_test/rails-3.1.8/lib/assets → spec/dummy/test/fixtures}/.gitkeep +0 -0
  82. data/{rails_test/rails-3.1.8/lib/tasks → spec/dummy/test/functional}/.gitkeep +0 -0
  83. data/{rails_test/rails-3.1.8/log → spec/dummy/test/integration}/.gitkeep +0 -0
  84. data/{rails_test/rails-3.1.8 → spec/dummy}/test/performance/browsing_test.rb +0 -0
  85. data/{rails_test/rails-3.0.17 → spec/dummy}/test/test_helper.rb +0 -0
  86. data/{rails_test/rails-3.1.8/test/fixtures → spec/dummy/test/unit}/.gitkeep +0 -0
  87. data/{rails_test/rails-3.1.8/test/functional → spec/dummy/vendor/assets/javascripts}/.gitkeep +0 -0
  88. data/{rails_test/rails-3.1.8/test/integration → spec/dummy/vendor/assets/stylesheets}/.gitkeep +0 -0
  89. data/{rails_test/rails-3.1.8/test/unit → spec/dummy/vendor/plugins}/.gitkeep +0 -0
  90. data/{rails_test/common/spec → spec}/helpers/entities_helper_spec.rb +0 -0
  91. data/{rails_test/common/spec → spec}/helpers/platforms_helper_spec.rb +0 -0
  92. data/{rails_test/common/spec → spec}/integration/navigation_spec.rb +0 -0
  93. data/{rails_test/rails-3.1.8/spec → spec}/integration/paper_trail_manager_spec.rb +14 -14
  94. data/{rails_test/common/spec → spec}/models/entity_spec.rb +0 -0
  95. data/{rails_test/common/spec → spec}/models/platform_spec.rb +0 -0
  96. data/spec/rails_helper.rb +27 -0
  97. data/{rails_test/common/spec → spec}/requests/entities_spec.rb +0 -0
  98. data/{rails_test/common/spec → spec}/requests/platforms_spec.rb +0 -0
  99. data/{rails_test/common/spec → spec}/routing/entities_routing_spec.rb +0 -0
  100. data/{rails_test/common/spec → spec}/routing/platforms_routing_spec.rb +0 -0
  101. data/spec/spec_helper.rb +90 -0
  102. data/{rails_test/rails-3.0.17/spec → spec}/support/factories.rb +1 -1
  103. data/{rails_test/common/spec → spec}/views/entities/edit.html.erb_spec.rb +0 -0
  104. data/{rails_test/common/spec → spec}/views/entities/index.html.erb_spec.rb +0 -0
  105. data/{rails_test/common/spec → spec}/views/entities/new.html.erb_spec.rb +0 -0
  106. data/{rails_test/common/spec → spec}/views/entities/show.html.erb_spec.rb +0 -0
  107. data/{rails_test/common/spec → spec}/views/platforms/edit.html.erb_spec.rb +0 -0
  108. data/{rails_test/common/spec → spec}/views/platforms/index.html.erb_spec.rb +0 -0
  109. data/{rails_test/common/spec → spec}/views/platforms/new.html.erb_spec.rb +0 -0
  110. data/{rails_test/common/spec → spec}/views/platforms/show.html.erb_spec.rb +0 -0
  111. metadata +368 -458
  112. data/Gemfile.lock +0 -104
  113. data/VERSION +0 -1
  114. data/rails_test/Rakefile +0 -90
  115. data/rails_test/common/app/models/platform.rb +0 -8
  116. data/rails_test/common/app/views/entities/index.html.erb +0 -21
  117. data/rails_test/common/spec/integration/paper_trail_manager_spec.rb +0 -232
  118. data/rails_test/common/spec/spec_helper.rb +0 -32
  119. data/rails_test/common/spec/support/factories.rb +0 -14
  120. data/rails_test/generate_test_directory +0 -59
  121. data/rails_test/rails-3.0.17/.gitignore +0 -4
  122. data/rails_test/rails-3.0.17/README +0 -256
  123. data/rails_test/rails-3.0.17/Rakefile +0 -7
  124. data/rails_test/rails-3.0.17/app/controllers/application_controller.rb +0 -6
  125. data/rails_test/rails-3.0.17/app/controllers/entities_controller.rb +0 -83
  126. data/rails_test/rails-3.0.17/app/controllers/platforms_controller.rb +0 -83
  127. data/rails_test/rails-3.0.17/app/helpers/application_helper.rb +0 -2
  128. data/rails_test/rails-3.0.17/app/helpers/entities_helper.rb +0 -2
  129. data/rails_test/rails-3.0.17/app/helpers/platforms_helper.rb +0 -2
  130. data/rails_test/rails-3.0.17/app/models/entity.rb +0 -8
  131. data/rails_test/rails-3.0.17/app/models/platform.rb +0 -8
  132. data/rails_test/rails-3.0.17/app/views/application/index.html.erb +0 -6
  133. data/rails_test/rails-3.0.17/app/views/entities/_form.html.erb +0 -17
  134. data/rails_test/rails-3.0.17/app/views/entities/edit.html.erb +0 -6
  135. data/rails_test/rails-3.0.17/app/views/entities/index.html.erb +0 -21
  136. data/rails_test/rails-3.0.17/app/views/entities/new.html.erb +0 -5
  137. data/rails_test/rails-3.0.17/app/views/entities/show.html.erb +0 -5
  138. data/rails_test/rails-3.0.17/app/views/layouts/application.html.erb +0 -14
  139. data/rails_test/rails-3.0.17/app/views/platforms/_form.html.erb +0 -17
  140. data/rails_test/rails-3.0.17/app/views/platforms/edit.html.erb +0 -6
  141. data/rails_test/rails-3.0.17/app/views/platforms/index.html.erb +0 -21
  142. data/rails_test/rails-3.0.17/app/views/platforms/new.html.erb +0 -5
  143. data/rails_test/rails-3.0.17/app/views/platforms/show.html.erb +0 -5
  144. data/rails_test/rails-3.0.17/config.ru +0 -4
  145. data/rails_test/rails-3.0.17/config/application.rb +0 -42
  146. data/rails_test/rails-3.0.17/config/database.yml +0 -22
  147. data/rails_test/rails-3.0.17/config/environment.rb +0 -5
  148. data/rails_test/rails-3.0.17/config/environments/development.rb +0 -26
  149. data/rails_test/rails-3.0.17/config/environments/production.rb +0 -49
  150. data/rails_test/rails-3.0.17/config/environments/test.rb +0 -35
  151. data/rails_test/rails-3.0.17/config/initializers/inflections.rb +0 -10
  152. data/rails_test/rails-3.0.17/config/initializers/secret_token.rb +0 -7
  153. data/rails_test/rails-3.0.17/config/initializers/session_store.rb +0 -8
  154. data/rails_test/rails-3.0.17/config/locales/en.yml +0 -5
  155. data/rails_test/rails-3.0.17/config/routes.rb +0 -8
  156. data/rails_test/rails-3.0.17/db/migrate/20110228091428_create_entities.rb +0 -14
  157. data/rails_test/rails-3.0.17/db/migrate/20110228093241_create_platforms.rb +0 -14
  158. data/rails_test/rails-3.0.17/db/migrate/20110228094444_create_versions.rb +0 -18
  159. data/rails_test/rails-3.0.17/db/schema.rb +0 -40
  160. data/rails_test/rails-3.0.17/db/seeds.rb +0 -7
  161. data/rails_test/rails-3.0.17/public/500.html +0 -26
  162. data/rails_test/rails-3.0.17/public/index.html +0 -239
  163. data/rails_test/rails-3.0.17/public/javascripts/application.js +0 -2
  164. data/rails_test/rails-3.0.17/public/javascripts/controls.js +0 -965
  165. data/rails_test/rails-3.0.17/public/javascripts/dragdrop.js +0 -974
  166. data/rails_test/rails-3.0.17/public/javascripts/effects.js +0 -1123
  167. data/rails_test/rails-3.0.17/public/javascripts/prototype.js +0 -6001
  168. data/rails_test/rails-3.0.17/public/javascripts/rails.js +0 -202
  169. data/rails_test/rails-3.0.17/spec/controllers/entities_controller_spec.rb +0 -125
  170. data/rails_test/rails-3.0.17/spec/controllers/platforms_controller_spec.rb +0 -125
  171. data/rails_test/rails-3.0.17/spec/helpers/entities_helper_spec.rb +0 -15
  172. data/rails_test/rails-3.0.17/spec/helpers/platforms_helper_spec.rb +0 -15
  173. data/rails_test/rails-3.0.17/spec/integration/navigation_spec.rb +0 -7
  174. data/rails_test/rails-3.0.17/spec/integration/paper_trail_manager_spec.rb +0 -232
  175. data/rails_test/rails-3.0.17/spec/models/entity_spec.rb +0 -14
  176. data/rails_test/rails-3.0.17/spec/models/platform_spec.rb +0 -14
  177. data/rails_test/rails-3.0.17/spec/requests/entities_spec.rb +0 -11
  178. data/rails_test/rails-3.0.17/spec/requests/platforms_spec.rb +0 -11
  179. data/rails_test/rails-3.0.17/spec/routing/entities_routing_spec.rb +0 -35
  180. data/rails_test/rails-3.0.17/spec/routing/platforms_routing_spec.rb +0 -35
  181. data/rails_test/rails-3.0.17/spec/spec_helper.rb +0 -32
  182. data/rails_test/rails-3.0.17/spec/views/entities/edit.html.erb_spec.rb +0 -15
  183. data/rails_test/rails-3.0.17/spec/views/entities/index.html.erb_spec.rb +0 -14
  184. data/rails_test/rails-3.0.17/spec/views/entities/new.html.erb_spec.rb +0 -15
  185. data/rails_test/rails-3.0.17/spec/views/entities/show.html.erb_spec.rb +0 -11
  186. data/rails_test/rails-3.0.17/spec/views/platforms/edit.html.erb_spec.rb +0 -15
  187. data/rails_test/rails-3.0.17/spec/views/platforms/index.html.erb_spec.rb +0 -14
  188. data/rails_test/rails-3.0.17/spec/views/platforms/new.html.erb_spec.rb +0 -15
  189. data/rails_test/rails-3.0.17/spec/views/platforms/show.html.erb_spec.rb +0 -11
  190. data/rails_test/rails-3.0.17/test/performance/browsing_test.rb +0 -9
  191. data/rails_test/rails-3.1.8/README +0 -261
  192. data/rails_test/rails-3.1.8/Rakefile +0 -7
  193. data/rails_test/rails-3.1.8/app/assets/images/rails.png +0 -0
  194. data/rails_test/rails-3.1.8/app/assets/javascripts/application.js +0 -9
  195. data/rails_test/rails-3.1.8/app/assets/stylesheets/application.css +0 -7
  196. data/rails_test/rails-3.1.8/app/controllers/application_controller.rb +0 -6
  197. data/rails_test/rails-3.1.8/app/controllers/entities_controller.rb +0 -83
  198. data/rails_test/rails-3.1.8/app/controllers/platforms_controller.rb +0 -83
  199. data/rails_test/rails-3.1.8/app/helpers/application_helper.rb +0 -2
  200. data/rails_test/rails-3.1.8/app/helpers/entities_helper.rb +0 -2
  201. data/rails_test/rails-3.1.8/app/helpers/platforms_helper.rb +0 -2
  202. data/rails_test/rails-3.1.8/app/models/entity.rb +0 -8
  203. data/rails_test/rails-3.1.8/app/views/application/index.html.erb +0 -6
  204. data/rails_test/rails-3.1.8/app/views/entities/_form.html.erb +0 -17
  205. data/rails_test/rails-3.1.8/app/views/entities/edit.html.erb +0 -6
  206. data/rails_test/rails-3.1.8/app/views/entities/new.html.erb +0 -5
  207. data/rails_test/rails-3.1.8/app/views/entities/show.html.erb +0 -5
  208. data/rails_test/rails-3.1.8/app/views/layouts/application.html.erb +0 -14
  209. data/rails_test/rails-3.1.8/app/views/platforms/_form.html.erb +0 -17
  210. data/rails_test/rails-3.1.8/app/views/platforms/edit.html.erb +0 -6
  211. data/rails_test/rails-3.1.8/app/views/platforms/index.html.erb +0 -21
  212. data/rails_test/rails-3.1.8/app/views/platforms/new.html.erb +0 -5
  213. data/rails_test/rails-3.1.8/app/views/platforms/show.html.erb +0 -5
  214. data/rails_test/rails-3.1.8/config.ru +0 -4
  215. data/rails_test/rails-3.1.8/config/application.rb +0 -48
  216. data/rails_test/rails-3.1.8/config/boot.rb +0 -6
  217. data/rails_test/rails-3.1.8/config/database.yml +0 -22
  218. data/rails_test/rails-3.1.8/config/environment.rb +0 -5
  219. data/rails_test/rails-3.1.8/config/environments/development.rb +0 -30
  220. data/rails_test/rails-3.1.8/config/environments/production.rb +0 -60
  221. data/rails_test/rails-3.1.8/config/environments/test.rb +0 -39
  222. data/rails_test/rails-3.1.8/config/initializers/backtrace_silencers.rb +0 -7
  223. data/rails_test/rails-3.1.8/config/initializers/inflections.rb +0 -10
  224. data/rails_test/rails-3.1.8/config/initializers/mime_types.rb +0 -5
  225. data/rails_test/rails-3.1.8/config/initializers/session_store.rb +0 -8
  226. data/rails_test/rails-3.1.8/config/routes.rb +0 -8
  227. data/rails_test/rails-3.1.8/db/migrate/20110228091428_create_entities.rb +0 -14
  228. data/rails_test/rails-3.1.8/db/migrate/20110228093241_create_platforms.rb +0 -14
  229. data/rails_test/rails-3.1.8/db/migrate/20110228094444_create_versions.rb +0 -18
  230. data/rails_test/rails-3.1.8/doc/README_FOR_APP +0 -2
  231. data/rails_test/rails-3.1.8/public/404.html +0 -26
  232. data/rails_test/rails-3.1.8/public/422.html +0 -26
  233. data/rails_test/rails-3.1.8/public/500.html +0 -26
  234. data/rails_test/rails-3.1.8/public/favicon.ico +0 -0
  235. data/rails_test/rails-3.1.8/public/index.html +0 -241
  236. data/rails_test/rails-3.1.8/public/robots.txt +0 -5
  237. data/rails_test/rails-3.1.8/script/rails +0 -6
  238. data/rails_test/rails-3.1.8/spec/controllers/entities_controller_spec.rb +0 -125
  239. data/rails_test/rails-3.1.8/spec/controllers/platforms_controller_spec.rb +0 -125
  240. data/rails_test/rails-3.1.8/spec/helpers/entities_helper_spec.rb +0 -15
  241. data/rails_test/rails-3.1.8/spec/helpers/platforms_helper_spec.rb +0 -15
  242. data/rails_test/rails-3.1.8/spec/integration/navigation_spec.rb +0 -7
  243. data/rails_test/rails-3.1.8/spec/models/entity_spec.rb +0 -14
  244. data/rails_test/rails-3.1.8/spec/models/platform_spec.rb +0 -14
  245. data/rails_test/rails-3.1.8/spec/requests/entities_spec.rb +0 -11
  246. data/rails_test/rails-3.1.8/spec/requests/platforms_spec.rb +0 -11
  247. data/rails_test/rails-3.1.8/spec/routing/entities_routing_spec.rb +0 -35
  248. data/rails_test/rails-3.1.8/spec/routing/platforms_routing_spec.rb +0 -35
  249. data/rails_test/rails-3.1.8/spec/spec_helper.rb +0 -32
  250. data/rails_test/rails-3.1.8/spec/support/factories.rb +0 -14
  251. data/rails_test/rails-3.1.8/spec/views/entities/edit.html.erb_spec.rb +0 -15
  252. data/rails_test/rails-3.1.8/spec/views/entities/index.html.erb_spec.rb +0 -14
  253. data/rails_test/rails-3.1.8/spec/views/entities/new.html.erb_spec.rb +0 -15
  254. data/rails_test/rails-3.1.8/spec/views/entities/show.html.erb_spec.rb +0 -11
  255. data/rails_test/rails-3.1.8/spec/views/platforms/edit.html.erb_spec.rb +0 -15
  256. data/rails_test/rails-3.1.8/spec/views/platforms/index.html.erb_spec.rb +0 -14
  257. data/rails_test/rails-3.1.8/spec/views/platforms/new.html.erb_spec.rb +0 -15
  258. data/rails_test/rails-3.1.8/spec/views/platforms/show.html.erb_spec.rb +0 -11
  259. data/rails_test/rails-3.1.8/test/test_helper.rb +0 -13
  260. data/rails_test/rails-3.1.8/vendor/assets/stylesheets/.gitkeep +0 -0
  261. data/rails_test/rails-3.1.8/vendor/plugins/.gitkeep +0 -0
  262. data/rails_test/rails-3.2.8/.gitignore +0 -15
  263. data/rails_test/rails-3.2.8/app/assets/images/rails.png +0 -0
  264. data/rails_test/rails-3.2.8/app/controllers/application_controller.rb +0 -6
  265. data/rails_test/rails-3.2.8/app/controllers/entities_controller.rb +0 -83
  266. data/rails_test/rails-3.2.8/app/controllers/platforms_controller.rb +0 -83
  267. data/rails_test/rails-3.2.8/app/helpers/application_helper.rb +0 -2
  268. data/rails_test/rails-3.2.8/app/helpers/entities_helper.rb +0 -2
  269. data/rails_test/rails-3.2.8/app/helpers/platforms_helper.rb +0 -2
  270. data/rails_test/rails-3.2.8/app/mailers/.gitkeep +0 -0
  271. data/rails_test/rails-3.2.8/app/models/.gitkeep +0 -0
  272. data/rails_test/rails-3.2.8/app/models/entity.rb +0 -8
  273. data/rails_test/rails-3.2.8/app/models/platform.rb +0 -8
  274. data/rails_test/rails-3.2.8/app/views/application/index.html.erb +0 -6
  275. data/rails_test/rails-3.2.8/app/views/entities/_form.html.erb +0 -17
  276. data/rails_test/rails-3.2.8/app/views/entities/edit.html.erb +0 -6
  277. data/rails_test/rails-3.2.8/app/views/entities/index.html.erb +0 -21
  278. data/rails_test/rails-3.2.8/app/views/entities/new.html.erb +0 -5
  279. data/rails_test/rails-3.2.8/app/views/entities/show.html.erb +0 -5
  280. data/rails_test/rails-3.2.8/app/views/layouts/application.html.erb +0 -14
  281. data/rails_test/rails-3.2.8/app/views/platforms/_form.html.erb +0 -17
  282. data/rails_test/rails-3.2.8/app/views/platforms/edit.html.erb +0 -6
  283. data/rails_test/rails-3.2.8/app/views/platforms/index.html.erb +0 -21
  284. data/rails_test/rails-3.2.8/app/views/platforms/new.html.erb +0 -5
  285. data/rails_test/rails-3.2.8/app/views/platforms/show.html.erb +0 -5
  286. data/rails_test/rails-3.2.8/config/boot.rb +0 -6
  287. data/rails_test/rails-3.2.8/config/database.yml +0 -22
  288. data/rails_test/rails-3.2.8/config/initializers/backtrace_silencers.rb +0 -7
  289. data/rails_test/rails-3.2.8/config/initializers/mime_types.rb +0 -5
  290. data/rails_test/rails-3.2.8/config/initializers/secret_token.rb +0 -7
  291. data/rails_test/rails-3.2.8/config/initializers/wrap_parameters.rb +0 -14
  292. data/rails_test/rails-3.2.8/config/locales/en.yml +0 -5
  293. data/rails_test/rails-3.2.8/db/migrate/20110228091428_create_entities.rb +0 -14
  294. data/rails_test/rails-3.2.8/db/migrate/20110228093241_create_platforms.rb +0 -14
  295. data/rails_test/rails-3.2.8/db/migrate/20110228094444_create_versions.rb +0 -18
  296. data/rails_test/rails-3.2.8/db/schema.rb +0 -40
  297. data/rails_test/rails-3.2.8/db/seeds.rb +0 -7
  298. data/rails_test/rails-3.2.8/doc/README_FOR_APP +0 -2
  299. data/rails_test/rails-3.2.8/lib/assets/.gitkeep +0 -0
  300. data/rails_test/rails-3.2.8/lib/tasks/.gitkeep +0 -0
  301. data/rails_test/rails-3.2.8/log/.gitkeep +0 -0
  302. data/rails_test/rails-3.2.8/public/404.html +0 -26
  303. data/rails_test/rails-3.2.8/public/422.html +0 -26
  304. data/rails_test/rails-3.2.8/public/favicon.ico +0 -0
  305. data/rails_test/rails-3.2.8/public/robots.txt +0 -5
  306. data/rails_test/rails-3.2.8/script/rails +0 -6
  307. data/rails_test/rails-3.2.8/spec/controllers/entities_controller_spec.rb +0 -125
  308. data/rails_test/rails-3.2.8/spec/controllers/platforms_controller_spec.rb +0 -125
  309. data/rails_test/rails-3.2.8/spec/helpers/entities_helper_spec.rb +0 -15
  310. data/rails_test/rails-3.2.8/spec/helpers/platforms_helper_spec.rb +0 -15
  311. data/rails_test/rails-3.2.8/spec/integration/navigation_spec.rb +0 -7
  312. data/rails_test/rails-3.2.8/spec/integration/paper_trail_manager_spec.rb +0 -232
  313. data/rails_test/rails-3.2.8/spec/models/entity_spec.rb +0 -14
  314. data/rails_test/rails-3.2.8/spec/models/platform_spec.rb +0 -14
  315. data/rails_test/rails-3.2.8/spec/requests/entities_spec.rb +0 -11
  316. data/rails_test/rails-3.2.8/spec/requests/platforms_spec.rb +0 -11
  317. data/rails_test/rails-3.2.8/spec/routing/entities_routing_spec.rb +0 -35
  318. data/rails_test/rails-3.2.8/spec/routing/platforms_routing_spec.rb +0 -35
  319. data/rails_test/rails-3.2.8/spec/spec_helper.rb +0 -32
  320. data/rails_test/rails-3.2.8/spec/support/factories.rb +0 -14
  321. data/rails_test/rails-3.2.8/spec/views/entities/edit.html.erb_spec.rb +0 -15
  322. data/rails_test/rails-3.2.8/spec/views/entities/index.html.erb_spec.rb +0 -14
  323. data/rails_test/rails-3.2.8/spec/views/entities/new.html.erb_spec.rb +0 -15
  324. data/rails_test/rails-3.2.8/spec/views/entities/show.html.erb_spec.rb +0 -11
  325. data/rails_test/rails-3.2.8/spec/views/platforms/edit.html.erb_spec.rb +0 -15
  326. data/rails_test/rails-3.2.8/spec/views/platforms/index.html.erb_spec.rb +0 -14
  327. data/rails_test/rails-3.2.8/spec/views/platforms/new.html.erb_spec.rb +0 -15
  328. data/rails_test/rails-3.2.8/spec/views/platforms/show.html.erb_spec.rb +0 -11
  329. data/rails_test/rails-3.2.8/test/fixtures/.gitkeep +0 -0
  330. data/rails_test/rails-3.2.8/test/functional/.gitkeep +0 -0
  331. data/rails_test/rails-3.2.8/test/integration/.gitkeep +0 -0
  332. data/rails_test/rails-3.2.8/test/performance/browsing_test.rb +0 -12
  333. data/rails_test/rails-3.2.8/test/test_helper.rb +0 -13
  334. data/rails_test/rails-3.2.8/test/unit/.gitkeep +0 -0
  335. data/rails_test/rails-3.2.8/vendor/assets/javascripts/.gitkeep +0 -0
  336. data/rails_test/rails-3.2.8/vendor/assets/stylesheets/.gitkeep +0 -0
  337. data/rails_test/rails-3.2.8/vendor/plugins/.gitkeep +0 -0
@@ -1,14 +0,0 @@
1
- require 'spec_helper'
2
-
3
- describe "entities/index.html.erb" do
4
- before(:each) do
5
- assign(:entities, [
6
- stub_model(Entity),
7
- stub_model(Entity)
8
- ])
9
- end
10
-
11
- it "renders a list of entities" do
12
- render
13
- end
14
- end
@@ -1,15 +0,0 @@
1
- require 'spec_helper'
2
-
3
- describe "entities/new.html.erb" do
4
- before(:each) do
5
- assign(:entity, stub_model(Entity).as_new_record)
6
- end
7
-
8
- it "renders new entity form" do
9
- render
10
-
11
- # Run the generator again with the --webrat flag if you want to use webrat matchers
12
- assert_select "form", :action => entities_path, :method => "post" do
13
- end
14
- end
15
- end
@@ -1,11 +0,0 @@
1
- require 'spec_helper'
2
-
3
- describe "entities/show.html.erb" do
4
- before(:each) do
5
- @entity = assign(:entity, stub_model(Entity))
6
- end
7
-
8
- it "renders attributes in <p>" do
9
- render
10
- end
11
- end
@@ -1,15 +0,0 @@
1
- require 'spec_helper'
2
-
3
- describe "platforms/edit.html.erb" do
4
- before(:each) do
5
- @platform = assign(:platform, stub_model(Platform))
6
- end
7
-
8
- it "renders the edit platform form" do
9
- render
10
-
11
- # Run the generator again with the --webrat flag if you want to use webrat matchers
12
- assert_select "form", :action => platforms_path(@platform), :method => "post" do
13
- end
14
- end
15
- end
@@ -1,14 +0,0 @@
1
- require 'spec_helper'
2
-
3
- describe "platforms/index.html.erb" do
4
- before(:each) do
5
- assign(:platforms, [
6
- stub_model(Platform),
7
- stub_model(Platform)
8
- ])
9
- end
10
-
11
- it "renders a list of platforms" do
12
- render
13
- end
14
- end
@@ -1,15 +0,0 @@
1
- require 'spec_helper'
2
-
3
- describe "platforms/new.html.erb" do
4
- before(:each) do
5
- assign(:platform, stub_model(Platform).as_new_record)
6
- end
7
-
8
- it "renders new platform form" do
9
- render
10
-
11
- # Run the generator again with the --webrat flag if you want to use webrat matchers
12
- assert_select "form", :action => platforms_path, :method => "post" do
13
- end
14
- end
15
- end
@@ -1,11 +0,0 @@
1
- require 'spec_helper'
2
-
3
- describe "platforms/show.html.erb" do
4
- before(:each) do
5
- @platform = assign(:platform, stub_model(Platform))
6
- end
7
-
8
- it "renders attributes in <p>" do
9
- render
10
- end
11
- end
@@ -1,9 +0,0 @@
1
- require 'test_helper'
2
- require 'rails/performance_test_help'
3
-
4
- # Profiling results for each test method are written to tmp/performance.
5
- class BrowsingTest < ActionDispatch::PerformanceTest
6
- def test_homepage
7
- get '/'
8
- end
9
- end
@@ -1,261 +0,0 @@
1
- == Welcome to Rails
2
-
3
- Rails is a web-application framework that includes everything needed to create
4
- database-backed web applications according to the Model-View-Control pattern.
5
-
6
- This pattern splits the view (also called the presentation) into "dumb"
7
- templates that are primarily responsible for inserting pre-built data in between
8
- HTML tags. The model contains the "smart" domain objects (such as Account,
9
- Product, Person, Post) that holds all the business logic and knows how to
10
- persist themselves to a database. The controller handles the incoming requests
11
- (such as Save New Account, Update Product, Show Post) by manipulating the model
12
- and directing data to the view.
13
-
14
- In Rails, the model is handled by what's called an object-relational mapping
15
- layer entitled Active Record. This layer allows you to present the data from
16
- database rows as objects and embellish these data objects with business logic
17
- methods. You can read more about Active Record in
18
- link:files/vendor/rails/activerecord/README.html.
19
-
20
- The controller and view are handled by the Action Pack, which handles both
21
- layers by its two parts: Action View and Action Controller. These two layers
22
- are bundled in a single package due to their heavy interdependence. This is
23
- unlike the relationship between the Active Record and Action Pack that is much
24
- more separate. Each of these packages can be used independently outside of
25
- Rails. You can read more about Action Pack in
26
- link:files/vendor/rails/actionpack/README.html.
27
-
28
-
29
- == Getting Started
30
-
31
- 1. At the command prompt, create a new Rails application:
32
- <tt>rails new myapp</tt> (where <tt>myapp</tt> is the application name)
33
-
34
- 2. Change directory to <tt>myapp</tt> and start the web server:
35
- <tt>cd myapp; rails server</tt> (run with --help for options)
36
-
37
- 3. Go to http://localhost:3000/ and you'll see:
38
- "Welcome aboard: You're riding Ruby on Rails!"
39
-
40
- 4. Follow the guidelines to start developing your application. You can find
41
- the following resources handy:
42
-
43
- * The Getting Started Guide: http://guides.rubyonrails.org/getting_started.html
44
- * Ruby on Rails Tutorial Book: http://www.railstutorial.org/
45
-
46
-
47
- == Debugging Rails
48
-
49
- Sometimes your application goes wrong. Fortunately there are a lot of tools that
50
- will help you debug it and get it back on the rails.
51
-
52
- First area to check is the application log files. Have "tail -f" commands
53
- running on the server.log and development.log. Rails will automatically display
54
- debugging and runtime information to these files. Debugging info will also be
55
- shown in the browser on requests from 127.0.0.1.
56
-
57
- You can also log your own messages directly into the log file from your code
58
- using the Ruby logger class from inside your controllers. Example:
59
-
60
- class WeblogController < ActionController::Base
61
- def destroy
62
- @weblog = Weblog.find(params[:id])
63
- @weblog.destroy
64
- logger.info("#{Time.now} Destroyed Weblog ID ##{@weblog.id}!")
65
- end
66
- end
67
-
68
- The result will be a message in your log file along the lines of:
69
-
70
- Mon Oct 08 14:22:29 +1000 2007 Destroyed Weblog ID #1!
71
-
72
- More information on how to use the logger is at http://www.ruby-doc.org/core/
73
-
74
- Also, Ruby documentation can be found at http://www.ruby-lang.org/. There are
75
- several books available online as well:
76
-
77
- * Programming Ruby: http://www.ruby-doc.org/docs/ProgrammingRuby/ (Pickaxe)
78
- * Learn to Program: http://pine.fm/LearnToProgram/ (a beginners guide)
79
-
80
- These two books will bring you up to speed on the Ruby language and also on
81
- programming in general.
82
-
83
-
84
- == Debugger
85
-
86
- Debugger support is available through the debugger command when you start your
87
- Mongrel or WEBrick server with --debugger. This means that you can break out of
88
- execution at any point in the code, investigate and change the model, and then,
89
- resume execution! You need to install ruby-debug to run the server in debugging
90
- mode. With gems, use <tt>sudo gem install ruby-debug</tt>. Example:
91
-
92
- class WeblogController < ActionController::Base
93
- def index
94
- @posts = Post.all
95
- debugger
96
- end
97
- end
98
-
99
- So the controller will accept the action, run the first line, then present you
100
- with a IRB prompt in the server window. Here you can do things like:
101
-
102
- >> @posts.inspect
103
- => "[#<Post:0x14a6be8
104
- @attributes={"title"=>nil, "body"=>nil, "id"=>"1"}>,
105
- #<Post:0x14a6620
106
- @attributes={"title"=>"Rails", "body"=>"Only ten..", "id"=>"2"}>]"
107
- >> @posts.first.title = "hello from a debugger"
108
- => "hello from a debugger"
109
-
110
- ...and even better, you can examine how your runtime objects actually work:
111
-
112
- >> f = @posts.first
113
- => #<Post:0x13630c4 @attributes={"title"=>nil, "body"=>nil, "id"=>"1"}>
114
- >> f.
115
- Display all 152 possibilities? (y or n)
116
-
117
- Finally, when you're ready to resume execution, you can enter "cont".
118
-
119
-
120
- == Console
121
-
122
- The console is a Ruby shell, which allows you to interact with your
123
- application's domain model. Here you'll have all parts of the application
124
- configured, just like it is when the application is running. You can inspect
125
- domain models, change values, and save to the database. Starting the script
126
- without arguments will launch it in the development environment.
127
-
128
- To start the console, run <tt>rails console</tt> from the application
129
- directory.
130
-
131
- Options:
132
-
133
- * Passing the <tt>-s, --sandbox</tt> argument will rollback any modifications
134
- made to the database.
135
- * Passing an environment name as an argument will load the corresponding
136
- environment. Example: <tt>rails console production</tt>.
137
-
138
- To reload your controllers and models after launching the console run
139
- <tt>reload!</tt>
140
-
141
- More information about irb can be found at:
142
- link:http://www.rubycentral.org/pickaxe/irb.html
143
-
144
-
145
- == dbconsole
146
-
147
- You can go to the command line of your database directly through <tt>rails
148
- dbconsole</tt>. You would be connected to the database with the credentials
149
- defined in database.yml. Starting the script without arguments will connect you
150
- to the development database. Passing an argument will connect you to a different
151
- database, like <tt>rails dbconsole production</tt>. Currently works for MySQL,
152
- PostgreSQL and SQLite 3.
153
-
154
- == Description of Contents
155
-
156
- The default directory structure of a generated Ruby on Rails application:
157
-
158
- |-- app
159
- | |-- assets
160
- | |-- images
161
- | |-- javascripts
162
- | `-- stylesheets
163
- | |-- controllers
164
- | |-- helpers
165
- | |-- mailers
166
- | |-- models
167
- | `-- views
168
- | `-- layouts
169
- |-- config
170
- | |-- environments
171
- | |-- initializers
172
- | `-- locales
173
- |-- db
174
- |-- doc
175
- |-- lib
176
- | `-- tasks
177
- |-- log
178
- |-- public
179
- |-- script
180
- |-- test
181
- | |-- fixtures
182
- | |-- functional
183
- | |-- integration
184
- | |-- performance
185
- | `-- unit
186
- |-- tmp
187
- | |-- cache
188
- | |-- pids
189
- | |-- sessions
190
- | `-- sockets
191
- `-- vendor
192
- |-- assets
193
- `-- stylesheets
194
- `-- plugins
195
-
196
- app
197
- Holds all the code that's specific to this particular application.
198
-
199
- app/assets
200
- Contains subdirectories for images, stylesheets, and JavaScript files.
201
-
202
- app/controllers
203
- Holds controllers that should be named like weblogs_controller.rb for
204
- automated URL mapping. All controllers should descend from
205
- ApplicationController which itself descends from ActionController::Base.
206
-
207
- app/models
208
- Holds models that should be named like post.rb. Models descend from
209
- ActiveRecord::Base by default.
210
-
211
- app/views
212
- Holds the template files for the view that should be named like
213
- weblogs/index.html.erb for the WeblogsController#index action. All views use
214
- eRuby syntax by default.
215
-
216
- app/views/layouts
217
- Holds the template files for layouts to be used with views. This models the
218
- common header/footer method of wrapping views. In your views, define a layout
219
- using the <tt>layout :default</tt> and create a file named default.html.erb.
220
- Inside default.html.erb, call <% yield %> to render the view using this
221
- layout.
222
-
223
- app/helpers
224
- Holds view helpers that should be named like weblogs_helper.rb. These are
225
- generated for you automatically when using generators for controllers.
226
- Helpers can be used to wrap functionality for your views into methods.
227
-
228
- config
229
- Configuration files for the Rails environment, the routing map, the database,
230
- and other dependencies.
231
-
232
- db
233
- Contains the database schema in schema.rb. db/migrate contains all the
234
- sequence of Migrations for your schema.
235
-
236
- doc
237
- This directory is where your application documentation will be stored when
238
- generated using <tt>rake doc:app</tt>
239
-
240
- lib
241
- Application specific libraries. Basically, any kind of custom code that
242
- doesn't belong under controllers, models, or helpers. This directory is in
243
- the load path.
244
-
245
- public
246
- The directory available for the web server. Also contains the dispatchers and the
247
- default HTML files. This should be set as the DOCUMENT_ROOT of your web
248
- server.
249
-
250
- script
251
- Helper scripts for automation and generation.
252
-
253
- test
254
- Unit and functional tests along with fixtures. When using the rails generate
255
- command, template test files will be generated for you and placed in this
256
- directory.
257
-
258
- vendor
259
- External libraries that the application depends on. Also includes the plugins
260
- subdirectory. If the app has frozen rails, those gems also go here, under
261
- vendor/rails/. This directory is in the load path.
@@ -1,7 +0,0 @@
1
- #!/usr/bin/env rake
2
- # Add your own tasks in files placed in lib/tasks ending in .rake,
3
- # for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.
4
-
5
- require File.expand_path('../config/application', __FILE__)
6
-
7
- Rails318::Application.load_tasks
@@ -1,9 +0,0 @@
1
- // This is a manifest file that'll be compiled into including all the files listed below.
2
- // Add new JavaScript/Coffee code in separate files in this directory and they'll automatically
3
- // be included in the compiled file accessible from http://example.com/assets/application.js
4
- // It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the
5
- // the compiled file.
6
- //
7
- //= require jquery
8
- //= require jquery_ujs
9
- //= require_tree .
@@ -1,7 +0,0 @@
1
- /*
2
- * This is a manifest file that'll automatically include all the stylesheets available in this directory
3
- * and any sub-directories. You're free to add application-wide styles to this file and they'll appear at
4
- * the top of the compiled file, but it's generally better to create a new file per style scope.
5
- *= require_self
6
- *= require_tree .
7
- */
@@ -1,6 +0,0 @@
1
- class ApplicationController < ActionController::Base
2
- protect_from_forgery
3
-
4
- def index
5
- end
6
- end
@@ -1,83 +0,0 @@
1
- class EntitiesController < ApplicationController
2
- # GET /entities
3
- # GET /entities.xml
4
- def index
5
- @entities = Entity.all
6
-
7
- respond_to do |format|
8
- format.html # index.html.erb
9
- format.xml { render :xml => @entities }
10
- end
11
- end
12
-
13
- # GET /entities/1
14
- # GET /entities/1.xml
15
- def show
16
- @entity = Entity.find(params[:id])
17
-
18
- respond_to do |format|
19
- format.html # show.html.erb
20
- format.xml { render :xml => @entity }
21
- end
22
- end
23
-
24
- # GET /entities/new
25
- # GET /entities/new.xml
26
- def new
27
- @entity = Entity.new
28
-
29
- respond_to do |format|
30
- format.html # new.html.erb
31
- format.xml { render :xml => @entity }
32
- end
33
- end
34
-
35
- # GET /entities/1/edit
36
- def edit
37
- @entity = Entity.find(params[:id])
38
- end
39
-
40
- # POST /entities
41
- # POST /entities.xml
42
- def create
43
- @entity = Entity.new(params[:entity])
44
-
45
- respond_to do |format|
46
- if @entity.save
47
- format.html { redirect_to(@entity, :notice => 'Entity was successfully created.') }
48
- format.xml { render :xml => @entity, :status => :created, :location => @entity }
49
- else
50
- format.html { render :action => "new" }
51
- format.xml { render :xml => @entity.errors, :status => :unprocessable_entity }
52
- end
53
- end
54
- end
55
-
56
- # PUT /entities/1
57
- # PUT /entities/1.xml
58
- def update
59
- @entity = Entity.find(params[:id])
60
-
61
- respond_to do |format|
62
- if @entity.update_attributes(params[:entity])
63
- format.html { redirect_to(@entity, :notice => 'Entity was successfully updated.') }
64
- format.xml { head :ok }
65
- else
66
- format.html { render :action => "edit" }
67
- format.xml { render :xml => @entity.errors, :status => :unprocessable_entity }
68
- end
69
- end
70
- end
71
-
72
- # DELETE /entities/1
73
- # DELETE /entities/1.xml
74
- def destroy
75
- @entity = Entity.find(params[:id])
76
- @entity.destroy
77
-
78
- respond_to do |format|
79
- format.html { redirect_to(entities_url) }
80
- format.xml { head :ok }
81
- end
82
- end
83
- end