axlsx_rails 0.5.2 → 0.6.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (266) hide show
  1. checksums.yaml +5 -5
  2. data/CHANGELOG.md +9 -1
  3. data/Gemfile +15 -9
  4. data/Gemfile.lock +127 -120
  5. data/Gemfile.lock.5.0 +130 -123
  6. data/Gemfile.lock.5.1 +127 -120
  7. data/Gemfile.lock.5.2 +268 -0
  8. data/Gemfile.lock.6.0 +284 -0
  9. data/README.md +59 -35
  10. data/lib/axlsx_rails/template_handler.rb +10 -3
  11. data/lib/axlsx_rails/version.rb +1 -1
  12. data/spec/axlsx_builder_spec.rb +15 -2
  13. data/spec/axlsx_request_spec.rb +16 -13
  14. data/spec/ci.rb +8 -5
  15. data/spec/dummy/config/application.rb +1 -1
  16. data/spec/dummy/config/environments/development.rb +2 -2
  17. data/spec/dummy_4/db/test.sqlite3 +0 -0
  18. data/spec/dummy_4/log/test.log +326 -0
  19. data/spec/{dummy_5 → dummy_5.0}/Rakefile +0 -0
  20. data/spec/{dummy_5 → dummy_5.0}/app/assets/javascripts/application.js +0 -0
  21. data/spec/{dummy_5 → dummy_5.0}/app/assets/stylesheets/application.css +0 -0
  22. data/spec/{dummy_5 → dummy_5.0}/app/controllers/application_controller.rb +0 -0
  23. data/spec/{dummy_5 → dummy_5.0}/app/controllers/home_controller.rb +0 -0
  24. data/spec/{dummy_5 → dummy_5.0}/app/controllers/likes_controller.rb +0 -0
  25. data/spec/{dummy_5 → dummy_5.0}/app/controllers/users_controller.rb +0 -0
  26. data/spec/{dummy_5 → dummy_5.0}/app/helpers/application_helper.rb +0 -0
  27. data/spec/{dummy_5 → dummy_5.0}/app/mailers/notifier.rb +0 -0
  28. data/spec/{dummy_5 → dummy_5.0}/app/models/like.rb +0 -0
  29. data/spec/{dummy_5 → dummy_5.0}/app/models/user.rb +0 -0
  30. data/spec/{dummy_5 → dummy_5.0}/app/views/home/_cover_sheet.xlsx.axlsx +0 -0
  31. data/spec/{dummy_5 → dummy_5.0}/app/views/home/index.html.erb +0 -0
  32. data/spec/{dummy_5 → dummy_5.0}/app/views/home/index.xlsx.axlsx +0 -0
  33. data/spec/{dummy_5 → dummy_5.0}/app/views/home/only_html.html.erb +0 -0
  34. data/spec/{dummy_5 → dummy_5.0}/app/views/home/useheader.xlsx.axlsx +0 -0
  35. data/spec/{dummy_5 → dummy_5.0}/app/views/home/withpartial.xlsx.axlsx +0 -0
  36. data/spec/{dummy_5 → dummy_5.0}/app/views/layouts/application.html.erb +0 -0
  37. data/spec/{dummy_5 → dummy_5.0}/app/views/layouts/users.html.erb +0 -0
  38. data/spec/{dummy_5 → dummy_5.0}/app/views/likes/index.html.erb +0 -0
  39. data/spec/{dummy_5 → dummy_5.0}/app/views/likes/index.xlsx.axlsx +0 -0
  40. data/spec/{dummy_5 → dummy_5.0}/app/views/notifier/instructions.html.erb +0 -0
  41. data/spec/{dummy_5 → dummy_5.0}/app/views/notifier/instructions.txt.erb +0 -0
  42. data/spec/{dummy_5 → dummy_5.0}/app/views/users/export.xlsx.axlsx +0 -0
  43. data/spec/{dummy_5 → dummy_5.0}/app/views/users/index.html.erb +0 -0
  44. data/spec/{dummy_5 → dummy_5.0}/app/views/users/index.xlsx.axlsx +0 -0
  45. data/spec/{dummy_5 → dummy_5.0}/app/views/users/noaction.xlsx.axlsx +0 -0
  46. data/spec/{dummy_5 → dummy_5.0}/app/views/users/respond_with.xlsx.axlsx +0 -0
  47. data/spec/{dummy_5 → dummy_5.0}/app/views/users/send_instructions.xlsx.axlsx +0 -0
  48. data/spec/{dummy_5 → dummy_5.0}/bin/bundle +0 -0
  49. data/spec/{dummy_5 → dummy_5.0}/bin/rails +0 -0
  50. data/spec/{dummy_5 → dummy_5.0}/bin/rake +0 -0
  51. data/spec/{dummy_5 → dummy_5.0}/config.ru +0 -0
  52. data/spec/{dummy_5 → dummy_5.0}/config/application.rb +0 -0
  53. data/spec/{dummy_5 → dummy_5.0}/config/boot.rb +0 -0
  54. data/spec/{dummy_5 → dummy_5.0}/config/database.yml +0 -0
  55. data/spec/{dummy_5 → dummy_5.0}/config/environment.rb +0 -0
  56. data/spec/{dummy_5 → dummy_5.0}/config/environments/development.rb +0 -0
  57. data/spec/{dummy_5 → dummy_5.0}/config/environments/production.rb +0 -0
  58. data/spec/{dummy_5 → dummy_5.0}/config/environments/test.rb +0 -0
  59. data/spec/{dummy_5 → dummy_5.0}/config/initializers/backtrace_silencers.rb +0 -0
  60. data/spec/{dummy_5 → dummy_5.0}/config/initializers/cookies_serializer.rb +0 -0
  61. data/spec/{dummy_5 → dummy_5.0}/config/initializers/filter_parameter_logging.rb +0 -0
  62. data/spec/{dummy_5 → dummy_5.0}/config/initializers/inflections.rb +0 -0
  63. data/spec/{dummy_5 → dummy_5.0}/config/initializers/mime_types.rb +0 -0
  64. data/spec/{dummy_5 → dummy_5.0}/config/initializers/secret_token.rb +0 -0
  65. data/spec/{dummy_5 → dummy_5.0}/config/initializers/session_store.rb +0 -0
  66. data/spec/{dummy_5 → dummy_5.0}/config/initializers/wrap_parameters.rb +0 -0
  67. data/spec/{dummy_5 → dummy_5.0}/config/locales/en.yml +0 -0
  68. data/spec/{dummy_5 → dummy_5.0}/config/routes.rb +0 -0
  69. data/spec/{dummy_5 → dummy_5.0}/config/secrets.yml +0 -0
  70. data/spec/{dummy_5 → dummy_5.0}/db/migrate/20120717192452_create_users.rb +0 -0
  71. data/spec/{dummy_5 → dummy_5.0}/db/migrate/20121206210955_create_likes.rb +0 -0
  72. data/spec/{dummy_5 → dummy_5.0}/db/schema.rb +0 -0
  73. data/spec/{dummy_5 → dummy_5.0}/db/test.sqlite3 +0 -0
  74. data/spec/dummy_5.0/log/test.log +1158 -0
  75. data/spec/{dummy_5 → dummy_5.0}/public/404.html +0 -0
  76. data/spec/{dummy_5 → dummy_5.0}/public/422.html +0 -0
  77. data/spec/{dummy_5 → dummy_5.0}/public/500.html +0 -0
  78. data/spec/{dummy_5 → dummy_5.0}/public/favicon.ico +0 -0
  79. data/spec/dummy_5.1/Rakefile +6 -0
  80. data/spec/dummy_5.1/app/assets/javascripts/application.js +13 -0
  81. data/spec/dummy_5.1/app/assets/stylesheets/application.css +15 -0
  82. data/spec/dummy_5.1/app/controllers/application_controller.rb +5 -0
  83. data/spec/dummy_5.1/app/controllers/home_controller.rb +56 -0
  84. data/spec/dummy_5.1/app/controllers/likes_controller.rb +18 -0
  85. data/spec/dummy_5.1/app/controllers/users_controller.rb +37 -0
  86. data/spec/dummy_5.1/app/helpers/application_helper.rb +2 -0
  87. data/spec/dummy_5.1/app/mailers/notifier.rb +14 -0
  88. data/spec/dummy_5.1/app/models/like.rb +3 -0
  89. data/spec/dummy_5.1/app/models/user.rb +10 -0
  90. data/spec/dummy_5.1/app/views/home/_cover_sheet.xlsx.axlsx +3 -0
  91. data/spec/dummy_5.1/app/views/home/index.html.erb +4 -0
  92. data/spec/dummy_5.1/app/views/home/index.xlsx.axlsx +8 -0
  93. data/spec/dummy_5.1/app/views/home/only_html.html.erb +1 -0
  94. data/spec/dummy_5.1/app/views/home/useheader.xlsx.axlsx +8 -0
  95. data/spec/dummy_5.1/app/views/home/withpartial.xlsx.axlsx +9 -0
  96. data/spec/dummy_5.1/app/views/layouts/application.html.erb +12 -0
  97. data/spec/dummy_5.1/app/views/layouts/users.html.erb +12 -0
  98. data/spec/dummy_5.1/app/views/likes/index.html.erb +17 -0
  99. data/spec/dummy_5.1/app/views/likes/index.xlsx.axlsx +7 -0
  100. data/spec/dummy_5.1/app/views/notifier/instructions.html.erb +14 -0
  101. data/spec/dummy_5.1/app/views/notifier/instructions.txt.erb +6 -0
  102. data/spec/dummy_5.1/app/views/users/export.xlsx.axlsx +8 -0
  103. data/spec/dummy_5.1/app/views/users/index.html.erb +23 -0
  104. data/spec/dummy_5.1/app/views/users/index.xlsx.axlsx +1 -0
  105. data/spec/dummy_5.1/app/views/users/noaction.xlsx.axlsx +1 -0
  106. data/spec/dummy_5.1/app/views/users/respond_with.xlsx.axlsx +8 -0
  107. data/spec/dummy_5.1/app/views/users/send_instructions.xlsx.axlsx +5 -0
  108. data/spec/dummy_5.1/bin/bundle +3 -0
  109. data/spec/dummy_5.1/bin/rails +4 -0
  110. data/spec/dummy_5.1/bin/rake +4 -0
  111. data/spec/dummy_5.1/config.ru +4 -0
  112. data/spec/dummy_5.1/config/application.rb +23 -0
  113. data/spec/dummy_5.1/config/boot.rb +5 -0
  114. data/spec/dummy_5.1/config/database.yml +25 -0
  115. data/spec/dummy_5.1/config/environment.rb +5 -0
  116. data/spec/dummy_5.1/config/environments/development.rb +37 -0
  117. data/spec/dummy_5.1/config/environments/production.rb +83 -0
  118. data/spec/dummy_5.1/config/environments/test.rb +40 -0
  119. data/spec/dummy_5.1/config/initializers/backtrace_silencers.rb +7 -0
  120. data/spec/dummy_5.1/config/initializers/cookies_serializer.rb +3 -0
  121. data/spec/dummy_5.1/config/initializers/filter_parameter_logging.rb +4 -0
  122. data/spec/dummy_5.1/config/initializers/inflections.rb +16 -0
  123. data/spec/dummy_5.1/config/initializers/mime_types.rb +4 -0
  124. data/spec/dummy_5.1/config/initializers/secret_token.rb +2 -0
  125. data/spec/dummy_5.1/config/initializers/session_store.rb +3 -0
  126. data/spec/dummy_5.1/config/initializers/wrap_parameters.rb +14 -0
  127. data/spec/dummy_5.1/config/locales/en.yml +23 -0
  128. data/spec/dummy_5.1/config/routes.rb +17 -0
  129. data/spec/dummy_5.1/config/secrets.yml +22 -0
  130. data/spec/dummy_5.1/db/migrate/20120717192452_create_users.rb +12 -0
  131. data/spec/dummy_5.1/db/migrate/20121206210955_create_likes.rb +10 -0
  132. data/spec/dummy_5.1/db/schema.rb +31 -0
  133. data/spec/dummy_5.1/db/test.sqlite3 +0 -0
  134. data/spec/{dummy_5 → dummy_5.1}/log/test.log +746 -0
  135. data/spec/dummy_5.1/public/404.html +67 -0
  136. data/spec/dummy_5.1/public/422.html +67 -0
  137. data/spec/dummy_5.1/public/500.html +66 -0
  138. data/spec/dummy_5.1/public/favicon.ico +0 -0
  139. data/spec/dummy_5.2/Rakefile +6 -0
  140. data/spec/dummy_5.2/app/assets/javascripts/application.js +13 -0
  141. data/spec/dummy_5.2/app/assets/stylesheets/application.css +15 -0
  142. data/spec/dummy_5.2/app/controllers/application_controller.rb +5 -0
  143. data/spec/dummy_5.2/app/controllers/home_controller.rb +56 -0
  144. data/spec/dummy_5.2/app/controllers/likes_controller.rb +18 -0
  145. data/spec/dummy_5.2/app/controllers/users_controller.rb +37 -0
  146. data/spec/dummy_5.2/app/helpers/application_helper.rb +2 -0
  147. data/spec/dummy_5.2/app/mailers/notifier.rb +14 -0
  148. data/spec/dummy_5.2/app/models/like.rb +3 -0
  149. data/spec/dummy_5.2/app/models/user.rb +10 -0
  150. data/spec/dummy_5.2/app/views/home/_cover_sheet.xlsx.axlsx +3 -0
  151. data/spec/dummy_5.2/app/views/home/index.html.erb +4 -0
  152. data/spec/dummy_5.2/app/views/home/index.xlsx.axlsx +8 -0
  153. data/spec/dummy_5.2/app/views/home/only_html.html.erb +1 -0
  154. data/spec/dummy_5.2/app/views/home/useheader.xlsx.axlsx +8 -0
  155. data/spec/dummy_5.2/app/views/home/withpartial.xlsx.axlsx +9 -0
  156. data/spec/dummy_5.2/app/views/layouts/application.html.erb +12 -0
  157. data/spec/dummy_5.2/app/views/layouts/users.html.erb +12 -0
  158. data/spec/dummy_5.2/app/views/likes/index.html.erb +17 -0
  159. data/spec/dummy_5.2/app/views/likes/index.xlsx.axlsx +7 -0
  160. data/spec/dummy_5.2/app/views/notifier/instructions.html.erb +14 -0
  161. data/spec/dummy_5.2/app/views/notifier/instructions.txt.erb +6 -0
  162. data/spec/dummy_5.2/app/views/users/export.xlsx.axlsx +8 -0
  163. data/spec/dummy_5.2/app/views/users/index.html.erb +23 -0
  164. data/spec/dummy_5.2/app/views/users/index.xlsx.axlsx +1 -0
  165. data/spec/dummy_5.2/app/views/users/noaction.xlsx.axlsx +1 -0
  166. data/spec/dummy_5.2/app/views/users/respond_with.xlsx.axlsx +8 -0
  167. data/spec/dummy_5.2/app/views/users/send_instructions.xlsx.axlsx +5 -0
  168. data/spec/dummy_5.2/bin/bundle +3 -0
  169. data/spec/dummy_5.2/bin/rails +4 -0
  170. data/spec/dummy_5.2/bin/rake +4 -0
  171. data/spec/dummy_5.2/config.ru +4 -0
  172. data/spec/dummy_5.2/config/application.rb +23 -0
  173. data/spec/dummy_5.2/config/boot.rb +5 -0
  174. data/spec/dummy_5.2/config/database.yml +25 -0
  175. data/spec/dummy_5.2/config/environment.rb +5 -0
  176. data/spec/dummy_5.2/config/environments/development.rb +37 -0
  177. data/spec/dummy_5.2/config/environments/production.rb +83 -0
  178. data/spec/dummy_5.2/config/environments/test.rb +40 -0
  179. data/spec/dummy_5.2/config/initializers/backtrace_silencers.rb +7 -0
  180. data/spec/dummy_5.2/config/initializers/cookies_serializer.rb +3 -0
  181. data/spec/dummy_5.2/config/initializers/filter_parameter_logging.rb +4 -0
  182. data/spec/dummy_5.2/config/initializers/inflections.rb +16 -0
  183. data/spec/dummy_5.2/config/initializers/mime_types.rb +4 -0
  184. data/spec/dummy_5.2/config/initializers/secret_token.rb +2 -0
  185. data/spec/dummy_5.2/config/initializers/session_store.rb +3 -0
  186. data/spec/dummy_5.2/config/initializers/wrap_parameters.rb +14 -0
  187. data/spec/dummy_5.2/config/locales/en.yml +23 -0
  188. data/spec/dummy_5.2/config/routes.rb +17 -0
  189. data/spec/dummy_5.2/config/secrets.yml +22 -0
  190. data/spec/dummy_5.2/db/migrate/20120717192452_create_users.rb +12 -0
  191. data/spec/dummy_5.2/db/migrate/20121206210955_create_likes.rb +10 -0
  192. data/spec/dummy_5.2/db/schema.rb +31 -0
  193. data/spec/dummy_5.2/db/test.sqlite3 +0 -0
  194. data/spec/dummy_5.2/log/test.log +4386 -0
  195. data/spec/dummy_5.2/public/404.html +67 -0
  196. data/spec/dummy_5.2/public/422.html +67 -0
  197. data/spec/dummy_5.2/public/500.html +66 -0
  198. data/spec/dummy_5.2/public/favicon.ico +0 -0
  199. data/spec/dummy_6.0/Rakefile +6 -0
  200. data/spec/dummy_6.0/app/assets/javascripts/application.js +13 -0
  201. data/spec/dummy_6.0/app/assets/stylesheets/application.css +15 -0
  202. data/spec/dummy_6.0/app/controllers/application_controller.rb +5 -0
  203. data/spec/dummy_6.0/app/controllers/home_controller.rb +56 -0
  204. data/spec/dummy_6.0/app/controllers/likes_controller.rb +18 -0
  205. data/spec/dummy_6.0/app/controllers/users_controller.rb +37 -0
  206. data/spec/dummy_6.0/app/helpers/application_helper.rb +2 -0
  207. data/spec/dummy_6.0/app/mailers/notifier.rb +14 -0
  208. data/spec/dummy_6.0/app/models/like.rb +3 -0
  209. data/spec/dummy_6.0/app/models/user.rb +10 -0
  210. data/spec/dummy_6.0/app/views/home/_cover_sheet.xlsx.axlsx +3 -0
  211. data/spec/dummy_6.0/app/views/home/index.html.erb +4 -0
  212. data/spec/dummy_6.0/app/views/home/index.xlsx.axlsx +8 -0
  213. data/spec/dummy_6.0/app/views/home/only_html.html.erb +1 -0
  214. data/spec/dummy_6.0/app/views/home/useheader.xlsx.axlsx +8 -0
  215. data/spec/dummy_6.0/app/views/home/withpartial.xlsx.axlsx +9 -0
  216. data/spec/dummy_6.0/app/views/layouts/application.html.erb +12 -0
  217. data/spec/dummy_6.0/app/views/layouts/users.html.erb +12 -0
  218. data/spec/dummy_6.0/app/views/likes/index.html.erb +17 -0
  219. data/spec/dummy_6.0/app/views/likes/index.xlsx.axlsx +7 -0
  220. data/spec/dummy_6.0/app/views/notifier/instructions.html.erb +14 -0
  221. data/spec/dummy_6.0/app/views/notifier/instructions.txt.erb +6 -0
  222. data/spec/dummy_6.0/app/views/users/export.xlsx.axlsx +8 -0
  223. data/spec/dummy_6.0/app/views/users/index.html.erb +23 -0
  224. data/spec/dummy_6.0/app/views/users/index.xlsx.axlsx +1 -0
  225. data/spec/dummy_6.0/app/views/users/noaction.xlsx.axlsx +1 -0
  226. data/spec/dummy_6.0/app/views/users/respond_with.xlsx.axlsx +8 -0
  227. data/spec/dummy_6.0/app/views/users/send_instructions.xlsx.axlsx +5 -0
  228. data/spec/dummy_6.0/bin/bundle +3 -0
  229. data/spec/dummy_6.0/bin/rails +4 -0
  230. data/spec/dummy_6.0/bin/rake +4 -0
  231. data/spec/dummy_6.0/config.ru +4 -0
  232. data/spec/dummy_6.0/config/application.rb +23 -0
  233. data/spec/dummy_6.0/config/boot.rb +5 -0
  234. data/spec/dummy_6.0/config/database.yml +25 -0
  235. data/spec/dummy_6.0/config/environment.rb +5 -0
  236. data/spec/dummy_6.0/config/environments/development.rb +37 -0
  237. data/spec/dummy_6.0/config/environments/production.rb +83 -0
  238. data/spec/dummy_6.0/config/environments/test.rb +40 -0
  239. data/spec/dummy_6.0/config/initializers/backtrace_silencers.rb +7 -0
  240. data/spec/dummy_6.0/config/initializers/cookies_serializer.rb +3 -0
  241. data/spec/dummy_6.0/config/initializers/filter_parameter_logging.rb +4 -0
  242. data/spec/dummy_6.0/config/initializers/inflections.rb +16 -0
  243. data/spec/dummy_6.0/config/initializers/mime_types.rb +4 -0
  244. data/spec/dummy_6.0/config/initializers/secret_token.rb +2 -0
  245. data/spec/dummy_6.0/config/initializers/session_store.rb +3 -0
  246. data/spec/dummy_6.0/config/initializers/wrap_parameters.rb +14 -0
  247. data/spec/dummy_6.0/config/locales/en.yml +23 -0
  248. data/spec/dummy_6.0/config/routes.rb +17 -0
  249. data/spec/dummy_6.0/config/secrets.yml +22 -0
  250. data/spec/dummy_6.0/db/migrate/20120717192452_create_users.rb +12 -0
  251. data/spec/dummy_6.0/db/migrate/20121206210955_create_likes.rb +10 -0
  252. data/spec/dummy_6.0/db/schema.rb +31 -0
  253. data/spec/dummy_6.0/db/test.sqlite3 +0 -0
  254. data/spec/dummy_6.0/log/test.log +1424 -0
  255. data/spec/dummy_6.0/public/404.html +67 -0
  256. data/spec/dummy_6.0/public/422.html +67 -0
  257. data/spec/dummy_6.0/public/500.html +66 -0
  258. data/spec/dummy_6.0/public/favicon.ico +0 -0
  259. data/spec/spec_helper.rb +12 -3
  260. data/spec/test_5.0.sh +1 -1
  261. data/spec/test_5.1.sh +1 -1
  262. data/spec/test_5.2.sh +16 -0
  263. data/spec/test_6.0.sh +16 -0
  264. data/spec/test_all_rails.sh +4 -2
  265. metadata +499 -147
  266. data/Gemfile.lock.4.2 +0 -255
@@ -0,0 +1,5 @@
1
+ # Load the Rails application.
2
+ require File.expand_path('../application', __FILE__)
3
+
4
+ # Initialize the Rails application.
5
+ Rails.application.initialize!
@@ -0,0 +1,37 @@
1
+ Rails.application.configure do
2
+ # Settings specified here will take precedence over those in config/application.rb.
3
+
4
+ # In the development environment your application's code is reloaded on
5
+ # every request. This slows down response time but is perfect for development
6
+ # since you don't have to restart the web server when you make code changes.
7
+ config.cache_classes = false
8
+
9
+ # Do not eager load code on boot.
10
+ config.eager_load = false
11
+
12
+ # Show full error reports and disable caching.
13
+ config.consider_all_requests_local = true
14
+ config.action_controller.perform_caching = false
15
+
16
+ # Don't care if the mailer can't send.
17
+ config.action_mailer.raise_delivery_errors = false
18
+
19
+ # Print deprecation notices to the Rails logger.
20
+ config.active_support.deprecation = :log
21
+
22
+ # Raise an error on page load if there are pending migrations.
23
+ config.active_record.migration_error = :page_load
24
+
25
+ # Debug mode disables concatenation and preprocessing of assets.
26
+ # This option may cause significant delays in view rendering with a large
27
+ # number of complex assets.
28
+ config.assets.debug = true
29
+
30
+ # Adds additional error checking when serving assets at runtime.
31
+ # Checks for improperly declared sprockets dependencies.
32
+ # Raises helpful error messages.
33
+ config.assets.raise_runtime_errors = true
34
+
35
+ # Raises error for missing translations
36
+ # config.action_view.raise_on_missing_translations = true
37
+ end
@@ -0,0 +1,83 @@
1
+ Rails.application.configure do
2
+ # Settings specified here will take precedence over those in config/application.rb.
3
+
4
+ # Code is not reloaded between requests.
5
+ config.cache_classes = true
6
+
7
+ # Eager load code on boot. This eager loads most of Rails and
8
+ # your application in memory, allowing both threaded web servers
9
+ # and those relying on copy on write to perform better.
10
+ # Rake tasks automatically ignore this option for performance.
11
+ config.eager_load = true
12
+
13
+ # Full error reports are disabled and caching is turned on.
14
+ config.consider_all_requests_local = false
15
+ config.action_controller.perform_caching = true
16
+
17
+ # Enable Rack::Cache to put a simple HTTP cache in front of your application
18
+ # Add `rack-cache` to your Gemfile before enabling this.
19
+ # For large-scale production use, consider using a caching reverse proxy like nginx, varnish or squid.
20
+ # config.action_dispatch.rack_cache = true
21
+
22
+ # Disable Rails's static asset server (Apache or nginx will already do this).
23
+ config.serve_static_assets = false
24
+
25
+ # Compress JavaScripts and CSS.
26
+ config.assets.js_compressor = :uglifier
27
+ # config.assets.css_compressor = :sass
28
+
29
+ # Do not fallback to assets pipeline if a precompiled asset is missed.
30
+ config.assets.compile = false
31
+
32
+ # Generate digests for assets URLs.
33
+ config.assets.digest = true
34
+
35
+ # Version of your assets, change this if you want to expire all your assets.
36
+ config.assets.version = '1.0'
37
+
38
+ # Specifies the header that your server uses for sending files.
39
+ # config.action_dispatch.x_sendfile_header = "X-Sendfile" # for apache
40
+ # config.action_dispatch.x_sendfile_header = 'X-Accel-Redirect' # for nginx
41
+
42
+ # Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies.
43
+ # config.force_ssl = true
44
+
45
+ # Set to :debug to see everything in the log.
46
+ config.log_level = :info
47
+
48
+ # Prepend all log lines with the following tags.
49
+ # config.log_tags = [ :subdomain, :uuid ]
50
+
51
+ # Use a different logger for distributed setups.
52
+ # config.logger = ActiveSupport::TaggedLogging.new(SyslogLogger.new)
53
+
54
+ # Use a different cache store in production.
55
+ # config.cache_store = :mem_cache_store
56
+
57
+ # Enable serving of images, stylesheets, and JavaScripts from an asset server.
58
+ # config.action_controller.asset_host = "http://assets.example.com"
59
+
60
+ # Precompile additional assets.
61
+ # application.js, application.css, and all non-JS/CSS in app/assets folder are already added.
62
+ # config.assets.precompile += %w( search.js )
63
+
64
+ # Ignore bad email addresses and do not raise email delivery errors.
65
+ # Set this to true and configure the email server for immediate delivery to raise delivery errors.
66
+ # config.action_mailer.raise_delivery_errors = false
67
+
68
+ # Enable locale fallbacks for I18n (makes lookups for any locale fall back to
69
+ # the I18n.default_locale when a translation cannot be found).
70
+ config.i18n.fallbacks = true
71
+
72
+ # Send deprecation notices to registered listeners.
73
+ config.active_support.deprecation = :notify
74
+
75
+ # Disable automatic flushing of the log to improve performance.
76
+ # config.autoflush_log = false
77
+
78
+ # Use default logging formatter so that PID and timestamp are not suppressed.
79
+ config.log_formatter = ::Logger::Formatter.new
80
+
81
+ # Do not dump schema after migrations.
82
+ config.active_record.dump_schema_after_migration = false
83
+ end
@@ -0,0 +1,40 @@
1
+ #Rails.application.configure do
2
+ Dummy::Application.configure do
3
+ # Settings specified here will take precedence over those in config/application.rb.
4
+
5
+ # The test environment is used exclusively to run your application's
6
+ # test suite. You never need to work with it otherwise. Remember that
7
+ # your test database is "scratch space" for the test suite and is wiped
8
+ # and recreated between test runs. Don't rely on the data there!
9
+ config.cache_classes = true
10
+
11
+ # Do not eager load code on boot. This avoids loading your whole application
12
+ # just for the purpose of running a single test. If you are using a tool that
13
+ # preloads Rails for running tests, you may have to set it to true.
14
+ config.eager_load = false
15
+
16
+ # Configure static asset server for tests with Cache-Control for performance.
17
+ config.serve_static_assets = true
18
+ # config.static_cache_control = 'public, max-age=3600'
19
+
20
+ # Show full error reports and disable caching.
21
+ config.consider_all_requests_local = true
22
+ config.action_controller.perform_caching = false
23
+
24
+ # Raise exceptions instead of rendering exception templates.
25
+ config.action_dispatch.show_exceptions = false
26
+
27
+ # Disable request forgery protection in test environment.
28
+ config.action_controller.allow_forgery_protection = false
29
+
30
+ # Tell Action Mailer not to deliver emails to the real world.
31
+ # The :test delivery method accumulates sent emails in the
32
+ # ActionMailer::Base.deliveries array.
33
+ config.action_mailer.delivery_method = :test
34
+
35
+ # Print deprecation notices to the stderr.
36
+ config.active_support.deprecation = :stderr
37
+
38
+ # Raises error for missing translations
39
+ # config.action_view.raise_on_missing_translations = true
40
+ end
@@ -0,0 +1,7 @@
1
+ # Be sure to restart your server when you modify this file.
2
+
3
+ # You can add backtrace silencers for libraries that you're using but don't wish to see in your backtraces.
4
+ # Rails.backtrace_cleaner.add_silencer { |line| line =~ /my_noisy_library/ }
5
+
6
+ # You can also remove all the silencers if you're trying to debug a problem that might stem from framework code.
7
+ # Rails.backtrace_cleaner.remove_silencers!
@@ -0,0 +1,3 @@
1
+ # Be sure to restart your server when you modify this file.
2
+
3
+ Rails.application.config.action_dispatch.cookies_serializer = :json
@@ -0,0 +1,4 @@
1
+ # Be sure to restart your server when you modify this file.
2
+
3
+ # Configure sensitive parameters which will be filtered from the log file.
4
+ Rails.application.config.filter_parameters += [:password]
@@ -0,0 +1,16 @@
1
+ # Be sure to restart your server when you modify this file.
2
+
3
+ # Add new inflection rules using the following format. Inflections
4
+ # are locale specific, and you may define rules for as many different
5
+ # locales as you wish. All of these examples are active by default:
6
+ # ActiveSupport::Inflector.inflections(:en) do |inflect|
7
+ # inflect.plural /^(ox)$/i, '\1en'
8
+ # inflect.singular /^(ox)en/i, '\1'
9
+ # inflect.irregular 'person', 'people'
10
+ # inflect.uncountable %w( fish sheep )
11
+ # end
12
+
13
+ # These inflection rules are supported but not enabled by default:
14
+ # ActiveSupport::Inflector.inflections(:en) do |inflect|
15
+ # inflect.acronym 'RESTful'
16
+ # end
@@ -0,0 +1,4 @@
1
+ # Be sure to restart your server when you modify this file.
2
+
3
+ # Add new mime types for use in respond_to blocks:
4
+ # Mime::Type.register "text/richtext", :rtf
@@ -0,0 +1,2 @@
1
+ Dummy::Application.config.secret_token = 'existing secret token'
2
+ Dummy::Application.config.secret_key_base = 'new secret key base'
@@ -0,0 +1,3 @@
1
+ # Be sure to restart your server when you modify this file.
2
+
3
+ Rails.application.config.session_store :cookie_store, key: '_dummy_session'
@@ -0,0 +1,14 @@
1
+ # Be sure to restart your server when you modify this file.
2
+
3
+ # This file contains settings for ActionController::ParamsWrapper which
4
+ # is enabled by default.
5
+
6
+ # Enable parameter wrapping for JSON. You can disable this by setting :format to an empty array.
7
+ ActiveSupport.on_load(:action_controller) do
8
+ wrap_parameters format: [:json] if respond_to?(:wrap_parameters)
9
+ end
10
+
11
+ # To enable root element in JSON for ActiveRecord objects.
12
+ # ActiveSupport.on_load(:active_record) do
13
+ # self.include_root_in_json = true
14
+ # end
@@ -0,0 +1,23 @@
1
+ # Files in the config/locales directory are used for internationalization
2
+ # and are automatically loaded by Rails. If you want to use locales other
3
+ # than English, add the necessary files in this directory.
4
+ #
5
+ # To use the locales, use `I18n.t`:
6
+ #
7
+ # I18n.t 'hello'
8
+ #
9
+ # In views, this is aliased to just `t`:
10
+ #
11
+ # <%= t('hello') %>
12
+ #
13
+ # To use a different locale, set it with `I18n.locale`:
14
+ #
15
+ # I18n.locale = :es
16
+ #
17
+ # This would use the information in config/locales/es.yml.
18
+ #
19
+ # To learn more, please read the Rails Internationalization guide
20
+ # available at http://guides.rubyonrails.org/i18n.html.
21
+
22
+ en:
23
+ hello: "Hello world"
@@ -0,0 +1,17 @@
1
+ Rails.application.routes.draw do
2
+ get "/users/:user_id/render_elsewhere(.:format)", :to => "likes#render_elsewhere"
3
+ get "/users/:user_id/send_instructions", :to => "users#send_instructions"
4
+ get "/users/noaction", :to => "users#noaction"
5
+ get "/users/export/:id", :to => "users#export"
6
+ resources :users do
7
+ resources :likes
8
+ end
9
+ get "/home(.:format)", :to => "home#index", :as => :home
10
+ get "/home/only_html", :to => "home#only_html", :as => :only_html
11
+ get "/another(.:format)", :to => "home#another", :as => :another
12
+ get "/useheader(.:format)", :to => "home#useheader", :as => :useheader
13
+ get "/withpartial(.:format)", :to => "home#withpartial", :as => :withpartial
14
+ get "/home/render_elsewhere(.:format)", :to => "home#render_elsewhere"
15
+ get "/render_elsewhere(.:format)", :to => "home#render_elsewhere"
16
+ root to: "home#index"
17
+ end
@@ -0,0 +1,22 @@
1
+ # Be sure to restart your server when you modify this file.
2
+
3
+ # Your secret key is used for verifying the integrity of signed cookies.
4
+ # If you change this key, all old signed cookies will become invalid!
5
+
6
+ # Make sure the secret is at least 30 characters and all random,
7
+ # no regular words or you'll be exposed to dictionary attacks.
8
+ # You can use `rake secret` to generate a secure secret key.
9
+
10
+ # Make sure the secrets in this file are kept private
11
+ # if you're sharing your code publicly.
12
+
13
+ development:
14
+ secret_key_base: a379dda69862a8411c21a5657a822201520044ba6afc4eb650247079c545c6c566fa4119b818744c36d7faca4533542695e382a787ef9899a52754b4dcc4145c
15
+
16
+ test:
17
+ secret_key_base: be4cce38d09d5ef8d251576c17b633e28d36efd34843b2a0930bc9450e7bfc1dbad6600e2a0f1f901b4f26c43dd916732966d1428c1f8eeb1218765856e5d84a
18
+
19
+ # Do not keep production secrets in the repository,
20
+ # instead read values from the environment.
21
+ production:
22
+ secret_key_base: <%= ENV["SECRET_KEY_BASE"] %>
@@ -0,0 +1,12 @@
1
+ class CreateUsers < ActiveRecord::Migration[5.1]
2
+ def change
3
+ create_table :users do |t|
4
+ t.string :name
5
+ t.string :last_name
6
+ t.string :address
7
+ t.string :email
8
+
9
+ t.timestamps
10
+ end
11
+ end
12
+ end
@@ -0,0 +1,10 @@
1
+ class CreateLikes < ActiveRecord::Migration[5.1]
2
+ def change
3
+ create_table :likes do |t|
4
+ t.string :name
5
+ t.integer :user_id
6
+
7
+ t.timestamps
8
+ end
9
+ end
10
+ end
@@ -0,0 +1,31 @@
1
+ # This file is auto-generated from the current state of the database. Instead
2
+ # of editing this file, please use the migrations feature of Active Record to
3
+ # incrementally modify your database, and then regenerate this schema definition.
4
+ #
5
+ # Note that this schema.rb definition is the authoritative source for your
6
+ # database schema. If you need to create the application database on another
7
+ # system, you should be using db:schema:load, not running all the migrations
8
+ # from scratch. The latter is a flawed and unsustainable approach (the more migrations
9
+ # you'll amass, the slower it'll run and the greater likelihood for issues).
10
+ #
11
+ # It's strongly recommended that you check this file into your version control system.
12
+
13
+ ActiveRecord::Schema.define(version: 20121206210955) do
14
+
15
+ create_table "likes", force: :cascade do |t|
16
+ t.string "name"
17
+ t.integer "user_id"
18
+ t.datetime "created_at"
19
+ t.datetime "updated_at"
20
+ end
21
+
22
+ create_table "users", force: :cascade do |t|
23
+ t.string "name"
24
+ t.string "last_name"
25
+ t.string "address"
26
+ t.string "email"
27
+ t.datetime "created_at"
28
+ t.datetime "updated_at"
29
+ end
30
+
31
+ end
@@ -3638,3 +3638,749 @@ Processing by LikesController#index as XLSX
3638
3638
  Like Load (0.2ms) SELECT "likes".* FROM "likes" WHERE "likes"."user_id" = ? [["user_id", 226]]
3639
3639
  Rendered likes/index.xlsx.axlsx (6.4ms)
3640
3640
  Completed 200 OK in 10ms (Views: 7.6ms | ActiveRecord: 0.2ms)
3641
+  (0.1ms) SELECT sqlite_version(*)
3642
+  (24.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)
3643
+  (0.6ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
3644
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
3645
+ Migrating to CreateUsers (20120717192452)
3646
+  (0.1ms) DROP TABLE IF EXISTS "likes"
3647
+  (0.1ms) SELECT sqlite_version(*)
3648
+  (1.6ms) CREATE TABLE "likes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "user_id" integer, "created_at" datetime, "updated_at" datetime)
3649
+  (0.1ms) DROP TABLE IF EXISTS "users"
3650
+  (0.9ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "last_name" varchar, "address" varchar, "email" varchar, "created_at" datetime, "updated_at" datetime)
3651
+  (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)
3652
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
3653
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES (20121206210955)
3654
+  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES
3655
+ (20120717192452);
3656
+
3657
+ 
3658
+  (1.1ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
3659
+ ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
3660
+  (0.0ms) begin transaction
3661
+ SQL (0.2ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "test"], ["created_at", "2019-09-20 06:51:05.510861"], ["updated_at", "2019-09-20 06:51:05.510861"]]
3662
+  (0.6ms) commit transaction
3663
+ ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
3664
+  (0.0ms) begin transaction
3665
+  (0.0ms) commit transaction
3666
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
3667
+ Started GET "/another" for 127.0.0.1 at 2019-09-19 23:51:08 -0700
3668
+ Processing by HomeController#another as */*
3669
+ Rendering home/index.html.erb
3670
+ Rendered home/index.html.erb (1.1ms)
3671
+ Rendering text template
3672
+ Rendered text template (0.0ms)
3673
+ Sent data filename_test.xlsx (0.6ms)
3674
+ Completed 200 OK in 6ms (Views: 5.9ms | ActiveRecord: 0.0ms)
3675
+ Started GET "/home/only_html" for 127.0.0.1 at 2019-09-19 23:51:08 -0700
3676
+ Processing by HomeController#only_html as */*
3677
+ Rendering home/only_html.html.erb within layouts/application
3678
+ Rendered home/only_html.html.erb within layouts/application (0.2ms)
3679
+ Completed 200 OK in 4ms (Views: 1.3ms | ActiveRecord: 0.0ms)
3680
+ Started GET "/another.xlsx" for 127.0.0.1 at 2019-09-19 23:51:08 -0700
3681
+ Processing by HomeController#another as XLSX
3682
+ Rendering home/index.xlsx.axlsx
3683
+ Rendered home/index.xlsx.axlsx (18.6ms)
3684
+ Rendering text template
3685
+ Rendered text template (0.0ms)
3686
+ Sent data filename_test.xlsx (0.3ms)
3687
+ Completed 200 OK in 20ms (Views: 19.5ms | ActiveRecord: 0.0ms)
3688
+ User Load (0.8ms) SELECT "users".* FROM "users"
3689
+  (0.1ms) begin transaction
3690
+ SQL (0.3ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-09-20 06:51:08.247484"], ["updated_at", "2019-09-20 06:51:08.247484"]]
3691
+  (0.7ms) commit transaction
3692
+  (0.0ms) begin transaction
3693
+ SQL (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-09-20 06:51:08.249698"], ["updated_at", "2019-09-20 06:51:08.249698"]]
3694
+  (0.6ms) commit transaction
3695
+ Started GET "/users.xlsx" for 127.0.0.1 at 2019-09-19 23:51:08 -0700
3696
+ Processing by UsersController#index as XLSX
3697
+ Rendering users/index.xlsx.axlsx
3698
+ User Load (0.1ms) SELECT "users".* FROM "users"
3699
+ Rendered users/index.xlsx.axlsx (16.3ms)
3700
+ Completed 200 OK in 17ms (Views: 16.6ms | ActiveRecord: 0.1ms)
3701
+ Started GET "/useheader.xlsx" for 127.0.0.1 at 2019-09-19 23:51:08 -0700
3702
+ Processing by HomeController#useheader as XLSX
3703
+ Rendering home/useheader.xlsx.axlsx
3704
+ Rendered home/useheader.xlsx.axlsx (26.6ms)
3705
+ Rendering text template
3706
+ Rendered text template (0.0ms)
3707
+ Sent data filename_test.xlsx (0.3ms)
3708
+ Completed 200 OK in 28ms (Views: 27.6ms | ActiveRecord: 0.0ms)
3709
+ User Load (0.1ms) SELECT "users".* FROM "users"
3710
+  (0.0ms) begin transaction
3711
+ SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
3712
+  (0.5ms) commit transaction
3713
+  (0.0ms) begin transaction
3714
+ SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
3715
+  (0.4ms) commit transaction
3716
+  (0.0ms) begin transaction
3717
+ SQL (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-09-20 06:51:08.314816"], ["updated_at", "2019-09-20 06:51:08.314816"]]
3718
+  (0.5ms) commit transaction
3719
+  (0.0ms) begin transaction
3720
+ SQL (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-09-20 06:51:08.316730"], ["updated_at", "2019-09-20 06:51:08.316730"]]
3721
+  (0.6ms) commit transaction
3722
+ Started GET "/users/noaction.xlsx" for 127.0.0.1 at 2019-09-19 23:51:08 -0700
3723
+ Processing by UsersController#noaction as XLSX
3724
+ Rendering users/noaction.xlsx.axlsx
3725
+ User Load (0.1ms) SELECT "users".* FROM "users"
3726
+ Rendered users/noaction.xlsx.axlsx (16.7ms)
3727
+ Completed 200 OK in 17ms (Views: 16.9ms | ActiveRecord: 0.1ms)
3728
+ User Load (0.1ms) SELECT "users".* FROM "users"
3729
+  (0.0ms) begin transaction
3730
+ SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 3]]
3731
+  (0.6ms) commit transaction
3732
+  (0.0ms) begin transaction
3733
+ SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 4]]
3734
+  (0.7ms) commit transaction
3735
+  (0.0ms) begin transaction
3736
+ SQL (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-09-20 06:51:08.347932"], ["updated_at", "2019-09-20 06:51:08.347932"]]
3737
+  (0.6ms) commit transaction
3738
+ Started GET "/users/export/5.xlsx" for 127.0.0.1 at 2019-09-19 23:51:08 -0700
3739
+ Processing by UsersController#export as XLSX
3740
+ Parameters: {"id"=>"5"}
3741
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]
3742
+ Rendering users/export.xlsx.axlsx
3743
+ Rendered users/export.xlsx.axlsx (15.7ms)
3744
+ Rendering text template
3745
+ Rendered text template (0.0ms)
3746
+ Sent data export_5.xlsx (0.4ms)
3747
+ Completed 200 OK in 19ms (Views: 16.7ms | ActiveRecord: 0.1ms)
3748
+ Started GET "/useheader.xlsx?set_direct=true" for 127.0.0.1 at 2019-09-19 23:51:08 -0700
3749
+ Processing by HomeController#useheader as XLSX
3750
+ Parameters: {"set_direct"=>"true"}
3751
+ Rendering home/useheader.xlsx.axlsx
3752
+ Rendered home/useheader.xlsx.axlsx (17.3ms)
3753
+ Completed 200 OK in 19ms (Views: 18.6ms | ActiveRecord: 0.0ms)
3754
+ Started GET "/home.xlsx" for 127.0.0.1 at 2019-09-19 23:51:08 -0700
3755
+ Processing by HomeController#index as XLSX
3756
+ Rendering home/index.xlsx.axlsx
3757
+ Rendered home/index.xlsx.axlsx (15.0ms)
3758
+ Completed 200 OK in 16ms (Views: 15.4ms | ActiveRecord: 0.0ms)
3759
+  (0.0ms) begin transaction
3760
+ SQL (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-09-20 06:51:08.420468"], ["updated_at", "2019-09-20 06:51:08.420468"]]
3761
+  (0.7ms) commit transaction
3762
+ Started GET "/" for 127.0.0.1 at 2019-09-19 23:51:08 -0700
3763
+ Processing by HomeController#index as HTML
3764
+ Rendering home/index.html.erb within layouts/application
3765
+ Rendered home/index.html.erb within layouts/application (0.5ms)
3766
+ Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
3767
+ Started GET "/withpartial.xlsx" for 127.0.0.1 at 2019-09-19 23:51:08 -0700
3768
+ Processing by HomeController#withpartial as XLSX
3769
+ Rendering home/withpartial.xlsx.axlsx
3770
+ Rendered home/_cover_sheet.xlsx.axlsx (8.5ms)
3771
+ Rendered home/withpartial.xlsx.axlsx (27.9ms)
3772
+ Completed 200 OK in 29ms (Views: 28.3ms | ActiveRecord: 0.0ms)
3773
+ User Load (0.1ms) SELECT "users".* FROM "users"
3774
+  (0.0ms) begin transaction
3775
+ SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 5]]
3776
+  (0.5ms) commit transaction
3777
+  (0.1ms) begin transaction
3778
+ SQL (0.4ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 6]]
3779
+  (0.7ms) commit transaction
3780
+  (0.0ms) begin transaction
3781
+ SQL (0.3ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-09-20 06:51:08.477395"], ["updated_at", "2019-09-20 06:51:08.477395"]]
3782
+  (0.4ms) commit transaction
3783
+ Started GET "/users/7.xlsx" for 127.0.0.1 at 2019-09-19 23:51:08 -0700
3784
+ Processing by UsersController#show as XLSX
3785
+ Parameters: {"id"=>"7"}
3786
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]
3787
+ Rendering users/respond_with.xlsx.axlsx
3788
+ Rendered users/respond_with.xlsx.axlsx (14.9ms)
3789
+ Completed 200 OK in 16ms (Views: 15.6ms | ActiveRecord: 0.1ms)
3790
+ Started GET "/users/7.xlsx" for 127.0.0.1 at 2019-09-19 23:51:08 -0700
3791
+ Processing by UsersController#show as XLSX
3792
+ Parameters: {"id"=>"7"}
3793
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]
3794
+ Rendering users/respond_with.xlsx.axlsx
3795
+ Rendered users/respond_with.xlsx.axlsx (13.0ms)
3796
+ Completed 200 OK in 14ms (Views: 13.3ms | ActiveRecord: 0.1ms)
3797
+ User Load (0.1ms) SELECT "users".* FROM "users"
3798
+  (0.0ms) begin transaction
3799
+ SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 7]]
3800
+  (0.6ms) commit transaction
3801
+  (0.0ms) begin transaction
3802
+ SQL (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-09-20 06:51:08.517688"], ["updated_at", "2019-09-20 06:51:08.517688"]]
3803
+  (0.5ms) commit transaction
3804
+  (0.1ms) begin transaction
3805
+ SQL (0.2ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Carrots"], ["user_id", 8], ["created_at", "2019-09-20 06:51:08.540134"], ["updated_at", "2019-09-20 06:51:08.540134"]]
3806
+  (1.1ms) commit transaction
3807
+  (0.1ms) begin transaction
3808
+ SQL (0.2ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Celery"], ["user_id", 8], ["created_at", "2019-09-20 06:51:08.543227"], ["updated_at", "2019-09-20 06:51:08.543227"]]
3809
+  (0.6ms) commit transaction
3810
+ Started GET "/users/8/likes.xlsx" for 127.0.0.1 at 2019-09-19 23:51:08 -0700
3811
+ Processing by LikesController#index as XLSX
3812
+ Parameters: {"user_id"=>"8"}
3813
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]
3814
+ Rendering likes/index.xlsx.axlsx
3815
+ Like Load (0.1ms) SELECT "likes".* FROM "likes" WHERE "likes"."user_id" = ? [["user_id", 8]]
3816
+ Rendered likes/index.xlsx.axlsx (25.3ms)
3817
+ Completed 200 OK in 29ms (Views: 26.5ms | ActiveRecord: 0.3ms)
3818
+ User Load (0.1ms) SELECT "users".* FROM "users"
3819
+  (0.3ms) begin transaction
3820
+ SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 8]]
3821
+  (0.5ms) commit transaction
3822
+  (0.0ms) begin transaction
3823
+ SQL (0.3ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-09-20 06:51:08.587079"], ["updated_at", "2019-09-20 06:51:08.587079"]]
3824
+  (0.7ms) commit transaction
3825
+ Started GET "/users/9/render_elsewhere.xlsx" for 127.0.0.1 at 2019-09-19 23:51:08 -0700
3826
+ Processing by LikesController#render_elsewhere as XLSX
3827
+ Parameters: {"user_id"=>"9"}
3828
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]
3829
+ Rendering users/index.xlsx.axlsx
3830
+ User Load (0.1ms) SELECT "users".* FROM "users"
3831
+ Rendered users/index.xlsx.axlsx (21.3ms)
3832
+ Rendering text template
3833
+ Rendered text template (0.0ms)
3834
+ Sent data index.xlsx (0.3ms)
3835
+ Completed 200 OK in 24ms (Views: 23.3ms | ActiveRecord: 0.3ms)
3836
+ Started GET "/home/render_elsewhere.xlsx?type=5" for 127.0.0.1 at 2019-09-19 23:51:08 -0700
3837
+ Processing by HomeController#render_elsewhere as XLSX
3838
+ Parameters: {"type"=>"5"}
3839
+ Rendering home/index.xlsx.axlsx
3840
+ Rendered home/index.xlsx.axlsx (21.9ms)
3841
+ Rendering text template
3842
+ Rendered text template (0.0ms)
3843
+ Sent data index.xlsx (0.3ms)
3844
+ Completed 200 OK in 23ms (Views: 22.6ms | ActiveRecord: 0.0ms)
3845
+ Started GET "/home/render_elsewhere.xlsx?type=4" for 127.0.0.1 at 2019-09-19 23:51:08 -0700
3846
+ Processing by HomeController#render_elsewhere as XLSX
3847
+ Parameters: {"type"=>"4"}
3848
+ Rendering users/index.xlsx.axlsx
3849
+ User Load (0.1ms) SELECT "users".* FROM "users"
3850
+ Rendered users/index.xlsx.axlsx (22.5ms)
3851
+ Completed 200 OK in 23ms (Views: 22.7ms | ActiveRecord: 0.1ms)
3852
+ Started GET "/home/render_elsewhere.xlsx?type=3" for 127.0.0.1 at 2019-09-19 23:51:08 -0700
3853
+ Processing by HomeController#render_elsewhere as XLSX
3854
+ Parameters: {"type"=>"3"}
3855
+ Rendering users/index.xlsx.axlsx
3856
+ User Load (0.1ms) SELECT "users".* FROM "users"
3857
+ Rendered users/index.xlsx.axlsx (15.5ms)
3858
+ Completed 200 OK in 16ms (Views: 15.8ms | ActiveRecord: 0.1ms)
3859
+ Started GET "/home/render_elsewhere.xlsx?type=1" for 127.0.0.1 at 2019-09-19 23:51:08 -0700
3860
+ Processing by HomeController#render_elsewhere as XLSX
3861
+ Parameters: {"type"=>"1"}
3862
+ Rendering users/index.xlsx.axlsx
3863
+ User Load (0.1ms) SELECT "users".* FROM "users"
3864
+ Rendered users/index.xlsx.axlsx (31.1ms)
3865
+ Rendering text template
3866
+ Rendered text template (0.0ms)
3867
+ Sent data index.xlsx (0.4ms)
3868
+ Completed 200 OK in 32ms (Views: 31.9ms | ActiveRecord: 0.1ms)
3869
+ Started GET "/another" for 127.0.0.1 at 2019-09-19 23:51:08 -0700
3870
+ Processing by HomeController#another as HTML
3871
+ Rendering home/index.html.erb
3872
+ Rendered home/index.html.erb (0.5ms)
3873
+ Rendering text template
3874
+ Rendered text template (0.0ms)
3875
+ Sent data filename_test.xlsx (0.2ms)
3876
+ Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms)
3877
+  (0.0ms) begin transaction
3878
+ SQL (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-09-20 06:51:08.800179"], ["updated_at", "2019-09-20 06:51:08.800179"]]
3879
+  (0.5ms) commit transaction
3880
+ Started GET "/users/10/send_instructions" for 127.0.0.1 at 2019-09-19 23:51:08 -0700
3881
+ Processing by UsersController#send_instructions as HTML
3882
+ Parameters: {"user_id"=>"10"}
3883
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]
3884
+ Rendering users/send_instructions.xlsx.axlsx
3885
+ Rendered users/send_instructions.xlsx.axlsx (16.3ms)
3886
+ Rendering notifier/instructions.html.erb
3887
+ Rendered notifier/instructions.html.erb (0.3ms)
3888
+ Notifier#instructions: processed outbound mail in 153.3ms
3889
+ Sent mail to elmer@fudd.com (5.8ms)
3890
+ Date: Thu, 19 Sep 2019 23:51:08 -0700
3891
+ From: noreply@company.com
3892
+ To: elmer@fudd.com
3893
+ Message-ID: <5d8476dceaeff_13ddb3ffe0603c05c76978@Valinor.local.mail>
3894
+ Subject: Instructions
3895
+ Mime-Version: 1.0
3896
+ Content-Type: multipart/mixed;
3897
+ boundary="--==_mimepart_5d8476dcea00d_13ddb3ffe0603c05c7688c";
3898
+ charset=UTF-8
3899
+ Content-Transfer-Encoding: 7bit
3900
+
3901
+
3902
+ ----==_mimepart_5d8476dcea00d_13ddb3ffe0603c05c7688c
3903
+ Content-Type: text/html;
3904
+ charset=UTF-8
3905
+ Content-Transfer-Encoding: 7bit
3906
+
3907
+ <!DOCTYPE html>
3908
+ <html>
3909
+ <head>
3910
+ <meta content='text/html; charset=UTF-8' http-equiv='Content-Type' />
3911
+ </head>
3912
+ <body>
3913
+ <h1>Instructions</h1>
3914
+ <p>
3915
+ You have successfully signed up to example.com,
3916
+ your username is: elmer@fudd.com.<br/>
3917
+ </p>
3918
+ <p>Thanks for joining and have a great day!</p>
3919
+ </body>
3920
+ </html>
3921
+
3922
+ ----==_mimepart_5d8476dcea00d_13ddb3ffe0603c05c7688c
3923
+ Content-Type: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
3924
+ Content-Transfer-Encoding: base64
3925
+ Content-Disposition: attachment;
3926
+ filename=user_10.xlsx
3927
+ Content-ID: <5d8476dceb5af_13ddb3ffe0603c05c77068@Valinor.local.mail>
3928
+
3929
+ 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
4009
+
4010
+ ----==_mimepart_5d8476dcea00d_13ddb3ffe0603c05c7688c--
4011
+
4012
+ Rendering text template
4013
+ Rendered text template (0.0ms)
4014
+ Completed 200 OK in 163ms (Views: 0.4ms | ActiveRecord: 0.1ms)
4015
+  (0.1ms) DROP TABLE IF EXISTS "likes"
4016
+  (0.1ms) SELECT sqlite_version(*)
4017
+  (1.6ms) CREATE TABLE "likes" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "user_id" integer, "created_at" datetime, "updated_at" datetime)
4018
+  (0.1ms) DROP TABLE IF EXISTS "users"
4019
+  (0.7ms) CREATE TABLE "users" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "last_name" varchar, "address" varchar, "email" varchar, "created_at" datetime, "updated_at" datetime)
4020
+  (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)
4021
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
4022
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES (20121206210955)
4023
+  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES
4024
+ (20120717192452);
4025
+
4026
+ 
4027
+  (0.8ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
4028
+ ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
4029
+  (0.0ms) begin transaction
4030
+ ActiveRecord::InternalMetadata Create (0.2ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "test"], ["created_at", "2019-09-20 09:06:00.019941"], ["updated_at", "2019-09-20 09:06:00.019941"]]
4031
+  (0.6ms) commit transaction
4032
+ ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
4033
+  (0.0ms) begin transaction
4034
+  (0.0ms) commit transaction
4035
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
4036
+  (0.1ms) begin transaction
4037
+ User Create (0.3ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-09-20 09:06:02.728407"], ["updated_at", "2019-09-20 09:06:02.728407"]]
4038
+  (1.4ms) commit transaction
4039
+ Started GET "/users/1/send_instructions" for 127.0.0.1 at 2019-09-20 02:06:02 -0700
4040
+ Processing by UsersController#send_instructions as HTML
4041
+ Parameters: {"user_id"=>"1"}
4042
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
4043
+ Rendering users/send_instructions.xlsx.axlsx
4044
+ Rendered users/send_instructions.xlsx.axlsx (7.9ms)
4045
+ Rendering notifier/instructions.html.erb
4046
+ Rendered notifier/instructions.html.erb (0.7ms)
4047
+ Notifier#instructions: processed outbound mail in 150.3ms
4048
+ Sent mail to elmer@fudd.com (5.8ms)
4049
+ Date: Fri, 20 Sep 2019 02:06:02 -0700
4050
+ From: noreply@company.com
4051
+ To: elmer@fudd.com
4052
+ Message-ID: <5d84967addad1_b3543fdf1103c05c5392d@Valinor.local.mail>
4053
+ Subject: Instructions
4054
+ Mime-Version: 1.0
4055
+ Content-Type: multipart/mixed;
4056
+ boundary="--==_mimepart_5d84967adcdc8_b3543fdf1103c05c538f8";
4057
+ charset=UTF-8
4058
+ Content-Transfer-Encoding: 7bit
4059
+
4060
+
4061
+ ----==_mimepart_5d84967adcdc8_b3543fdf1103c05c538f8
4062
+ Content-Type: text/html;
4063
+ charset=UTF-8
4064
+ Content-Transfer-Encoding: 7bit
4065
+
4066
+ <!DOCTYPE html>
4067
+ <html>
4068
+ <head>
4069
+ <meta content='text/html; charset=UTF-8' http-equiv='Content-Type' />
4070
+ </head>
4071
+ <body>
4072
+ <h1>Instructions</h1>
4073
+ <p>
4074
+ You have successfully signed up to example.com,
4075
+ your username is: elmer@fudd.com.<br/>
4076
+ </p>
4077
+ <p>Thanks for joining and have a great day!</p>
4078
+ </body>
4079
+ </html>
4080
+
4081
+ ----==_mimepart_5d84967adcdc8_b3543fdf1103c05c538f8
4082
+ Content-Type: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
4083
+ Content-Transfer-Encoding: base64
4084
+ Content-Disposition: attachment;
4085
+ filename=user_1.xlsx
4086
+ Content-ID: <5d84967ade305_b3543fdf1103c05c540ea@Valinor.local.mail>
4087
+
4088
+ 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
4142
+ jYiTyeRz3DAuQ48wUx/BwKriBVxg0TUgjQdRIJghsrrmrXZoM92yArKQEmpQ
4143
+ Wwjz1KW9UUGetmwDKzB3LWkVN7d4Q4YspDLjPI0HvzwtOWWwPQgUVFl4Np3N
4144
+ E8KJR/uA+YtDr3fkoOeyxP5GoYHCuB4StGHrFQgyQOl0XWN/X3MDK890MF13
4145
+ RnAJq6dmjUKP5gV1oBPMGxTf1MR6CZUZHX6DQjqdeu1nJ0C9atjPUVxS62mm
4146
+ o/Wb4uWSUnlLCRXrhLFG8kUf/IzYrAomiN50QonsyNeID7bKK1/G6LKy5S/Z
4147
+ E3auCW8PbYP/dfbDDlc420v3rdOu/NLdhbsHNLU100A073lp6iw8GelTpZdg
4148
+ u0OET9w4C+qi+w4aLl1RDXt0v2vQZsGNk4tOG2wGONJ7Lx1Ghy8gPjwZwpMP
4149
+ hR9Hx5Pdz/Qt2MEAdvAhsOlBlOxBi32Brj0XzLA8VdgHfnyUy0pnduD+Dmah
4150
+ pBu8zadpvLWxg8f5rgeX7gIaRZ6coE3+VTSg0thQhDWMYfP3w8CGfam6sowK
4151
+ bN7Gx8RypJq8Uk3eRdzD4fz9iCupjercK9T7KviffJ5zvNNqJ86ZKOwi6YSw
4152
+ 4rVcIitd/2k8reLSXLcuv12phtOVn9PiAjXsgRoVf0Zp/jbTa6V968ltXp+q
4153
+ X1J2g31nasMJVfn7PomOj8JA+J3g5DUaukjDAjfYDlKFtJeUdTryaUYlHldj
4154
+ 11rFHy6cv32buzqp4x9A/gdQSwECNAMUAAAACAAAgJ/r9oueoSABAACEAwAA
4155
+ EwAAAAAAAAABAAAApIEAAAAAW0NvbnRlbnRfVHlwZXNdLnhtbFBLAQI0AxQA
4156
+ AAAIAACAn+vqjY5o2wAAADkCAAALAAAAAAAAAAEAAACkgVEBAABfcmVscy8u
4157
+ cmVsc1BLAQI0AxQAAAAIAACAn+vIwfIniwAAAOEAAAAQAAAAAAAAAAEAAACk
4158
+ gVUCAABkb2NQcm9wcy9hcHAueG1sUEsBAjQDFAAAAAgAAICf687xGp8LAQAA
4159
+ 5QEAABEAAAAAAAAAAQAAAKSBDgMAAGRvY1Byb3BzL2NvcmUueG1sUEsBAjQD
4160
+ FAAAAAgAAICf654opM24AAAAlgEAABoAAAAAAAAAAQAAAKSBSAQAAHhsL19y
4161
+ ZWxzL3dvcmtib29rLnhtbC5yZWxzUEsBAjQDFAAAAAgAAICf69Un6s3FAQAA
4162
+ CAUAAA0AAAAAAAAAAQAAAKSBOAUAAHhsL3N0eWxlcy54bWxQSwECNAMUAAAA
4163
+ CAAAgJ/rpL1PoMcAAAA1AQAADwAAAAAAAAABAAAApIEoBwAAeGwvd29ya2Jv
4164
+ b2sueG1sUEsBAjQDFAAAAAgAAICf6z1YYjxwAAAAigAAACMAAAAAAAAAAQAA
4165
+ AKSBHAgAAHhsL3dvcmtzaGVldHMvX3JlbHMvc2hlZXQxLnhtbC5yZWxzUEsB
4166
+ AjQDFAAAAAgAAICf68VXRUmoAgAAMgYAABgAAAAAAAAAAQAAAKSBzQgAAHhs
4167
+ L3dvcmtzaGVldHMvc2hlZXQxLnhtbFBLBQYAAAAACQAJAE4CAACrCwAAAAA=
4168
+
4169
+ ----==_mimepart_5d84967adcdc8_b3543fdf1103c05c538f8--
4170
+
4171
+ Rendering text template
4172
+ Rendered text template (0.0ms)
4173
+ Completed 200 OK in 162ms (Views: 0.8ms | ActiveRecord: 0.1ms)
4174
+ User Load (0.2ms) SELECT "users".* FROM "users"
4175
+  (0.0ms) begin transaction
4176
+ User Destroy (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
4177
+  (0.8ms) commit transaction
4178
+  (0.0ms) begin transaction
4179
+ User Create (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-09-20 09:06:02.951251"], ["updated_at", "2019-09-20 09:06:02.951251"]]
4180
+  (0.7ms) commit transaction
4181
+ Started GET "/users/2/render_elsewhere.xlsx" for 127.0.0.1 at 2019-09-20 02:06:02 -0700
4182
+ Processing by LikesController#render_elsewhere as XLSX
4183
+ Parameters: {"user_id"=>"2"}
4184
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]
4185
+ Rendering users/index.xlsx.axlsx
4186
+ User Load (0.1ms) SELECT "users".* FROM "users"
4187
+ Rendered users/index.xlsx.axlsx (8.2ms)
4188
+ Rendering text template
4189
+ Rendered text template (0.0ms)
4190
+ Sent data index.xlsx (0.4ms)
4191
+ Completed 200 OK in 10ms (Views: 9.5ms | ActiveRecord: 0.2ms)
4192
+ Started GET "/home/render_elsewhere.xlsx?type=5" for 127.0.0.1 at 2019-09-20 02:06:02 -0700
4193
+ Processing by HomeController#render_elsewhere as XLSX
4194
+ Parameters: {"type"=>"5"}
4195
+ Rendering home/index.xlsx.axlsx
4196
+ Rendered home/index.xlsx.axlsx (6.3ms)
4197
+ Rendering text template
4198
+ Rendered text template (0.0ms)
4199
+ Sent data index.xlsx (0.9ms)
4200
+ Completed 200 OK in 8ms (Views: 8.2ms | ActiveRecord: 0.0ms)
4201
+ Started GET "/home/render_elsewhere.xlsx?type=4" for 127.0.0.1 at 2019-09-20 02:06:02 -0700
4202
+ Processing by HomeController#render_elsewhere as XLSX
4203
+ Parameters: {"type"=>"4"}
4204
+ Rendering users/index.xlsx.axlsx
4205
+ User Load (0.1ms) SELECT "users".* FROM "users"
4206
+ Rendered users/index.xlsx.axlsx (7.4ms)
4207
+ Completed 200 OK in 9ms (Views: 8.5ms | ActiveRecord: 0.1ms)
4208
+ Started GET "/home/render_elsewhere.xlsx?type=3" for 127.0.0.1 at 2019-09-20 02:06:02 -0700
4209
+ Processing by HomeController#render_elsewhere as XLSX
4210
+ Parameters: {"type"=>"3"}
4211
+ Rendering users/index.xlsx.axlsx
4212
+ User Load (0.1ms) SELECT "users".* FROM "users"
4213
+ Rendered users/index.xlsx.axlsx (22.3ms)
4214
+ Completed 200 OK in 23ms (Views: 22.6ms | ActiveRecord: 0.1ms)
4215
+ Started GET "/home/render_elsewhere.xlsx?type=1" for 127.0.0.1 at 2019-09-20 02:06:03 -0700
4216
+ Processing by HomeController#render_elsewhere as XLSX
4217
+ Parameters: {"type"=>"1"}
4218
+ Rendering users/index.xlsx.axlsx
4219
+ User Load (0.2ms) SELECT "users".* FROM "users"
4220
+ Rendered users/index.xlsx.axlsx (6.8ms)
4221
+ Rendering text template
4222
+ Rendered text template (0.0ms)
4223
+ Sent data index.xlsx (0.4ms)
4224
+ Completed 200 OK in 8ms (Views: 7.6ms | ActiveRecord: 0.2ms)
4225
+ Started GET "/another" for 127.0.0.1 at 2019-09-20 02:06:03 -0700
4226
+ Processing by HomeController#another as HTML
4227
+ Rendering home/index.html.erb
4228
+ Rendered home/index.html.erb (0.6ms)
4229
+ Rendering text template
4230
+ Rendered text template (0.0ms)
4231
+ Sent data filename_test.xlsx (0.2ms)
4232
+ Completed 200 OK in 1ms (Views: 1.4ms | ActiveRecord: 0.0ms)
4233
+ Started GET "/another.xlsx" for 127.0.0.1 at 2019-09-20 02:06:03 -0700
4234
+ Processing by HomeController#another as XLSX
4235
+ Rendering home/index.xlsx.axlsx
4236
+ Rendered home/index.xlsx.axlsx (6.4ms)
4237
+ Rendering text template
4238
+ Rendered text template (0.0ms)
4239
+ Sent data filename_test.xlsx (0.3ms)
4240
+ Completed 200 OK in 7ms (Views: 7.2ms | ActiveRecord: 0.0ms)
4241
+ User Load (0.1ms) SELECT "users".* FROM "users"
4242
+  (0.0ms) begin transaction
4243
+ User Destroy (0.3ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
4244
+  (0.6ms) commit transaction
4245
+  (0.0ms) begin transaction
4246
+ User Create (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-09-20 09:06:03.059427"], ["updated_at", "2019-09-20 09:06:03.059427"]]
4247
+  (0.7ms) commit transaction
4248
+ Started GET "/users/export/3.xlsx" for 127.0.0.1 at 2019-09-20 02:06:03 -0700
4249
+ Processing by UsersController#export as XLSX
4250
+ Parameters: {"id"=>"3"}
4251
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]
4252
+ Rendering users/export.xlsx.axlsx
4253
+ Rendered users/export.xlsx.axlsx (6.7ms)
4254
+ Rendering text template
4255
+ Rendered text template (0.0ms)
4256
+ Sent data export_3.xlsx (0.3ms)
4257
+ Completed 200 OK in 8ms (Views: 7.7ms | ActiveRecord: 0.1ms)
4258
+ Started GET "/another" for 127.0.0.1 at 2019-09-20 02:06:03 -0700
4259
+ Processing by HomeController#another as */*
4260
+ Rendering home/index.html.erb
4261
+ Rendered home/index.html.erb (0.5ms)
4262
+ Rendering text template
4263
+ Rendered text template (0.0ms)
4264
+ Sent data filename_test.xlsx (0.3ms)
4265
+ Completed 200 OK in 6ms (Views: 5.6ms | ActiveRecord: 0.0ms)
4266
+ Started GET "/home/only_html" for 127.0.0.1 at 2019-09-20 02:06:03 -0700
4267
+ Processing by HomeController#only_html as */*
4268
+ Rendering home/only_html.html.erb within layouts/application
4269
+ Rendered home/only_html.html.erb within layouts/application (0.2ms)
4270
+ Completed 200 OK in 5ms (Views: 1.3ms | ActiveRecord: 0.0ms)
4271
+ User Load (0.1ms) SELECT "users".* FROM "users"
4272
+  (0.0ms) begin transaction
4273
+ User Destroy (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 3]]
4274
+  (0.6ms) commit transaction
4275
+  (0.0ms) begin transaction
4276
+ User Create (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-09-20 09:06:03.092714"], ["updated_at", "2019-09-20 09:06:03.092714"]]
4277
+  (0.5ms) commit transaction
4278
+  (0.1ms) begin transaction
4279
+ Like Create (0.2ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Carrots"], ["user_id", 4], ["created_at", "2019-09-20 09:06:03.113632"], ["updated_at", "2019-09-20 09:06:03.113632"]]
4280
+  (0.6ms) commit transaction
4281
+  (0.0ms) begin transaction
4282
+ Like Create (0.2ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Celery"], ["user_id", 4], ["created_at", "2019-09-20 09:06:03.115435"], ["updated_at", "2019-09-20 09:06:03.115435"]]
4283
+  (0.5ms) commit transaction
4284
+ Started GET "/users/4/likes.xlsx" for 127.0.0.1 at 2019-09-20 02:06:03 -0700
4285
+ Processing by LikesController#index as XLSX
4286
+ Parameters: {"user_id"=>"4"}
4287
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]
4288
+ Rendering likes/index.xlsx.axlsx
4289
+ Like Load (0.1ms) SELECT "likes".* FROM "likes" WHERE "likes"."user_id" = ? [["user_id", 4]]
4290
+ Rendered likes/index.xlsx.axlsx (5.6ms)
4291
+ Completed 200 OK in 7ms (Views: 6.0ms | ActiveRecord: 0.2ms)
4292
+  (0.1ms) begin transaction
4293
+ User Create (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-09-20 09:06:03.131790"], ["updated_at", "2019-09-20 09:06:03.131790"]]
4294
+  (0.7ms) commit transaction
4295
+ Started GET "/" for 127.0.0.1 at 2019-09-20 02:06:03 -0700
4296
+ Processing by HomeController#index as HTML
4297
+ Rendering home/index.html.erb within layouts/application
4298
+ Rendered home/index.html.erb within layouts/application (1.0ms)
4299
+ Completed 200 OK in 3ms (Views: 2.0ms | ActiveRecord: 0.0ms)
4300
+ Started GET "/useheader.xlsx" for 127.0.0.1 at 2019-09-20 02:06:03 -0700
4301
+ Processing by HomeController#useheader as XLSX
4302
+ Rendering home/useheader.xlsx.axlsx
4303
+ Rendered home/useheader.xlsx.axlsx (13.5ms)
4304
+ Rendering text template
4305
+ Rendered text template (0.0ms)
4306
+ Sent data filename_test.xlsx (0.3ms)
4307
+ Completed 200 OK in 15ms (Views: 14.9ms | ActiveRecord: 0.0ms)
4308
+ Started GET "/useheader.xlsx?set_direct=true" for 127.0.0.1 at 2019-09-20 02:06:03 -0700
4309
+ Processing by HomeController#useheader as XLSX
4310
+ Parameters: {"set_direct"=>"true"}
4311
+ Rendering home/useheader.xlsx.axlsx
4312
+ Rendered home/useheader.xlsx.axlsx (15.0ms)
4313
+ Completed 200 OK in 16ms (Views: 15.4ms | ActiveRecord: 0.0ms)
4314
+ User Load (0.1ms) SELECT "users".* FROM "users"
4315
+  (0.0ms) begin transaction
4316
+ User Destroy (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 4]]
4317
+  (0.5ms) commit transaction
4318
+  (0.0ms) begin transaction
4319
+ User Destroy (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 5]]
4320
+  (0.4ms) commit transaction
4321
+  (0.0ms) begin transaction
4322
+ User Create (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-09-20 09:06:03.190965"], ["updated_at", "2019-09-20 09:06:03.190965"]]
4323
+  (0.4ms) commit transaction
4324
+  (0.0ms) begin transaction
4325
+ User Create (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-09-20 09:06:03.192358"], ["updated_at", "2019-09-20 09:06:03.192358"]]
4326
+  (0.7ms) commit transaction
4327
+ Started GET "/users/noaction.xlsx" for 127.0.0.1 at 2019-09-20 02:06:03 -0700
4328
+ Processing by UsersController#noaction as XLSX
4329
+ Rendering users/noaction.xlsx.axlsx
4330
+ User Load (0.2ms) SELECT "users".* FROM "users"
4331
+ Rendered users/noaction.xlsx.axlsx (10.2ms)
4332
+ Completed 200 OK in 12ms (Views: 10.7ms | ActiveRecord: 0.2ms)
4333
+ Started GET "/home.xlsx" for 127.0.0.1 at 2019-09-20 02:06:03 -0700
4334
+ Processing by HomeController#index as XLSX
4335
+ Rendering home/index.xlsx.axlsx
4336
+ Rendered home/index.xlsx.axlsx (9.3ms)
4337
+ Completed 200 OK in 11ms (Views: 10.0ms | ActiveRecord: 0.0ms)
4338
+ User Load (0.2ms) SELECT "users".* FROM "users"
4339
+  (0.1ms) begin transaction
4340
+ User Destroy (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 6]]
4341
+  (0.5ms) commit transaction
4342
+  (0.1ms) begin transaction
4343
+ User Destroy (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 7]]
4344
+  (0.7ms) commit transaction
4345
+  (0.0ms) begin transaction
4346
+ User Create (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-09-20 09:06:03.302854"], ["updated_at", "2019-09-20 09:06:03.302854"]]
4347
+  (0.6ms) commit transaction
4348
+  (0.1ms) begin transaction
4349
+ User Create (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-09-20 09:06:03.304826"], ["updated_at", "2019-09-20 09:06:03.304826"]]
4350
+  (0.4ms) commit transaction
4351
+ Started GET "/users.xlsx" for 127.0.0.1 at 2019-09-20 02:06:03 -0700
4352
+ Processing by UsersController#index as XLSX
4353
+ Rendering users/index.xlsx.axlsx
4354
+ User Load (0.1ms) SELECT "users".* FROM "users"
4355
+ Rendered users/index.xlsx.axlsx (10.9ms)
4356
+ Completed 200 OK in 11ms (Views: 11.0ms | ActiveRecord: 0.1ms)
4357
+ User Load (0.1ms) SELECT "users".* FROM "users"
4358
+  (0.0ms) begin transaction
4359
+ User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 8]]
4360
+  (0.5ms) commit transaction
4361
+  (0.0ms) begin transaction
4362
+ User Destroy (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 9]]
4363
+  (0.6ms) commit transaction
4364
+  (0.0ms) begin transaction
4365
+ User Create (0.3ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-09-20 09:06:03.328234"], ["updated_at", "2019-09-20 09:06:03.328234"]]
4366
+  (0.7ms) commit transaction
4367
+ Started GET "/users/10.xlsx" for 127.0.0.1 at 2019-09-20 02:06:03 -0700
4368
+ Processing by UsersController#show as XLSX
4369
+ Parameters: {"id"=>"10"}
4370
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]
4371
+ Rendering users/respond_with.xlsx.axlsx
4372
+ Rendered users/respond_with.xlsx.axlsx (11.5ms)
4373
+ Completed 200 OK in 14ms (Views: 13.0ms | ActiveRecord: 0.1ms)
4374
+ Started GET "/users/10.xlsx" for 127.0.0.1 at 2019-09-20 02:06:03 -0700
4375
+ Processing by UsersController#show as XLSX
4376
+ Parameters: {"id"=>"10"}
4377
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]
4378
+ Rendering users/respond_with.xlsx.axlsx
4379
+ Rendered users/respond_with.xlsx.axlsx (10.0ms)
4380
+ Completed 200 OK in 11ms (Views: 10.3ms | ActiveRecord: 0.1ms)
4381
+ Started GET "/withpartial.xlsx" for 127.0.0.1 at 2019-09-20 02:06:03 -0700
4382
+ Processing by HomeController#withpartial as XLSX
4383
+ Rendering home/withpartial.xlsx.axlsx
4384
+ Rendered home/_cover_sheet.xlsx.axlsx (5.1ms)
4385
+ Rendered home/withpartial.xlsx.axlsx (14.5ms)
4386
+ Completed 200 OK in 16ms (Views: 15.0ms | ActiveRecord: 0.0ms)