nunify 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.
- checksums.yaml +7 -0
- data/MIT-LICENSE +20 -0
- data/Rakefile +32 -0
- data/test/dummy/README.rdoc +28 -0
- data/test/dummy/Rakefile +6 -0
- data/test/dummy/app/assets/javascripts/application.js +14 -0
- data/test/dummy/app/assets/stylesheets/application.scss +1 -0
- data/test/dummy/app/controllers/application_controller.rb +7 -0
- data/test/dummy/app/helpers/application_helper.rb +2 -0
- data/test/dummy/app/views/application/home.html.erb +0 -0
- data/test/dummy/app/views/layouts/application.html.erb +14 -0
- data/test/dummy/bin/bundle +3 -0
- data/test/dummy/bin/rails +4 -0
- data/test/dummy/bin/rake +4 -0
- data/test/dummy/config.ru +4 -0
- data/test/dummy/config/application.rb +23 -0
- data/test/dummy/config/boot.rb +5 -0
- data/test/dummy/config/database.yml +25 -0
- data/test/dummy/config/environment.rb +5 -0
- data/test/dummy/config/environments/development.rb +37 -0
- data/test/dummy/config/environments/production.rb +82 -0
- data/test/dummy/config/environments/test.rb +39 -0
- data/test/dummy/config/initializers/assets.rb +8 -0
- data/test/dummy/config/initializers/backtrace_silencers.rb +7 -0
- data/test/dummy/config/initializers/cookies_serializer.rb +3 -0
- data/test/dummy/config/initializers/filter_parameter_logging.rb +4 -0
- data/test/dummy/config/initializers/inflections.rb +16 -0
- data/test/dummy/config/initializers/mime_types.rb +4 -0
- data/test/dummy/config/initializers/session_store.rb +3 -0
- data/test/dummy/config/initializers/wrap_parameters.rb +14 -0
- data/test/dummy/config/locales/en.yml +23 -0
- data/test/dummy/config/routes.rb +56 -0
- data/test/dummy/config/secrets.yml +22 -0
- data/test/dummy/db/development.sqlite3 +0 -0
- data/test/dummy/db/test.sqlite3 +0 -0
- data/test/dummy/log/development.log +989 -0
- data/test/dummy/log/test.log +10 -0
- data/test/dummy/public/404.html +67 -0
- data/test/dummy/public/422.html +67 -0
- data/test/dummy/public/500.html +66 -0
- data/test/dummy/public/favicon.ico +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/2656cb541e86422069d92469f0f3c6fa5d895361/nunify.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/8eb7e5dad240f3f9b1bedd9d232fc256becabfd4/app.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/8eb7e5dad240f3f9b1bedd9d232fc256becabfd4/plugins.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/8eb7e5dad240f3f9b1bedd9d232fc256becabfd4/style.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/a7fe21b4c8f2d552a01d9d732e51c06f68a3842d/application.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/07a331b54c2bf3f1b984265c204e4608 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/0ea6f4e797d45e2985dbd756f20b7a2d +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/18bedff946329ad00d1ced751f9ef048 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/1e78f550c6299daa5247f46e3767bbf0 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/2f5173deea6c795b8fdde723bb4b63af +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/33e7b76b00b190307bf5fc663c5a8714 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/352bab412d75fa19d0a07504553b59df +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/3d5e513ecf4f3d9376f0f1a5a16da48d +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/4331a78ce56133c73d08b1de0f6e1b8b +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/494348a50e53e543d222e3fe8324b57e +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/496199789706fe34941e70c788d0b315 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/500a3622d41e692029da837b6f2cc51a +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/5a644e46d0594379f55f1932034dee8e +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/607d54525e40736b64761299d64bb8db +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/65928b53993d5f83f61b672539f08ead +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/66df69b69df86625ea314f4f687453ed +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/6b8ed93f3fc15e8a983be7084a453003 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/6e1bd95023705b5529e7ccc754a02867 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/6e413e3c8ce405eb39caea1190e3421b +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/6ee9db045d25972d3600e598392c5ead +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/85da3e8afbdd0f87a2b9597276e62422 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/85e1dbe4ed8b0e6cf29a3278a81b954e +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/88f31e03aef74c6084cde2553bd303e6 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/8b3e8152f96f26de8aab619bb0d0d2f5 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/8c5fa388ef71991284860bc5eaaa7741 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/92613a75279536c4bcf4f3ba6cfde494 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/93c9d2fc80b30a3ee98214b142c9c60a +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/9504c072db613bc2076e3a3e46f872ce +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/b629aa4d2ff08e3e6109953c2a8b85ef +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/bb0ed262f486a12ad8eaea6eb61d4091 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/bc3eb74cd4f23f706659758c10f84999 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/cc1a02c3c63e4fe298263f4b47384ac3 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/dfd1ae719b9024356d47f8debc48924f +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/f35270e57b0883ca10041f0d54e5652e +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/f63185a94c6171e1ebc0bc9496c3855e +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/fef1ef6b90b2672589bf251a67b5cb89 +0 -0
- data/test/dummy/tmp/pids/server.pid +1 -0
- data/test/nunify_test.rb +7 -0
- data/test/test_helper.rb +15 -0
- data/vendor/assets/images/unify/bg-black.png +0 -0
- data/vendor/assets/images/unify/bg-black1.png +0 -0
- data/vendor/assets/images/unify/bg-green.png +0 -0
- data/vendor/assets/images/unify/bg-white.png +0 -0
- data/vendor/assets/images/unify/breadcrumbs.png +0 -0
- data/vendor/assets/images/unify/overlay-icon.png +0 -0
- data/vendor/assets/images/unify/patterns/1.png +0 -0
- data/vendor/assets/images/unify/patterns/10.png +0 -0
- data/vendor/assets/images/unify/patterns/11.png +0 -0
- data/vendor/assets/images/unify/patterns/12.png +0 -0
- data/vendor/assets/images/unify/patterns/13.png +0 -0
- data/vendor/assets/images/unify/patterns/14.png +0 -0
- data/vendor/assets/images/unify/patterns/15.png +0 -0
- data/vendor/assets/images/unify/patterns/2.png +0 -0
- data/vendor/assets/images/unify/patterns/3.png +0 -0
- data/vendor/assets/images/unify/patterns/4.png +0 -0
- data/vendor/assets/images/unify/patterns/5.png +0 -0
- data/vendor/assets/images/unify/patterns/6.png +0 -0
- data/vendor/assets/images/unify/patterns/7.png +0 -0
- data/vendor/assets/images/unify/patterns/8.png +0 -0
- data/vendor/assets/images/unify/patterns/9.png +0 -0
- data/vendor/assets/javascripts/nunify.js +3 -0
- data/vendor/assets/javascripts/nunify/app.js +256 -0
- data/vendor/assets/javascripts/nunify/plugins/circles-master.js +141 -0
- data/vendor/assets/javascripts/nunify/plugins/datepicker.js +63 -0
- data/vendor/assets/javascripts/nunify/plugins/form-sliders.js +78 -0
- data/vendor/assets/javascripts/nunify/plugins/masking.js +16 -0
- data/vendor/assets/javascripts/nunify/plugins/owl-carousel.js +72 -0
- data/vendor/assets/javascripts/nunify/plugins/validation.js +134 -0
- data/vendor/assets/javascripts/nunify/plugins/vector-map.js +276 -0
- data/vendor/assets/stylesheets/nunify.scss +6 -0
- data/vendor/assets/stylesheets/nunify/app.scss +2743 -0
- data/vendor/assets/stylesheets/nunify/plugins.scss +542 -0
- data/vendor/assets/stylesheets/nunify/plugins/animate.css +2728 -0
- data/vendor/assets/stylesheets/nunify/plugins/box-shadows.css +60 -0
- data/vendor/assets/stylesheets/nunify/style.scss +2312 -0
- data/vendor/assets/stylesheets/nunify/themes/aqua.css +862 -0
- data/vendor/assets/stylesheets/nunify/themes/blue.css +864 -0
- data/vendor/assets/stylesheets/nunify/themes/brown.css +864 -0
- data/vendor/assets/stylesheets/nunify/themes/dark-blue.css +864 -0
- data/vendor/assets/stylesheets/nunify/themes/default.css +503 -0
- data/vendor/assets/stylesheets/nunify/themes/light-green.css +864 -0
- data/vendor/assets/stylesheets/nunify/themes/light.css +853 -0
- data/vendor/assets/stylesheets/nunify/themes/orange.css +863 -0
- data/vendor/assets/stylesheets/nunify/themes/purple.css +864 -0
- data/vendor/assets/stylesheets/nunify/themes/red.css +876 -0
- metadata +288 -0
|
@@ -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,56 @@
|
|
|
1
|
+
Rails.application.routes.draw do
|
|
2
|
+
# The priority is based upon order of creation: first created -> highest priority.
|
|
3
|
+
# See how all your routes lay out with "rake routes".
|
|
4
|
+
|
|
5
|
+
# You can have the root of your site routed with "root"
|
|
6
|
+
root 'application#home'
|
|
7
|
+
|
|
8
|
+
# Example of regular route:
|
|
9
|
+
# get 'products/:id' => 'catalog#view'
|
|
10
|
+
|
|
11
|
+
# Example of named route that can be invoked with purchase_url(id: product.id)
|
|
12
|
+
# get 'products/:id/purchase' => 'catalog#purchase', as: :purchase
|
|
13
|
+
|
|
14
|
+
# Example resource route (maps HTTP verbs to controller actions automatically):
|
|
15
|
+
# resources :products
|
|
16
|
+
|
|
17
|
+
# Example resource route with options:
|
|
18
|
+
# resources :products do
|
|
19
|
+
# member do
|
|
20
|
+
# get 'short'
|
|
21
|
+
# post 'toggle'
|
|
22
|
+
# end
|
|
23
|
+
#
|
|
24
|
+
# collection do
|
|
25
|
+
# get 'sold'
|
|
26
|
+
# end
|
|
27
|
+
# end
|
|
28
|
+
|
|
29
|
+
# Example resource route with sub-resources:
|
|
30
|
+
# resources :products do
|
|
31
|
+
# resources :comments, :sales
|
|
32
|
+
# resource :seller
|
|
33
|
+
# end
|
|
34
|
+
|
|
35
|
+
# Example resource route with more complex sub-resources:
|
|
36
|
+
# resources :products do
|
|
37
|
+
# resources :comments
|
|
38
|
+
# resources :sales do
|
|
39
|
+
# get 'recent', on: :collection
|
|
40
|
+
# end
|
|
41
|
+
# end
|
|
42
|
+
|
|
43
|
+
# Example resource route with concerns:
|
|
44
|
+
# concern :toggleable do
|
|
45
|
+
# post 'toggle'
|
|
46
|
+
# end
|
|
47
|
+
# resources :posts, concerns: :toggleable
|
|
48
|
+
# resources :photos, concerns: :toggleable
|
|
49
|
+
|
|
50
|
+
# Example resource route within a namespace:
|
|
51
|
+
# namespace :admin do
|
|
52
|
+
# # Directs /admin/products/* to Admin::ProductsController
|
|
53
|
+
# # (app/controllers/admin/products_controller.rb)
|
|
54
|
+
# resources :products
|
|
55
|
+
# end
|
|
56
|
+
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: b218532f95dce5f34fc0ae41c957db065fe9e2bb35763cd59ca00e855d99c66ff5a8aa8b5be7732f7c2eafcb84d0a7c2ff292610da09924081f3ad435821cbe7
|
|
15
|
+
|
|
16
|
+
test:
|
|
17
|
+
secret_key_base: ebe440cbf818f65e01f4f94c3b57233a609987e72cbe35cc4fa134f6fabe8f7c31ac7dba843b7ecfa88de27e62ad85202d5b6a693e4139a7f6c7b66d7df4361f
|
|
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"] %>
|
|
File without changes
|
|
File without changes
|
|
@@ -0,0 +1,989 @@
|
|
|
1
|
+
|
|
2
|
+
|
|
3
|
+
Started GET "/" for 127.0.0.1 at 2014-09-04 11:05:41 +0700
|
|
4
|
+
Processing by Rails::WelcomeController#index as HTML
|
|
5
|
+
Rendered /Users/jahuang/.rvm/gems/ruby-2.1.2@nunify/gems/railties-4.1.5/lib/rails/templates/rails/welcome/index.html.erb (2.2ms)
|
|
6
|
+
Completed 200 OK in 10ms (Views: 9.9ms | ActiveRecord: 0.0ms)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
Started GET "/" for 127.0.0.1 at 2014-09-04 11:06:54 +0700
|
|
10
|
+
Processing by ApplicationController#home as HTML
|
|
11
|
+
Rendered application/home.html.erb within layouts/application (0.9ms)
|
|
12
|
+
Completed 500 Internal Server Error in 20ms
|
|
13
|
+
|
|
14
|
+
ActionView::Template::Error (couldn't find file 'unify'
|
|
15
|
+
(in /Users/jahuang/workspace/nunify/test/dummy/app/assets/stylesheets/application.css:15)):
|
|
16
|
+
2: <html>
|
|
17
|
+
3: <head>
|
|
18
|
+
4: <title>Dummy</title>
|
|
19
|
+
5: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
|
|
20
|
+
6: <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
|
|
21
|
+
7: <%= csrf_meta_tags %>
|
|
22
|
+
8: </head>
|
|
23
|
+
app/views/layouts/application.html.erb:5:in `_app_views_layouts_application_html_erb___1009273936220959946_2167072300'
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
Rendered /Users/jahuang/.rvm/gems/ruby-2.1.2@nunify/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.7ms)
|
|
27
|
+
Rendered /Users/jahuang/.rvm/gems/ruby-2.1.2@nunify/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (12.0ms)
|
|
28
|
+
Rendered /Users/jahuang/.rvm/gems/ruby-2.1.2@nunify/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (25.8ms)
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
Started GET "/" for 127.0.0.1 at 2014-09-04 11:06:55 +0700
|
|
32
|
+
Processing by ApplicationController#home as HTML
|
|
33
|
+
Rendered application/home.html.erb within layouts/application (0.1ms)
|
|
34
|
+
Completed 500 Internal Server Error in 6ms
|
|
35
|
+
|
|
36
|
+
ActionView::Template::Error (couldn't find file 'unify'
|
|
37
|
+
(in /Users/jahuang/workspace/nunify/test/dummy/app/assets/stylesheets/application.css:15)):
|
|
38
|
+
2: <html>
|
|
39
|
+
3: <head>
|
|
40
|
+
4: <title>Dummy</title>
|
|
41
|
+
5: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
|
|
42
|
+
6: <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
|
|
43
|
+
7: <%= csrf_meta_tags %>
|
|
44
|
+
8: </head>
|
|
45
|
+
app/views/layouts/application.html.erb:5:in `_app_views_layouts_application_html_erb___1009273936220959946_2167072300'
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
Rendered /Users/jahuang/.rvm/gems/ruby-2.1.2@nunify/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms)
|
|
49
|
+
Rendered /Users/jahuang/.rvm/gems/ruby-2.1.2@nunify/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms)
|
|
50
|
+
Rendered /Users/jahuang/.rvm/gems/ruby-2.1.2@nunify/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (8.8ms)
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
Started GET "/" for 127.0.0.1 at 2014-09-04 11:11:03 +0700
|
|
54
|
+
Processing by ApplicationController#home as HTML
|
|
55
|
+
Rendered application/home.html.erb within layouts/application (0.9ms)
|
|
56
|
+
Completed 500 Internal Server Error in 12ms
|
|
57
|
+
|
|
58
|
+
LoadError (cannot load such file -- sass
|
|
59
|
+
(in /Users/jahuang/workspace/nunify/vendor/assets/stylesheets/unify.scss)):
|
|
60
|
+
app/views/layouts/application.html.erb:5:in `_app_views_layouts_application_html_erb___696826707242027282_2170146840'
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
Rendered /Users/jahuang/.rvm/gems/ruby-2.1.2@nunify/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (1.2ms)
|
|
64
|
+
Rendered /Users/jahuang/.rvm/gems/ruby-2.1.2@nunify/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.4ms)
|
|
65
|
+
Rendered /Users/jahuang/.rvm/gems/ruby-2.1.2@nunify/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (12.4ms)
|
|
66
|
+
Rendered /Users/jahuang/.rvm/gems/ruby-2.1.2@nunify/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (32.0ms)
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
Started GET "/" for 127.0.0.1 at 2014-09-04 11:11:05 +0700
|
|
70
|
+
Processing by ApplicationController#home as HTML
|
|
71
|
+
Rendered application/home.html.erb within layouts/application (0.1ms)
|
|
72
|
+
Completed 500 Internal Server Error in 9ms
|
|
73
|
+
|
|
74
|
+
LoadError (cannot load such file -- sass
|
|
75
|
+
(in /Users/jahuang/workspace/nunify/vendor/assets/stylesheets/unify.scss)):
|
|
76
|
+
app/views/layouts/application.html.erb:5:in `_app_views_layouts_application_html_erb___696826707242027282_2170146840'
|
|
77
|
+
|
|
78
|
+
|
|
79
|
+
Rendered /Users/jahuang/.rvm/gems/ruby-2.1.2@nunify/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.7ms)
|
|
80
|
+
Rendered /Users/jahuang/.rvm/gems/ruby-2.1.2@nunify/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms)
|
|
81
|
+
Rendered /Users/jahuang/.rvm/gems/ruby-2.1.2@nunify/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms)
|
|
82
|
+
Rendered /Users/jahuang/.rvm/gems/ruby-2.1.2@nunify/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (13.4ms)
|
|
83
|
+
|
|
84
|
+
|
|
85
|
+
Started GET "/" for 127.0.0.1 at 2014-09-04 11:15:39 +0700
|
|
86
|
+
Processing by ApplicationController#home as HTML
|
|
87
|
+
Rendered application/home.html.erb within layouts/application (0.9ms)
|
|
88
|
+
Completed 500 Internal Server Error in 12ms
|
|
89
|
+
|
|
90
|
+
LoadError (cannot load such file -- sass
|
|
91
|
+
(in /Users/jahuang/workspace/nunify/vendor/assets/stylesheets/unify.scss)):
|
|
92
|
+
app/views/layouts/application.html.erb:5:in `_app_views_layouts_application_html_erb__1668864684648126836_2202423400'
|
|
93
|
+
|
|
94
|
+
|
|
95
|
+
Rendered /Users/jahuang/.rvm/gems/ruby-2.1.2@nunify/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.6ms)
|
|
96
|
+
Rendered /Users/jahuang/.rvm/gems/ruby-2.1.2@nunify/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms)
|
|
97
|
+
Rendered /Users/jahuang/.rvm/gems/ruby-2.1.2@nunify/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (9.2ms)
|
|
98
|
+
Rendered /Users/jahuang/.rvm/gems/ruby-2.1.2@nunify/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (19.8ms)
|
|
99
|
+
|
|
100
|
+
|
|
101
|
+
Started GET "/" for 127.0.0.1 at 2014-09-04 11:17:08 +0700
|
|
102
|
+
Processing by ApplicationController#home as HTML
|
|
103
|
+
Rendered application/home.html.erb within layouts/application (0.9ms)
|
|
104
|
+
Completed 500 Internal Server Error in 12ms
|
|
105
|
+
|
|
106
|
+
LoadError (cannot load such file -- sass
|
|
107
|
+
(in /Users/jahuang/workspace/nunify/vendor/assets/stylesheets/unify.scss)):
|
|
108
|
+
app/views/layouts/application.html.erb:5:in `_app_views_layouts_application_html_erb__3988041285492280726_2162525760'
|
|
109
|
+
|
|
110
|
+
|
|
111
|
+
Rendered /Users/jahuang/.rvm/gems/ruby-2.1.2@nunify/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.7ms)
|
|
112
|
+
Rendered /Users/jahuang/.rvm/gems/ruby-2.1.2@nunify/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms)
|
|
113
|
+
Rendered /Users/jahuang/.rvm/gems/ruby-2.1.2@nunify/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (9.5ms)
|
|
114
|
+
Rendered /Users/jahuang/.rvm/gems/ruby-2.1.2@nunify/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (21.1ms)
|
|
115
|
+
|
|
116
|
+
|
|
117
|
+
Started GET "/" for 127.0.0.1 at 2014-09-04 11:17:10 +0700
|
|
118
|
+
Processing by ApplicationController#home as HTML
|
|
119
|
+
Rendered application/home.html.erb within layouts/application (0.0ms)
|
|
120
|
+
Completed 500 Internal Server Error in 6ms
|
|
121
|
+
|
|
122
|
+
LoadError (cannot load such file -- sass
|
|
123
|
+
(in /Users/jahuang/workspace/nunify/vendor/assets/stylesheets/unify.scss)):
|
|
124
|
+
app/views/layouts/application.html.erb:5:in `_app_views_layouts_application_html_erb__3988041285492280726_2162525760'
|
|
125
|
+
|
|
126
|
+
|
|
127
|
+
Rendered /Users/jahuang/.rvm/gems/ruby-2.1.2@nunify/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.5ms)
|
|
128
|
+
Rendered /Users/jahuang/.rvm/gems/ruby-2.1.2@nunify/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.4ms)
|
|
129
|
+
Rendered /Users/jahuang/.rvm/gems/ruby-2.1.2@nunify/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms)
|
|
130
|
+
Rendered /Users/jahuang/.rvm/gems/ruby-2.1.2@nunify/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (11.4ms)
|
|
131
|
+
|
|
132
|
+
|
|
133
|
+
Started GET "/" for 127.0.0.1 at 2014-09-04 11:17:10 +0700
|
|
134
|
+
Processing by ApplicationController#home as HTML
|
|
135
|
+
Rendered application/home.html.erb within layouts/application (0.0ms)
|
|
136
|
+
Completed 500 Internal Server Error in 7ms
|
|
137
|
+
|
|
138
|
+
LoadError (cannot load such file -- sass
|
|
139
|
+
(in /Users/jahuang/workspace/nunify/vendor/assets/stylesheets/unify.scss)):
|
|
140
|
+
app/views/layouts/application.html.erb:5:in `_app_views_layouts_application_html_erb__3988041285492280726_2162525760'
|
|
141
|
+
|
|
142
|
+
|
|
143
|
+
Rendered /Users/jahuang/.rvm/gems/ruby-2.1.2@nunify/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.5ms)
|
|
144
|
+
Rendered /Users/jahuang/.rvm/gems/ruby-2.1.2@nunify/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.4ms)
|
|
145
|
+
Rendered /Users/jahuang/.rvm/gems/ruby-2.1.2@nunify/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms)
|
|
146
|
+
Rendered /Users/jahuang/.rvm/gems/ruby-2.1.2@nunify/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (11.6ms)
|
|
147
|
+
|
|
148
|
+
|
|
149
|
+
Started GET "/" for 127.0.0.1 at 2014-09-04 11:17:11 +0700
|
|
150
|
+
Processing by ApplicationController#home as HTML
|
|
151
|
+
Rendered application/home.html.erb within layouts/application (0.0ms)
|
|
152
|
+
Completed 500 Internal Server Error in 7ms
|
|
153
|
+
|
|
154
|
+
LoadError (cannot load such file -- sass
|
|
155
|
+
(in /Users/jahuang/workspace/nunify/vendor/assets/stylesheets/unify.scss)):
|
|
156
|
+
app/views/layouts/application.html.erb:5:in `_app_views_layouts_application_html_erb__3988041285492280726_2162525760'
|
|
157
|
+
|
|
158
|
+
|
|
159
|
+
Rendered /Users/jahuang/.rvm/gems/ruby-2.1.2@nunify/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.7ms)
|
|
160
|
+
Rendered /Users/jahuang/.rvm/gems/ruby-2.1.2@nunify/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.5ms)
|
|
161
|
+
Rendered /Users/jahuang/.rvm/gems/ruby-2.1.2@nunify/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms)
|
|
162
|
+
Rendered /Users/jahuang/.rvm/gems/ruby-2.1.2@nunify/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (12.9ms)
|
|
163
|
+
|
|
164
|
+
|
|
165
|
+
Started GET "/" for 127.0.0.1 at 2014-09-04 11:17:46 +0700
|
|
166
|
+
Processing by ApplicationController#home as HTML
|
|
167
|
+
Rendered application/home.html.erb within layouts/application (0.9ms)
|
|
168
|
+
Completed 500 Internal Server Error in 11ms
|
|
169
|
+
|
|
170
|
+
LoadError (cannot load such file -- sass
|
|
171
|
+
(in /Users/jahuang/workspace/nunify/vendor/assets/stylesheets/unify.scss)):
|
|
172
|
+
app/views/layouts/application.html.erb:5:in `_app_views_layouts_application_html_erb__4300184184742668941_2206532120'
|
|
173
|
+
|
|
174
|
+
|
|
175
|
+
Rendered /Users/jahuang/.rvm/gems/ruby-2.1.2@nunify/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.7ms)
|
|
176
|
+
Rendered /Users/jahuang/.rvm/gems/ruby-2.1.2@nunify/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms)
|
|
177
|
+
Rendered /Users/jahuang/.rvm/gems/ruby-2.1.2@nunify/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (10.3ms)
|
|
178
|
+
Rendered /Users/jahuang/.rvm/gems/ruby-2.1.2@nunify/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (22.1ms)
|
|
179
|
+
|
|
180
|
+
|
|
181
|
+
Started GET "/" for 127.0.0.1 at 2014-09-04 11:17:47 +0700
|
|
182
|
+
Processing by ApplicationController#home as HTML
|
|
183
|
+
Rendered application/home.html.erb within layouts/application (0.1ms)
|
|
184
|
+
Completed 500 Internal Server Error in 9ms
|
|
185
|
+
|
|
186
|
+
LoadError (cannot load such file -- sass
|
|
187
|
+
(in /Users/jahuang/workspace/nunify/vendor/assets/stylesheets/unify.scss)):
|
|
188
|
+
app/views/layouts/application.html.erb:5:in `_app_views_layouts_application_html_erb__4300184184742668941_2206532120'
|
|
189
|
+
|
|
190
|
+
|
|
191
|
+
Rendered /Users/jahuang/.rvm/gems/ruby-2.1.2@nunify/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.8ms)
|
|
192
|
+
Rendered /Users/jahuang/.rvm/gems/ruby-2.1.2@nunify/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms)
|
|
193
|
+
Rendered /Users/jahuang/.rvm/gems/ruby-2.1.2@nunify/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms)
|
|
194
|
+
Rendered /Users/jahuang/.rvm/gems/ruby-2.1.2@nunify/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (12.3ms)
|
|
195
|
+
|
|
196
|
+
|
|
197
|
+
Started GET "/" for 127.0.0.1 at 2014-09-04 11:17:48 +0700
|
|
198
|
+
Processing by ApplicationController#home as HTML
|
|
199
|
+
Rendered application/home.html.erb within layouts/application (0.0ms)
|
|
200
|
+
Completed 500 Internal Server Error in 7ms
|
|
201
|
+
|
|
202
|
+
LoadError (cannot load such file -- sass
|
|
203
|
+
(in /Users/jahuang/workspace/nunify/vendor/assets/stylesheets/unify.scss)):
|
|
204
|
+
app/views/layouts/application.html.erb:5:in `_app_views_layouts_application_html_erb__4300184184742668941_2206532120'
|
|
205
|
+
|
|
206
|
+
|
|
207
|
+
Rendered /Users/jahuang/.rvm/gems/ruby-2.1.2@nunify/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.6ms)
|
|
208
|
+
Rendered /Users/jahuang/.rvm/gems/ruby-2.1.2@nunify/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms)
|
|
209
|
+
Rendered /Users/jahuang/.rvm/gems/ruby-2.1.2@nunify/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms)
|
|
210
|
+
Rendered /Users/jahuang/.rvm/gems/ruby-2.1.2@nunify/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (11.5ms)
|
|
211
|
+
|
|
212
|
+
|
|
213
|
+
Started GET "/" for 127.0.0.1 at 2014-09-04 11:19:30 +0700
|
|
214
|
+
Processing by ApplicationController#home as HTML
|
|
215
|
+
Rendered application/home.html.erb within layouts/application (0.9ms)
|
|
216
|
+
Completed 500 Internal Server Error in 12ms
|
|
217
|
+
|
|
218
|
+
LoadError (cannot load such file -- sass
|
|
219
|
+
(in /Users/jahuang/workspace/nunify/vendor/assets/stylesheets/unify.scss)):
|
|
220
|
+
app/views/layouts/application.html.erb:5:in `_app_views_layouts_application_html_erb__481521147270573023_2206355320'
|
|
221
|
+
|
|
222
|
+
|
|
223
|
+
Rendered /Users/jahuang/.rvm/gems/ruby-2.1.2@nunify/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.6ms)
|
|
224
|
+
Rendered /Users/jahuang/.rvm/gems/ruby-2.1.2@nunify/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms)
|
|
225
|
+
Rendered /Users/jahuang/.rvm/gems/ruby-2.1.2@nunify/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (10.6ms)
|
|
226
|
+
Rendered /Users/jahuang/.rvm/gems/ruby-2.1.2@nunify/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (23.1ms)
|
|
227
|
+
|
|
228
|
+
|
|
229
|
+
Started GET "/" for 127.0.0.1 at 2014-09-04 11:19:31 +0700
|
|
230
|
+
Processing by ApplicationController#home as HTML
|
|
231
|
+
Rendered application/home.html.erb within layouts/application (0.0ms)
|
|
232
|
+
Completed 500 Internal Server Error in 7ms
|
|
233
|
+
|
|
234
|
+
LoadError (cannot load such file -- sass
|
|
235
|
+
(in /Users/jahuang/workspace/nunify/vendor/assets/stylesheets/unify.scss)):
|
|
236
|
+
app/views/layouts/application.html.erb:5:in `_app_views_layouts_application_html_erb__481521147270573023_2206355320'
|
|
237
|
+
|
|
238
|
+
|
|
239
|
+
Rendered /Users/jahuang/.rvm/gems/ruby-2.1.2@nunify/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.6ms)
|
|
240
|
+
Rendered /Users/jahuang/.rvm/gems/ruby-2.1.2@nunify/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms)
|
|
241
|
+
Rendered /Users/jahuang/.rvm/gems/ruby-2.1.2@nunify/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms)
|
|
242
|
+
Rendered /Users/jahuang/.rvm/gems/ruby-2.1.2@nunify/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (11.5ms)
|
|
243
|
+
|
|
244
|
+
|
|
245
|
+
Started GET "/" for 127.0.0.1 at 2014-09-04 11:20:52 +0700
|
|
246
|
+
Processing by ApplicationController#home as HTML
|
|
247
|
+
Rendered application/home.html.erb within layouts/application (0.9ms)
|
|
248
|
+
Completed 500 Internal Server Error in 13ms
|
|
249
|
+
|
|
250
|
+
ActionView::Template::Error (couldn't find file 'unify'
|
|
251
|
+
(in /Users/jahuang/workspace/nunify/test/dummy/app/assets/stylesheets/application.css:15)):
|
|
252
|
+
2: <html>
|
|
253
|
+
3: <head>
|
|
254
|
+
4: <title>Dummy</title>
|
|
255
|
+
5: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
|
|
256
|
+
6: <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
|
|
257
|
+
7: <%= csrf_meta_tags %>
|
|
258
|
+
8: </head>
|
|
259
|
+
app/views/layouts/application.html.erb:5:in `_app_views_layouts_application_html_erb___2056471936768001847_2199457520'
|
|
260
|
+
|
|
261
|
+
|
|
262
|
+
Rendered /Users/jahuang/.rvm/gems/ruby-2.1.2@nunify/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms)
|
|
263
|
+
Rendered /Users/jahuang/.rvm/gems/ruby-2.1.2@nunify/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (10.4ms)
|
|
264
|
+
Rendered /Users/jahuang/.rvm/gems/ruby-2.1.2@nunify/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (20.2ms)
|
|
265
|
+
|
|
266
|
+
|
|
267
|
+
Started GET "/" for 127.0.0.1 at 2014-09-04 11:21:08 +0700
|
|
268
|
+
Processing by ApplicationController#home as HTML
|
|
269
|
+
Rendered application/home.html.erb within layouts/application (0.0ms)
|
|
270
|
+
Completed 500 Internal Server Error in 7ms
|
|
271
|
+
|
|
272
|
+
LoadError (cannot load such file -- sass
|
|
273
|
+
(in /Users/jahuang/workspace/nunify/vendor/assets/stylesheets/nunify.scss)):
|
|
274
|
+
app/views/layouts/application.html.erb:5:in `_app_views_layouts_application_html_erb___2056471936768001847_2199457520'
|
|
275
|
+
|
|
276
|
+
|
|
277
|
+
Rendered /Users/jahuang/.rvm/gems/ruby-2.1.2@nunify/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.7ms)
|
|
278
|
+
Rendered /Users/jahuang/.rvm/gems/ruby-2.1.2@nunify/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms)
|
|
279
|
+
Rendered /Users/jahuang/.rvm/gems/ruby-2.1.2@nunify/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms)
|
|
280
|
+
Rendered /Users/jahuang/.rvm/gems/ruby-2.1.2@nunify/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (11.6ms)
|
|
281
|
+
|
|
282
|
+
|
|
283
|
+
Started GET "/" for 127.0.0.1 at 2014-09-04 11:21:09 +0700
|
|
284
|
+
Processing by ApplicationController#home as HTML
|
|
285
|
+
Rendered application/home.html.erb within layouts/application (0.0ms)
|
|
286
|
+
Completed 500 Internal Server Error in 6ms
|
|
287
|
+
|
|
288
|
+
LoadError (cannot load such file -- sass
|
|
289
|
+
(in /Users/jahuang/workspace/nunify/vendor/assets/stylesheets/nunify.scss)):
|
|
290
|
+
app/views/layouts/application.html.erb:5:in `_app_views_layouts_application_html_erb___2056471936768001847_2199457520'
|
|
291
|
+
|
|
292
|
+
|
|
293
|
+
Rendered /Users/jahuang/.rvm/gems/ruby-2.1.2@nunify/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.6ms)
|
|
294
|
+
Rendered /Users/jahuang/.rvm/gems/ruby-2.1.2@nunify/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.5ms)
|
|
295
|
+
Rendered /Users/jahuang/.rvm/gems/ruby-2.1.2@nunify/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms)
|
|
296
|
+
Rendered /Users/jahuang/.rvm/gems/ruby-2.1.2@nunify/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (11.7ms)
|
|
297
|
+
|
|
298
|
+
|
|
299
|
+
Started GET "/" for 127.0.0.1 at 2014-09-04 11:21:10 +0700
|
|
300
|
+
Processing by ApplicationController#home as HTML
|
|
301
|
+
Rendered application/home.html.erb within layouts/application (0.1ms)
|
|
302
|
+
Completed 500 Internal Server Error in 7ms
|
|
303
|
+
|
|
304
|
+
LoadError (cannot load such file -- sass
|
|
305
|
+
(in /Users/jahuang/workspace/nunify/vendor/assets/stylesheets/nunify.scss)):
|
|
306
|
+
app/views/layouts/application.html.erb:5:in `_app_views_layouts_application_html_erb___2056471936768001847_2199457520'
|
|
307
|
+
|
|
308
|
+
|
|
309
|
+
Rendered /Users/jahuang/.rvm/gems/ruby-2.1.2@nunify/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.5ms)
|
|
310
|
+
Rendered /Users/jahuang/.rvm/gems/ruby-2.1.2@nunify/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms)
|
|
311
|
+
Rendered /Users/jahuang/.rvm/gems/ruby-2.1.2@nunify/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms)
|
|
312
|
+
Rendered /Users/jahuang/.rvm/gems/ruby-2.1.2@nunify/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (10.9ms)
|
|
313
|
+
|
|
314
|
+
|
|
315
|
+
Started GET "/" for 127.0.0.1 at 2014-09-04 11:22:24 +0700
|
|
316
|
+
Processing by ApplicationController#home as HTML
|
|
317
|
+
Rendered application/home.html.erb within layouts/application (0.0ms)
|
|
318
|
+
Completed 500 Internal Server Error in 5ms
|
|
319
|
+
|
|
320
|
+
LoadError (cannot load such file -- sass
|
|
321
|
+
(in /Users/jahuang/workspace/nunify/test/dummy/app/assets/stylesheets/application.scss)):
|
|
322
|
+
app/views/layouts/application.html.erb:5:in `_app_views_layouts_application_html_erb___2056471936768001847_2199457520'
|
|
323
|
+
|
|
324
|
+
|
|
325
|
+
Rendered /Users/jahuang/.rvm/gems/ruby-2.1.2@nunify/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.6ms)
|
|
326
|
+
Rendered /Users/jahuang/.rvm/gems/ruby-2.1.2@nunify/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (9.6ms)
|
|
327
|
+
Rendered /Users/jahuang/.rvm/gems/ruby-2.1.2@nunify/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms)
|
|
328
|
+
Rendered /Users/jahuang/.rvm/gems/ruby-2.1.2@nunify/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (21.0ms)
|
|
329
|
+
|
|
330
|
+
|
|
331
|
+
Started GET "/" for 127.0.0.1 at 2014-09-04 11:22:25 +0700
|
|
332
|
+
Processing by ApplicationController#home as HTML
|
|
333
|
+
Rendered application/home.html.erb within layouts/application (0.0ms)
|
|
334
|
+
Completed 500 Internal Server Error in 6ms
|
|
335
|
+
|
|
336
|
+
LoadError (cannot load such file -- sass
|
|
337
|
+
(in /Users/jahuang/workspace/nunify/test/dummy/app/assets/stylesheets/application.scss)):
|
|
338
|
+
app/views/layouts/application.html.erb:5:in `_app_views_layouts_application_html_erb___2056471936768001847_2199457520'
|
|
339
|
+
|
|
340
|
+
|
|
341
|
+
Rendered /Users/jahuang/.rvm/gems/ruby-2.1.2@nunify/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.6ms)
|
|
342
|
+
Rendered /Users/jahuang/.rvm/gems/ruby-2.1.2@nunify/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.6ms)
|
|
343
|
+
Rendered /Users/jahuang/.rvm/gems/ruby-2.1.2@nunify/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms)
|
|
344
|
+
Rendered /Users/jahuang/.rvm/gems/ruby-2.1.2@nunify/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (15.1ms)
|
|
345
|
+
|
|
346
|
+
|
|
347
|
+
Started GET "/" for 127.0.0.1 at 2014-09-04 11:22:26 +0700
|
|
348
|
+
Processing by ApplicationController#home as HTML
|
|
349
|
+
Rendered application/home.html.erb within layouts/application (0.1ms)
|
|
350
|
+
Completed 500 Internal Server Error in 6ms
|
|
351
|
+
|
|
352
|
+
LoadError (cannot load such file -- sass
|
|
353
|
+
(in /Users/jahuang/workspace/nunify/test/dummy/app/assets/stylesheets/application.scss)):
|
|
354
|
+
app/views/layouts/application.html.erb:5:in `_app_views_layouts_application_html_erb___2056471936768001847_2199457520'
|
|
355
|
+
|
|
356
|
+
|
|
357
|
+
Rendered /Users/jahuang/.rvm/gems/ruby-2.1.2@nunify/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.6ms)
|
|
358
|
+
Rendered /Users/jahuang/.rvm/gems/ruby-2.1.2@nunify/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms)
|
|
359
|
+
Rendered /Users/jahuang/.rvm/gems/ruby-2.1.2@nunify/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms)
|
|
360
|
+
Rendered /Users/jahuang/.rvm/gems/ruby-2.1.2@nunify/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (11.6ms)
|
|
361
|
+
|
|
362
|
+
|
|
363
|
+
Started GET "/" for 127.0.0.1 at 2014-09-04 11:22:27 +0700
|
|
364
|
+
Processing by ApplicationController#home as HTML
|
|
365
|
+
Rendered application/home.html.erb within layouts/application (0.0ms)
|
|
366
|
+
Completed 500 Internal Server Error in 5ms
|
|
367
|
+
|
|
368
|
+
LoadError (cannot load such file -- sass
|
|
369
|
+
(in /Users/jahuang/workspace/nunify/test/dummy/app/assets/stylesheets/application.scss)):
|
|
370
|
+
app/views/layouts/application.html.erb:5:in `_app_views_layouts_application_html_erb___2056471936768001847_2199457520'
|
|
371
|
+
|
|
372
|
+
|
|
373
|
+
Rendered /Users/jahuang/.rvm/gems/ruby-2.1.2@nunify/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.7ms)
|
|
374
|
+
Rendered /Users/jahuang/.rvm/gems/ruby-2.1.2@nunify/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms)
|
|
375
|
+
Rendered /Users/jahuang/.rvm/gems/ruby-2.1.2@nunify/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms)
|
|
376
|
+
Rendered /Users/jahuang/.rvm/gems/ruby-2.1.2@nunify/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (11.4ms)
|
|
377
|
+
|
|
378
|
+
|
|
379
|
+
Started GET "/" for 127.0.0.1 at 2014-09-04 11:22:41 +0700
|
|
380
|
+
Processing by ApplicationController#home as HTML
|
|
381
|
+
Rendered application/home.html.erb within layouts/application (0.1ms)
|
|
382
|
+
Completed 500 Internal Server Error in 5ms
|
|
383
|
+
|
|
384
|
+
LoadError (cannot load such file -- sass
|
|
385
|
+
(in /Users/jahuang/workspace/nunify/test/dummy/app/assets/stylesheets/application.scss)):
|
|
386
|
+
app/views/layouts/application.html.erb:5:in `_app_views_layouts_application_html_erb___2056471936768001847_2199457520'
|
|
387
|
+
|
|
388
|
+
|
|
389
|
+
Rendered /Users/jahuang/.rvm/gems/ruby-2.1.2@nunify/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.7ms)
|
|
390
|
+
Rendered /Users/jahuang/.rvm/gems/ruby-2.1.2@nunify/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms)
|
|
391
|
+
Rendered /Users/jahuang/.rvm/gems/ruby-2.1.2@nunify/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms)
|
|
392
|
+
Rendered /Users/jahuang/.rvm/gems/ruby-2.1.2@nunify/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (12.5ms)
|
|
393
|
+
|
|
394
|
+
|
|
395
|
+
Started GET "/" for 127.0.0.1 at 2014-09-04 11:22:42 +0700
|
|
396
|
+
Processing by ApplicationController#home as HTML
|
|
397
|
+
Rendered application/home.html.erb within layouts/application (0.1ms)
|
|
398
|
+
Completed 500 Internal Server Error in 10ms
|
|
399
|
+
|
|
400
|
+
LoadError (cannot load such file -- sass
|
|
401
|
+
(in /Users/jahuang/workspace/nunify/test/dummy/app/assets/stylesheets/application.scss)):
|
|
402
|
+
app/views/layouts/application.html.erb:5:in `_app_views_layouts_application_html_erb___2056471936768001847_2199457520'
|
|
403
|
+
|
|
404
|
+
|
|
405
|
+
Rendered /Users/jahuang/.rvm/gems/ruby-2.1.2@nunify/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (1.1ms)
|
|
406
|
+
Rendered /Users/jahuang/.rvm/gems/ruby-2.1.2@nunify/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.3ms)
|
|
407
|
+
Rendered /Users/jahuang/.rvm/gems/ruby-2.1.2@nunify/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.7ms)
|
|
408
|
+
Rendered /Users/jahuang/.rvm/gems/ruby-2.1.2@nunify/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (21.2ms)
|
|
409
|
+
|
|
410
|
+
|
|
411
|
+
Started GET "/" for 127.0.0.1 at 2014-09-04 11:24:20 +0700
|
|
412
|
+
Processing by ApplicationController#home as HTML
|
|
413
|
+
Rendered application/home.html.erb within layouts/application (0.9ms)
|
|
414
|
+
Completed 500 Internal Server Error in 127ms
|
|
415
|
+
|
|
416
|
+
ActionView::Template::Error (Invalid CSS after "@import ": expected file to import (string or url()), was "nunify.scss"
|
|
417
|
+
(in /Users/jahuang/workspace/nunify/test/dummy/app/assets/stylesheets/application.scss:1)):
|
|
418
|
+
2: <html>
|
|
419
|
+
3: <head>
|
|
420
|
+
4: <title>Dummy</title>
|
|
421
|
+
5: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
|
|
422
|
+
6: <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
|
|
423
|
+
7: <%= csrf_meta_tags %>
|
|
424
|
+
8: </head>
|
|
425
|
+
app/assets/stylesheets/application.scss:1
|
|
426
|
+
app/views/layouts/application.html.erb:5:in `_app_views_layouts_application_html_erb___1078895240901150415_2171461140'
|
|
427
|
+
|
|
428
|
+
|
|
429
|
+
Rendered /Users/jahuang/.rvm/gems/ruby-2.1.2@nunify/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms)
|
|
430
|
+
Rendered /Users/jahuang/.rvm/gems/ruby-2.1.2@nunify/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (8.9ms)
|
|
431
|
+
Rendered /Users/jahuang/.rvm/gems/ruby-2.1.2@nunify/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (16.9ms)
|
|
432
|
+
|
|
433
|
+
|
|
434
|
+
Started GET "/" for 127.0.0.1 at 2014-09-04 11:24:41 +0700
|
|
435
|
+
Processing by ApplicationController#home as HTML
|
|
436
|
+
Rendered application/home.html.erb within layouts/application (0.1ms)
|
|
437
|
+
Completed 500 Internal Server Error in 21ms
|
|
438
|
+
|
|
439
|
+
ActionView::Template::Error (File to import not found or unreadable: unify/app.
|
|
440
|
+
Load paths:
|
|
441
|
+
/Users/jahuang/workspace/nunify/test/dummy/app/assets/images
|
|
442
|
+
/Users/jahuang/workspace/nunify/test/dummy/app/assets/javascripts
|
|
443
|
+
/Users/jahuang/workspace/nunify/test/dummy/app/assets/stylesheets
|
|
444
|
+
/Users/jahuang/workspace/nunify/vendor/assets/images
|
|
445
|
+
/Users/jahuang/workspace/nunify/vendor/assets/javascripts
|
|
446
|
+
/Users/jahuang/workspace/nunify/vendor/assets/stylesheets
|
|
447
|
+
(in /Users/jahuang/workspace/nunify/test/dummy/app/assets/stylesheets/application.scss:3)):
|
|
448
|
+
2: <html>
|
|
449
|
+
3: <head>
|
|
450
|
+
4: <title>Dummy</title>
|
|
451
|
+
5: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
|
|
452
|
+
6: <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
|
|
453
|
+
7: <%= csrf_meta_tags %>
|
|
454
|
+
8: </head>
|
|
455
|
+
app/assets/stylesheets/application.scss:1
|
|
456
|
+
app/views/layouts/application.html.erb:5:in `_app_views_layouts_application_html_erb___1078895240901150415_2171461140'
|
|
457
|
+
|
|
458
|
+
|
|
459
|
+
Rendered /Users/jahuang/.rvm/gems/ruby-2.1.2@nunify/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.5ms)
|
|
460
|
+
Rendered /Users/jahuang/.rvm/gems/ruby-2.1.2@nunify/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms)
|
|
461
|
+
Rendered /Users/jahuang/.rvm/gems/ruby-2.1.2@nunify/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (9.2ms)
|
|
462
|
+
|
|
463
|
+
|
|
464
|
+
Started GET "/" for 127.0.0.1 at 2014-09-04 11:24:42 +0700
|
|
465
|
+
Processing by ApplicationController#home as HTML
|
|
466
|
+
Rendered application/home.html.erb within layouts/application (0.0ms)
|
|
467
|
+
Completed 500 Internal Server Error in 8ms
|
|
468
|
+
|
|
469
|
+
ActionView::Template::Error (File to import not found or unreadable: unify/app.
|
|
470
|
+
Load paths:
|
|
471
|
+
/Users/jahuang/workspace/nunify/test/dummy/app/assets/images
|
|
472
|
+
/Users/jahuang/workspace/nunify/test/dummy/app/assets/javascripts
|
|
473
|
+
/Users/jahuang/workspace/nunify/test/dummy/app/assets/stylesheets
|
|
474
|
+
/Users/jahuang/workspace/nunify/vendor/assets/images
|
|
475
|
+
/Users/jahuang/workspace/nunify/vendor/assets/javascripts
|
|
476
|
+
/Users/jahuang/workspace/nunify/vendor/assets/stylesheets
|
|
477
|
+
(in /Users/jahuang/workspace/nunify/test/dummy/app/assets/stylesheets/application.scss:3)):
|
|
478
|
+
2: <html>
|
|
479
|
+
3: <head>
|
|
480
|
+
4: <title>Dummy</title>
|
|
481
|
+
5: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
|
|
482
|
+
6: <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
|
|
483
|
+
7: <%= csrf_meta_tags %>
|
|
484
|
+
8: </head>
|
|
485
|
+
app/assets/stylesheets/application.scss:1
|
|
486
|
+
app/views/layouts/application.html.erb:5:in `_app_views_layouts_application_html_erb___1078895240901150415_2171461140'
|
|
487
|
+
|
|
488
|
+
|
|
489
|
+
Rendered /Users/jahuang/.rvm/gems/ruby-2.1.2@nunify/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.4ms)
|
|
490
|
+
Rendered /Users/jahuang/.rvm/gems/ruby-2.1.2@nunify/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms)
|
|
491
|
+
Rendered /Users/jahuang/.rvm/gems/ruby-2.1.2@nunify/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (9.5ms)
|
|
492
|
+
|
|
493
|
+
|
|
494
|
+
Started GET "/" for 127.0.0.1 at 2014-09-04 11:24:42 +0700
|
|
495
|
+
Processing by ApplicationController#home as HTML
|
|
496
|
+
Rendered application/home.html.erb within layouts/application (0.0ms)
|
|
497
|
+
Completed 500 Internal Server Error in 7ms
|
|
498
|
+
|
|
499
|
+
ActionView::Template::Error (File to import not found or unreadable: unify/app.
|
|
500
|
+
Load paths:
|
|
501
|
+
/Users/jahuang/workspace/nunify/test/dummy/app/assets/images
|
|
502
|
+
/Users/jahuang/workspace/nunify/test/dummy/app/assets/javascripts
|
|
503
|
+
/Users/jahuang/workspace/nunify/test/dummy/app/assets/stylesheets
|
|
504
|
+
/Users/jahuang/workspace/nunify/vendor/assets/images
|
|
505
|
+
/Users/jahuang/workspace/nunify/vendor/assets/javascripts
|
|
506
|
+
/Users/jahuang/workspace/nunify/vendor/assets/stylesheets
|
|
507
|
+
(in /Users/jahuang/workspace/nunify/test/dummy/app/assets/stylesheets/application.scss:3)):
|
|
508
|
+
2: <html>
|
|
509
|
+
3: <head>
|
|
510
|
+
4: <title>Dummy</title>
|
|
511
|
+
5: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
|
|
512
|
+
6: <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
|
|
513
|
+
7: <%= csrf_meta_tags %>
|
|
514
|
+
8: </head>
|
|
515
|
+
app/assets/stylesheets/application.scss:1
|
|
516
|
+
app/views/layouts/application.html.erb:5:in `_app_views_layouts_application_html_erb___1078895240901150415_2171461140'
|
|
517
|
+
|
|
518
|
+
|
|
519
|
+
Rendered /Users/jahuang/.rvm/gems/ruby-2.1.2@nunify/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.4ms)
|
|
520
|
+
Rendered /Users/jahuang/.rvm/gems/ruby-2.1.2@nunify/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.9ms)
|
|
521
|
+
Rendered /Users/jahuang/.rvm/gems/ruby-2.1.2@nunify/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (14.6ms)
|
|
522
|
+
|
|
523
|
+
|
|
524
|
+
Started GET "/" for 127.0.0.1 at 2014-09-04 11:25:54 +0700
|
|
525
|
+
Processing by ApplicationController#home as HTML
|
|
526
|
+
Rendered application/home.html.erb within layouts/application (0.1ms)
|
|
527
|
+
Completed 500 Internal Server Error in 287ms
|
|
528
|
+
|
|
529
|
+
ActionView::Template::Error (File to import not found or unreadable: unify/style.
|
|
530
|
+
Load paths:
|
|
531
|
+
/Users/jahuang/workspace/nunify/test/dummy/app/assets/images
|
|
532
|
+
/Users/jahuang/workspace/nunify/test/dummy/app/assets/javascripts
|
|
533
|
+
/Users/jahuang/workspace/nunify/test/dummy/app/assets/stylesheets
|
|
534
|
+
/Users/jahuang/workspace/nunify/vendor/assets/images
|
|
535
|
+
/Users/jahuang/workspace/nunify/vendor/assets/javascripts
|
|
536
|
+
/Users/jahuang/workspace/nunify/vendor/assets/stylesheets
|
|
537
|
+
(in /Users/jahuang/workspace/nunify/test/dummy/app/assets/stylesheets/application.scss:4)):
|
|
538
|
+
2: <html>
|
|
539
|
+
3: <head>
|
|
540
|
+
4: <title>Dummy</title>
|
|
541
|
+
5: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
|
|
542
|
+
6: <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
|
|
543
|
+
7: <%= csrf_meta_tags %>
|
|
544
|
+
8: </head>
|
|
545
|
+
app/assets/stylesheets/application.scss:1
|
|
546
|
+
app/views/layouts/application.html.erb:5:in `_app_views_layouts_application_html_erb___1078895240901150415_2171461140'
|
|
547
|
+
|
|
548
|
+
|
|
549
|
+
Rendered /Users/jahuang/.rvm/gems/ruby-2.1.2@nunify/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms)
|
|
550
|
+
Rendered /Users/jahuang/.rvm/gems/ruby-2.1.2@nunify/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms)
|
|
551
|
+
Rendered /Users/jahuang/.rvm/gems/ruby-2.1.2@nunify/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (9.5ms)
|
|
552
|
+
|
|
553
|
+
|
|
554
|
+
Started GET "/" for 127.0.0.1 at 2014-09-04 11:25:55 +0700
|
|
555
|
+
Processing by ApplicationController#home as HTML
|
|
556
|
+
Rendered application/home.html.erb within layouts/application (0.0ms)
|
|
557
|
+
Completed 500 Internal Server Error in 107ms
|
|
558
|
+
|
|
559
|
+
ActionView::Template::Error (File to import not found or unreadable: unify/style.
|
|
560
|
+
Load paths:
|
|
561
|
+
/Users/jahuang/workspace/nunify/test/dummy/app/assets/images
|
|
562
|
+
/Users/jahuang/workspace/nunify/test/dummy/app/assets/javascripts
|
|
563
|
+
/Users/jahuang/workspace/nunify/test/dummy/app/assets/stylesheets
|
|
564
|
+
/Users/jahuang/workspace/nunify/vendor/assets/images
|
|
565
|
+
/Users/jahuang/workspace/nunify/vendor/assets/javascripts
|
|
566
|
+
/Users/jahuang/workspace/nunify/vendor/assets/stylesheets
|
|
567
|
+
(in /Users/jahuang/workspace/nunify/test/dummy/app/assets/stylesheets/application.scss:4)):
|
|
568
|
+
2: <html>
|
|
569
|
+
3: <head>
|
|
570
|
+
4: <title>Dummy</title>
|
|
571
|
+
5: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
|
|
572
|
+
6: <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
|
|
573
|
+
7: <%= csrf_meta_tags %>
|
|
574
|
+
8: </head>
|
|
575
|
+
app/assets/stylesheets/application.scss:1
|
|
576
|
+
app/views/layouts/application.html.erb:5:in `_app_views_layouts_application_html_erb___1078895240901150415_2171461140'
|
|
577
|
+
|
|
578
|
+
|
|
579
|
+
Rendered /Users/jahuang/.rvm/gems/ruby-2.1.2@nunify/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms)
|
|
580
|
+
Rendered /Users/jahuang/.rvm/gems/ruby-2.1.2@nunify/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms)
|
|
581
|
+
Rendered /Users/jahuang/.rvm/gems/ruby-2.1.2@nunify/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (8.7ms)
|
|
582
|
+
|
|
583
|
+
|
|
584
|
+
Started GET "/" for 127.0.0.1 at 2014-09-04 11:26:25 +0700
|
|
585
|
+
Processing by ApplicationController#home as HTML
|
|
586
|
+
Rendered application/home.html.erb within layouts/application (0.0ms)
|
|
587
|
+
Completed 500 Internal Server Error in 18ms
|
|
588
|
+
|
|
589
|
+
ActionView::Template::Error (File to import not found or unreadable: unify/app.
|
|
590
|
+
Load paths:
|
|
591
|
+
/Users/jahuang/workspace/nunify/test/dummy/app/assets/images
|
|
592
|
+
/Users/jahuang/workspace/nunify/test/dummy/app/assets/javascripts
|
|
593
|
+
/Users/jahuang/workspace/nunify/test/dummy/app/assets/stylesheets
|
|
594
|
+
/Users/jahuang/workspace/nunify/vendor/assets/images
|
|
595
|
+
/Users/jahuang/workspace/nunify/vendor/assets/javascripts
|
|
596
|
+
/Users/jahuang/workspace/nunify/vendor/assets/stylesheets
|
|
597
|
+
(in /Users/jahuang/workspace/nunify/test/dummy/app/assets/stylesheets/application.scss:3)):
|
|
598
|
+
2: <html>
|
|
599
|
+
3: <head>
|
|
600
|
+
4: <title>Dummy</title>
|
|
601
|
+
5: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
|
|
602
|
+
6: <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
|
|
603
|
+
7: <%= csrf_meta_tags %>
|
|
604
|
+
8: </head>
|
|
605
|
+
app/assets/stylesheets/application.scss:1
|
|
606
|
+
app/views/layouts/application.html.erb:5:in `_app_views_layouts_application_html_erb___1078895240901150415_2171461140'
|
|
607
|
+
|
|
608
|
+
|
|
609
|
+
Rendered /Users/jahuang/.rvm/gems/ruby-2.1.2@nunify/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms)
|
|
610
|
+
Rendered /Users/jahuang/.rvm/gems/ruby-2.1.2@nunify/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms)
|
|
611
|
+
Rendered /Users/jahuang/.rvm/gems/ruby-2.1.2@nunify/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (10.2ms)
|
|
612
|
+
|
|
613
|
+
|
|
614
|
+
Started GET "/" for 127.0.0.1 at 2014-09-04 11:26:26 +0700
|
|
615
|
+
Processing by ApplicationController#home as HTML
|
|
616
|
+
Rendered application/home.html.erb within layouts/application (0.0ms)
|
|
617
|
+
Completed 500 Internal Server Error in 8ms
|
|
618
|
+
|
|
619
|
+
ActionView::Template::Error (File to import not found or unreadable: unify/app.
|
|
620
|
+
Load paths:
|
|
621
|
+
/Users/jahuang/workspace/nunify/test/dummy/app/assets/images
|
|
622
|
+
/Users/jahuang/workspace/nunify/test/dummy/app/assets/javascripts
|
|
623
|
+
/Users/jahuang/workspace/nunify/test/dummy/app/assets/stylesheets
|
|
624
|
+
/Users/jahuang/workspace/nunify/vendor/assets/images
|
|
625
|
+
/Users/jahuang/workspace/nunify/vendor/assets/javascripts
|
|
626
|
+
/Users/jahuang/workspace/nunify/vendor/assets/stylesheets
|
|
627
|
+
(in /Users/jahuang/workspace/nunify/test/dummy/app/assets/stylesheets/application.scss:3)):
|
|
628
|
+
2: <html>
|
|
629
|
+
3: <head>
|
|
630
|
+
4: <title>Dummy</title>
|
|
631
|
+
5: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
|
|
632
|
+
6: <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
|
|
633
|
+
7: <%= csrf_meta_tags %>
|
|
634
|
+
8: </head>
|
|
635
|
+
app/assets/stylesheets/application.scss:1
|
|
636
|
+
app/views/layouts/application.html.erb:5:in `_app_views_layouts_application_html_erb___1078895240901150415_2171461140'
|
|
637
|
+
|
|
638
|
+
|
|
639
|
+
Rendered /Users/jahuang/.rvm/gems/ruby-2.1.2@nunify/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.6ms)
|
|
640
|
+
Rendered /Users/jahuang/.rvm/gems/ruby-2.1.2@nunify/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms)
|
|
641
|
+
Rendered /Users/jahuang/.rvm/gems/ruby-2.1.2@nunify/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (10.1ms)
|
|
642
|
+
|
|
643
|
+
|
|
644
|
+
Started GET "/" for 127.0.0.1 at 2014-09-04 11:26:40 +0700
|
|
645
|
+
Processing by ApplicationController#home as HTML
|
|
646
|
+
Rendered application/home.html.erb within layouts/application (0.0ms)
|
|
647
|
+
Completed 500 Internal Server Error in 272ms
|
|
648
|
+
|
|
649
|
+
ActionView::Template::Error (Asset filtered out and will not be served: add `Rails.application.config.assets.precompile += %w( unify/patterns/15.png )` to `config/initializers/assets.rb` and restart your server
|
|
650
|
+
(in /Users/jahuang/workspace/nunify/test/dummy/app/assets/stylesheets/application.scss)):
|
|
651
|
+
2: <html>
|
|
652
|
+
3: <head>
|
|
653
|
+
4: <title>Dummy</title>
|
|
654
|
+
5: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
|
|
655
|
+
6: <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
|
|
656
|
+
7: <%= csrf_meta_tags %>
|
|
657
|
+
8: </head>
|
|
658
|
+
app/views/layouts/application.html.erb:5:in `_app_views_layouts_application_html_erb___1078895240901150415_2171461140'
|
|
659
|
+
|
|
660
|
+
|
|
661
|
+
Rendered /Users/jahuang/.rvm/gems/ruby-2.1.2@nunify/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms)
|
|
662
|
+
Rendered /Users/jahuang/.rvm/gems/ruby-2.1.2@nunify/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms)
|
|
663
|
+
Rendered /Users/jahuang/.rvm/gems/ruby-2.1.2@nunify/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (8.7ms)
|
|
664
|
+
|
|
665
|
+
|
|
666
|
+
Started GET "/" for 127.0.0.1 at 2014-09-04 11:28:26 +0700
|
|
667
|
+
Processing by ApplicationController#home as HTML
|
|
668
|
+
Rendered application/home.html.erb within layouts/application (0.0ms)
|
|
669
|
+
Completed 500 Internal Server Error in 374ms
|
|
670
|
+
|
|
671
|
+
ActionView::Template::Error (File to import not found or unreadable: nunify/plugins/box-shadows.
|
|
672
|
+
Load paths:
|
|
673
|
+
/Users/jahuang/workspace/nunify/test/dummy/app/assets/images
|
|
674
|
+
/Users/jahuang/workspace/nunify/test/dummy/app/assets/javascripts
|
|
675
|
+
/Users/jahuang/workspace/nunify/test/dummy/app/assets/stylesheets
|
|
676
|
+
/Users/jahuang/workspace/nunify/vendor/assets/images
|
|
677
|
+
/Users/jahuang/workspace/nunify/vendor/assets/javascripts
|
|
678
|
+
/Users/jahuang/workspace/nunify/vendor/assets/stylesheets
|
|
679
|
+
(in /Users/jahuang/workspace/nunify/test/dummy/app/assets/stylesheets/application.scss:7)):
|
|
680
|
+
2: <html>
|
|
681
|
+
3: <head>
|
|
682
|
+
4: <title>Dummy</title>
|
|
683
|
+
5: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
|
|
684
|
+
6: <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
|
|
685
|
+
7: <%= csrf_meta_tags %>
|
|
686
|
+
8: </head>
|
|
687
|
+
app/assets/stylesheets/application.scss:1
|
|
688
|
+
app/views/layouts/application.html.erb:5:in `_app_views_layouts_application_html_erb___1078895240901150415_2171461140'
|
|
689
|
+
|
|
690
|
+
|
|
691
|
+
Rendered /Users/jahuang/.rvm/gems/ruby-2.1.2@nunify/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.2ms)
|
|
692
|
+
Rendered /Users/jahuang/.rvm/gems/ruby-2.1.2@nunify/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.1ms)
|
|
693
|
+
Rendered /Users/jahuang/.rvm/gems/ruby-2.1.2@nunify/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (14.1ms)
|
|
694
|
+
|
|
695
|
+
|
|
696
|
+
Started GET "/" for 127.0.0.1 at 2014-09-04 11:29:13 +0700
|
|
697
|
+
Processing by ApplicationController#home as HTML
|
|
698
|
+
Rendered application/home.html.erb within layouts/application (0.0ms)
|
|
699
|
+
Completed 200 OK in 304ms (Views: 303.5ms | ActiveRecord: 0.0ms)
|
|
700
|
+
|
|
701
|
+
|
|
702
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-09-04 11:29:14 +0700
|
|
703
|
+
|
|
704
|
+
|
|
705
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-09-04 11:29:14 +0700
|
|
706
|
+
|
|
707
|
+
|
|
708
|
+
Started GET "/" for 127.0.0.1 at 2014-09-04 11:29:21 +0700
|
|
709
|
+
Processing by ApplicationController#home as HTML
|
|
710
|
+
Rendered application/home.html.erb within layouts/application (0.1ms)
|
|
711
|
+
Completed 200 OK in 20ms (Views: 19.4ms | ActiveRecord: 0.0ms)
|
|
712
|
+
|
|
713
|
+
|
|
714
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-09-04 11:29:21 +0700
|
|
715
|
+
|
|
716
|
+
|
|
717
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-09-04 11:29:21 +0700
|
|
718
|
+
|
|
719
|
+
|
|
720
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-09-04 11:29:23 +0700
|
|
721
|
+
|
|
722
|
+
|
|
723
|
+
Started GET "/" for 127.0.0.1 at 2014-09-04 11:29:55 +0700
|
|
724
|
+
Processing by ApplicationController#home as HTML
|
|
725
|
+
Rendered application/home.html.erb within layouts/application (0.0ms)
|
|
726
|
+
Completed 500 Internal Server Error in 22ms
|
|
727
|
+
|
|
728
|
+
ActionView::Template::Error (couldn't find file 'nunify'
|
|
729
|
+
(in /Users/jahuang/workspace/nunify/test/dummy/app/assets/javascripts/application.js:14)):
|
|
730
|
+
3: <head>
|
|
731
|
+
4: <title>Dummy</title>
|
|
732
|
+
5: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
|
|
733
|
+
6: <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
|
|
734
|
+
7: <%= csrf_meta_tags %>
|
|
735
|
+
8: </head>
|
|
736
|
+
9: <body>
|
|
737
|
+
app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb___1078895240901150415_2171461140'
|
|
738
|
+
|
|
739
|
+
|
|
740
|
+
Rendered /Users/jahuang/.rvm/gems/ruby-2.1.2@nunify/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.6ms)
|
|
741
|
+
Rendered /Users/jahuang/.rvm/gems/ruby-2.1.2@nunify/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms)
|
|
742
|
+
Rendered /Users/jahuang/.rvm/gems/ruby-2.1.2@nunify/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (12.6ms)
|
|
743
|
+
|
|
744
|
+
|
|
745
|
+
Started GET "/" for 127.0.0.1 at 2014-09-04 11:30:00 +0700
|
|
746
|
+
Processing by ApplicationController#home as HTML
|
|
747
|
+
Rendered application/home.html.erb within layouts/application (0.1ms)
|
|
748
|
+
Completed 500 Internal Server Error in 13ms
|
|
749
|
+
|
|
750
|
+
ActionView::Template::Error (couldn't find file 'nunify'
|
|
751
|
+
(in /Users/jahuang/workspace/nunify/test/dummy/app/assets/javascripts/application.js:14)):
|
|
752
|
+
3: <head>
|
|
753
|
+
4: <title>Dummy</title>
|
|
754
|
+
5: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
|
|
755
|
+
6: <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
|
|
756
|
+
7: <%= csrf_meta_tags %>
|
|
757
|
+
8: </head>
|
|
758
|
+
9: <body>
|
|
759
|
+
app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb___1078895240901150415_2171461140'
|
|
760
|
+
|
|
761
|
+
|
|
762
|
+
Rendered /Users/jahuang/.rvm/gems/ruby-2.1.2@nunify/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms)
|
|
763
|
+
Rendered /Users/jahuang/.rvm/gems/ruby-2.1.2@nunify/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms)
|
|
764
|
+
Rendered /Users/jahuang/.rvm/gems/ruby-2.1.2@nunify/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (9.0ms)
|
|
765
|
+
|
|
766
|
+
|
|
767
|
+
Started GET "/" for 127.0.0.1 at 2014-09-04 11:30:33 +0700
|
|
768
|
+
Processing by ApplicationController#home as HTML
|
|
769
|
+
Rendered application/home.html.erb within layouts/application (0.1ms)
|
|
770
|
+
Completed 500 Internal Server Error in 12ms
|
|
771
|
+
|
|
772
|
+
ActionView::Template::Error (require_tree argument must be a relative path
|
|
773
|
+
(in /Users/jahuang/workspace/nunify/vendor/assets/javascripts/nunify.js:2)):
|
|
774
|
+
3: <head>
|
|
775
|
+
4: <title>Dummy</title>
|
|
776
|
+
5: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
|
|
777
|
+
6: <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
|
|
778
|
+
7: <%= csrf_meta_tags %>
|
|
779
|
+
8: </head>
|
|
780
|
+
9: <body>
|
|
781
|
+
app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb___1078895240901150415_2171461140'
|
|
782
|
+
|
|
783
|
+
|
|
784
|
+
Rendered /Users/jahuang/.rvm/gems/ruby-2.1.2@nunify/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms)
|
|
785
|
+
Rendered /Users/jahuang/.rvm/gems/ruby-2.1.2@nunify/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms)
|
|
786
|
+
Rendered /Users/jahuang/.rvm/gems/ruby-2.1.2@nunify/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (8.8ms)
|
|
787
|
+
|
|
788
|
+
|
|
789
|
+
Started GET "/" for 127.0.0.1 at 2014-09-04 11:30:35 +0700
|
|
790
|
+
Processing by ApplicationController#home as HTML
|
|
791
|
+
Rendered application/home.html.erb within layouts/application (0.1ms)
|
|
792
|
+
Completed 500 Internal Server Error in 12ms
|
|
793
|
+
|
|
794
|
+
ActionView::Template::Error (require_tree argument must be a relative path
|
|
795
|
+
(in /Users/jahuang/workspace/nunify/vendor/assets/javascripts/nunify.js:2)):
|
|
796
|
+
3: <head>
|
|
797
|
+
4: <title>Dummy</title>
|
|
798
|
+
5: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
|
|
799
|
+
6: <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
|
|
800
|
+
7: <%= csrf_meta_tags %>
|
|
801
|
+
8: </head>
|
|
802
|
+
9: <body>
|
|
803
|
+
app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb___1078895240901150415_2171461140'
|
|
804
|
+
|
|
805
|
+
|
|
806
|
+
Rendered /Users/jahuang/.rvm/gems/ruby-2.1.2@nunify/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.5ms)
|
|
807
|
+
Rendered /Users/jahuang/.rvm/gems/ruby-2.1.2@nunify/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms)
|
|
808
|
+
Rendered /Users/jahuang/.rvm/gems/ruby-2.1.2@nunify/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (9.9ms)
|
|
809
|
+
|
|
810
|
+
|
|
811
|
+
Started GET "/" for 127.0.0.1 at 2014-09-04 11:30:35 +0700
|
|
812
|
+
Processing by ApplicationController#home as HTML
|
|
813
|
+
Rendered application/home.html.erb within layouts/application (0.1ms)
|
|
814
|
+
Completed 500 Internal Server Error in 15ms
|
|
815
|
+
|
|
816
|
+
ActionView::Template::Error (require_tree argument must be a relative path
|
|
817
|
+
(in /Users/jahuang/workspace/nunify/vendor/assets/javascripts/nunify.js:2)):
|
|
818
|
+
3: <head>
|
|
819
|
+
4: <title>Dummy</title>
|
|
820
|
+
5: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
|
|
821
|
+
6: <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
|
|
822
|
+
7: <%= csrf_meta_tags %>
|
|
823
|
+
8: </head>
|
|
824
|
+
9: <body>
|
|
825
|
+
app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb___1078895240901150415_2171461140'
|
|
826
|
+
|
|
827
|
+
|
|
828
|
+
Rendered /Users/jahuang/.rvm/gems/ruby-2.1.2@nunify/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.1ms)
|
|
829
|
+
Rendered /Users/jahuang/.rvm/gems/ruby-2.1.2@nunify/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms)
|
|
830
|
+
Rendered /Users/jahuang/.rvm/gems/ruby-2.1.2@nunify/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (12.0ms)
|
|
831
|
+
|
|
832
|
+
|
|
833
|
+
Started GET "/" for 127.0.0.1 at 2014-09-04 11:30:44 +0700
|
|
834
|
+
Processing by ApplicationController#home as HTML
|
|
835
|
+
Rendered application/home.html.erb within layouts/application (0.1ms)
|
|
836
|
+
Completed 200 OK in 131ms (Views: 131.1ms | ActiveRecord: 0.0ms)
|
|
837
|
+
|
|
838
|
+
|
|
839
|
+
Started GET "/assets/nunify/app.js?body=1" for 127.0.0.1 at 2014-09-04 11:30:44 +0700
|
|
840
|
+
|
|
841
|
+
|
|
842
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-09-04 11:30:44 +0700
|
|
843
|
+
|
|
844
|
+
|
|
845
|
+
Started GET "/assets/nunify/plugins/btn-effects.js?body=1" for 127.0.0.1 at 2014-09-04 11:30:44 +0700
|
|
846
|
+
|
|
847
|
+
|
|
848
|
+
Started GET "/assets/nunify/plugins/owl-carousel.js?body=1" for 127.0.0.1 at 2014-09-04 11:30:44 +0700
|
|
849
|
+
|
|
850
|
+
|
|
851
|
+
Started GET "/assets/nunify/plugins/form-sliders.js?body=1" for 127.0.0.1 at 2014-09-04 11:30:44 +0700
|
|
852
|
+
|
|
853
|
+
|
|
854
|
+
Started GET "/assets/nunify/plugins/validation.js?body=1" for 127.0.0.1 at 2014-09-04 11:30:44 +0700
|
|
855
|
+
|
|
856
|
+
|
|
857
|
+
Started GET "/assets/nunify/plugins/vector-map.js?body=1" for 127.0.0.1 at 2014-09-04 11:30:44 +0700
|
|
858
|
+
|
|
859
|
+
|
|
860
|
+
Started GET "/assets/nunify.js?body=1" for 127.0.0.1 at 2014-09-04 11:30:44 +0700
|
|
861
|
+
|
|
862
|
+
|
|
863
|
+
Started GET "/assets/nunify/plugins/datepicker.js?body=1" for 127.0.0.1 at 2014-09-04 11:30:44 +0700
|
|
864
|
+
|
|
865
|
+
|
|
866
|
+
Started GET "/assets/nunify/plugins/masking.js?body=1" for 127.0.0.1 at 2014-09-04 11:30:44 +0700
|
|
867
|
+
|
|
868
|
+
|
|
869
|
+
Started GET "/assets/nunify/plugins/circles-master.js?body=1" for 127.0.0.1 at 2014-09-04 11:30:44 +0700
|
|
870
|
+
|
|
871
|
+
|
|
872
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-09-04 11:30:45 +0700
|
|
873
|
+
|
|
874
|
+
|
|
875
|
+
Started GET "/" for 127.0.0.1 at 2014-09-04 11:32:19 +0700
|
|
876
|
+
Processing by ApplicationController#home as HTML
|
|
877
|
+
Rendered application/home.html.erb within layouts/application (0.0ms)
|
|
878
|
+
Completed 200 OK in 80ms (Views: 79.5ms | ActiveRecord: 0.0ms)
|
|
879
|
+
|
|
880
|
+
|
|
881
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-09-04 11:32:19 +0700
|
|
882
|
+
|
|
883
|
+
|
|
884
|
+
Started GET "/assets/nunify/app.js?body=1" for 127.0.0.1 at 2014-09-04 11:32:19 +0700
|
|
885
|
+
|
|
886
|
+
|
|
887
|
+
Started GET "/assets/nunify/plugins/owl-carousel.js?body=1" for 127.0.0.1 at 2014-09-04 11:32:19 +0700
|
|
888
|
+
|
|
889
|
+
|
|
890
|
+
Started GET "/assets/nunify/plugins/circles-master.js?body=1" for 127.0.0.1 at 2014-09-04 11:32:19 +0700
|
|
891
|
+
|
|
892
|
+
|
|
893
|
+
Started GET "/assets/nunify/plugins/validation.js?body=1" for 127.0.0.1 at 2014-09-04 11:32:19 +0700
|
|
894
|
+
|
|
895
|
+
|
|
896
|
+
Started GET "/assets/nunify/plugins/masking.js?body=1" for 127.0.0.1 at 2014-09-04 11:32:19 +0700
|
|
897
|
+
|
|
898
|
+
|
|
899
|
+
Started GET "/assets/nunify/plugins/form-sliders.js?body=1" for 127.0.0.1 at 2014-09-04 11:32:19 +0700
|
|
900
|
+
|
|
901
|
+
|
|
902
|
+
Started GET "/assets/nunify/plugins/vector-map.js?body=1" for 127.0.0.1 at 2014-09-04 11:32:19 +0700
|
|
903
|
+
|
|
904
|
+
|
|
905
|
+
Started GET "/assets/nunify/plugins/datepicker.js?body=1" for 127.0.0.1 at 2014-09-04 11:32:19 +0700
|
|
906
|
+
|
|
907
|
+
|
|
908
|
+
Started GET "/assets/nunify.js?body=1" for 127.0.0.1 at 2014-09-04 11:32:19 +0700
|
|
909
|
+
|
|
910
|
+
|
|
911
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-09-04 11:32:19 +0700
|
|
912
|
+
|
|
913
|
+
|
|
914
|
+
Started GET "/" for 127.0.0.1 at 2014-09-04 11:32:24 +0700
|
|
915
|
+
Processing by ApplicationController#home as HTML
|
|
916
|
+
Rendered application/home.html.erb within layouts/application (0.0ms)
|
|
917
|
+
Completed 200 OK in 32ms (Views: 31.4ms | ActiveRecord: 0.0ms)
|
|
918
|
+
|
|
919
|
+
|
|
920
|
+
Started GET "/assets/nunify/plugins/datepicker.js?body=1" for 127.0.0.1 at 2014-09-04 11:32:24 +0700
|
|
921
|
+
|
|
922
|
+
|
|
923
|
+
Started GET "/assets/nunify/plugins/form-sliders.js?body=1" for 127.0.0.1 at 2014-09-04 11:32:24 +0700
|
|
924
|
+
|
|
925
|
+
|
|
926
|
+
Started GET "/assets/nunify/plugins/circles-master.js?body=1" for 127.0.0.1 at 2014-09-04 11:32:24 +0700
|
|
927
|
+
|
|
928
|
+
|
|
929
|
+
Started GET "/assets/nunify/app.js?body=1" for 127.0.0.1 at 2014-09-04 11:32:24 +0700
|
|
930
|
+
|
|
931
|
+
|
|
932
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-09-04 11:32:24 +0700
|
|
933
|
+
|
|
934
|
+
|
|
935
|
+
Started GET "/assets/nunify/plugins/masking.js?body=1" for 127.0.0.1 at 2014-09-04 11:32:24 +0700
|
|
936
|
+
|
|
937
|
+
|
|
938
|
+
Started GET "/assets/nunify/plugins/owl-carousel.js?body=1" for 127.0.0.1 at 2014-09-04 11:32:24 +0700
|
|
939
|
+
|
|
940
|
+
|
|
941
|
+
Started GET "/assets/nunify/plugins/validation.js?body=1" for 127.0.0.1 at 2014-09-04 11:32:24 +0700
|
|
942
|
+
|
|
943
|
+
|
|
944
|
+
Started GET "/assets/nunify/plugins/vector-map.js?body=1" for 127.0.0.1 at 2014-09-04 11:32:24 +0700
|
|
945
|
+
|
|
946
|
+
|
|
947
|
+
Started GET "/assets/nunify.js?body=1" for 127.0.0.1 at 2014-09-04 11:32:24 +0700
|
|
948
|
+
|
|
949
|
+
|
|
950
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-09-04 11:32:24 +0700
|
|
951
|
+
|
|
952
|
+
|
|
953
|
+
Started GET "/" for 127.0.0.1 at 2014-09-04 11:32:24 +0700
|
|
954
|
+
Processing by ApplicationController#home as HTML
|
|
955
|
+
Rendered application/home.html.erb within layouts/application (0.1ms)
|
|
956
|
+
Completed 200 OK in 33ms (Views: 32.4ms | ActiveRecord: 0.0ms)
|
|
957
|
+
|
|
958
|
+
|
|
959
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-09-04 11:32:25 +0700
|
|
960
|
+
|
|
961
|
+
|
|
962
|
+
Started GET "/assets/nunify/plugins/circles-master.js?body=1" for 127.0.0.1 at 2014-09-04 11:32:25 +0700
|
|
963
|
+
|
|
964
|
+
|
|
965
|
+
Started GET "/assets/nunify/app.js?body=1" for 127.0.0.1 at 2014-09-04 11:32:25 +0700
|
|
966
|
+
|
|
967
|
+
|
|
968
|
+
Started GET "/assets/nunify/plugins/datepicker.js?body=1" for 127.0.0.1 at 2014-09-04 11:32:25 +0700
|
|
969
|
+
|
|
970
|
+
|
|
971
|
+
Started GET "/assets/nunify/plugins/masking.js?body=1" for 127.0.0.1 at 2014-09-04 11:32:25 +0700
|
|
972
|
+
|
|
973
|
+
|
|
974
|
+
Started GET "/assets/nunify/plugins/form-sliders.js?body=1" for 127.0.0.1 at 2014-09-04 11:32:25 +0700
|
|
975
|
+
|
|
976
|
+
|
|
977
|
+
Started GET "/assets/nunify/plugins/owl-carousel.js?body=1" for 127.0.0.1 at 2014-09-04 11:32:25 +0700
|
|
978
|
+
|
|
979
|
+
|
|
980
|
+
Started GET "/assets/nunify/plugins/validation.js?body=1" for 127.0.0.1 at 2014-09-04 11:32:25 +0700
|
|
981
|
+
|
|
982
|
+
|
|
983
|
+
Started GET "/assets/nunify/plugins/vector-map.js?body=1" for 127.0.0.1 at 2014-09-04 11:32:25 +0700
|
|
984
|
+
|
|
985
|
+
|
|
986
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-09-04 11:32:25 +0700
|
|
987
|
+
|
|
988
|
+
|
|
989
|
+
Started GET "/assets/nunify.js?body=1" for 127.0.0.1 at 2014-09-04 11:32:25 +0700
|