jskit_rails 0.0.3 → 1.0.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/LICENSE +201 -201
- data/README.md +54 -1
- data/{spec/dummy/tmp/cache/assets/development/sprockets/2f5173deea6c795b8fdde723bb4b63af → app/assets/javascripts/jskit.js} +0 -0
- data/app/assets/javascripts/jskit.min.js +2 -0
- data/app/assets/javascripts/jskit_rails.js.erb +3 -0
- data/{spec/dummy/app/assets/stylesheets → app/assets/stylesheets/jskit_rails}/application.css +0 -0
- data/app/decorators/controllers/jskit_rails/application_controller_decorator.rb +37 -0
- data/lib/jskit_rails.rb +13 -1
- data/lib/jskit_rails/configuration.rb +9 -0
- data/lib/jskit_rails/engine.rb +7 -3
- data/lib/jskit_rails/version.rb +2 -2
- data/spec/controllers/application_controller_spec.rb +37 -0
- data/spec/lib/configuration_spec.rb +12 -0
- data/spec/lib/jskit_rails_spec.rb +12 -0
- data/spec/lib/version_spec.rb +7 -0
- metadata +40 -227
- data/lib/tasks/jskit_rails_tasks.rake +0 -4
- data/spec/dummy/README.rdoc +0 -28
- data/spec/dummy/Rakefile +0 -6
- data/spec/dummy/app/assets/javascripts/application.js +0 -1
- data/spec/dummy/app/controllers/application_controller.rb +0 -5
- data/spec/dummy/app/controllers/pages_controller.rb +0 -5
- data/spec/dummy/app/views/layouts/application.html.erb +0 -16
- data/spec/dummy/app/views/pages/index.html.erb +0 -1
- data/spec/dummy/bin/bundle +0 -3
- data/spec/dummy/bin/rails +0 -4
- data/spec/dummy/bin/rake +0 -4
- data/spec/dummy/config.ru +0 -4
- data/spec/dummy/config/application.rb +0 -29
- data/spec/dummy/config/boot.rb +0 -5
- data/spec/dummy/config/database.yml +0 -25
- data/spec/dummy/config/environment.rb +0 -5
- data/spec/dummy/config/environments/development.rb +0 -37
- data/spec/dummy/config/environments/production.rb +0 -82
- data/spec/dummy/config/environments/test.rb +0 -39
- data/spec/dummy/config/initializers/assets.rb +0 -8
- data/spec/dummy/config/initializers/backtrace_silencers.rb +0 -7
- data/spec/dummy/config/initializers/cookies_serializer.rb +0 -3
- data/spec/dummy/config/initializers/filter_parameter_logging.rb +0 -4
- data/spec/dummy/config/initializers/inflections.rb +0 -16
- data/spec/dummy/config/initializers/mime_types.rb +0 -4
- data/spec/dummy/config/initializers/session_store.rb +0 -3
- data/spec/dummy/config/initializers/wrap_parameters.rb +0 -14
- data/spec/dummy/config/locales/en.yml +0 -23
- data/spec/dummy/config/routes.rb +0 -3
- data/spec/dummy/config/secrets.yml +0 -22
- data/spec/dummy/db/development.sqlite3 +0 -0
- data/spec/dummy/db/schema.rb +0 -16
- data/spec/dummy/db/test.sqlite3 +0 -0
- data/spec/dummy/log/development.log +0 -440
- data/spec/dummy/log/test.log +0 -133
- data/spec/dummy/public/404.html +0 -67
- data/spec/dummy/public/422.html +0 -67
- data/spec/dummy/public/500.html +0 -66
- data/spec/dummy/public/favicon.ico +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/13fe41fee1fe35b49d145bcc06610705 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/17638b36dd2d326da8bbe19e3187b4aa +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/1b3ab54570489ef40fe6bcfcb75732a4 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/357970feca3ac29060c1e3861e2c0953 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/3951bba7f7c83ef217caf196767a87b4 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/7716514c24387d3b649c2d1db2fb57cf +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/8f2db0e64688316c3e652e3f7cfec01f +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/aa59802eb5ce4da01106d1b80af0b061 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/b472917185e15a1cc040f2665247d7fe +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/c5012fc346216a5b77cf508656d4be05 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/cbb89fa0fff41ef21d5ff4a05e24c8af +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/cc6d6668e906cadd9045f8059626e51f +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/cf750916991c005f72c5986edb1c5e34 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/cfd1216ad7ba24f298bc865c6b92d581 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/d771ace226fc8215a3572e0aa35bb0d6 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/13fe41fee1fe35b49d145bcc06610705 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/2f5173deea6c795b8fdde723bb4b63af +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/357970feca3ac29060c1e3861e2c0953 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/cbb89fa0fff41ef21d5ff4a05e24c8af +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/cf750916991c005f72c5986edb1c5e34 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/cffd775d018f68ce5dba1ee0d951a994 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/d771ace226fc8215a3572e0aa35bb0d6 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/f7cbd26ba1d28d48de824f0e94586655 +0 -0
- data/spec/dummy/tmp/capybara/screenshot_2014-08-15-11-33-19.355.png +0 -0
- data/spec/dummy/tmp/capybara/screenshot_2014-08-15-11-34-31.074.png +0 -0
- data/spec/dummy/tmp/capybara/screenshot_2014-08-15-11-34-33.141.html +0 -14
- data/spec/dummy/tmp/capybara/screenshot_2014-08-15-11-34-33.141.png +0 -0
- data/spec/dummy/tmp/capybara/screenshot_2014-08-15-11-34-50.695.png +0 -0
- data/spec/dummy/tmp/capybara/screenshot_2014-08-15-11-34-52.764.html +0 -14
- data/spec/dummy/tmp/capybara/screenshot_2014-08-15-11-34-52.764.png +0 -0
- data/spec/dummy/tmp/capybara/screenshot_2014-08-15-11-35-21.182.html +0 -14
- data/spec/dummy/tmp/capybara/screenshot_2014-08-15-11-35-21.182.png +0 -0
- data/spec/dummy/tmp/capybara/screenshot_2014-08-15-11-37-28.530.html +0 -14
- data/spec/dummy/tmp/capybara/screenshot_2014-08-15-11-37-28.530.png +0 -0
- data/spec/dummy/tmp/capybara/screenshot_2014-08-15-11-37-43.080.html +0 -14
- data/spec/dummy/tmp/capybara/screenshot_2014-08-15-11-37-43.080.png +0 -0
- data/spec/dummy/tmp/capybara/screenshot_2014-08-15-11-41-35.574.html +0 -14
- data/spec/dummy/tmp/capybara/screenshot_2014-08-15-11-41-35.574.png +0 -0
- data/spec/dummy/tmp/capybara/screenshot_2014-08-15-11-42-14.128.html +0 -14
- data/spec/dummy/tmp/capybara/screenshot_2014-08-15-11-42-14.128.png +0 -0
- data/spec/dummy/tmp/capybara/screenshot_2014-09-04-09-46-47.711.html +0 -12
- data/spec/dummy/tmp/capybara/screenshot_2014-09-04-09-46-47.711.png +0 -0
- data/spec/rails_helper.rb +0 -50
- data/spec/spec_helper.rb +0 -78
@@ -1,22 +0,0 @@
|
|
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: b311137f6a950a4b1f1c22d740ddb2dde0664ed07776e0e3802e6ea5278d82397f13999724459670397f9cba8c47601984830b88483604304e5b9b1248905d35
|
15
|
-
|
16
|
-
test:
|
17
|
-
secret_key_base: d175affb291c1f9d6e07e6ec4d99abba89fc6221db2d09cdc3aa84bc6545ddd0de0e61d91c97a6591072eea22b88a131ae2bfb2ee2297429dcf80b775838e06b
|
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"] %>
|
Binary file
|
data/spec/dummy/db/schema.rb
DELETED
@@ -1,16 +0,0 @@
|
|
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: 0) do
|
15
|
-
|
16
|
-
end
|
data/spec/dummy/db/test.sqlite3
DELETED
Binary file
|
@@ -1,440 +0,0 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
Started GET "/" for 127.0.0.1 at 2014-08-15 10:49:22 -0500
|
4
|
-
Processing by Rails::WelcomeController#index as HTML
|
5
|
-
Rendered /Users/daytonn/.rbenv/versions/2.1.1/lib/ruby/gems/2.1.0/gems/railties-4.1.4/lib/rails/templates/rails/welcome/index.html.erb (1.9ms)
|
6
|
-
Completed 200 OK in 9ms (Views: 8.5ms | ActiveRecord: 0.0ms)
|
7
|
-
|
8
|
-
|
9
|
-
Started GET "/" for 127.0.0.1 at 2014-08-15 10:52:19 -0500
|
10
|
-
Processing by PagesController#index as HTML
|
11
|
-
Completed 500 Internal Server Error in 8ms
|
12
|
-
|
13
|
-
ActionView::MissingTemplate (Missing template pages/index, application/index with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in:
|
14
|
-
* "/Users/daytonn/Development/jskit-rails/spec/dummy/app/views"
|
15
|
-
* "/Users/daytonn/Development/jskit-rails/app/views"
|
16
|
-
):
|
17
|
-
actionview (4.1.4) lib/action_view/path_set.rb:46:in `find'
|
18
|
-
actionview (4.1.4) lib/action_view/lookup_context.rb:124:in `find'
|
19
|
-
actionview (4.1.4) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template'
|
20
|
-
actionview (4.1.4) lib/action_view/renderer/template_renderer.rb:41:in `determine_template'
|
21
|
-
actionview (4.1.4) lib/action_view/renderer/template_renderer.rb:8:in `render'
|
22
|
-
actionview (4.1.4) lib/action_view/renderer/renderer.rb:42:in `render_template'
|
23
|
-
actionview (4.1.4) lib/action_view/renderer/renderer.rb:23:in `render'
|
24
|
-
actionview (4.1.4) lib/action_view/rendering.rb:99:in `_render_template'
|
25
|
-
actionpack (4.1.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
|
26
|
-
actionview (4.1.4) lib/action_view/rendering.rb:82:in `render_to_body'
|
27
|
-
actionpack (4.1.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
|
28
|
-
actionpack (4.1.4) lib/action_controller/metal/renderers.rb:32:in `render_to_body'
|
29
|
-
actionpack (4.1.4) lib/abstract_controller/rendering.rb:25:in `render'
|
30
|
-
actionpack (4.1.4) lib/action_controller/metal/rendering.rb:16:in `render'
|
31
|
-
actionpack (4.1.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
|
32
|
-
activesupport (4.1.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
|
33
|
-
/Users/daytonn/.rbenv/versions/2.1.1/lib/ruby/2.1.0/benchmark.rb:294:in `realtime'
|
34
|
-
activesupport (4.1.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
|
35
|
-
actionpack (4.1.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
|
36
|
-
actionpack (4.1.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
|
37
|
-
activerecord (4.1.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
|
38
|
-
actionpack (4.1.4) lib/action_controller/metal/instrumentation.rb:40:in `render'
|
39
|
-
actionpack (4.1.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
|
40
|
-
actionpack (4.1.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
|
41
|
-
actionpack (4.1.4) lib/abstract_controller/base.rb:189:in `process_action'
|
42
|
-
actionpack (4.1.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
|
43
|
-
actionpack (4.1.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
|
44
|
-
activesupport (4.1.4) lib/active_support/callbacks.rb:113:in `call'
|
45
|
-
activesupport (4.1.4) lib/active_support/callbacks.rb:113:in `call'
|
46
|
-
activesupport (4.1.4) lib/active_support/callbacks.rb:229:in `block in halting'
|
47
|
-
activesupport (4.1.4) lib/active_support/callbacks.rb:166:in `call'
|
48
|
-
activesupport (4.1.4) lib/active_support/callbacks.rb:166:in `block in halting'
|
49
|
-
activesupport (4.1.4) lib/active_support/callbacks.rb:86:in `call'
|
50
|
-
activesupport (4.1.4) lib/active_support/callbacks.rb:86:in `run_callbacks'
|
51
|
-
actionpack (4.1.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
|
52
|
-
actionpack (4.1.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
|
53
|
-
actionpack (4.1.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
|
54
|
-
activesupport (4.1.4) lib/active_support/notifications.rb:159:in `block in instrument'
|
55
|
-
activesupport (4.1.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
56
|
-
activesupport (4.1.4) lib/active_support/notifications.rb:159:in `instrument'
|
57
|
-
actionpack (4.1.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
|
58
|
-
actionpack (4.1.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
|
59
|
-
activerecord (4.1.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
|
60
|
-
actionpack (4.1.4) lib/abstract_controller/base.rb:136:in `process'
|
61
|
-
actionview (4.1.4) lib/action_view/rendering.rb:30:in `process'
|
62
|
-
actionpack (4.1.4) lib/action_controller/metal.rb:196:in `dispatch'
|
63
|
-
actionpack (4.1.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
|
64
|
-
actionpack (4.1.4) lib/action_controller/metal.rb:232:in `block in action'
|
65
|
-
actionpack (4.1.4) lib/action_dispatch/routing/route_set.rb:82:in `call'
|
66
|
-
actionpack (4.1.4) lib/action_dispatch/routing/route_set.rb:82:in `dispatch'
|
67
|
-
actionpack (4.1.4) lib/action_dispatch/routing/route_set.rb:50:in `call'
|
68
|
-
actionpack (4.1.4) lib/action_dispatch/journey/router.rb:71:in `block in call'
|
69
|
-
actionpack (4.1.4) lib/action_dispatch/journey/router.rb:59:in `each'
|
70
|
-
actionpack (4.1.4) lib/action_dispatch/journey/router.rb:59:in `call'
|
71
|
-
actionpack (4.1.4) lib/action_dispatch/routing/route_set.rb:678:in `call'
|
72
|
-
rack (1.5.2) lib/rack/etag.rb:23:in `call'
|
73
|
-
rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
|
74
|
-
rack (1.5.2) lib/rack/head.rb:11:in `call'
|
75
|
-
actionpack (4.1.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
|
76
|
-
actionpack (4.1.4) lib/action_dispatch/middleware/flash.rb:254:in `call'
|
77
|
-
rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
|
78
|
-
rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
|
79
|
-
actionpack (4.1.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
|
80
|
-
activerecord (4.1.4) lib/active_record/query_cache.rb:36:in `call'
|
81
|
-
activerecord (4.1.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call'
|
82
|
-
activerecord (4.1.4) lib/active_record/migration.rb:380:in `call'
|
83
|
-
actionpack (4.1.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
|
84
|
-
activesupport (4.1.4) lib/active_support/callbacks.rb:82:in `run_callbacks'
|
85
|
-
actionpack (4.1.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
86
|
-
actionpack (4.1.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
|
87
|
-
actionpack (4.1.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
|
88
|
-
actionpack (4.1.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
|
89
|
-
actionpack (4.1.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
90
|
-
railties (4.1.4) lib/rails/rack/logger.rb:38:in `call_app'
|
91
|
-
railties (4.1.4) lib/rails/rack/logger.rb:20:in `block in call'
|
92
|
-
activesupport (4.1.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
|
93
|
-
activesupport (4.1.4) lib/active_support/tagged_logging.rb:26:in `tagged'
|
94
|
-
activesupport (4.1.4) lib/active_support/tagged_logging.rb:68:in `tagged'
|
95
|
-
railties (4.1.4) lib/rails/rack/logger.rb:20:in `call'
|
96
|
-
actionpack (4.1.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
97
|
-
rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
|
98
|
-
rack (1.5.2) lib/rack/runtime.rb:17:in `call'
|
99
|
-
activesupport (4.1.4) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
|
100
|
-
rack (1.5.2) lib/rack/lock.rb:17:in `call'
|
101
|
-
actionpack (4.1.4) lib/action_dispatch/middleware/static.rb:64:in `call'
|
102
|
-
rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
|
103
|
-
railties (4.1.4) lib/rails/engine.rb:514:in `call'
|
104
|
-
railties (4.1.4) lib/rails/application.rb:144:in `call'
|
105
|
-
rack (1.5.2) lib/rack/lock.rb:17:in `call'
|
106
|
-
rack (1.5.2) lib/rack/content_length.rb:14:in `call'
|
107
|
-
rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
|
108
|
-
/Users/daytonn/.rbenv/versions/2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
|
109
|
-
/Users/daytonn/.rbenv/versions/2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
|
110
|
-
/Users/daytonn/.rbenv/versions/2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
|
111
|
-
|
112
|
-
|
113
|
-
Rendered /Users/daytonn/.rbenv/versions/2.1.1/lib/ruby/gems/2.1.0/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/missing_template.html.erb within rescues/layout (2.0ms)
|
114
|
-
|
115
|
-
|
116
|
-
Started GET "/" for 127.0.0.1 at 2014-08-15 10:52:40 -0500
|
117
|
-
Processing by PagesController#index as HTML
|
118
|
-
Rendered pages/index.html.erb within layouts/application (0.5ms)
|
119
|
-
Completed 200 OK in 32ms (Views: 31.9ms | ActiveRecord: 0.0ms)
|
120
|
-
|
121
|
-
|
122
|
-
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-15 10:52:40 -0500
|
123
|
-
|
124
|
-
|
125
|
-
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-15 10:52:40 -0500
|
126
|
-
|
127
|
-
|
128
|
-
Started GET "/" for 127.0.0.1 at 2014-08-15 11:01:34 -0500
|
129
|
-
Processing by PagesController#index as HTML
|
130
|
-
Rendered pages/index.html.erb within layouts/application (0.1ms)
|
131
|
-
Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.0ms)
|
132
|
-
|
133
|
-
|
134
|
-
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-15 11:01:34 -0500
|
135
|
-
|
136
|
-
|
137
|
-
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-15 11:01:34 -0500
|
138
|
-
|
139
|
-
|
140
|
-
Started GET "/" for 127.0.0.1 at 2014-08-15 11:02:05 -0500
|
141
|
-
Processing by PagesController#index as HTML
|
142
|
-
Rendered pages/index.html.erb within layouts/application (0.1ms)
|
143
|
-
Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.0ms)
|
144
|
-
|
145
|
-
|
146
|
-
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-15 11:02:06 -0500
|
147
|
-
|
148
|
-
|
149
|
-
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-15 11:02:06 -0500
|
150
|
-
|
151
|
-
|
152
|
-
Started GET "/" for 127.0.0.1 at 2014-08-15 11:02:35 -0500
|
153
|
-
Processing by PagesController#index as HTML
|
154
|
-
Rendered pages/index.html.erb within layouts/application (0.1ms)
|
155
|
-
Completed 500 Internal Server Error in 8ms
|
156
|
-
|
157
|
-
ActionView::Template::Error (couldn't find file 'jskit/jskit.min'
|
158
|
-
(in /Users/daytonn/Development/jskit-rails/app/assets/javascripts/jskit_rails/application.js:1)):
|
159
|
-
3: <head>
|
160
|
-
4: <title>Dummy</title>
|
161
|
-
5: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
|
162
|
-
6: <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
|
163
|
-
7: <%= csrf_meta_tags %>
|
164
|
-
8: </head>
|
165
|
-
9: <body>
|
166
|
-
app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb___4514091103442282359_70152234541480'
|
167
|
-
|
168
|
-
|
169
|
-
Rendered /Users/daytonn/.rbenv/versions/2.1.1/lib/ruby/gems/2.1.0/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.8ms)
|
170
|
-
Rendered /Users/daytonn/.rbenv/versions/2.1.1/lib/ruby/gems/2.1.0/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms)
|
171
|
-
Rendered /Users/daytonn/.rbenv/versions/2.1.1/lib/ruby/gems/2.1.0/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (13.8ms)
|
172
|
-
|
173
|
-
|
174
|
-
Started GET "/" for 127.0.0.1 at 2014-08-15 11:02:48 -0500
|
175
|
-
Processing by PagesController#index as HTML
|
176
|
-
Rendered pages/index.html.erb within layouts/application (0.1ms)
|
177
|
-
Completed 200 OK in 30ms (Views: 29.9ms | ActiveRecord: 0.0ms)
|
178
|
-
|
179
|
-
|
180
|
-
Started GET "/assets/jskit_rails/jskit/jskit.min.js?body=1" for 127.0.0.1 at 2014-08-15 11:02:48 -0500
|
181
|
-
|
182
|
-
|
183
|
-
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-15 11:02:48 -0500
|
184
|
-
|
185
|
-
|
186
|
-
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-15 11:02:48 -0500
|
187
|
-
|
188
|
-
|
189
|
-
Started GET "/assets/jskit_rails/application.js?body=1" for 127.0.0.1 at 2014-08-15 11:02:48 -0500
|
190
|
-
|
191
|
-
|
192
|
-
Started GET "/" for 127.0.0.1 at 2014-08-15 11:04:32 -0500
|
193
|
-
Processing by PagesController#index as HTML
|
194
|
-
Rendered pages/index.html.erb within layouts/application (0.0ms)
|
195
|
-
Completed 200 OK in 27ms (Views: 27.2ms | ActiveRecord: 0.0ms)
|
196
|
-
|
197
|
-
|
198
|
-
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-15 11:04:32 -0500
|
199
|
-
|
200
|
-
|
201
|
-
Started GET "/assets/jskit_rails/jskit.js?body=1" for 127.0.0.1 at 2014-08-15 11:04:32 -0500
|
202
|
-
|
203
|
-
|
204
|
-
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-15 11:04:32 -0500
|
205
|
-
|
206
|
-
|
207
|
-
Started GET "/" for 127.0.0.1 at 2014-08-15 11:05:08 -0500
|
208
|
-
Processing by PagesController#index as HTML
|
209
|
-
Rendered pages/index.html.erb within layouts/application (0.1ms)
|
210
|
-
Completed 500 Internal Server Error in 14ms
|
211
|
-
|
212
|
-
ActionView::Template::Error (couldn't find file 'jskit'
|
213
|
-
(in /Users/daytonn/Development/jskit-rails/spec/dummy/app/assets/javascripts/application.js:1)):
|
214
|
-
3: <head>
|
215
|
-
4: <title>Dummy</title>
|
216
|
-
5: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
|
217
|
-
6: <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
|
218
|
-
7: <%= csrf_meta_tags %>
|
219
|
-
8: </head>
|
220
|
-
9: <body>
|
221
|
-
app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb___4514091103442282359_70152234541480'
|
222
|
-
|
223
|
-
|
224
|
-
Rendered /Users/daytonn/.rbenv/versions/2.1.1/lib/ruby/gems/2.1.0/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.9ms)
|
225
|
-
Rendered /Users/daytonn/.rbenv/versions/2.1.1/lib/ruby/gems/2.1.0/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms)
|
226
|
-
Rendered /Users/daytonn/.rbenv/versions/2.1.1/lib/ruby/gems/2.1.0/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (12.0ms)
|
227
|
-
|
228
|
-
|
229
|
-
Started GET "/" for 127.0.0.1 at 2014-08-15 11:05:39 -0500
|
230
|
-
Processing by PagesController#index as HTML
|
231
|
-
Rendered pages/index.html.erb within layouts/application (0.1ms)
|
232
|
-
Completed 200 OK in 35ms (Views: 35.2ms | ActiveRecord: 0.0ms)
|
233
|
-
|
234
|
-
|
235
|
-
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-15 11:05:39 -0500
|
236
|
-
|
237
|
-
|
238
|
-
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-15 11:05:39 -0500
|
239
|
-
|
240
|
-
|
241
|
-
Started GET "/assets/jskit.js?body=1" for 127.0.0.1 at 2014-08-15 11:05:39 -0500
|
242
|
-
|
243
|
-
|
244
|
-
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-15 11:05:40 -0500
|
245
|
-
|
246
|
-
|
247
|
-
Started GET "/" for 127.0.0.1 at 2014-08-15 11:35:36 -0500
|
248
|
-
Processing by PagesController#index as HTML
|
249
|
-
Rendered pages/index.html.erb within layouts/application (0.1ms)
|
250
|
-
Completed 200 OK in 4ms (Views: 4.0ms | ActiveRecord: 0.0ms)
|
251
|
-
|
252
|
-
|
253
|
-
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-15 11:35:36 -0500
|
254
|
-
|
255
|
-
|
256
|
-
Started GET "/assets/jskit.js?body=1" for 127.0.0.1 at 2014-08-15 11:35:36 -0500
|
257
|
-
|
258
|
-
|
259
|
-
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-15 11:35:36 -0500
|
260
|
-
|
261
|
-
|
262
|
-
Started GET "/" for 127.0.0.1 at 2014-08-15 15:42:37 -0500
|
263
|
-
Processing by PagesController#index as HTML
|
264
|
-
Rendered pages/index.html.erb within layouts/application (1.7ms)
|
265
|
-
Completed 200 OK in 31ms (Views: 30.5ms | ActiveRecord: 0.0ms)
|
266
|
-
|
267
|
-
|
268
|
-
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-15 15:42:37 -0500
|
269
|
-
|
270
|
-
|
271
|
-
Started GET "/assets/jskit.js?body=1" for 127.0.0.1 at 2014-08-15 15:42:37 -0500
|
272
|
-
|
273
|
-
|
274
|
-
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-15 15:42:37 -0500
|
275
|
-
|
276
|
-
|
277
|
-
Started GET "/" for 127.0.0.1 at 2014-08-15 15:43:06 -0500
|
278
|
-
Processing by PagesController#index as HTML
|
279
|
-
Rendered pages/index.html.erb within layouts/application (0.1ms)
|
280
|
-
Completed 200 OK in 5ms (Views: 4.7ms | ActiveRecord: 0.0ms)
|
281
|
-
|
282
|
-
|
283
|
-
Started GET "/assets/jskit.js?body=1" for 127.0.0.1 at 2014-08-15 15:43:06 -0500
|
284
|
-
|
285
|
-
|
286
|
-
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-15 15:43:06 -0500
|
287
|
-
|
288
|
-
|
289
|
-
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-15 15:43:06 -0500
|
290
|
-
|
291
|
-
|
292
|
-
Started GET "/" for 127.0.0.1 at 2014-08-15 15:43:27 -0500
|
293
|
-
Processing by PagesController#index as HTML
|
294
|
-
Rendered pages/index.html.erb within layouts/application (0.0ms)
|
295
|
-
Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.0ms)
|
296
|
-
|
297
|
-
|
298
|
-
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-15 15:43:27 -0500
|
299
|
-
|
300
|
-
|
301
|
-
Started GET "/assets/jskit.js?body=1" for 127.0.0.1 at 2014-08-15 15:43:27 -0500
|
302
|
-
|
303
|
-
|
304
|
-
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-15 15:43:27 -0500
|
305
|
-
|
306
|
-
|
307
|
-
Started GET "/" for 127.0.0.1 at 2014-08-15 15:45:23 -0500
|
308
|
-
Processing by PagesController#index as HTML
|
309
|
-
Rendered pages/index.html.erb within layouts/application (0.1ms)
|
310
|
-
Completed 200 OK in 4ms (Views: 4.1ms | ActiveRecord: 0.0ms)
|
311
|
-
|
312
|
-
|
313
|
-
Started GET "/assets/jskit.js?body=1" for 127.0.0.1 at 2014-08-15 15:45:23 -0500
|
314
|
-
|
315
|
-
|
316
|
-
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-15 15:45:23 -0500
|
317
|
-
|
318
|
-
|
319
|
-
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-15 15:45:23 -0500
|
320
|
-
|
321
|
-
|
322
|
-
Started GET "/" for 127.0.0.1 at 2014-08-15 15:47:24 -0500
|
323
|
-
Processing by PagesController#index as HTML
|
324
|
-
Rendered pages/index.html.erb within layouts/application (0.9ms)
|
325
|
-
Completed 200 OK in 28ms (Views: 28.3ms | ActiveRecord: 0.0ms)
|
326
|
-
|
327
|
-
|
328
|
-
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-15 15:47:25 -0500
|
329
|
-
|
330
|
-
|
331
|
-
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-15 15:47:25 -0500
|
332
|
-
|
333
|
-
|
334
|
-
Started GET "/assets/jskit.js?body=1" for 127.0.0.1 at 2014-08-15 15:47:25 -0500
|
335
|
-
|
336
|
-
|
337
|
-
Started GET "/" for 127.0.0.1 at 2014-08-15 15:47:35 -0500
|
338
|
-
Processing by PagesController#index as HTML
|
339
|
-
Rendered pages/index.html.erb within layouts/application (0.1ms)
|
340
|
-
Completed 200 OK in 3ms (Views: 3.2ms | ActiveRecord: 0.0ms)
|
341
|
-
|
342
|
-
|
343
|
-
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-15 15:47:36 -0500
|
344
|
-
|
345
|
-
|
346
|
-
Started GET "/assets/jskit.js?body=1" for 127.0.0.1 at 2014-08-15 15:47:36 -0500
|
347
|
-
|
348
|
-
|
349
|
-
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-15 15:47:36 -0500
|
350
|
-
|
351
|
-
|
352
|
-
Started GET "/" for 127.0.0.1 at 2014-08-15 15:48:47 -0500
|
353
|
-
Processing by PagesController#index as HTML
|
354
|
-
Rendered pages/index.html.erb within layouts/application (0.0ms)
|
355
|
-
Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms)
|
356
|
-
|
357
|
-
|
358
|
-
Started GET "/assets/jskit.js?body=1" for 127.0.0.1 at 2014-08-15 15:48:47 -0500
|
359
|
-
|
360
|
-
|
361
|
-
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-15 15:48:47 -0500
|
362
|
-
|
363
|
-
|
364
|
-
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-15 15:48:47 -0500
|
365
|
-
|
366
|
-
|
367
|
-
Started GET "/" for 127.0.0.1 at 2014-08-15 15:48:49 -0500
|
368
|
-
Processing by PagesController#index as HTML
|
369
|
-
Rendered pages/index.html.erb within layouts/application (0.0ms)
|
370
|
-
Completed 200 OK in 4ms (Views: 4.0ms | ActiveRecord: 0.0ms)
|
371
|
-
|
372
|
-
|
373
|
-
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-15 15:48:50 -0500
|
374
|
-
|
375
|
-
|
376
|
-
Started GET "/assets/jskit.js?body=1" for 127.0.0.1 at 2014-08-15 15:48:50 -0500
|
377
|
-
|
378
|
-
|
379
|
-
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-15 15:48:50 -0500
|
380
|
-
|
381
|
-
|
382
|
-
Started GET "/" for 127.0.0.1 at 2014-08-15 15:55:28 -0500
|
383
|
-
|
384
|
-
RuntimeError (Circular dependency detected while autoloading constant JskitRails::ApplicationHelper):
|
385
|
-
app/controllers/application_controller.rb:1:in `<top (required)>'
|
386
|
-
app/controllers/pages_controller.rb:1:in `<top (required)>'
|
387
|
-
|
388
|
-
|
389
|
-
Rendered /Users/daytonn/.rbenv/versions/2.1.1/lib/ruby/gems/2.1.0/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.5ms)
|
390
|
-
Rendered /Users/daytonn/.rbenv/versions/2.1.1/lib/ruby/gems/2.1.0/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms)
|
391
|
-
Rendered /Users/daytonn/.rbenv/versions/2.1.1/lib/ruby/gems/2.1.0/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (11.8ms)
|
392
|
-
Rendered /Users/daytonn/.rbenv/versions/2.1.1/lib/ruby/gems/2.1.0/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (28.2ms)
|
393
|
-
|
394
|
-
|
395
|
-
Started GET "/" for 127.0.0.1 at 2014-08-15 15:56:10 -0500
|
396
|
-
|
397
|
-
|
398
|
-
Started GET "/" for 127.0.0.1 at 2014-08-15 15:56:23 -0500
|
399
|
-
|
400
|
-
RuntimeError (Circular dependency detected while autoloading constant JskitRails::ApplicationHelper):
|
401
|
-
app/controllers/application_controller.rb:1:in `<top (required)>'
|
402
|
-
app/controllers/pages_controller.rb:1:in `<top (required)>'
|
403
|
-
|
404
|
-
|
405
|
-
Rendered /Users/daytonn/.rbenv/versions/2.1.1/lib/ruby/gems/2.1.0/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.5ms)
|
406
|
-
Rendered /Users/daytonn/.rbenv/versions/2.1.1/lib/ruby/gems/2.1.0/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.8ms)
|
407
|
-
Rendered /Users/daytonn/.rbenv/versions/2.1.1/lib/ruby/gems/2.1.0/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (7.5ms)
|
408
|
-
Rendered /Users/daytonn/.rbenv/versions/2.1.1/lib/ruby/gems/2.1.0/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (16.9ms)
|
409
|
-
|
410
|
-
|
411
|
-
Started GET "/" for 127.0.0.1 at 2014-08-15 15:57:45 -0500
|
412
|
-
|
413
|
-
RuntimeError (Circular dependency detected while autoloading constant JskitRails::ApplicationHelper):
|
414
|
-
app/controllers/application_controller.rb:1:in `<top (required)>'
|
415
|
-
app/controllers/pages_controller.rb:1:in `<top (required)>'
|
416
|
-
|
417
|
-
|
418
|
-
Rendered /Users/daytonn/.rbenv/versions/2.1.1/lib/ruby/gems/2.1.0/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.4ms)
|
419
|
-
Rendered /Users/daytonn/.rbenv/versions/2.1.1/lib/ruby/gems/2.1.0/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.8ms)
|
420
|
-
Rendered /Users/daytonn/.rbenv/versions/2.1.1/lib/ruby/gems/2.1.0/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (8.1ms)
|
421
|
-
Rendered /Users/daytonn/.rbenv/versions/2.1.1/lib/ruby/gems/2.1.0/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (17.6ms)
|
422
|
-
[1m[36m (1.1ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
423
|
-
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
424
|
-
[1m[36m (0.9ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
425
|
-
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
426
|
-
[1m[36m (9.4ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
427
|
-
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
428
|
-
[1m[36m (1.0ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
429
|
-
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
430
|
-
[1m[36m (1.0ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m
|
431
|
-
[1m[36m (9.4ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
432
|
-
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
433
|
-
[1m[36m (1.0ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
434
|
-
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
435
|
-
[1m[36m (0.9ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m
|
436
|
-
[1m[36m (9.4ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
437
|
-
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
438
|
-
[1m[36m (1.2ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
439
|
-
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
440
|
-
[1m[36m (1.0ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m
|