inscribe 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (89) hide show
  1. checksums.yaml +7 -0
  2. data/MIT-LICENSE +20 -0
  3. data/Rakefile +34 -0
  4. data/app/assets/javascripts/inscribe/application.js +13 -0
  5. data/app/assets/javascripts/inscribe/snippets.js +2 -0
  6. data/app/assets/stylesheets/inscribe/application.css +15 -0
  7. data/app/assets/stylesheets/inscribe/snippets.css +4 -0
  8. data/app/assets/stylesheets/scaffold.css +56 -0
  9. data/app/controllers/inscribe/application_controller.rb +4 -0
  10. data/app/controllers/inscribe/snippets_controller.rb +62 -0
  11. data/app/helpers/inscribe/application_helper.rb +4 -0
  12. data/app/helpers/inscribe/snippets_helper.rb +27 -0
  13. data/app/models/inscribe/snippet.rb +57 -0
  14. data/app/views/inscribe/snippets/_form.html.erb +33 -0
  15. data/app/views/inscribe/snippets/edit.html.erb +6 -0
  16. data/app/views/inscribe/snippets/index.html.erb +31 -0
  17. data/app/views/inscribe/snippets/new.html.erb +5 -0
  18. data/app/views/inscribe/snippets/show.html.erb +24 -0
  19. data/app/views/layouts/inscribe/application.html.erb +14 -0
  20. data/config/routes.rb +4 -0
  21. data/db/migrate/20150127195645_create_inscribe_snippets.rb +12 -0
  22. data/lib/inscribe.rb +4 -0
  23. data/lib/inscribe/engine.rb +5 -0
  24. data/lib/inscribe/version.rb +3 -0
  25. data/lib/tasks/inscribe_tasks.rake +8 -0
  26. data/test/controllers/inscribe/snippets_controller_test.rb +51 -0
  27. data/test/dummy/README.rdoc +28 -0
  28. data/test/dummy/Rakefile +6 -0
  29. data/test/dummy/app/assets/javascripts/application.js +13 -0
  30. data/test/dummy/app/assets/stylesheets/application.css +15 -0
  31. data/test/dummy/app/controllers/application_controller.rb +7 -0
  32. data/test/dummy/app/controllers/home_controller.rb +4 -0
  33. data/test/dummy/app/helpers/application_helper.rb +2 -0
  34. data/test/dummy/app/views/home/index.html.erb +3 -0
  35. data/test/dummy/app/views/layouts/application.html.erb +14 -0
  36. data/test/dummy/bin/bundle +3 -0
  37. data/test/dummy/bin/rails +4 -0
  38. data/test/dummy/bin/rake +4 -0
  39. data/test/dummy/config.ru +4 -0
  40. data/test/dummy/config/application.rb +23 -0
  41. data/test/dummy/config/boot.rb +5 -0
  42. data/test/dummy/config/database.yml +25 -0
  43. data/test/dummy/config/environment.rb +5 -0
  44. data/test/dummy/config/environments/development.rb +37 -0
  45. data/test/dummy/config/environments/production.rb +78 -0
  46. data/test/dummy/config/environments/test.rb +39 -0
  47. data/test/dummy/config/initializers/assets.rb +8 -0
  48. data/test/dummy/config/initializers/backtrace_silencers.rb +7 -0
  49. data/test/dummy/config/initializers/cookies_serializer.rb +3 -0
  50. data/test/dummy/config/initializers/filter_parameter_logging.rb +4 -0
  51. data/test/dummy/config/initializers/inflections.rb +16 -0
  52. data/test/dummy/config/initializers/mime_types.rb +4 -0
  53. data/test/dummy/config/initializers/session_store.rb +3 -0
  54. data/test/dummy/config/initializers/wrap_parameters.rb +14 -0
  55. data/test/dummy/config/locales/en.yml +23 -0
  56. data/test/dummy/config/routes.rb +5 -0
  57. data/test/dummy/config/secrets.yml +22 -0
  58. data/test/dummy/db/development.sqlite3 +0 -0
  59. data/test/dummy/db/schema.rb +25 -0
  60. data/test/dummy/log/development.log +1363 -0
  61. data/test/dummy/public/404.html +67 -0
  62. data/test/dummy/public/422.html +67 -0
  63. data/test/dummy/public/500.html +66 -0
  64. data/test/dummy/public/favicon.ico +0 -0
  65. data/test/dummy/tmp/cache/assets/development/sprockets/0a10459c4e57397f1a896088f3c14d1b +0 -0
  66. data/test/dummy/tmp/cache/assets/development/sprockets/0bdd305582b5effa500303a7a906e208 +0 -0
  67. data/test/dummy/tmp/cache/assets/development/sprockets/0f3d759ebbc95302d8be4d6dd0ec3271 +0 -0
  68. data/test/dummy/tmp/cache/assets/development/sprockets/13fe41fee1fe35b49d145bcc06610705 +0 -0
  69. data/test/dummy/tmp/cache/assets/development/sprockets/1c6d4a59c3c14ddb282ed62ab610bbc0 +0 -0
  70. data/test/dummy/tmp/cache/assets/development/sprockets/2f5173deea6c795b8fdde723bb4b63af +0 -0
  71. data/test/dummy/tmp/cache/assets/development/sprockets/357970feca3ac29060c1e3861e2c0953 +0 -0
  72. data/test/dummy/tmp/cache/assets/development/sprockets/4dea50a64e233565790cb9f9fa7edf30 +0 -0
  73. data/test/dummy/tmp/cache/assets/development/sprockets/56f753f992945dc5fa08c48b60868b9f +0 -0
  74. data/test/dummy/tmp/cache/assets/development/sprockets/587cbe72e5ccb2b352f19b7c5c026d42 +0 -0
  75. data/test/dummy/tmp/cache/assets/development/sprockets/842ca623328b19c3ad6701ee97de29e1 +0 -0
  76. data/test/dummy/tmp/cache/assets/development/sprockets/883d03c9fd545f15efe23b3864da2ac8 +0 -0
  77. data/test/dummy/tmp/cache/assets/development/sprockets/94fff90a9b9315bcd02e0c4a6fc5d9e3 +0 -0
  78. data/test/dummy/tmp/cache/assets/development/sprockets/bb88c11fb59c95c429f50cd19d47eb54 +0 -0
  79. data/test/dummy/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994 +0 -0
  80. data/test/dummy/tmp/cache/assets/development/sprockets/d771ace226fc8215a3572e0aa35bb0d6 +0 -0
  81. data/test/dummy/tmp/cache/assets/development/sprockets/e91328930f222cdb20b0dae0cdfecb94 +0 -0
  82. data/test/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655 +0 -0
  83. data/test/fixtures/inscribe/snippets.yml +13 -0
  84. data/test/helpers/inscribe/snippets_helper_test.rb +6 -0
  85. data/test/inscribe_test.rb +7 -0
  86. data/test/integration/navigation_test.rb +10 -0
  87. data/test/models/inscribe/snippet_test.rb +9 -0
  88. data/test/test_helper.rb +19 -0
  89. metadata +251 -0
@@ -0,0 +1,8 @@
1
+ # Be sure to restart your server when you modify this file.
2
+
3
+ # Version of your assets, change this if you want to expire all your assets.
4
+ Rails.application.config.assets.version = '1.0'
5
+
6
+ # Precompile additional assets.
7
+ # application.js, application.css, and all non-JS/CSS in app/assets folder are already added.
8
+ # Rails.application.config.assets.precompile += %w( search.js )
@@ -0,0 +1,7 @@
1
+ # Be sure to restart your server when you modify this file.
2
+
3
+ # You can add backtrace silencers for libraries that you're using but don't wish to see in your backtraces.
4
+ # Rails.backtrace_cleaner.add_silencer { |line| line =~ /my_noisy_library/ }
5
+
6
+ # You can also remove all the silencers if you're trying to debug a problem that might stem from framework code.
7
+ # Rails.backtrace_cleaner.remove_silencers!
@@ -0,0 +1,3 @@
1
+ # Be sure to restart your server when you modify this file.
2
+
3
+ Rails.application.config.action_dispatch.cookies_serializer = :json
@@ -0,0 +1,4 @@
1
+ # Be sure to restart your server when you modify this file.
2
+
3
+ # Configure sensitive parameters which will be filtered from the log file.
4
+ Rails.application.config.filter_parameters += [:password]
@@ -0,0 +1,16 @@
1
+ # Be sure to restart your server when you modify this file.
2
+
3
+ # Add new inflection rules using the following format. Inflections
4
+ # are locale specific, and you may define rules for as many different
5
+ # locales as you wish. All of these examples are active by default:
6
+ # ActiveSupport::Inflector.inflections(:en) do |inflect|
7
+ # inflect.plural /^(ox)$/i, '\1en'
8
+ # inflect.singular /^(ox)en/i, '\1'
9
+ # inflect.irregular 'person', 'people'
10
+ # inflect.uncountable %w( fish sheep )
11
+ # end
12
+
13
+ # These inflection rules are supported but not enabled by default:
14
+ # ActiveSupport::Inflector.inflections(:en) do |inflect|
15
+ # inflect.acronym 'RESTful'
16
+ # end
@@ -0,0 +1,4 @@
1
+ # Be sure to restart your server when you modify this file.
2
+
3
+ # Add new mime types for use in respond_to blocks:
4
+ # Mime::Type.register "text/richtext", :rtf
@@ -0,0 +1,3 @@
1
+ # Be sure to restart your server when you modify this file.
2
+
3
+ Rails.application.config.session_store :cookie_store, key: '_dummy_session'
@@ -0,0 +1,14 @@
1
+ # Be sure to restart your server when you modify this file.
2
+
3
+ # This file contains settings for ActionController::ParamsWrapper which
4
+ # is enabled by default.
5
+
6
+ # Enable parameter wrapping for JSON. You can disable this by setting :format to an empty array.
7
+ ActiveSupport.on_load(:action_controller) do
8
+ wrap_parameters format: [:json] if respond_to?(:wrap_parameters)
9
+ end
10
+
11
+ # To enable root element in JSON for ActiveRecord objects.
12
+ # ActiveSupport.on_load(:active_record) do
13
+ # self.include_root_in_json = true
14
+ # end
@@ -0,0 +1,23 @@
1
+ # Files in the config/locales directory are used for internationalization
2
+ # and are automatically loaded by Rails. If you want to use locales other
3
+ # than English, add the necessary files in this directory.
4
+ #
5
+ # To use the locales, use `I18n.t`:
6
+ #
7
+ # I18n.t 'hello'
8
+ #
9
+ # In views, this is aliased to just `t`:
10
+ #
11
+ # <%= t('hello') %>
12
+ #
13
+ # To use a different locale, set it with `I18n.locale`:
14
+ #
15
+ # I18n.locale = :es
16
+ #
17
+ # This would use the information in config/locales/es.yml.
18
+ #
19
+ # To learn more, please read the Rails Internationalization guide
20
+ # available at http://guides.rubyonrails.org/i18n.html.
21
+
22
+ en:
23
+ hello: "Hello world"
@@ -0,0 +1,5 @@
1
+ Rails.application.routes.draw do
2
+ mount Inscribe::Engine => "/inscribe"
3
+
4
+ root to: "home#index"
5
+ 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: f1d7529f39486ee9a9d7255a221fde76ad0863a86e82fed80b9c5ece80f73ee4d7ef49344461b814fd75a71331ce938632c84bb9045984473e7997a54918a074
15
+
16
+ test:
17
+ secret_key_base: 9872c1e923edc0cdf9683e24d55a6b46160e6abe2f2569b371036c059ee636b32713f61bc7f6b801e576ce0152c9767213129541a11166b9f6666c6e28b8ccce
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,25 @@
1
+ # encoding: UTF-8
2
+ # This file is auto-generated from the current state of the database. Instead
3
+ # of editing this file, please use the migrations feature of Active Record to
4
+ # incrementally modify your database, and then regenerate this schema definition.
5
+ #
6
+ # Note that this schema.rb definition is the authoritative source for your
7
+ # database schema. If you need to create the application database on another
8
+ # system, you should be using db:schema:load, not running all the migrations
9
+ # from scratch. The latter is a flawed and unsustainable approach (the more migrations
10
+ # you'll amass, the slower it'll run and the greater likelihood for issues).
11
+ #
12
+ # It's strongly recommended that you check this file into your version control system.
13
+
14
+ ActiveRecord::Schema.define(version: 20150127195645) do
15
+
16
+ create_table "inscribe_snippets", force: true do |t|
17
+ t.string "view"
18
+ t.string "key"
19
+ t.text "value"
20
+ t.integer "value_type"
21
+ t.datetime "created_at"
22
+ t.datetime "updated_at"
23
+ end
24
+
25
+ end
@@ -0,0 +1,1363 @@
1
+
2
+
3
+ Started GET "/" for 127.0.0.1 at 2015-01-27 15:35:37 -0500
4
+ Processing by Rails::WelcomeController#index as HTML
5
+ Rendered /home/nathan/.rbenv/versions/2.1.3/lib/ruby/gems/2.1.0/gems/railties-4.1.9/lib/rails/templates/rails/welcome/index.html.erb (1.2ms)
6
+ Completed 200 OK in 5ms (Views: 5.2ms | ActiveRecord: 0.0ms)
7
+
8
+
9
+ Started GET "/inscribe/pages" for 127.0.0.1 at 2015-01-27 15:35:44 -0500
10
+
11
+ ActionController::RoutingError (No route matches [GET] "/inscribe/pages"):
12
+ actionpack (4.1.9) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
13
+ actionpack (4.1.9) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
14
+ railties (4.1.9) lib/rails/rack/logger.rb:38:in `call_app'
15
+ railties (4.1.9) lib/rails/rack/logger.rb:20:in `block in call'
16
+ activesupport (4.1.9) lib/active_support/tagged_logging.rb:68:in `block in tagged'
17
+ activesupport (4.1.9) lib/active_support/tagged_logging.rb:26:in `tagged'
18
+ activesupport (4.1.9) lib/active_support/tagged_logging.rb:68:in `tagged'
19
+ railties (4.1.9) lib/rails/rack/logger.rb:20:in `call'
20
+ actionpack (4.1.9) lib/action_dispatch/middleware/request_id.rb:21:in `call'
21
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
22
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
23
+ activesupport (4.1.9) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
24
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
25
+ actionpack (4.1.9) lib/action_dispatch/middleware/static.rb:84:in `call'
26
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
27
+ railties (4.1.9) lib/rails/engine.rb:514:in `call'
28
+ railties (4.1.9) lib/rails/application.rb:144:in `call'
29
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
30
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
31
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
32
+ /home/nathan/.rbenv/versions/2.1.3/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
33
+ /home/nathan/.rbenv/versions/2.1.3/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
34
+ /home/nathan/.rbenv/versions/2.1.3/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
35
+
36
+
37
+ Rendered /home/nathan/.rbenv/versions/2.1.3/lib/ruby/gems/2.1.0/gems/actionpack-4.1.9/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.9ms)
38
+ Rendered /home/nathan/.rbenv/versions/2.1.3/lib/ruby/gems/2.1.0/gems/actionpack-4.1.9/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.8ms)
39
+ Rendered /home/nathan/.rbenv/versions/2.1.3/lib/ruby/gems/2.1.0/gems/actionpack-4.1.9/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.5ms)
40
+ Rendered /home/nathan/.rbenv/versions/2.1.3/lib/ruby/gems/2.1.0/gems/actionpack-4.1.9/lib/action_dispatch/middleware/templates/routes/_table.html.erb (4.8ms)
41
+ Rendered /home/nathan/.rbenv/versions/2.1.3/lib/ruby/gems/2.1.0/gems/actionpack-4.1.9/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (26.5ms)
42
+
43
+
44
+ Started GET "/inscribe/snippets" for 127.0.0.1 at 2015-01-27 15:35:49 -0500
45
+ Processing by Inscribe::SnippetsController#index as HTML
46
+ Inscribe::Snippet Load (0.5ms) SELECT "inscribe_snippets".* FROM "inscribe_snippets"
47
+ SQLite3::SQLException: no such table: inscribe_snippets: SELECT "inscribe_snippets".* FROM "inscribe_snippets"
48
+ Rendered /home/nathan/Dropbox/clifton-labs/gems/inscribe/app/views/inscribe/snippets/index.html.erb within layouts/inscribe/application (3.4ms)
49
+ Completed 500 Internal Server Error in 22ms
50
+
51
+ ActionView::Template::Error (SQLite3::SQLException: no such table: inscribe_snippets: SELECT "inscribe_snippets".* FROM "inscribe_snippets"):
52
+ 12: </thead>
53
+ 13:
54
+ 14: <tbody>
55
+ 15: <% @snippets.each do |snippet| %>
56
+ 16: <tr>
57
+ 17: <td><%= snippet.view %></td>
58
+ 18: <td><%= snippet.key %></td>
59
+ sqlite3 (1.3.10) lib/sqlite3/database.rb:91:in `initialize'
60
+ sqlite3 (1.3.10) lib/sqlite3/database.rb:91:in `new'
61
+ sqlite3 (1.3.10) lib/sqlite3/database.rb:91:in `prepare'
62
+ activerecord (4.1.9) lib/active_record/connection_adapters/sqlite3_adapter.rb:301:in `block in exec_query'
63
+ activerecord (4.1.9) lib/active_record/connection_adapters/abstract_adapter.rb:373:in `block in log'
64
+ activesupport (4.1.9) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
65
+ activerecord (4.1.9) lib/active_record/connection_adapters/abstract_adapter.rb:367:in `log'
66
+ activerecord (4.1.9) lib/active_record/connection_adapters/sqlite3_adapter.rb:298:in `exec_query'
67
+ activerecord (4.1.9) lib/active_record/connection_adapters/sqlite3_adapter.rb:510:in `select'
68
+ activerecord (4.1.9) lib/active_record/connection_adapters/abstract/database_statements.rb:24:in `select_all'
69
+ activerecord (4.1.9) lib/active_record/connection_adapters/abstract/query_cache.rb:68:in `block in select_all'
70
+ activerecord (4.1.9) lib/active_record/connection_adapters/abstract/query_cache.rb:83:in `cache_sql'
71
+ activerecord (4.1.9) lib/active_record/connection_adapters/abstract/query_cache.rb:68:in `select_all'
72
+ activerecord (4.1.9) lib/active_record/querying.rb:39:in `find_by_sql'
73
+ activerecord (4.1.9) lib/active_record/relation.rb:611:in `exec_queries'
74
+ activerecord (4.1.9) lib/active_record/relation.rb:493:in `load'
75
+ activerecord (4.1.9) lib/active_record/relation.rb:238:in `to_a'
76
+ activerecord (4.1.9) lib/active_record/relation/delegation.rb:46:in `each'
77
+ /home/nathan/Dropbox/clifton-labs/gems/inscribe/app/views/inscribe/snippets/index.html.erb:15:in `__home_nathan__ropbox_clifton_labs_gems_inscribe_app_views_inscribe_snippets_index_html_erb___709473498382439217_69946439064960'
78
+ actionview (4.1.9) lib/action_view/template.rb:145:in `block in render'
79
+ activesupport (4.1.9) lib/active_support/notifications.rb:161:in `instrument'
80
+ actionview (4.1.9) lib/action_view/template.rb:339:in `instrument'
81
+ actionview (4.1.9) lib/action_view/template.rb:143:in `render'
82
+ actionview (4.1.9) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template'
83
+ actionview (4.1.9) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
84
+ activesupport (4.1.9) lib/active_support/notifications.rb:159:in `block in instrument'
85
+ activesupport (4.1.9) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
86
+ activesupport (4.1.9) lib/active_support/notifications.rb:159:in `instrument'
87
+ actionview (4.1.9) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
88
+ actionview (4.1.9) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template'
89
+ actionview (4.1.9) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout'
90
+ actionview (4.1.9) lib/action_view/renderer/template_renderer.rb:53:in `render_template'
91
+ actionview (4.1.9) lib/action_view/renderer/template_renderer.rb:17:in `render'
92
+ actionview (4.1.9) lib/action_view/renderer/renderer.rb:42:in `render_template'
93
+ actionview (4.1.9) lib/action_view/renderer/renderer.rb:23:in `render'
94
+ actionview (4.1.9) lib/action_view/rendering.rb:99:in `_render_template'
95
+ actionpack (4.1.9) lib/action_controller/metal/streaming.rb:217:in `_render_template'
96
+ actionview (4.1.9) lib/action_view/rendering.rb:82:in `render_to_body'
97
+ actionpack (4.1.9) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
98
+ actionpack (4.1.9) lib/action_controller/metal/renderers.rb:32:in `render_to_body'
99
+ actionpack (4.1.9) lib/abstract_controller/rendering.rb:25:in `render'
100
+ actionpack (4.1.9) lib/action_controller/metal/rendering.rb:16:in `render'
101
+ actionpack (4.1.9) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
102
+ activesupport (4.1.9) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
103
+ /home/nathan/.rbenv/versions/2.1.3/lib/ruby/2.1.0/benchmark.rb:294:in `realtime'
104
+ activesupport (4.1.9) lib/active_support/core_ext/benchmark.rb:12:in `ms'
105
+ actionpack (4.1.9) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
106
+ actionpack (4.1.9) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
107
+ activerecord (4.1.9) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
108
+ actionpack (4.1.9) lib/action_controller/metal/instrumentation.rb:40:in `render'
109
+ actionpack (4.1.9) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
110
+ actionpack (4.1.9) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
111
+ actionpack (4.1.9) lib/abstract_controller/base.rb:189:in `process_action'
112
+ actionpack (4.1.9) lib/action_controller/metal/rendering.rb:10:in `process_action'
113
+ actionpack (4.1.9) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
114
+ activesupport (4.1.9) lib/active_support/callbacks.rb:113:in `call'
115
+ activesupport (4.1.9) lib/active_support/callbacks.rb:113:in `call'
116
+ activesupport (4.1.9) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional'
117
+ activesupport (4.1.9) lib/active_support/callbacks.rb:86:in `call'
118
+ activesupport (4.1.9) lib/active_support/callbacks.rb:86:in `run_callbacks'
119
+ actionpack (4.1.9) lib/abstract_controller/callbacks.rb:19:in `process_action'
120
+ actionpack (4.1.9) lib/action_controller/metal/rescue.rb:29:in `process_action'
121
+ actionpack (4.1.9) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
122
+ activesupport (4.1.9) lib/active_support/notifications.rb:159:in `block in instrument'
123
+ activesupport (4.1.9) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
124
+ activesupport (4.1.9) lib/active_support/notifications.rb:159:in `instrument'
125
+ actionpack (4.1.9) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
126
+ actionpack (4.1.9) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
127
+ activerecord (4.1.9) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
128
+ actionpack (4.1.9) lib/abstract_controller/base.rb:136:in `process'
129
+ actionview (4.1.9) lib/action_view/rendering.rb:30:in `process'
130
+ actionpack (4.1.9) lib/action_controller/metal.rb:196:in `dispatch'
131
+ actionpack (4.1.9) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
132
+ actionpack (4.1.9) lib/action_controller/metal.rb:232:in `block in action'
133
+ actionpack (4.1.9) lib/action_dispatch/routing/route_set.rb:82:in `call'
134
+ actionpack (4.1.9) lib/action_dispatch/routing/route_set.rb:82:in `dispatch'
135
+ actionpack (4.1.9) lib/action_dispatch/routing/route_set.rb:50:in `call'
136
+ actionpack (4.1.9) lib/action_dispatch/journey/router.rb:73:in `block in call'
137
+ actionpack (4.1.9) lib/action_dispatch/journey/router.rb:59:in `each'
138
+ actionpack (4.1.9) lib/action_dispatch/journey/router.rb:59:in `call'
139
+ actionpack (4.1.9) lib/action_dispatch/routing/route_set.rb:685:in `call'
140
+ railties (4.1.9) lib/rails/engine.rb:514:in `call'
141
+ railties (4.1.9) lib/rails/railtie.rb:194:in `public_send'
142
+ railties (4.1.9) lib/rails/railtie.rb:194:in `method_missing'
143
+ actionpack (4.1.9) lib/action_dispatch/journey/router.rb:73:in `block in call'
144
+ actionpack (4.1.9) lib/action_dispatch/journey/router.rb:59:in `each'
145
+ actionpack (4.1.9) lib/action_dispatch/journey/router.rb:59:in `call'
146
+ actionpack (4.1.9) lib/action_dispatch/routing/route_set.rb:685:in `call'
147
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
148
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
149
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
150
+ actionpack (4.1.9) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
151
+ actionpack (4.1.9) lib/action_dispatch/middleware/flash.rb:254:in `call'
152
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
153
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
154
+ actionpack (4.1.9) lib/action_dispatch/middleware/cookies.rb:562:in `call'
155
+ activerecord (4.1.9) lib/active_record/query_cache.rb:36:in `call'
156
+ activerecord (4.1.9) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call'
157
+ activerecord (4.1.9) lib/active_record/migration.rb:380:in `call'
158
+ actionpack (4.1.9) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
159
+ activesupport (4.1.9) lib/active_support/callbacks.rb:82:in `run_callbacks'
160
+ actionpack (4.1.9) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
161
+ actionpack (4.1.9) lib/action_dispatch/middleware/reloader.rb:73:in `call'
162
+ actionpack (4.1.9) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
163
+ actionpack (4.1.9) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
164
+ actionpack (4.1.9) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
165
+ railties (4.1.9) lib/rails/rack/logger.rb:38:in `call_app'
166
+ railties (4.1.9) lib/rails/rack/logger.rb:20:in `block in call'
167
+ activesupport (4.1.9) lib/active_support/tagged_logging.rb:68:in `block in tagged'
168
+ activesupport (4.1.9) lib/active_support/tagged_logging.rb:26:in `tagged'
169
+ activesupport (4.1.9) lib/active_support/tagged_logging.rb:68:in `tagged'
170
+ railties (4.1.9) lib/rails/rack/logger.rb:20:in `call'
171
+ actionpack (4.1.9) lib/action_dispatch/middleware/request_id.rb:21:in `call'
172
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
173
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
174
+ activesupport (4.1.9) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
175
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
176
+ actionpack (4.1.9) lib/action_dispatch/middleware/static.rb:84:in `call'
177
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
178
+ railties (4.1.9) lib/rails/engine.rb:514:in `call'
179
+ railties (4.1.9) lib/rails/application.rb:144:in `call'
180
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
181
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
182
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
183
+ /home/nathan/.rbenv/versions/2.1.3/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
184
+ /home/nathan/.rbenv/versions/2.1.3/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
185
+ /home/nathan/.rbenv/versions/2.1.3/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
186
+
187
+
188
+ Rendered /home/nathan/.rbenv/versions/2.1.3/lib/ruby/gems/2.1.0/gems/actionpack-4.1.9/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms)
189
+ Rendered /home/nathan/.rbenv/versions/2.1.3/lib/ruby/gems/2.1.0/gems/actionpack-4.1.9/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (7.3ms)
190
+ Rendered /home/nathan/.rbenv/versions/2.1.3/lib/ruby/gems/2.1.0/gems/actionpack-4.1.9/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (15.4ms)
191
+  (4.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
192
+  (0.1ms) select sqlite_version(*)
193
+  (3.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
194
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
195
+
196
+
197
+ Started GET "/inscribe/snippets" for 127.0.0.1 at 2015-01-27 15:36:29 -0500
198
+ Processing by Inscribe::SnippetsController#index as HTML
199
+ Inscribe::Snippet Load (0.4ms) SELECT "inscribe_snippets".* FROM "inscribe_snippets"
200
+ SQLite3::SQLException: no such table: inscribe_snippets: SELECT "inscribe_snippets".* FROM "inscribe_snippets"
201
+ Rendered /home/nathan/Dropbox/clifton-labs/gems/inscribe/app/views/inscribe/snippets/index.html.erb within layouts/inscribe/application (4.1ms)
202
+ Completed 500 Internal Server Error in 21ms
203
+
204
+ ActionView::Template::Error (SQLite3::SQLException: no such table: inscribe_snippets: SELECT "inscribe_snippets".* FROM "inscribe_snippets"):
205
+ 12: </thead>
206
+ 13:
207
+ 14: <tbody>
208
+ 15: <% @snippets.each do |snippet| %>
209
+ 16: <tr>
210
+ 17: <td><%= snippet.view %></td>
211
+ 18: <td><%= snippet.key %></td>
212
+ sqlite3 (1.3.10) lib/sqlite3/database.rb:91:in `initialize'
213
+ sqlite3 (1.3.10) lib/sqlite3/database.rb:91:in `new'
214
+ sqlite3 (1.3.10) lib/sqlite3/database.rb:91:in `prepare'
215
+ activerecord (4.1.9) lib/active_record/connection_adapters/sqlite3_adapter.rb:301:in `block in exec_query'
216
+ activerecord (4.1.9) lib/active_record/connection_adapters/abstract_adapter.rb:373:in `block in log'
217
+ activesupport (4.1.9) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
218
+ activerecord (4.1.9) lib/active_record/connection_adapters/abstract_adapter.rb:367:in `log'
219
+ activerecord (4.1.9) lib/active_record/connection_adapters/sqlite3_adapter.rb:298:in `exec_query'
220
+ activerecord (4.1.9) lib/active_record/connection_adapters/sqlite3_adapter.rb:510:in `select'
221
+ activerecord (4.1.9) lib/active_record/connection_adapters/abstract/database_statements.rb:24:in `select_all'
222
+ activerecord (4.1.9) lib/active_record/connection_adapters/abstract/query_cache.rb:68:in `block in select_all'
223
+ activerecord (4.1.9) lib/active_record/connection_adapters/abstract/query_cache.rb:83:in `cache_sql'
224
+ activerecord (4.1.9) lib/active_record/connection_adapters/abstract/query_cache.rb:68:in `select_all'
225
+ activerecord (4.1.9) lib/active_record/querying.rb:39:in `find_by_sql'
226
+ activerecord (4.1.9) lib/active_record/relation.rb:611:in `exec_queries'
227
+ activerecord (4.1.9) lib/active_record/relation.rb:493:in `load'
228
+ activerecord (4.1.9) lib/active_record/relation.rb:238:in `to_a'
229
+ activerecord (4.1.9) lib/active_record/relation/delegation.rb:46:in `each'
230
+ /home/nathan/Dropbox/clifton-labs/gems/inscribe/app/views/inscribe/snippets/index.html.erb:15:in `__home_nathan__ropbox_clifton_labs_gems_inscribe_app_views_inscribe_snippets_index_html_erb__1484572167481429170_70191060871500'
231
+ actionview (4.1.9) lib/action_view/template.rb:145:in `block in render'
232
+ activesupport (4.1.9) lib/active_support/notifications.rb:161:in `instrument'
233
+ actionview (4.1.9) lib/action_view/template.rb:339:in `instrument'
234
+ actionview (4.1.9) lib/action_view/template.rb:143:in `render'
235
+ actionview (4.1.9) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template'
236
+ actionview (4.1.9) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
237
+ activesupport (4.1.9) lib/active_support/notifications.rb:159:in `block in instrument'
238
+ activesupport (4.1.9) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
239
+ activesupport (4.1.9) lib/active_support/notifications.rb:159:in `instrument'
240
+ actionview (4.1.9) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
241
+ actionview (4.1.9) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template'
242
+ actionview (4.1.9) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout'
243
+ actionview (4.1.9) lib/action_view/renderer/template_renderer.rb:53:in `render_template'
244
+ actionview (4.1.9) lib/action_view/renderer/template_renderer.rb:17:in `render'
245
+ actionview (4.1.9) lib/action_view/renderer/renderer.rb:42:in `render_template'
246
+ actionview (4.1.9) lib/action_view/renderer/renderer.rb:23:in `render'
247
+ actionview (4.1.9) lib/action_view/rendering.rb:99:in `_render_template'
248
+ actionpack (4.1.9) lib/action_controller/metal/streaming.rb:217:in `_render_template'
249
+ actionview (4.1.9) lib/action_view/rendering.rb:82:in `render_to_body'
250
+ actionpack (4.1.9) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
251
+ actionpack (4.1.9) lib/action_controller/metal/renderers.rb:32:in `render_to_body'
252
+ actionpack (4.1.9) lib/abstract_controller/rendering.rb:25:in `render'
253
+ actionpack (4.1.9) lib/action_controller/metal/rendering.rb:16:in `render'
254
+ actionpack (4.1.9) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
255
+ activesupport (4.1.9) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
256
+ /home/nathan/.rbenv/versions/2.1.3/lib/ruby/2.1.0/benchmark.rb:294:in `realtime'
257
+ activesupport (4.1.9) lib/active_support/core_ext/benchmark.rb:12:in `ms'
258
+ actionpack (4.1.9) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
259
+ actionpack (4.1.9) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
260
+ activerecord (4.1.9) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
261
+ actionpack (4.1.9) lib/action_controller/metal/instrumentation.rb:40:in `render'
262
+ actionpack (4.1.9) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
263
+ actionpack (4.1.9) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
264
+ actionpack (4.1.9) lib/abstract_controller/base.rb:189:in `process_action'
265
+ actionpack (4.1.9) lib/action_controller/metal/rendering.rb:10:in `process_action'
266
+ actionpack (4.1.9) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
267
+ activesupport (4.1.9) lib/active_support/callbacks.rb:113:in `call'
268
+ activesupport (4.1.9) lib/active_support/callbacks.rb:113:in `call'
269
+ activesupport (4.1.9) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional'
270
+ activesupport (4.1.9) lib/active_support/callbacks.rb:86:in `call'
271
+ activesupport (4.1.9) lib/active_support/callbacks.rb:86:in `run_callbacks'
272
+ actionpack (4.1.9) lib/abstract_controller/callbacks.rb:19:in `process_action'
273
+ actionpack (4.1.9) lib/action_controller/metal/rescue.rb:29:in `process_action'
274
+ actionpack (4.1.9) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
275
+ activesupport (4.1.9) lib/active_support/notifications.rb:159:in `block in instrument'
276
+ activesupport (4.1.9) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
277
+ activesupport (4.1.9) lib/active_support/notifications.rb:159:in `instrument'
278
+ actionpack (4.1.9) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
279
+ actionpack (4.1.9) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
280
+ activerecord (4.1.9) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
281
+ actionpack (4.1.9) lib/abstract_controller/base.rb:136:in `process'
282
+ actionview (4.1.9) lib/action_view/rendering.rb:30:in `process'
283
+ actionpack (4.1.9) lib/action_controller/metal.rb:196:in `dispatch'
284
+ actionpack (4.1.9) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
285
+ actionpack (4.1.9) lib/action_controller/metal.rb:232:in `block in action'
286
+ actionpack (4.1.9) lib/action_dispatch/routing/route_set.rb:82:in `call'
287
+ actionpack (4.1.9) lib/action_dispatch/routing/route_set.rb:82:in `dispatch'
288
+ actionpack (4.1.9) lib/action_dispatch/routing/route_set.rb:50:in `call'
289
+ actionpack (4.1.9) lib/action_dispatch/journey/router.rb:73:in `block in call'
290
+ actionpack (4.1.9) lib/action_dispatch/journey/router.rb:59:in `each'
291
+ actionpack (4.1.9) lib/action_dispatch/journey/router.rb:59:in `call'
292
+ actionpack (4.1.9) lib/action_dispatch/routing/route_set.rb:685:in `call'
293
+ railties (4.1.9) lib/rails/engine.rb:514:in `call'
294
+ railties (4.1.9) lib/rails/railtie.rb:194:in `public_send'
295
+ railties (4.1.9) lib/rails/railtie.rb:194:in `method_missing'
296
+ actionpack (4.1.9) lib/action_dispatch/journey/router.rb:73:in `block in call'
297
+ actionpack (4.1.9) lib/action_dispatch/journey/router.rb:59:in `each'
298
+ actionpack (4.1.9) lib/action_dispatch/journey/router.rb:59:in `call'
299
+ actionpack (4.1.9) lib/action_dispatch/routing/route_set.rb:685:in `call'
300
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
301
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
302
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
303
+ actionpack (4.1.9) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
304
+ actionpack (4.1.9) lib/action_dispatch/middleware/flash.rb:254:in `call'
305
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
306
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
307
+ actionpack (4.1.9) lib/action_dispatch/middleware/cookies.rb:562:in `call'
308
+ activerecord (4.1.9) lib/active_record/query_cache.rb:36:in `call'
309
+ activerecord (4.1.9) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call'
310
+ activerecord (4.1.9) lib/active_record/migration.rb:380:in `call'
311
+ actionpack (4.1.9) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
312
+ activesupport (4.1.9) lib/active_support/callbacks.rb:82:in `run_callbacks'
313
+ actionpack (4.1.9) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
314
+ actionpack (4.1.9) lib/action_dispatch/middleware/reloader.rb:73:in `call'
315
+ actionpack (4.1.9) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
316
+ actionpack (4.1.9) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
317
+ actionpack (4.1.9) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
318
+ railties (4.1.9) lib/rails/rack/logger.rb:38:in `call_app'
319
+ railties (4.1.9) lib/rails/rack/logger.rb:20:in `block in call'
320
+ activesupport (4.1.9) lib/active_support/tagged_logging.rb:68:in `block in tagged'
321
+ activesupport (4.1.9) lib/active_support/tagged_logging.rb:26:in `tagged'
322
+ activesupport (4.1.9) lib/active_support/tagged_logging.rb:68:in `tagged'
323
+ railties (4.1.9) lib/rails/rack/logger.rb:20:in `call'
324
+ actionpack (4.1.9) lib/action_dispatch/middleware/request_id.rb:21:in `call'
325
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
326
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
327
+ activesupport (4.1.9) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
328
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
329
+ actionpack (4.1.9) lib/action_dispatch/middleware/static.rb:84:in `call'
330
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
331
+ railties (4.1.9) lib/rails/engine.rb:514:in `call'
332
+ railties (4.1.9) lib/rails/application.rb:144:in `call'
333
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
334
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
335
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
336
+ /home/nathan/.rbenv/versions/2.1.3/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
337
+ /home/nathan/.rbenv/versions/2.1.3/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
338
+ /home/nathan/.rbenv/versions/2.1.3/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
339
+
340
+
341
+ Rendered /home/nathan/.rbenv/versions/2.1.3/lib/ruby/gems/2.1.0/gems/actionpack-4.1.9/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms)
342
+ Rendered /home/nathan/.rbenv/versions/2.1.3/lib/ruby/gems/2.1.0/gems/actionpack-4.1.9/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (7.8ms)
343
+ Rendered /home/nathan/.rbenv/versions/2.1.3/lib/ruby/gems/2.1.0/gems/actionpack-4.1.9/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (14.8ms)
344
+
345
+
346
+ Started GET "/inscribe/snippets" for 127.0.0.1 at 2015-01-27 15:36:30 -0500
347
+ Processing by Inscribe::SnippetsController#index as HTML
348
+ Inscribe::Snippet Load (0.4ms) SELECT "inscribe_snippets".* FROM "inscribe_snippets"
349
+ SQLite3::SQLException: no such table: inscribe_snippets: SELECT "inscribe_snippets".* FROM "inscribe_snippets"
350
+ Rendered /home/nathan/Dropbox/clifton-labs/gems/inscribe/app/views/inscribe/snippets/index.html.erb within layouts/inscribe/application (2.4ms)
351
+ Completed 500 Internal Server Error in 6ms
352
+
353
+ ActionView::Template::Error (SQLite3::SQLException: no such table: inscribe_snippets: SELECT "inscribe_snippets".* FROM "inscribe_snippets"):
354
+ 12: </thead>
355
+ 13:
356
+ 14: <tbody>
357
+ 15: <% @snippets.each do |snippet| %>
358
+ 16: <tr>
359
+ 17: <td><%= snippet.view %></td>
360
+ 18: <td><%= snippet.key %></td>
361
+ sqlite3 (1.3.10) lib/sqlite3/database.rb:91:in `initialize'
362
+ sqlite3 (1.3.10) lib/sqlite3/database.rb:91:in `new'
363
+ sqlite3 (1.3.10) lib/sqlite3/database.rb:91:in `prepare'
364
+ activerecord (4.1.9) lib/active_record/connection_adapters/sqlite3_adapter.rb:301:in `block in exec_query'
365
+ activerecord (4.1.9) lib/active_record/connection_adapters/abstract_adapter.rb:373:in `block in log'
366
+ activesupport (4.1.9) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
367
+ activerecord (4.1.9) lib/active_record/connection_adapters/abstract_adapter.rb:367:in `log'
368
+ activerecord (4.1.9) lib/active_record/connection_adapters/sqlite3_adapter.rb:298:in `exec_query'
369
+ activerecord (4.1.9) lib/active_record/connection_adapters/sqlite3_adapter.rb:510:in `select'
370
+ activerecord (4.1.9) lib/active_record/connection_adapters/abstract/database_statements.rb:24:in `select_all'
371
+ activerecord (4.1.9) lib/active_record/connection_adapters/abstract/query_cache.rb:68:in `block in select_all'
372
+ activerecord (4.1.9) lib/active_record/connection_adapters/abstract/query_cache.rb:83:in `cache_sql'
373
+ activerecord (4.1.9) lib/active_record/connection_adapters/abstract/query_cache.rb:68:in `select_all'
374
+ activerecord (4.1.9) lib/active_record/querying.rb:39:in `find_by_sql'
375
+ activerecord (4.1.9) lib/active_record/relation.rb:611:in `exec_queries'
376
+ activerecord (4.1.9) lib/active_record/relation.rb:493:in `load'
377
+ activerecord (4.1.9) lib/active_record/relation.rb:238:in `to_a'
378
+ activerecord (4.1.9) lib/active_record/relation/delegation.rb:46:in `each'
379
+ /home/nathan/Dropbox/clifton-labs/gems/inscribe/app/views/inscribe/snippets/index.html.erb:15:in `__home_nathan__ropbox_clifton_labs_gems_inscribe_app_views_inscribe_snippets_index_html_erb__1484572167481429170_70191060871500'
380
+ actionview (4.1.9) lib/action_view/template.rb:145:in `block in render'
381
+ activesupport (4.1.9) lib/active_support/notifications.rb:161:in `instrument'
382
+ actionview (4.1.9) lib/action_view/template.rb:339:in `instrument'
383
+ actionview (4.1.9) lib/action_view/template.rb:143:in `render'
384
+ actionview (4.1.9) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template'
385
+ actionview (4.1.9) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
386
+ activesupport (4.1.9) lib/active_support/notifications.rb:159:in `block in instrument'
387
+ activesupport (4.1.9) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
388
+ activesupport (4.1.9) lib/active_support/notifications.rb:159:in `instrument'
389
+ actionview (4.1.9) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
390
+ actionview (4.1.9) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template'
391
+ actionview (4.1.9) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout'
392
+ actionview (4.1.9) lib/action_view/renderer/template_renderer.rb:53:in `render_template'
393
+ actionview (4.1.9) lib/action_view/renderer/template_renderer.rb:17:in `render'
394
+ actionview (4.1.9) lib/action_view/renderer/renderer.rb:42:in `render_template'
395
+ actionview (4.1.9) lib/action_view/renderer/renderer.rb:23:in `render'
396
+ actionview (4.1.9) lib/action_view/rendering.rb:99:in `_render_template'
397
+ actionpack (4.1.9) lib/action_controller/metal/streaming.rb:217:in `_render_template'
398
+ actionview (4.1.9) lib/action_view/rendering.rb:82:in `render_to_body'
399
+ actionpack (4.1.9) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
400
+ actionpack (4.1.9) lib/action_controller/metal/renderers.rb:32:in `render_to_body'
401
+ actionpack (4.1.9) lib/abstract_controller/rendering.rb:25:in `render'
402
+ actionpack (4.1.9) lib/action_controller/metal/rendering.rb:16:in `render'
403
+ actionpack (4.1.9) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
404
+ activesupport (4.1.9) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
405
+ /home/nathan/.rbenv/versions/2.1.3/lib/ruby/2.1.0/benchmark.rb:294:in `realtime'
406
+ activesupport (4.1.9) lib/active_support/core_ext/benchmark.rb:12:in `ms'
407
+ actionpack (4.1.9) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
408
+ actionpack (4.1.9) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
409
+ activerecord (4.1.9) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
410
+ actionpack (4.1.9) lib/action_controller/metal/instrumentation.rb:40:in `render'
411
+ actionpack (4.1.9) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
412
+ actionpack (4.1.9) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
413
+ actionpack (4.1.9) lib/abstract_controller/base.rb:189:in `process_action'
414
+ actionpack (4.1.9) lib/action_controller/metal/rendering.rb:10:in `process_action'
415
+ actionpack (4.1.9) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
416
+ activesupport (4.1.9) lib/active_support/callbacks.rb:113:in `call'
417
+ activesupport (4.1.9) lib/active_support/callbacks.rb:113:in `call'
418
+ activesupport (4.1.9) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional'
419
+ activesupport (4.1.9) lib/active_support/callbacks.rb:86:in `call'
420
+ activesupport (4.1.9) lib/active_support/callbacks.rb:86:in `run_callbacks'
421
+ actionpack (4.1.9) lib/abstract_controller/callbacks.rb:19:in `process_action'
422
+ actionpack (4.1.9) lib/action_controller/metal/rescue.rb:29:in `process_action'
423
+ actionpack (4.1.9) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
424
+ activesupport (4.1.9) lib/active_support/notifications.rb:159:in `block in instrument'
425
+ activesupport (4.1.9) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
426
+ activesupport (4.1.9) lib/active_support/notifications.rb:159:in `instrument'
427
+ actionpack (4.1.9) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
428
+ actionpack (4.1.9) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
429
+ activerecord (4.1.9) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
430
+ actionpack (4.1.9) lib/abstract_controller/base.rb:136:in `process'
431
+ actionview (4.1.9) lib/action_view/rendering.rb:30:in `process'
432
+ actionpack (4.1.9) lib/action_controller/metal.rb:196:in `dispatch'
433
+ actionpack (4.1.9) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
434
+ actionpack (4.1.9) lib/action_controller/metal.rb:232:in `block in action'
435
+ actionpack (4.1.9) lib/action_dispatch/routing/route_set.rb:82:in `call'
436
+ actionpack (4.1.9) lib/action_dispatch/routing/route_set.rb:82:in `dispatch'
437
+ actionpack (4.1.9) lib/action_dispatch/routing/route_set.rb:50:in `call'
438
+ actionpack (4.1.9) lib/action_dispatch/journey/router.rb:73:in `block in call'
439
+ actionpack (4.1.9) lib/action_dispatch/journey/router.rb:59:in `each'
440
+ actionpack (4.1.9) lib/action_dispatch/journey/router.rb:59:in `call'
441
+ actionpack (4.1.9) lib/action_dispatch/routing/route_set.rb:685:in `call'
442
+ railties (4.1.9) lib/rails/engine.rb:514:in `call'
443
+ railties (4.1.9) lib/rails/railtie.rb:194:in `public_send'
444
+ railties (4.1.9) lib/rails/railtie.rb:194:in `method_missing'
445
+ actionpack (4.1.9) lib/action_dispatch/journey/router.rb:73:in `block in call'
446
+ actionpack (4.1.9) lib/action_dispatch/journey/router.rb:59:in `each'
447
+ actionpack (4.1.9) lib/action_dispatch/journey/router.rb:59:in `call'
448
+ actionpack (4.1.9) lib/action_dispatch/routing/route_set.rb:685:in `call'
449
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
450
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
451
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
452
+ actionpack (4.1.9) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
453
+ actionpack (4.1.9) lib/action_dispatch/middleware/flash.rb:254:in `call'
454
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
455
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
456
+ actionpack (4.1.9) lib/action_dispatch/middleware/cookies.rb:562:in `call'
457
+ activerecord (4.1.9) lib/active_record/query_cache.rb:36:in `call'
458
+ activerecord (4.1.9) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call'
459
+ activerecord (4.1.9) lib/active_record/migration.rb:380:in `call'
460
+ actionpack (4.1.9) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
461
+ activesupport (4.1.9) lib/active_support/callbacks.rb:82:in `run_callbacks'
462
+ actionpack (4.1.9) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
463
+ actionpack (4.1.9) lib/action_dispatch/middleware/reloader.rb:73:in `call'
464
+ actionpack (4.1.9) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
465
+ actionpack (4.1.9) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
466
+ actionpack (4.1.9) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
467
+ railties (4.1.9) lib/rails/rack/logger.rb:38:in `call_app'
468
+ railties (4.1.9) lib/rails/rack/logger.rb:20:in `block in call'
469
+ activesupport (4.1.9) lib/active_support/tagged_logging.rb:68:in `block in tagged'
470
+ activesupport (4.1.9) lib/active_support/tagged_logging.rb:26:in `tagged'
471
+ activesupport (4.1.9) lib/active_support/tagged_logging.rb:68:in `tagged'
472
+ railties (4.1.9) lib/rails/rack/logger.rb:20:in `call'
473
+ actionpack (4.1.9) lib/action_dispatch/middleware/request_id.rb:21:in `call'
474
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
475
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
476
+ activesupport (4.1.9) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
477
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
478
+ actionpack (4.1.9) lib/action_dispatch/middleware/static.rb:84:in `call'
479
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
480
+ railties (4.1.9) lib/rails/engine.rb:514:in `call'
481
+ railties (4.1.9) lib/rails/application.rb:144:in `call'
482
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
483
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
484
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
485
+ /home/nathan/.rbenv/versions/2.1.3/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
486
+ /home/nathan/.rbenv/versions/2.1.3/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
487
+ /home/nathan/.rbenv/versions/2.1.3/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
488
+
489
+
490
+ Rendered /home/nathan/.rbenv/versions/2.1.3/lib/ruby/gems/2.1.0/gems/actionpack-4.1.9/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms)
491
+ Rendered /home/nathan/.rbenv/versions/2.1.3/lib/ruby/gems/2.1.0/gems/actionpack-4.1.9/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms)
492
+ Rendered /home/nathan/.rbenv/versions/2.1.3/lib/ruby/gems/2.1.0/gems/actionpack-4.1.9/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (8.8ms)
493
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
494
+ Migrating to CreateInscribeSnippets (20150127195645)
495
+  (0.1ms) begin transaction
496
+  (0.4ms) CREATE TABLE "inscribe_snippets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "view" varchar(255), "key" varchar(255), "value" text, "value_type" integer, "created_at" datetime, "updated_at" datetime) 
497
+ SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150127195645"]]
498
+  (3.4ms) commit transaction
499
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
500
+
501
+
502
+ Started GET "/inscribe/snippets" for 127.0.0.1 at 2015-01-27 15:36:47 -0500
503
+ Processing by Inscribe::SnippetsController#index as HTML
504
+ Inscribe::Snippet Load (1.0ms) SELECT "inscribe_snippets".* FROM "inscribe_snippets"
505
+ Rendered /home/nathan/Dropbox/clifton-labs/gems/inscribe/app/views/inscribe/snippets/index.html.erb within layouts/inscribe/application (2.6ms)
506
+ Completed 200 OK in 38ms (Views: 35.5ms | ActiveRecord: 1.0ms)
507
+
508
+
509
+ Started GET "/assets/inscribe/snippets.css?body=1" for 127.0.0.1 at 2015-01-27 15:36:47 -0500
510
+
511
+
512
+ Started GET "/assets/inscribe/application.css?body=1" for 127.0.0.1 at 2015-01-27 15:36:47 -0500
513
+
514
+
515
+ Started GET "/assets/inscribe/snippets.js?body=1" for 127.0.0.1 at 2015-01-27 15:36:47 -0500
516
+
517
+
518
+ Started GET "/assets/inscribe/application.js?body=1" for 127.0.0.1 at 2015-01-27 15:36:47 -0500
519
+
520
+
521
+ Started GET "/inscribe/snippets/new" for 127.0.0.1 at 2015-01-27 15:38:02 -0500
522
+ Processing by Inscribe::SnippetsController#new as HTML
523
+ Rendered /home/nathan/Dropbox/clifton-labs/gems/inscribe/app/views/inscribe/snippets/_form.html.erb (17.3ms)
524
+ Rendered /home/nathan/Dropbox/clifton-labs/gems/inscribe/app/views/inscribe/snippets/new.html.erb within layouts/inscribe/application (20.3ms)
525
+ Completed 200 OK in 32ms (Views: 30.7ms | ActiveRecord: 0.4ms)
526
+
527
+
528
+ Started POST "/inscribe/snippets" for 127.0.0.1 at 2015-01-27 15:43:35 -0500
529
+ Processing by Inscribe::SnippetsController#create as HTML
530
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"IPXXlhv7O+NyTBnt6+m+KJWEpcX2We96YQml9R/jsWI=", "snippet"=>{"view"=>"home/index", "key"=>"test", "value"=>"This is a snippet", "value_type"=>"1"}, "commit"=>"Create Snippet"}
531
+  (0.1ms) begin transaction
532
+ SQL (0.4ms) INSERT INTO "inscribe_snippets" ("created_at", "key", "updated_at", "value", "value_type", "view") VALUES (?, ?, ?, ?, ?, ?) [["created_at", "2015-01-27 20:43:35.494509"], ["key", "test"], ["updated_at", "2015-01-27 20:43:35.494509"], ["value", "This is a snippet"], ["value_type", 1], ["view", "home/index"]]
533
+  (2.6ms) commit transaction
534
+ Redirected to http://localhost:3000/inscribe/snippets/1
535
+ Completed 302 Found in 15ms (ActiveRecord: 3.6ms)
536
+
537
+
538
+ Started GET "/inscribe/snippets/1" for 127.0.0.1 at 2015-01-27 15:43:35 -0500
539
+ Processing by Inscribe::SnippetsController#show as HTML
540
+ Parameters: {"id"=>"1"}
541
+ Inscribe::Snippet Load (0.2ms) SELECT "inscribe_snippets".* FROM "inscribe_snippets" WHERE "inscribe_snippets"."id" = ? LIMIT 1 [["id", 1]]
542
+ Rendered /home/nathan/Dropbox/clifton-labs/gems/inscribe/app/views/inscribe/snippets/show.html.erb within layouts/inscribe/application (1.3ms)
543
+ Completed 200 OK in 16ms (Views: 12.6ms | ActiveRecord: 0.2ms)
544
+
545
+
546
+ Started GET "/assets/inscribe/snippets.css?body=1" for 127.0.0.1 at 2015-01-27 15:43:35 -0500
547
+
548
+
549
+ Started GET "/assets/inscribe/application.css?body=1" for 127.0.0.1 at 2015-01-27 15:43:35 -0500
550
+
551
+
552
+ Started GET "/assets/inscribe/application.js?body=1" for 127.0.0.1 at 2015-01-27 15:43:35 -0500
553
+
554
+
555
+ Started GET "/assets/inscribe/snippets.js?body=1" for 127.0.0.1 at 2015-01-27 15:43:35 -0500
556
+
557
+
558
+ Started GET "/" for 127.0.0.1 at 2015-01-27 15:43:40 -0500
559
+
560
+ SyntaxError (/home/nathan/Dropbox/clifton-labs/gems/inscribe/test/dummy/app/controllers/home_controller.rb:1: syntax error, unexpected '<', expecting ';' or '\n'
561
+ def HomeController < ApplicationController
562
+ ^
563
+ /home/nathan/Dropbox/clifton-labs/gems/inscribe/test/dummy/app/controllers/home_controller.rb:4: syntax error, unexpected keyword_end, expecting end-of-input):
564
+ app/controllers/home_controller.rb:1: syntax error, unexpected '<', expecting ';' or '\n'
565
+ app/controllers/home_controller.rb:4: syntax error, unexpected keyword_end, expecting end-of-input
566
+
567
+
568
+ Rendered /home/nathan/.rbenv/versions/2.1.3/lib/ruby/gems/2.1.0/gems/actionpack-4.1.9/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.5ms)
569
+ Rendered /home/nathan/.rbenv/versions/2.1.3/lib/ruby/gems/2.1.0/gems/actionpack-4.1.9/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms)
570
+ Rendered /home/nathan/.rbenv/versions/2.1.3/lib/ruby/gems/2.1.0/gems/actionpack-4.1.9/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms)
571
+ Rendered /home/nathan/.rbenv/versions/2.1.3/lib/ruby/gems/2.1.0/gems/actionpack-4.1.9/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (11.5ms)
572
+
573
+
574
+ Started GET "/" for 127.0.0.1 at 2015-01-27 15:43:56 -0500
575
+ Processing by HomeController#index as HTML
576
+ Rendered home/index.html.erb within layouts/application (7.8ms)
577
+ Completed 500 Internal Server Error in 11ms
578
+
579
+ ActionView::Template::Error (undefined method `snippet' for #<#<Class:0x007fad42c5fe80>:0x007fad42c5e418>):
580
+ 1: <%= snippet :test %>
581
+ app/views/home/index.html.erb:1:in `_app_views_home_index_html_erb__4587408717974351350_70191063151760'
582
+
583
+
584
+ Rendered /home/nathan/.rbenv/versions/2.1.3/lib/ruby/gems/2.1.0/gems/actionpack-4.1.9/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms)
585
+ Rendered /home/nathan/.rbenv/versions/2.1.3/lib/ruby/gems/2.1.0/gems/actionpack-4.1.9/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms)
586
+ Rendered /home/nathan/.rbenv/versions/2.1.3/lib/ruby/gems/2.1.0/gems/actionpack-4.1.9/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (7.6ms)
587
+
588
+
589
+ Started GET "/" for 127.0.0.1 at 2015-01-27 15:46:25 -0500
590
+ Processing by HomeController#index as HTML
591
+ Rendered home/index.html.erb within layouts/application (7.8ms)
592
+ Completed 500 Internal Server Error in 11ms
593
+
594
+ ActionView::Template::Error (undefined method `snippet' for #<#<Class:0x007fad42c5fe80>:0x007fad428f6be0>):
595
+ 1: <%= snippet :test %>
596
+ app/views/home/index.html.erb:1:in `_app_views_home_index_html_erb__4587408717974351350_70191063151760'
597
+
598
+
599
+ Rendered /home/nathan/.rbenv/versions/2.1.3/lib/ruby/gems/2.1.0/gems/actionpack-4.1.9/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.5ms)
600
+ Rendered /home/nathan/.rbenv/versions/2.1.3/lib/ruby/gems/2.1.0/gems/actionpack-4.1.9/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms)
601
+ Rendered /home/nathan/.rbenv/versions/2.1.3/lib/ruby/gems/2.1.0/gems/actionpack-4.1.9/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (9.5ms)
602
+
603
+
604
+ Started GET "/" for 127.0.0.1 at 2015-01-27 15:46:26 -0500
605
+ Processing by HomeController#index as HTML
606
+ Rendered home/index.html.erb within layouts/application (6.0ms)
607
+ Completed 500 Internal Server Error in 7ms
608
+
609
+ ActionView::Template::Error (undefined method `snippet' for #<#<Class:0x007fad42c5fe80>:0x007fad4242efb8>):
610
+ 1: <%= snippet :test %>
611
+ app/views/home/index.html.erb:1:in `_app_views_home_index_html_erb__4587408717974351350_70191063151760'
612
+
613
+
614
+ Rendered /home/nathan/.rbenv/versions/2.1.3/lib/ruby/gems/2.1.0/gems/actionpack-4.1.9/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms)
615
+ Rendered /home/nathan/.rbenv/versions/2.1.3/lib/ruby/gems/2.1.0/gems/actionpack-4.1.9/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms)
616
+ Rendered /home/nathan/.rbenv/versions/2.1.3/lib/ruby/gems/2.1.0/gems/actionpack-4.1.9/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (8.4ms)
617
+
618
+
619
+ Started GET "/" for 127.0.0.1 at 2015-01-27 15:46:26 -0500
620
+ Processing by HomeController#index as HTML
621
+ Rendered home/index.html.erb within layouts/application (6.7ms)
622
+ Completed 500 Internal Server Error in 9ms
623
+
624
+ ActionView::Template::Error (undefined method `snippet' for #<#<Class:0x007fad42c5fe80>:0x007fad40e838f8>):
625
+ 1: <%= snippet :test %>
626
+ app/views/home/index.html.erb:1:in `_app_views_home_index_html_erb__4587408717974351350_70191063151760'
627
+
628
+
629
+ Rendered /home/nathan/.rbenv/versions/2.1.3/lib/ruby/gems/2.1.0/gems/actionpack-4.1.9/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms)
630
+ Rendered /home/nathan/.rbenv/versions/2.1.3/lib/ruby/gems/2.1.0/gems/actionpack-4.1.9/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms)
631
+ Rendered /home/nathan/.rbenv/versions/2.1.3/lib/ruby/gems/2.1.0/gems/actionpack-4.1.9/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (8.8ms)
632
+
633
+
634
+ Started GET "/" for 127.0.0.1 at 2015-01-27 15:46:56 -0500
635
+ Processing by HomeController#index as HTML
636
+ Rendered home/index.html.erb within layouts/application (7.1ms)
637
+ Completed 500 Internal Server Error in 11ms
638
+
639
+ ActionView::Template::Error (undefined method `snippet' for #<#<Class:0x007fbb22463658>:0x007fbb22462398>):
640
+ 1: <%= snippet :test %>
641
+ app/views/home/index.html.erb:1:in `_app_views_home_index_html_erb___1658847322375729420_70220855028080'
642
+
643
+
644
+ Rendered /home/nathan/.rbenv/versions/2.1.3/lib/ruby/gems/2.1.0/gems/actionpack-4.1.9/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms)
645
+ Rendered /home/nathan/.rbenv/versions/2.1.3/lib/ruby/gems/2.1.0/gems/actionpack-4.1.9/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (7.9ms)
646
+ Rendered /home/nathan/.rbenv/versions/2.1.3/lib/ruby/gems/2.1.0/gems/actionpack-4.1.9/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (14.8ms)
647
+
648
+
649
+ Started GET "/" for 127.0.0.1 at 2015-01-27 15:48:54 -0500
650
+ Processing by HomeController#index as HTML
651
+ Inscribe::Snippet Load (0.1ms) SELECT "inscribe_snippets".* FROM "inscribe_snippets" WHERE "inscribe_snippets"."view" IN ('home/index', 'global')
652
+ Rendered home/index.html.erb within layouts/application (22.4ms)
653
+ Completed 500 Internal Server Error in 24ms
654
+
655
+ ActionView::Template::Error (undefined method `snippet_image' for #<Inscribe::Snippet:0x007fbb2184cbf8>):
656
+ 1: <%= snippet :test %>
657
+ app/views/home/index.html.erb:1:in `_app_views_home_index_html_erb___1658847322375729420_70220855028080'
658
+
659
+
660
+ Rendered /home/nathan/.rbenv/versions/2.1.3/lib/ruby/gems/2.1.0/gems/actionpack-4.1.9/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.9ms)
661
+ Rendered /home/nathan/.rbenv/versions/2.1.3/lib/ruby/gems/2.1.0/gems/actionpack-4.1.9/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms)
662
+ Rendered /home/nathan/.rbenv/versions/2.1.3/lib/ruby/gems/2.1.0/gems/actionpack-4.1.9/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (7.3ms)
663
+
664
+
665
+ Started GET "/" for 127.0.0.1 at 2015-01-27 15:48:56 -0500
666
+ Processing by HomeController#index as HTML
667
+ Inscribe::Snippet Load (0.3ms) SELECT "inscribe_snippets".* FROM "inscribe_snippets" WHERE "inscribe_snippets"."view" IN ('home/index', 'global')
668
+ Rendered home/index.html.erb within layouts/application (2.3ms)
669
+ Completed 500 Internal Server Error in 4ms
670
+
671
+ ActionView::Template::Error (undefined method `snippet_image' for #<Inscribe::Snippet:0x007fbb2020e990>):
672
+ 1: <%= snippet :test %>
673
+ app/views/home/index.html.erb:1:in `_app_views_home_index_html_erb___1658847322375729420_70220855028080'
674
+
675
+
676
+ Rendered /home/nathan/.rbenv/versions/2.1.3/lib/ruby/gems/2.1.0/gems/actionpack-4.1.9/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms)
677
+ Rendered /home/nathan/.rbenv/versions/2.1.3/lib/ruby/gems/2.1.0/gems/actionpack-4.1.9/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms)
678
+ Rendered /home/nathan/.rbenv/versions/2.1.3/lib/ruby/gems/2.1.0/gems/actionpack-4.1.9/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (8.6ms)
679
+
680
+
681
+ Started GET "/" for 127.0.0.1 at 2015-01-27 15:48:57 -0500
682
+ Processing by HomeController#index as HTML
683
+ Inscribe::Snippet Load (0.2ms) SELECT "inscribe_snippets".* FROM "inscribe_snippets" WHERE "inscribe_snippets"."view" IN ('home/index', 'global')
684
+ Rendered home/index.html.erb within layouts/application (1.3ms)
685
+ Completed 500 Internal Server Error in 11ms
686
+
687
+ ActionView::Template::Error (undefined method `snippet_image' for #<Inscribe::Snippet:0x007fbb22910160>):
688
+ 1: <%= snippet :test %>
689
+ app/views/home/index.html.erb:1:in `_app_views_home_index_html_erb___1658847322375729420_70220855028080'
690
+
691
+
692
+ Rendered /home/nathan/.rbenv/versions/2.1.3/lib/ruby/gems/2.1.0/gems/actionpack-4.1.9/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms)
693
+ Rendered /home/nathan/.rbenv/versions/2.1.3/lib/ruby/gems/2.1.0/gems/actionpack-4.1.9/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms)
694
+ Rendered /home/nathan/.rbenv/versions/2.1.3/lib/ruby/gems/2.1.0/gems/actionpack-4.1.9/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (8.2ms)
695
+
696
+
697
+ Started GET "/" for 127.0.0.1 at 2015-01-27 15:48:58 -0500
698
+ Processing by HomeController#index as HTML
699
+ Inscribe::Snippet Load (0.2ms) SELECT "inscribe_snippets".* FROM "inscribe_snippets" WHERE "inscribe_snippets"."view" IN ('home/index', 'global')
700
+ Rendered home/index.html.erb within layouts/application (1.5ms)
701
+ Completed 500 Internal Server Error in 4ms
702
+
703
+ ActionView::Template::Error (undefined method `snippet_image' for #<Inscribe::Snippet:0x007fbb226200b8>):
704
+ 1: <%= snippet :test %>
705
+ app/views/home/index.html.erb:1:in `_app_views_home_index_html_erb___1658847322375729420_70220855028080'
706
+
707
+
708
+ Rendered /home/nathan/.rbenv/versions/2.1.3/lib/ruby/gems/2.1.0/gems/actionpack-4.1.9/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.9ms)
709
+ Rendered /home/nathan/.rbenv/versions/2.1.3/lib/ruby/gems/2.1.0/gems/actionpack-4.1.9/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms)
710
+ Rendered /home/nathan/.rbenv/versions/2.1.3/lib/ruby/gems/2.1.0/gems/actionpack-4.1.9/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (7.9ms)
711
+
712
+
713
+ Started GET "/" for 127.0.0.1 at 2015-01-27 15:48:58 -0500
714
+ Processing by HomeController#index as HTML
715
+ Inscribe::Snippet Load (0.2ms) SELECT "inscribe_snippets".* FROM "inscribe_snippets" WHERE "inscribe_snippets"."view" IN ('home/index', 'global')
716
+ Rendered home/index.html.erb within layouts/application (1.5ms)
717
+ Completed 500 Internal Server Error in 3ms
718
+
719
+ ActionView::Template::Error (undefined method `snippet_image' for #<Inscribe::Snippet:0x007fbb221490a8>):
720
+ 1: <%= snippet :test %>
721
+ app/views/home/index.html.erb:1:in `_app_views_home_index_html_erb___1658847322375729420_70220855028080'
722
+
723
+
724
+ Rendered /home/nathan/.rbenv/versions/2.1.3/lib/ruby/gems/2.1.0/gems/actionpack-4.1.9/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms)
725
+ Rendered /home/nathan/.rbenv/versions/2.1.3/lib/ruby/gems/2.1.0/gems/actionpack-4.1.9/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms)
726
+ Rendered /home/nathan/.rbenv/versions/2.1.3/lib/ruby/gems/2.1.0/gems/actionpack-4.1.9/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (7.7ms)
727
+
728
+
729
+ Started GET "/" for 127.0.0.1 at 2015-01-27 15:48:58 -0500
730
+ Processing by HomeController#index as HTML
731
+ Inscribe::Snippet Load (0.3ms) SELECT "inscribe_snippets".* FROM "inscribe_snippets" WHERE "inscribe_snippets"."view" IN ('home/index', 'global')
732
+ Rendered home/index.html.erb within layouts/application (2.2ms)
733
+ Completed 500 Internal Server Error in 5ms
734
+
735
+ ActionView::Template::Error (undefined method `snippet_image' for #<Inscribe::Snippet:0x007fbb21daec90>):
736
+ 1: <%= snippet :test %>
737
+ app/views/home/index.html.erb:1:in `_app_views_home_index_html_erb___1658847322375729420_70220855028080'
738
+
739
+
740
+ Rendered /home/nathan/.rbenv/versions/2.1.3/lib/ruby/gems/2.1.0/gems/actionpack-4.1.9/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms)
741
+ Rendered /home/nathan/.rbenv/versions/2.1.3/lib/ruby/gems/2.1.0/gems/actionpack-4.1.9/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms)
742
+ Rendered /home/nathan/.rbenv/versions/2.1.3/lib/ruby/gems/2.1.0/gems/actionpack-4.1.9/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (7.6ms)
743
+
744
+
745
+ Started GET "/" for 127.0.0.1 at 2015-01-27 15:50:42 -0500
746
+
747
+ SyntaxError (/home/nathan/Dropbox/clifton-labs/gems/inscribe/app/helpers/inscribe/snippets_helper.rb:14: syntax error, unexpected ')', expecting ']'
748
+ ...{|s| [s.key, format_snippet(s)) ]}]
749
+ ... ^
750
+ /home/nathan/Dropbox/clifton-labs/gems/inscribe/app/helpers/inscribe/snippets_helper.rb:24: syntax error, unexpected keyword_end, expecting '}'):
751
+ /home/nathan/Dropbox/clifton-labs/gems/inscribe/app/helpers/inscribe/snippets_helper.rb:14: syntax error, unexpected ')', expecting ']'
752
+ ...{|s| [s.key, format_snippet(s)) ]}]
753
+ ... ^
754
+ /home/nathan/Dropbox/clifton-labs/gems/inscribe/app/helpers/inscribe/snippets_helper.rb:24: syntax error, unexpected keyword_end, expecting '}'
755
+ activesupport (4.1.9) lib/active_support/dependencies.rb:443:in `load'
756
+ activesupport (4.1.9) lib/active_support/dependencies.rb:443:in `block in load_file'
757
+ activesupport (4.1.9) lib/active_support/dependencies.rb:633:in `new_constants_in'
758
+ activesupport (4.1.9) lib/active_support/dependencies.rb:442:in `load_file'
759
+ activesupport (4.1.9) lib/active_support/dependencies.rb:342:in `require_or_load'
760
+ activesupport (4.1.9) lib/active_support/dependencies.rb:307:in `depend_on'
761
+ activesupport (4.1.9) lib/active_support/dependencies.rb:225:in `require_dependency'
762
+ actionpack (4.1.9) lib/abstract_controller/helpers.rb:152:in `block in modules_for_helpers'
763
+ actionpack (4.1.9) lib/abstract_controller/helpers.rb:147:in `map!'
764
+ actionpack (4.1.9) lib/abstract_controller/helpers.rb:147:in `modules_for_helpers'
765
+ actionpack (4.1.9) lib/action_controller/metal/helpers.rb:93:in `modules_for_helpers'
766
+ actionpack (4.1.9) lib/abstract_controller/helpers.rb:111:in `helper'
767
+ actionpack (4.1.9) lib/action_controller/railties/helpers.rb:17:in `inherited'
768
+ /home/nathan/Dropbox/clifton-labs/gems/inscribe/app/controllers/inscribe/application_controller.rb:2:in `<module:Inscribe>'
769
+ /home/nathan/Dropbox/clifton-labs/gems/inscribe/app/controllers/inscribe/application_controller.rb:1:in `<top (required)>'
770
+ activesupport (4.1.9) lib/active_support/dependencies.rb:443:in `load'
771
+ activesupport (4.1.9) lib/active_support/dependencies.rb:443:in `block in load_file'
772
+ activesupport (4.1.9) lib/active_support/dependencies.rb:633:in `new_constants_in'
773
+ activesupport (4.1.9) lib/active_support/dependencies.rb:442:in `load_file'
774
+ activesupport (4.1.9) lib/active_support/dependencies.rb:342:in `require_or_load'
775
+ activesupport (4.1.9) lib/active_support/dependencies.rb:480:in `load_missing_constant'
776
+ activesupport (4.1.9) lib/active_support/dependencies.rb:180:in `const_missing'
777
+ /home/nathan/Dropbox/clifton-labs/gems/inscribe/lib/inscribe/engine.rb:6:in `block in <class:Engine>'
778
+ activesupport (4.1.9) lib/active_support/callbacks.rb:438:in `instance_exec'
779
+ activesupport (4.1.9) lib/active_support/callbacks.rb:438:in `block in make_lambda'
780
+ activesupport (4.1.9) lib/active_support/callbacks.rb:184:in `call'
781
+ activesupport (4.1.9) lib/active_support/callbacks.rb:184:in `block in simple'
782
+ activesupport (4.1.9) lib/active_support/callbacks.rb:185:in `call'
783
+ activesupport (4.1.9) lib/active_support/callbacks.rb:185:in `block in simple'
784
+ activesupport (4.1.9) lib/active_support/callbacks.rb:86:in `call'
785
+ activesupport (4.1.9) lib/active_support/callbacks.rb:86:in `run_callbacks'
786
+ actionpack (4.1.9) lib/action_dispatch/middleware/reloader.rb:83:in `prepare!'
787
+ actionpack (4.1.9) lib/action_dispatch/middleware/reloader.rb:71:in `call'
788
+ actionpack (4.1.9) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
789
+ actionpack (4.1.9) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
790
+ actionpack (4.1.9) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
791
+ railties (4.1.9) lib/rails/rack/logger.rb:38:in `call_app'
792
+ railties (4.1.9) lib/rails/rack/logger.rb:20:in `block in call'
793
+ activesupport (4.1.9) lib/active_support/tagged_logging.rb:68:in `block in tagged'
794
+ activesupport (4.1.9) lib/active_support/tagged_logging.rb:26:in `tagged'
795
+ activesupport (4.1.9) lib/active_support/tagged_logging.rb:68:in `tagged'
796
+ railties (4.1.9) lib/rails/rack/logger.rb:20:in `call'
797
+ actionpack (4.1.9) lib/action_dispatch/middleware/request_id.rb:21:in `call'
798
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
799
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
800
+ activesupport (4.1.9) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
801
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
802
+ actionpack (4.1.9) lib/action_dispatch/middleware/static.rb:84:in `call'
803
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
804
+ railties (4.1.9) lib/rails/engine.rb:514:in `call'
805
+ railties (4.1.9) lib/rails/application.rb:144:in `call'
806
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
807
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
808
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
809
+ /home/nathan/.rbenv/versions/2.1.3/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
810
+ /home/nathan/.rbenv/versions/2.1.3/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
811
+ /home/nathan/.rbenv/versions/2.1.3/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
812
+
813
+
814
+ Rendered /home/nathan/.rbenv/versions/2.1.3/lib/ruby/gems/2.1.0/gems/actionpack-4.1.9/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.4ms)
815
+ Rendered /home/nathan/.rbenv/versions/2.1.3/lib/ruby/gems/2.1.0/gems/actionpack-4.1.9/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms)
816
+ Rendered /home/nathan/.rbenv/versions/2.1.3/lib/ruby/gems/2.1.0/gems/actionpack-4.1.9/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms)
817
+ Rendered /home/nathan/.rbenv/versions/2.1.3/lib/ruby/gems/2.1.0/gems/actionpack-4.1.9/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (10.9ms)
818
+
819
+
820
+ Started GET "/" for 127.0.0.1 at 2015-01-27 15:50:53 -0500
821
+ Processing by HomeController#index as HTML
822
+ Rendered home/index.html.erb within layouts/application (0.6ms)
823
+ Completed 500 Internal Server Error in 2ms
824
+
825
+ ActionView::Template::Error (A copy of Inscribe::SnippetsHelper has been removed from the module tree but is still active!):
826
+ 1: <%= snippet :test %>
827
+ app/views/home/index.html.erb:1:in `_app_views_home_index_html_erb___1658847322375729420_70220855028080'
828
+
829
+
830
+ Rendered /home/nathan/.rbenv/versions/2.1.3/lib/ruby/gems/2.1.0/gems/actionpack-4.1.9/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms)
831
+ Rendered /home/nathan/.rbenv/versions/2.1.3/lib/ruby/gems/2.1.0/gems/actionpack-4.1.9/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms)
832
+ Rendered /home/nathan/.rbenv/versions/2.1.3/lib/ruby/gems/2.1.0/gems/actionpack-4.1.9/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (8.1ms)
833
+
834
+
835
+ Started GET "/" for 127.0.0.1 at 2015-01-27 15:51:06 -0500
836
+ Processing by HomeController#index as HTML
837
+ Inscribe::Snippet Load (0.1ms) SELECT "inscribe_snippets".* FROM "inscribe_snippets" WHERE "inscribe_snippets"."view" IN ('home/index', 'global')
838
+ Rendered home/index.html.erb within layouts/application (24.7ms)
839
+ Completed 200 OK in 54ms (Views: 52.5ms | ActiveRecord: 1.3ms)
840
+
841
+
842
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-01-27 15:51:06 -0500
843
+
844
+
845
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-01-27 15:51:06 -0500
846
+
847
+
848
+ Started GET "/" for 127.0.0.1 at 2015-01-27 15:51:08 -0500
849
+ Processing by HomeController#index as HTML
850
+ Inscribe::Snippet Load (0.3ms) SELECT "inscribe_snippets".* FROM "inscribe_snippets" WHERE "inscribe_snippets"."view" IN ('home/index', 'global')
851
+ Rendered home/index.html.erb within layouts/application (1.5ms)
852
+ Completed 200 OK in 13ms (Views: 12.9ms | ActiveRecord: 0.3ms)
853
+
854
+
855
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-01-27 15:51:08 -0500
856
+
857
+
858
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-01-27 15:51:08 -0500
859
+
860
+
861
+ Started GET "/" for 127.0.0.1 at 2015-01-27 15:51:09 -0500
862
+ Processing by HomeController#index as HTML
863
+ Inscribe::Snippet Load (0.3ms) SELECT "inscribe_snippets".* FROM "inscribe_snippets" WHERE "inscribe_snippets"."view" IN ('home/index', 'global')
864
+ Rendered home/index.html.erb within layouts/application (1.4ms)
865
+ Completed 200 OK in 14ms (Views: 13.5ms | ActiveRecord: 0.3ms)
866
+
867
+
868
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-01-27 15:51:09 -0500
869
+
870
+
871
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-01-27 15:51:09 -0500
872
+
873
+
874
+ Started GET "/" for 127.0.0.1 at 2015-01-27 15:52:00 -0500
875
+ Processing by HomeController#index as HTML
876
+ Rendered home/index.html.erb within layouts/application (1.7ms)
877
+ Completed 500 Internal Server Error in 3ms
878
+
879
+ ActionView::Template::Error (A copy of Inscribe::SnippetsHelper has been removed from the module tree but is still active!):
880
+ 1: <%= snippet :test %>
881
+ app/views/home/index.html.erb:1:in `_app_views_home_index_html_erb___4185553127655953138_69819579485280'
882
+
883
+
884
+ Rendered /home/nathan/.rbenv/versions/2.1.3/lib/ruby/gems/2.1.0/gems/actionpack-4.1.9/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms)
885
+ Rendered /home/nathan/.rbenv/versions/2.1.3/lib/ruby/gems/2.1.0/gems/actionpack-4.1.9/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms)
886
+ Rendered /home/nathan/.rbenv/versions/2.1.3/lib/ruby/gems/2.1.0/gems/actionpack-4.1.9/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (7.7ms)
887
+
888
+
889
+ Started GET "/" for 127.0.0.1 at 2015-01-27 15:52:11 -0500
890
+ Processing by HomeController#index as HTML
891
+ Inscribe::Snippet Load (0.2ms) SELECT "inscribe_snippets".* FROM "inscribe_snippets" WHERE "inscribe_snippets"."view" IN ('home/index', 'global')
892
+ Rendered home/index.html.erb within layouts/application (23.1ms)
893
+ Completed 200 OK in 47ms (Views: 45.5ms | ActiveRecord: 1.3ms)
894
+
895
+
896
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-01-27 15:52:12 -0500
897
+
898
+
899
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-01-27 15:52:12 -0500
900
+
901
+
902
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-01-27 15:52:18 -0500
903
+
904
+
905
+ Started GET "/" for 127.0.0.1 at 2015-01-27 15:52:58 -0500
906
+ Processing by HomeController#index as HTML
907
+ Inscribe::Snippet Load (0.2ms) SELECT "inscribe_snippets".* FROM "inscribe_snippets" WHERE "inscribe_snippets"."view" IN ('home/index', 'global')
908
+ Rendered home/index.html.erb within layouts/application (1.5ms)
909
+ Completed 200 OK in 12ms (Views: 11.6ms | ActiveRecord: 0.2ms)
910
+
911
+
912
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-01-27 15:52:58 -0500
913
+
914
+
915
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-01-27 15:52:58 -0500
916
+
917
+
918
+ Started GET "/inscribe/snippets" for 127.0.0.1 at 2015-01-27 15:53:12 -0500
919
+ Processing by Inscribe::SnippetsController#index as HTML
920
+ Inscribe::Snippet Load (0.2ms) SELECT "inscribe_snippets".* FROM "inscribe_snippets"
921
+ Rendered /home/nathan/Dropbox/clifton-labs/gems/inscribe/app/views/inscribe/snippets/index.html.erb within layouts/inscribe/application (2.7ms)
922
+ Completed 200 OK in 30ms (Views: 29.7ms | ActiveRecord: 0.2ms)
923
+
924
+
925
+ Started GET "/assets/inscribe/application.css?body=1" for 127.0.0.1 at 2015-01-27 15:53:12 -0500
926
+
927
+
928
+ Started GET "/assets/inscribe/snippets.css?body=1" for 127.0.0.1 at 2015-01-27 15:53:12 -0500
929
+
930
+
931
+ Started GET "/assets/inscribe/snippets.js?body=1" for 127.0.0.1 at 2015-01-27 15:53:12 -0500
932
+
933
+
934
+ Started GET "/assets/inscribe/application.js?body=1" for 127.0.0.1 at 2015-01-27 15:53:12 -0500
935
+
936
+
937
+ Started GET "/" for 127.0.0.1 at 2015-01-27 15:53:59 -0500
938
+ Processing by HomeController#index as HTML
939
+ Rendered home/index.html.erb within layouts/application (1.5ms)
940
+ Completed 500 Internal Server Error in 3ms
941
+
942
+ ActionView::Template::Error (A copy of Inscribe::SnippetsHelper has been removed from the module tree but is still active!):
943
+ 1: stuff
944
+ 2: <%= snippet :test %>
945
+ app/views/home/index.html.erb:2:in `_app_views_home_index_html_erb__3368848453773020575_70167323793100'
946
+
947
+
948
+ Rendered /home/nathan/.rbenv/versions/2.1.3/lib/ruby/gems/2.1.0/gems/actionpack-4.1.9/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms)
949
+ Rendered /home/nathan/.rbenv/versions/2.1.3/lib/ruby/gems/2.1.0/gems/actionpack-4.1.9/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms)
950
+ Rendered /home/nathan/.rbenv/versions/2.1.3/lib/ruby/gems/2.1.0/gems/actionpack-4.1.9/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (8.2ms)
951
+
952
+
953
+ Started GET "/" for 127.0.0.1 at 2015-01-27 15:54:09 -0500
954
+ Processing by HomeController#index as HTML
955
+ Inscribe::Snippet Load (0.1ms) SELECT "inscribe_snippets".* FROM "inscribe_snippets" WHERE "inscribe_snippets"."view" IN ('home/index', 'global')
956
+ Rendered home/index.html.erb within layouts/application (23.4ms)
957
+ Completed 200 OK in 49ms (Views: 47.2ms | ActiveRecord: 1.3ms)
958
+
959
+
960
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-01-27 15:54:10 -0500
961
+
962
+
963
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-01-27 15:54:10 -0500
964
+
965
+
966
+ Started GET "/" for 127.0.0.1 at 2015-01-27 15:55:28 -0500
967
+ Processing by HomeController#index as HTML
968
+ Inscribe::Snippet Load (0.2ms) SELECT "inscribe_snippets".* FROM "inscribe_snippets" WHERE "inscribe_snippets"."view" IN ('home/index', 'global')
969
+ Rendered home/index.html.erb within layouts/application (1.3ms)
970
+ Completed 200 OK in 12ms (Views: 11.1ms | ActiveRecord: 0.2ms)
971
+
972
+
973
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-01-27 15:55:28 -0500
974
+
975
+
976
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-01-27 15:55:28 -0500
977
+
978
+
979
+ Started GET "/" for 127.0.0.1 at 2015-01-27 15:56:11 -0500
980
+ Processing by HomeController#index as HTML
981
+ Inscribe::Snippet Load (0.4ms) SELECT "inscribe_snippets".* FROM "inscribe_snippets" WHERE "inscribe_snippets"."view" IN ('home/index', 'global')
982
+ Rendered home/index.html.erb within layouts/application (2.5ms)
983
+ Completed 200 OK in 14ms (Views: 13.0ms | ActiveRecord: 0.4ms)
984
+
985
+
986
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-01-27 15:56:11 -0500
987
+
988
+
989
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-01-27 15:56:11 -0500
990
+
991
+
992
+ Started GET "/inscribe/snippets" for 127.0.0.1 at 2015-01-27 15:56:21 -0500
993
+ Processing by Inscribe::SnippetsController#index as HTML
994
+ Inscribe::Snippet Load (0.1ms) SELECT "inscribe_snippets".* FROM "inscribe_snippets"
995
+ Rendered /home/nathan/Dropbox/clifton-labs/gems/inscribe/app/views/inscribe/snippets/index.html.erb within layouts/inscribe/application (2.5ms)
996
+ Completed 200 OK in 27ms (Views: 26.9ms | ActiveRecord: 0.1ms)
997
+
998
+
999
+ Started GET "/assets/inscribe/snippets.css?body=1" for 127.0.0.1 at 2015-01-27 15:56:21 -0500
1000
+
1001
+
1002
+ Started GET "/assets/inscribe/application.css?body=1" for 127.0.0.1 at 2015-01-27 15:56:21 -0500
1003
+
1004
+
1005
+ Started GET "/assets/inscribe/snippets.js?body=1" for 127.0.0.1 at 2015-01-27 15:56:21 -0500
1006
+
1007
+
1008
+ Started GET "/assets/inscribe/application.js?body=1" for 127.0.0.1 at 2015-01-27 15:56:21 -0500
1009
+ Inscribe::Snippet Load (0.4ms) SELECT "inscribe_snippets".* FROM "inscribe_snippets"
1010
+ Inscribe::Snippet Load (0.3ms) SELECT "inscribe_snippets".* FROM "inscribe_snippets" WHERE "inscribe_snippets"."view" = 'home/index'
1011
+
1012
+
1013
+ Started GET "/" for 127.0.0.1 at 2015-01-27 15:58:07 -0500
1014
+ Processing by HomeController#index as HTML
1015
+ Inscribe::Snippet Load (0.2ms) SELECT "inscribe_snippets".* FROM "inscribe_snippets" WHERE "inscribe_snippets"."view" IN ('home/index', 'global')
1016
+ Rendered home/index.html.erb within layouts/application (23.0ms)
1017
+ Completed 200 OK in 48ms (Views: 46.1ms | ActiveRecord: 1.2ms)
1018
+
1019
+
1020
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-01-27 15:58:07 -0500
1021
+
1022
+
1023
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-01-27 15:58:07 -0500
1024
+
1025
+
1026
+ Started GET "/" for 127.0.0.1 at 2015-01-27 15:58:43 -0500
1027
+ Processing by HomeController#index as HTML
1028
+ Inscribe::Snippet Load (0.1ms) SELECT "inscribe_snippets".* FROM "inscribe_snippets" WHERE "inscribe_snippets"."view" IN ('home/index', 'global')
1029
+ Rendered home/index.html.erb within layouts/application (7.1ms)
1030
+ Completed 500 Internal Server Error in 9ms
1031
+
1032
+ ActionView::Template::Error (wrong number of arguments (0 for 1)):
1033
+ 1: stuff
1034
+ 2: <%= "#{controller_name}/#{action_name}" %>
1035
+ 3: <%= snippet :test %>
1036
+ 4: <%= load_snippets %>
1037
+ app/views/home/index.html.erb:4:in `_app_views_home_index_html_erb__4496449118472246443_70115879314820'
1038
+
1039
+
1040
+ Rendered /home/nathan/.rbenv/versions/2.1.3/lib/ruby/gems/2.1.0/gems/actionpack-4.1.9/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms)
1041
+ Rendered /home/nathan/.rbenv/versions/2.1.3/lib/ruby/gems/2.1.0/gems/actionpack-4.1.9/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms)
1042
+ Rendered /home/nathan/.rbenv/versions/2.1.3/lib/ruby/gems/2.1.0/gems/actionpack-4.1.9/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (7.9ms)
1043
+
1044
+
1045
+ Started GET "/" for 127.0.0.1 at 2015-01-27 15:59:14 -0500
1046
+ Processing by HomeController#index as HTML
1047
+ Inscribe::Snippet Load (0.1ms) SELECT "inscribe_snippets".* FROM "inscribe_snippets" WHERE "inscribe_snippets"."view" IN ('home/index', 'global')
1048
+ Rendered home/index.html.erb within layouts/application (22.6ms)
1049
+ Completed 200 OK in 46ms (Views: 44.6ms | ActiveRecord: 1.3ms)
1050
+
1051
+
1052
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-01-27 15:59:14 -0500
1053
+
1054
+
1055
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-01-27 15:59:14 -0500
1056
+
1057
+
1058
+ Started GET "/" for 127.0.0.1 at 2015-01-27 15:59:46 -0500
1059
+ Processing by HomeController#index as HTML
1060
+ Inscribe::Snippet Load (0.4ms) SELECT "inscribe_snippets".* FROM "inscribe_snippets" WHERE "inscribe_snippets"."view" IN ('home/index', 'global')
1061
+ Rendered home/index.html.erb within layouts/application (1.7ms)
1062
+ Completed 200 OK in 14ms (Views: 13.1ms | ActiveRecord: 0.4ms)
1063
+
1064
+
1065
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-01-27 15:59:47 -0500
1066
+
1067
+
1068
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-01-27 15:59:47 -0500
1069
+
1070
+
1071
+ Started GET "/" for 127.0.0.1 at 2015-01-27 15:59:47 -0500
1072
+ Processing by HomeController#index as HTML
1073
+ Inscribe::Snippet Load (0.2ms) SELECT "inscribe_snippets".* FROM "inscribe_snippets" WHERE "inscribe_snippets"."view" IN ('home/index', 'global')
1074
+ Rendered home/index.html.erb within layouts/application (1.1ms)
1075
+ Completed 200 OK in 10ms (Views: 9.7ms | ActiveRecord: 0.2ms)
1076
+
1077
+
1078
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-01-27 15:59:47 -0500
1079
+
1080
+
1081
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-01-27 15:59:47 -0500
1082
+
1083
+
1084
+ Started GET "/" for 127.0.0.1 at 2015-01-27 15:59:48 -0500
1085
+ Processing by HomeController#index as HTML
1086
+ Inscribe::Snippet Load (0.3ms) SELECT "inscribe_snippets".* FROM "inscribe_snippets" WHERE "inscribe_snippets"."view" IN ('home/index', 'global')
1087
+ Rendered home/index.html.erb within layouts/application (1.5ms)
1088
+ Completed 200 OK in 20ms (Views: 19.1ms | ActiveRecord: 0.3ms)
1089
+
1090
+
1091
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-01-27 15:59:48 -0500
1092
+
1093
+
1094
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-01-27 15:59:48 -0500
1095
+
1096
+
1097
+ Started GET "/" for 127.0.0.1 at 2015-01-27 15:59:57 -0500
1098
+ Processing by HomeController#index as HTML
1099
+ Inscribe::Snippet Load (0.3ms) SELECT "inscribe_snippets".* FROM "inscribe_snippets" WHERE "inscribe_snippets"."view" IN ('home/index', 'global')
1100
+ Rendered home/index.html.erb within layouts/application (1.6ms)
1101
+ Completed 200 OK in 13ms (Views: 12.6ms | ActiveRecord: 0.3ms)
1102
+
1103
+
1104
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-01-27 15:59:57 -0500
1105
+
1106
+
1107
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-01-27 15:59:57 -0500
1108
+
1109
+
1110
+ Started GET "/" for 127.0.0.1 at 2015-01-27 16:02:49 -0500
1111
+ Processing by HomeController#index as HTML
1112
+ Inscribe::Snippet Load (0.1ms) SELECT "inscribe_snippets".* FROM "inscribe_snippets" WHERE "inscribe_snippets"."view" IN ('home/index', 'global')
1113
+ Rendered home/index.html.erb within layouts/application (6.0ms)
1114
+ Completed 200 OK in 15ms (Views: 14.5ms | ActiveRecord: 0.7ms)
1115
+
1116
+
1117
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-01-27 16:02:49 -0500
1118
+
1119
+
1120
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-01-27 16:02:49 -0500
1121
+
1122
+
1123
+ Started GET "/" for 127.0.0.1 at 2015-01-27 16:02:50 -0500
1124
+ Processing by HomeController#index as HTML
1125
+ Inscribe::Snippet Load (0.4ms) SELECT "inscribe_snippets".* FROM "inscribe_snippets" WHERE "inscribe_snippets"."view" IN ('home/index', 'global')
1126
+ Rendered home/index.html.erb within layouts/application (1.9ms)
1127
+ Completed 200 OK in 15ms (Views: 14.5ms | ActiveRecord: 0.4ms)
1128
+
1129
+
1130
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-01-27 16:02:50 -0500
1131
+
1132
+
1133
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-01-27 16:02:50 -0500
1134
+
1135
+
1136
+ Started GET "/" for 127.0.0.1 at 2015-01-27 16:02:51 -0500
1137
+ Processing by HomeController#index as HTML
1138
+ Inscribe::Snippet Load (0.3ms) SELECT "inscribe_snippets".* FROM "inscribe_snippets" WHERE "inscribe_snippets"."view" IN ('home/index', 'global')
1139
+ Rendered home/index.html.erb within layouts/application (1.6ms)
1140
+ Completed 200 OK in 14ms (Views: 13.7ms | ActiveRecord: 0.3ms)
1141
+
1142
+
1143
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-01-27 16:02:51 -0500
1144
+
1145
+
1146
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-01-27 16:02:51 -0500
1147
+
1148
+
1149
+ Started GET "/" for 127.0.0.1 at 2015-01-27 16:02:57 -0500
1150
+ Processing by HomeController#index as HTML
1151
+ Inscribe::Snippet Load (0.4ms) SELECT "inscribe_snippets".* FROM "inscribe_snippets" WHERE "inscribe_snippets"."view" IN ('home/index', 'global')
1152
+ Rendered home/index.html.erb within layouts/application (2.4ms)
1153
+ Completed 200 OK in 13ms (Views: 12.6ms | ActiveRecord: 0.4ms)
1154
+
1155
+
1156
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-01-27 16:02:57 -0500
1157
+
1158
+
1159
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-01-27 16:02:57 -0500
1160
+
1161
+
1162
+ Started GET "/" for 127.0.0.1 at 2015-01-27 16:02:58 -0500
1163
+ Processing by HomeController#index as HTML
1164
+ Inscribe::Snippet Load (0.4ms) SELECT "inscribe_snippets".* FROM "inscribe_snippets" WHERE "inscribe_snippets"."view" IN ('home/index', 'global')
1165
+ Rendered home/index.html.erb within layouts/application (1.7ms)
1166
+ Completed 200 OK in 19ms (Views: 18.5ms | ActiveRecord: 0.4ms)
1167
+
1168
+
1169
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-01-27 16:02:58 -0500
1170
+
1171
+
1172
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-01-27 16:02:58 -0500
1173
+
1174
+
1175
+ Started GET "/" for 127.0.0.1 at 2015-01-27 16:02:58 -0500
1176
+ Processing by HomeController#index as HTML
1177
+ Inscribe::Snippet Load (0.4ms) SELECT "inscribe_snippets".* FROM "inscribe_snippets" WHERE "inscribe_snippets"."view" IN ('home/index', 'global')
1178
+ Rendered home/index.html.erb within layouts/application (1.7ms)
1179
+ Completed 200 OK in 14ms (Views: 13.2ms | ActiveRecord: 0.4ms)
1180
+
1181
+
1182
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-01-27 16:02:58 -0500
1183
+
1184
+
1185
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-01-27 16:02:58 -0500
1186
+
1187
+
1188
+ Started GET "/" for 127.0.0.1 at 2015-01-27 16:02:59 -0500
1189
+ Processing by HomeController#index as HTML
1190
+ Inscribe::Snippet Load (0.3ms) SELECT "inscribe_snippets".* FROM "inscribe_snippets" WHERE "inscribe_snippets"."view" IN ('home/index', 'global')
1191
+ Rendered home/index.html.erb within layouts/application (1.3ms)
1192
+ Completed 200 OK in 14ms (Views: 13.3ms | ActiveRecord: 0.3ms)
1193
+
1194
+
1195
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-01-27 16:02:59 -0500
1196
+
1197
+
1198
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-01-27 16:02:59 -0500
1199
+
1200
+
1201
+ Started GET "/inscribe/snippets" for 127.0.0.1 at 2015-01-27 16:03:08 -0500
1202
+ Processing by Inscribe::SnippetsController#index as HTML
1203
+ Inscribe::Snippet Load (0.2ms) SELECT "inscribe_snippets".* FROM "inscribe_snippets"
1204
+ Rendered /home/nathan/Dropbox/clifton-labs/gems/inscribe/app/views/inscribe/snippets/index.html.erb within layouts/inscribe/application (2.5ms)
1205
+ Completed 200 OK in 22ms (Views: 21.3ms | ActiveRecord: 0.2ms)
1206
+
1207
+
1208
+ Started GET "/assets/inscribe/snippets.css?body=1" for 127.0.0.1 at 2015-01-27 16:03:08 -0500
1209
+
1210
+
1211
+ Started GET "/assets/inscribe/snippets.js?body=1" for 127.0.0.1 at 2015-01-27 16:03:08 -0500
1212
+
1213
+
1214
+ Started GET "/assets/inscribe/application.css?body=1" for 127.0.0.1 at 2015-01-27 16:03:08 -0500
1215
+
1216
+
1217
+ Started GET "/assets/inscribe/application.js?body=1" for 127.0.0.1 at 2015-01-27 16:03:08 -0500
1218
+
1219
+
1220
+ Started GET "/inscribe/snippets/new" for 127.0.0.1 at 2015-01-27 16:15:44 -0500
1221
+ Processing by Inscribe::SnippetsController#new as HTML
1222
+ Rendered /home/nathan/Dropbox/clifton-labs/gems/inscribe/app/views/inscribe/snippets/_form.html.erb (13.6ms)
1223
+ Rendered /home/nathan/Dropbox/clifton-labs/gems/inscribe/app/views/inscribe/snippets/new.html.erb within layouts/inscribe/application (16.6ms)
1224
+ Completed 200 OK in 34ms (Views: 33.5ms | ActiveRecord: 0.0ms)
1225
+
1226
+
1227
+ Started GET "/assets/inscribe/snippets.css?body=1" for 127.0.0.1 at 2015-01-27 16:15:44 -0500
1228
+
1229
+
1230
+ Started GET "/assets/inscribe/application.css?body=1" for 127.0.0.1 at 2015-01-27 16:15:44 -0500
1231
+
1232
+
1233
+ Started GET "/assets/inscribe/snippets.js?body=1" for 127.0.0.1 at 2015-01-27 16:15:44 -0500
1234
+
1235
+
1236
+ Started GET "/assets/inscribe/application.js?body=1" for 127.0.0.1 at 2015-01-27 16:15:44 -0500
1237
+
1238
+
1239
+ Started GET "/inscribe/snippets" for 127.0.0.1 at 2015-01-27 16:15:47 -0500
1240
+ Processing by Inscribe::SnippetsController#index as HTML
1241
+ Inscribe::Snippet Load (0.2ms) SELECT "inscribe_snippets".* FROM "inscribe_snippets"
1242
+ Rendered /home/nathan/Dropbox/clifton-labs/gems/inscribe/app/views/inscribe/snippets/index.html.erb within layouts/inscribe/application (1.9ms)
1243
+ Completed 200 OK in 15ms (Views: 14.0ms | ActiveRecord: 0.2ms)
1244
+
1245
+
1246
+ Started GET "/assets/inscribe/snippets.css?body=1" for 127.0.0.1 at 2015-01-27 16:15:47 -0500
1247
+
1248
+
1249
+ Started GET "/assets/inscribe/application.js?body=1" for 127.0.0.1 at 2015-01-27 16:15:47 -0500
1250
+
1251
+
1252
+ Started GET "/assets/inscribe/application.css?body=1" for 127.0.0.1 at 2015-01-27 16:15:47 -0500
1253
+
1254
+
1255
+ Started GET "/assets/inscribe/snippets.js?body=1" for 127.0.0.1 at 2015-01-27 16:15:47 -0500
1256
+
1257
+
1258
+ Started GET "/inscribe/snippets/1/edit" for 127.0.0.1 at 2015-01-27 16:16:12 -0500
1259
+ Processing by Inscribe::SnippetsController#edit as HTML
1260
+ Parameters: {"id"=>"1"}
1261
+ Inscribe::Snippet Load (0.5ms) SELECT "inscribe_snippets".* FROM "inscribe_snippets" WHERE "inscribe_snippets"."id" = ? LIMIT 1 [["id", 1]]
1262
+ Rendered /home/nathan/Dropbox/clifton-labs/gems/inscribe/app/views/inscribe/snippets/_form.html.erb (3.2ms)
1263
+ Rendered /home/nathan/Dropbox/clifton-labs/gems/inscribe/app/views/inscribe/snippets/edit.html.erb within layouts/inscribe/application (5.1ms)
1264
+ Completed 200 OK in 21ms (Views: 17.0ms | ActiveRecord: 0.5ms)
1265
+
1266
+
1267
+ Started GET "/assets/inscribe/snippets.css?body=1" for 127.0.0.1 at 2015-01-27 16:16:12 -0500
1268
+
1269
+
1270
+ Started GET "/assets/inscribe/snippets.js?body=1" for 127.0.0.1 at 2015-01-27 16:16:12 -0500
1271
+
1272
+
1273
+ Started GET "/assets/inscribe/application.css?body=1" for 127.0.0.1 at 2015-01-27 16:16:12 -0500
1274
+
1275
+
1276
+ Started GET "/assets/inscribe/application.js?body=1" for 127.0.0.1 at 2015-01-27 16:16:12 -0500
1277
+
1278
+
1279
+ Started GET "/inscribe/snippets" for 127.0.0.1 at 2015-01-27 16:16:16 -0500
1280
+ Processing by Inscribe::SnippetsController#index as HTML
1281
+ Inscribe::Snippet Load (0.2ms) SELECT "inscribe_snippets".* FROM "inscribe_snippets"
1282
+ Rendered /home/nathan/Dropbox/clifton-labs/gems/inscribe/app/views/inscribe/snippets/index.html.erb within layouts/inscribe/application (1.5ms)
1283
+ Completed 200 OK in 14ms (Views: 13.6ms | ActiveRecord: 0.2ms)
1284
+
1285
+
1286
+ Started GET "/assets/inscribe/snippets.css?body=1" for 127.0.0.1 at 2015-01-27 16:16:16 -0500
1287
+
1288
+
1289
+ Started GET "/assets/inscribe/application.css?body=1" for 127.0.0.1 at 2015-01-27 16:16:16 -0500
1290
+
1291
+
1292
+ Started GET "/assets/inscribe/application.js?body=1" for 127.0.0.1 at 2015-01-27 16:16:16 -0500
1293
+
1294
+
1295
+ Started GET "/assets/inscribe/snippets.js?body=1" for 127.0.0.1 at 2015-01-27 16:16:16 -0500
1296
+
1297
+
1298
+ Started GET "/inscribe/snippets/1/edit" for 127.0.0.1 at 2015-01-27 16:16:26 -0500
1299
+ Processing by Inscribe::SnippetsController#edit as HTML
1300
+ Parameters: {"id"=>"1"}
1301
+ Inscribe::Snippet Load (0.1ms) SELECT "inscribe_snippets".* FROM "inscribe_snippets" WHERE "inscribe_snippets"."id" = ? LIMIT 1 [["id", 1]]
1302
+ Rendered /home/nathan/Dropbox/clifton-labs/gems/inscribe/app/views/inscribe/snippets/_form.html.erb (2.5ms)
1303
+ Rendered /home/nathan/Dropbox/clifton-labs/gems/inscribe/app/views/inscribe/snippets/edit.html.erb within layouts/inscribe/application (3.7ms)
1304
+ Completed 200 OK in 16ms (Views: 14.5ms | ActiveRecord: 0.1ms)
1305
+
1306
+
1307
+ Started GET "/assets/inscribe/application.css?body=1" for 127.0.0.1 at 2015-01-27 16:16:26 -0500
1308
+
1309
+
1310
+ Started GET "/assets/inscribe/snippets.css?body=1" for 127.0.0.1 at 2015-01-27 16:16:26 -0500
1311
+
1312
+
1313
+ Started GET "/assets/inscribe/snippets.js?body=1" for 127.0.0.1 at 2015-01-27 16:16:26 -0500
1314
+
1315
+
1316
+ Started GET "/assets/inscribe/application.js?body=1" for 127.0.0.1 at 2015-01-27 16:16:26 -0500
1317
+
1318
+
1319
+ Started GET "/inscribe/snippets/1/edit" for 127.0.0.1 at 2015-01-28 10:46:13 -0500
1320
+ Processing by Inscribe::SnippetsController#edit as HTML
1321
+ Parameters: {"id"=>"1"}
1322
+ Inscribe::Snippet Load (0.2ms) SELECT "inscribe_snippets".* FROM "inscribe_snippets" WHERE "inscribe_snippets"."id" = ? LIMIT 1 [["id", 1]]
1323
+ Rendered /home/nathan/Dropbox/clifton-labs/gems/inscribe/app/views/inscribe/snippets/_form.html.erb (2.2ms)
1324
+ Rendered /home/nathan/Dropbox/clifton-labs/gems/inscribe/app/views/inscribe/snippets/edit.html.erb within layouts/inscribe/application (3.1ms)
1325
+ Completed 200 OK in 16ms (Views: 14.4ms | ActiveRecord: 0.2ms)
1326
+
1327
+
1328
+ Started GET "/assets/inscribe/application.css?body=1" for 127.0.0.1 at 2015-01-28 10:46:13 -0500
1329
+
1330
+
1331
+ Started GET "/assets/inscribe/snippets.css?body=1" for 127.0.0.1 at 2015-01-28 10:46:13 -0500
1332
+
1333
+
1334
+ Started GET "/assets/inscribe/snippets.js?body=1" for 127.0.0.1 at 2015-01-28 10:46:13 -0500
1335
+
1336
+
1337
+ Started GET "/assets/inscribe/application.js?body=1" for 127.0.0.1 at 2015-01-28 10:46:13 -0500
1338
+
1339
+
1340
+ Started GET "/inscribe/snippets" for 127.0.0.1 at 2015-01-28 10:56:14 -0500
1341
+ Processing by Inscribe::SnippetsController#index as HTML
1342
+ Inscribe::Snippet Load (0.9ms) SELECT "inscribe_snippets".* FROM "inscribe_snippets"
1343
+ Rendered /home/nathan/Dropbox/clifton-labs/gems/inscribe/app/views/inscribe/snippets/index.html.erb within layouts/inscribe/application (9.0ms)
1344
+ Completed 200 OK in 61ms (Views: 46.9ms | ActiveRecord: 1.2ms)
1345
+
1346
+
1347
+ Started GET "/inscribe/snippets" for 127.0.0.1 at 2015-01-28 10:56:14 -0500
1348
+ Processing by Inscribe::SnippetsController#index as HTML
1349
+ Inscribe::Snippet Load (0.3ms) SELECT "inscribe_snippets".* FROM "inscribe_snippets"
1350
+ Rendered /home/nathan/Dropbox/clifton-labs/gems/inscribe/app/views/inscribe/snippets/index.html.erb within layouts/inscribe/application (3.1ms)
1351
+ Completed 200 OK in 19ms (Views: 18.2ms | ActiveRecord: 0.3ms)
1352
+
1353
+
1354
+ Started GET "/assets/inscribe/snippets.css?body=1" for 127.0.0.1 at 2015-01-28 10:56:14 -0500
1355
+
1356
+
1357
+ Started GET "/assets/inscribe/application.css?body=1" for 127.0.0.1 at 2015-01-28 10:56:14 -0500
1358
+
1359
+
1360
+ Started GET "/assets/inscribe/snippets.js?body=1" for 127.0.0.1 at 2015-01-28 10:56:14 -0500
1361
+
1362
+
1363
+ Started GET "/assets/inscribe/application.js?body=1" for 127.0.0.1 at 2015-01-28 10:56:14 -0500