jskit_rails 0.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/LICENSE +202 -0
- data/README.md +2 -0
- data/lib/jskit_rails.rb +4 -0
- data/lib/jskit_rails/engine.rb +4 -0
- data/lib/jskit_rails/version.rb +3 -0
- data/lib/tasks/jskit_rails_tasks.rake +4 -0
- data/spec/dummy/README.rdoc +28 -0
- data/spec/dummy/Rakefile +6 -0
- data/spec/dummy/app/assets/javascripts/application.js +1 -0
- data/spec/dummy/app/assets/stylesheets/application.css +15 -0
- data/spec/dummy/app/controllers/application_controller.rb +5 -0
- data/spec/dummy/app/controllers/pages_controller.rb +5 -0
- data/spec/dummy/app/views/layouts/application.html.erb +16 -0
- data/spec/dummy/app/views/pages/index.html.erb +1 -0
- data/spec/dummy/bin/bundle +3 -0
- data/spec/dummy/bin/rails +4 -0
- data/spec/dummy/bin/rake +4 -0
- data/spec/dummy/config.ru +4 -0
- data/spec/dummy/config/application.rb +29 -0
- data/spec/dummy/config/boot.rb +5 -0
- data/spec/dummy/config/database.yml +25 -0
- data/spec/dummy/config/environment.rb +5 -0
- data/spec/dummy/config/environments/development.rb +37 -0
- data/spec/dummy/config/environments/production.rb +82 -0
- data/spec/dummy/config/environments/test.rb +39 -0
- data/spec/dummy/config/initializers/assets.rb +8 -0
- data/spec/dummy/config/initializers/backtrace_silencers.rb +7 -0
- data/spec/dummy/config/initializers/cookies_serializer.rb +3 -0
- data/spec/dummy/config/initializers/filter_parameter_logging.rb +4 -0
- data/spec/dummy/config/initializers/inflections.rb +16 -0
- data/spec/dummy/config/initializers/mime_types.rb +4 -0
- data/spec/dummy/config/initializers/session_store.rb +3 -0
- data/spec/dummy/config/initializers/wrap_parameters.rb +14 -0
- data/spec/dummy/config/locales/en.yml +23 -0
- data/spec/dummy/config/routes.rb +3 -0
- data/spec/dummy/config/secrets.yml +22 -0
- data/spec/dummy/db/development.sqlite3 +0 -0
- data/spec/dummy/db/schema.rb +16 -0
- data/spec/dummy/db/test.sqlite3 +0 -0
- data/spec/dummy/log/development.log +440 -0
- data/spec/dummy/log/test.log +133 -0
- data/spec/dummy/public/404.html +67 -0
- data/spec/dummy/public/422.html +67 -0
- data/spec/dummy/public/500.html +66 -0
- 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/2f5173deea6c795b8fdde723bb4b63af +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 +14 -0
- 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 +14 -0
- 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 +14 -0
- 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 +14 -0
- 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 +14 -0
- 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 +14 -0
- 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 +14 -0
- 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 +12 -0
- data/spec/dummy/tmp/capybara/screenshot_2014-09-04-09-46-47.711.png +0 -0
- data/spec/rails_helper.rb +50 -0
- data/spec/spec_helper.rb +78 -0
- metadata +350 -0
@@ -0,0 +1,82 @@
|
|
1
|
+
Rails.application.configure do
|
2
|
+
# Settings specified here will take precedence over those in config/application.rb.
|
3
|
+
|
4
|
+
# Code is not reloaded between requests.
|
5
|
+
config.cache_classes = true
|
6
|
+
|
7
|
+
# Eager load code on boot. This eager loads most of Rails and
|
8
|
+
# your application in memory, allowing both threaded web servers
|
9
|
+
# and those relying on copy on write to perform better.
|
10
|
+
# Rake tasks automatically ignore this option for performance.
|
11
|
+
config.eager_load = true
|
12
|
+
|
13
|
+
# Full error reports are disabled and caching is turned on.
|
14
|
+
config.consider_all_requests_local = false
|
15
|
+
config.action_controller.perform_caching = true
|
16
|
+
|
17
|
+
# Enable Rack::Cache to put a simple HTTP cache in front of your application
|
18
|
+
# Add `rack-cache` to your Gemfile before enabling this.
|
19
|
+
# For large-scale production use, consider using a caching reverse proxy like nginx, varnish or squid.
|
20
|
+
# config.action_dispatch.rack_cache = true
|
21
|
+
|
22
|
+
# Disable Rails's static asset server (Apache or nginx will already do this).
|
23
|
+
config.serve_static_assets = false
|
24
|
+
|
25
|
+
# Compress JavaScripts and CSS.
|
26
|
+
config.assets.js_compressor = :uglifier
|
27
|
+
# config.assets.css_compressor = :sass
|
28
|
+
|
29
|
+
# Do not fallback to assets pipeline if a precompiled asset is missed.
|
30
|
+
config.assets.compile = false
|
31
|
+
|
32
|
+
# Generate digests for assets URLs.
|
33
|
+
config.assets.digest = true
|
34
|
+
|
35
|
+
# `config.assets.precompile` has moved to config/initializers/assets.rb
|
36
|
+
|
37
|
+
# Specifies the header that your server uses for sending files.
|
38
|
+
# config.action_dispatch.x_sendfile_header = "X-Sendfile" # for apache
|
39
|
+
# config.action_dispatch.x_sendfile_header = 'X-Accel-Redirect' # for nginx
|
40
|
+
|
41
|
+
# Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies.
|
42
|
+
# config.force_ssl = true
|
43
|
+
|
44
|
+
# Set to :debug to see everything in the log.
|
45
|
+
config.log_level = :info
|
46
|
+
|
47
|
+
# Prepend all log lines with the following tags.
|
48
|
+
# config.log_tags = [ :subdomain, :uuid ]
|
49
|
+
|
50
|
+
# Use a different logger for distributed setups.
|
51
|
+
# config.logger = ActiveSupport::TaggedLogging.new(SyslogLogger.new)
|
52
|
+
|
53
|
+
# Use a different cache store in production.
|
54
|
+
# config.cache_store = :mem_cache_store
|
55
|
+
|
56
|
+
# Enable serving of images, stylesheets, and JavaScripts from an asset server.
|
57
|
+
# config.action_controller.asset_host = "http://assets.example.com"
|
58
|
+
|
59
|
+
# Precompile additional assets.
|
60
|
+
# application.js, application.css, and all non-JS/CSS in app/assets folder are already added.
|
61
|
+
# config.assets.precompile += %w( search.js )
|
62
|
+
|
63
|
+
# Ignore bad email addresses and do not raise email delivery errors.
|
64
|
+
# Set this to true and configure the email server for immediate delivery to raise delivery errors.
|
65
|
+
# config.action_mailer.raise_delivery_errors = false
|
66
|
+
|
67
|
+
# Enable locale fallbacks for I18n (makes lookups for any locale fall back to
|
68
|
+
# the I18n.default_locale when a translation cannot be found).
|
69
|
+
config.i18n.fallbacks = true
|
70
|
+
|
71
|
+
# Send deprecation notices to registered listeners.
|
72
|
+
config.active_support.deprecation = :notify
|
73
|
+
|
74
|
+
# Disable automatic flushing of the log to improve performance.
|
75
|
+
# config.autoflush_log = false
|
76
|
+
|
77
|
+
# Use default logging formatter so that PID and timestamp are not suppressed.
|
78
|
+
config.log_formatter = ::Logger::Formatter.new
|
79
|
+
|
80
|
+
# Do not dump schema after migrations.
|
81
|
+
config.active_record.dump_schema_after_migration = false
|
82
|
+
end
|
@@ -0,0 +1,39 @@
|
|
1
|
+
Rails.application.configure do
|
2
|
+
# Settings specified here will take precedence over those in config/application.rb.
|
3
|
+
|
4
|
+
# The test environment is used exclusively to run your application's
|
5
|
+
# test suite. You never need to work with it otherwise. Remember that
|
6
|
+
# your test database is "scratch space" for the test suite and is wiped
|
7
|
+
# and recreated between test runs. Don't rely on the data there!
|
8
|
+
config.cache_classes = true
|
9
|
+
|
10
|
+
# Do not eager load code on boot. This avoids loading your whole application
|
11
|
+
# just for the purpose of running a single test. If you are using a tool that
|
12
|
+
# preloads Rails for running tests, you may have to set it to true.
|
13
|
+
config.eager_load = false
|
14
|
+
|
15
|
+
# Configure static asset server for tests with Cache-Control for performance.
|
16
|
+
config.serve_static_assets = true
|
17
|
+
config.static_cache_control = 'public, max-age=3600'
|
18
|
+
|
19
|
+
# Show full error reports and disable caching.
|
20
|
+
config.consider_all_requests_local = true
|
21
|
+
config.action_controller.perform_caching = false
|
22
|
+
|
23
|
+
# Raise exceptions instead of rendering exception templates.
|
24
|
+
config.action_dispatch.show_exceptions = false
|
25
|
+
|
26
|
+
# Disable request forgery protection in test environment.
|
27
|
+
config.action_controller.allow_forgery_protection = false
|
28
|
+
|
29
|
+
# Tell Action Mailer not to deliver emails to the real world.
|
30
|
+
# The :test delivery method accumulates sent emails in the
|
31
|
+
# ActionMailer::Base.deliveries array.
|
32
|
+
config.action_mailer.delivery_method = :test
|
33
|
+
|
34
|
+
# Print deprecation notices to the stderr.
|
35
|
+
config.active_support.deprecation = :stderr
|
36
|
+
|
37
|
+
# Raises error for missing translations
|
38
|
+
# config.action_view.raise_on_missing_translations = true
|
39
|
+
end
|
@@ -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,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,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,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: 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
|
@@ -0,0 +1,16 @@
|
|
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
|
Binary file
|
@@ -0,0 +1,440 @@
|
|
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
|