swf_fu 2.0.2 → 2.0.3
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.
- data/README.rdoc +3 -3
- data/app/assets/swfs/expressInstall.swf +0 -0
- data/app/helpers/swf_fu_helper.rb +7 -3
- data/lib/swf_fu/version.rb +2 -2
- data/test/dummy/Gemfile +38 -0
- data/test/dummy/Gemfile.lock +111 -0
- data/test/dummy/app/assets/images/rails.png +0 -0
- data/test/dummy/app/assets/stylesheets/application.css +1 -1
- data/test/dummy/{public → app/assets}/swfs/example.swf +0 -0
- data/test/dummy/{public → app/assets}/swfs/source/Example.as +0 -0
- data/test/dummy/{public → app/assets}/swfs/source/example.fla +0 -0
- data/test/dummy/config/application.rb +11 -4
- data/test/dummy/config/boot.rb +3 -7
- data/test/dummy/config/environments/production.rb +2 -2
- data/test/dummy/config/initializers/secret_token.rb +1 -1
- data/test/dummy/config/initializers/session_store.rb +1 -1
- data/test/dummy/config/initializers/wrap_parameters.rb +1 -1
- data/test/dummy/db/development.sqlite3 +0 -0
- data/test/dummy/db/production.sqlite3 +0 -0
- data/test/dummy/db/seeds.rb +7 -0
- data/test/dummy/doc/README_FOR_APP +2 -0
- data/test/dummy/log/development.log +44 -2837
- data/test/dummy/log/production.log +666 -0
- data/test/dummy/log/test.log +11 -1002
- data/test/dummy/public/robots.txt +5 -0
- data/test/dummy/test/test_helper.rb +13 -0
- data/test/dummy/tmp/cache/assets/{D21/B30/sprockets%2F3c26aead77064197ac98a91d4c46f879 → C4D/E10/sprockets%2Fc047976633a340cdce345035269560f4} +0 -0
- data/test/dummy/tmp/cache/assets/C7D/5D0/sprockets%2Fa50a564d1a39a5058679294d142b259d +0 -0
- data/test/dummy/tmp/cache/assets/CA5/7E0/sprockets%2F405243a95c7fe62c5f1e13384bd52007 +0 -0
- data/test/dummy/tmp/cache/assets/CD0/400/sprockets%2Fe939b3c887723847718bef9263b545fe +0 -0
- data/test/dummy/tmp/cache/assets/CD8/370/sprockets%2F357970feca3ac29060c1e3861e2c0953 +0 -0
- data/test/dummy/tmp/cache/assets/{D4F/590/sprockets%2Ff4f8bbee986218b7a2173c69ca28429e → CEC/8F0/sprockets%2Fda530500a7f58a5049b41df99e7784e9} +0 -0
- data/test/dummy/tmp/cache/assets/CF0/DA0/sprockets%2Fd7d5b37686831d37c4dd75e645f5e016 +0 -0
- data/test/dummy/tmp/cache/assets/D0C/F20/sprockets%2F25319c41bf6665cc6f9ceb161d9055a0 +0 -0
- data/test/dummy/tmp/cache/assets/D1B/B70/sprockets%2F264d8ed9497d7df507e761a240016fde +0 -0
- data/test/dummy/tmp/cache/assets/{D2B/260/sprockets%2F85f8be26166cf70b5d954fff37a42987 → D1D/090/sprockets%2F309c8b49c8b56c65a4f528745bf2e3c6} +0 -0
- data/test/dummy/tmp/cache/assets/D32/A10/sprockets%2F13fe41fee1fe35b49d145bcc06610705 +0 -0
- data/test/dummy/tmp/cache/assets/D41/740/sprockets%2F414358cbdcf6fbb7d59c54ea24824407 +0 -0
- data/test/dummy/tmp/cache/assets/D42/580/sprockets%2F1c45ae7a3cffe91e16b5364466531d8e +0 -0
- data/test/dummy/tmp/cache/assets/D4E/1B0/sprockets%2Ff7cbd26ba1d28d48de824f0e94586655 +0 -0
- data/test/dummy/tmp/cache/assets/D5A/EA0/sprockets%2Fd771ace226fc8215a3572e0aa35bb0d6 +0 -0
- data/test/dummy/tmp/cache/assets/{DB2/170/sprockets%2Fc6c10bc26cb025a7b1beb05c24198fae → D5E/410/sprockets%2F0c6df3662a1326977ba1fb520cedb17a} +0 -0
- data/test/dummy/tmp/cache/assets/D71/FD0/sprockets%2F3b1ada17db7b9fae7d40d971226385f9 +0 -0
- data/test/dummy/tmp/cache/assets/D83/1B0/sprockets%2F0106065ad8a5142ec6e805cabda5d1ae +0 -0
- data/test/dummy/tmp/cache/assets/{D68/4F0/sprockets%2F448bbac6b7407ae050c726c3491fde6d → DAA/3D0/sprockets%2F40a1f8ebd3c717ece6ec73c673871e8e} +0 -0
- data/test/dummy/tmp/cache/assets/{C14/440/sprockets%2F7165b4ee637490447887e423298985d7 → DCD/4B0/sprockets%2Fefe3fa2f4d5970fe935c56eadd20131c} +0 -0
- data/test/dummy/tmp/cache/assets/DD9/1F0/sprockets%2Fe9f37f4cdf34aa6f149790ccead56d15 +0 -0
- data/test/dummy/tmp/cache/assets/DDC/400/sprockets%2Fcffd775d018f68ce5dba1ee0d951a994 +0 -0
- data/test/dummy/tmp/cache/assets/DF6/300/sprockets%2F6818827aaaafddb35bc386d1c6cbd40e +0 -0
- data/test/dummy/tmp/cache/assets/E04/890/sprockets%2F2f5173deea6c795b8fdde723bb4b63af +0 -0
- data/test/dummy/tmp/cache/assets/E25/4C0/sprockets%2Fde2fd9fd11c04a582cdbbe3d84a35ae6 +0 -0
- data/test/dummy/tmp/cache/assets/E6D/DA0/sprockets%2F753c6b9fddf2dffb5f978cd1ae50cda8 +0 -0
- metadata +66 -29
- data/test/dummy/tmp/cache/assets/CC9/940/sprockets%2F384b7526ce19a1676cf839c97e283d65 +0 -0
- data/test/dummy/tmp/cache/assets/E1E/4F0/sprockets%2Fefa070e0f1ca299bc30dad1ff1b196ee +0 -0
- data/test/dummy/tmp/pids/server.pid +0 -1
data/README.rdoc
CHANGED
|
@@ -79,9 +79,9 @@ For example, the following will generate unique IDs:
|
|
|
79
79
|
|
|
80
80
|
+swf_tag+ implements and relies on +swf_path+ which behaves in a similar fashion to +image_path+, +javascript_path+, etc...:
|
|
81
81
|
|
|
82
|
-
swf_path("example") => "/swfs/example.swf"
|
|
83
|
-
swf_path("example.swf") => "/swfs/example.swf"
|
|
84
|
-
swf_path("fonts/optima") => "/swfs/fonts/optima.swf"
|
|
82
|
+
swf_path("example") => "/swfs/example.swf" or "/assets/example.swf"
|
|
83
|
+
swf_path("example.swf") => "/swfs/example.swf" or "/assets/example.swf"
|
|
84
|
+
swf_path("fonts/optima") => "/swfs/fonts/optima.swf" or "/assets/fonts/optima.swf"
|
|
85
85
|
swf_path("/fonts/optima") => "/fonts/optima.swf"
|
|
86
86
|
swf_path("http://www.example.com/game.swf") => "http://www.example.com/game.swf"
|
|
87
87
|
|
|
Binary file
|
|
@@ -31,14 +31,18 @@ module SwfFuHelper
|
|
|
31
31
|
# swf_path("fonts/optima") # => /swfs/fonts/optima.swf
|
|
32
32
|
# swf_path("/fonts/optima") # => /fonts/optima.swf
|
|
33
33
|
# swf_path("http://www.example.com/game.swf") # => http://www.example.com/game.swf
|
|
34
|
-
#
|
|
34
|
+
#
|
|
35
35
|
# It takes into account the global setting +asset_host+, like any other asset:
|
|
36
|
-
#
|
|
36
|
+
#
|
|
37
37
|
# ActionController::Base.asset_host = "http://assets.example.com"
|
|
38
38
|
# image_path("logo.jpg") # => http://assets.example.com/images/logo.jpg
|
|
39
39
|
# swf_path("fonts/optima") # => http://assets.example.com/swfs/fonts/optima.swf
|
|
40
40
|
def swf_path(source)
|
|
41
|
-
|
|
41
|
+
if respond_to? :path_to_asset
|
|
42
|
+
path_to_asset(source, :ext => 'swf')
|
|
43
|
+
else
|
|
44
|
+
asset_paths.compute_public_path(source, 'swfs', :ext => 'swf')
|
|
45
|
+
end
|
|
42
46
|
end
|
|
43
47
|
alias_method :path_to_swf, :swf_path # aliased to avoid conflicts with an image_path named route
|
|
44
48
|
|
data/lib/swf_fu/version.rb
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
module SwfFu
|
|
2
|
-
VERSION = '2.0.
|
|
3
|
-
end
|
|
2
|
+
VERSION = '2.0.3'
|
|
3
|
+
end
|
data/test/dummy/Gemfile
ADDED
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
source 'https://rubygems.org'
|
|
2
|
+
|
|
3
|
+
gem 'rails', '3.2.6'
|
|
4
|
+
|
|
5
|
+
# Bundle edge Rails instead:
|
|
6
|
+
# gem 'rails', :git => 'git://github.com/rails/rails.git'
|
|
7
|
+
|
|
8
|
+
gem 'sqlite3'
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
# Gems used only for assets and not required
|
|
12
|
+
# in production environments by default.
|
|
13
|
+
group :assets do
|
|
14
|
+
gem 'sass-rails', '~> 3.2.3'
|
|
15
|
+
gem 'coffee-rails', '~> 3.2.1'
|
|
16
|
+
|
|
17
|
+
# See https://github.com/sstephenson/execjs#readme for more supported runtimes
|
|
18
|
+
# gem 'therubyracer', :platforms => :ruby
|
|
19
|
+
|
|
20
|
+
gem 'uglifier', '>= 1.0.3'
|
|
21
|
+
end
|
|
22
|
+
|
|
23
|
+
gem 'jquery-rails'
|
|
24
|
+
|
|
25
|
+
# To use ActiveModel has_secure_password
|
|
26
|
+
# gem 'bcrypt-ruby', '~> 3.0.0'
|
|
27
|
+
|
|
28
|
+
# To use Jbuilder templates for JSON
|
|
29
|
+
# gem 'jbuilder'
|
|
30
|
+
|
|
31
|
+
# Use unicorn as the app server
|
|
32
|
+
# gem 'unicorn'
|
|
33
|
+
|
|
34
|
+
# Deploy with Capistrano
|
|
35
|
+
# gem 'capistrano'
|
|
36
|
+
|
|
37
|
+
# To use debugger
|
|
38
|
+
# gem 'debugger'
|
|
@@ -0,0 +1,111 @@
|
|
|
1
|
+
GEM
|
|
2
|
+
remote: https://rubygems.org/
|
|
3
|
+
specs:
|
|
4
|
+
actionmailer (3.2.6)
|
|
5
|
+
actionpack (= 3.2.6)
|
|
6
|
+
mail (~> 2.4.4)
|
|
7
|
+
actionpack (3.2.6)
|
|
8
|
+
activemodel (= 3.2.6)
|
|
9
|
+
activesupport (= 3.2.6)
|
|
10
|
+
builder (~> 3.0.0)
|
|
11
|
+
erubis (~> 2.7.0)
|
|
12
|
+
journey (~> 1.0.1)
|
|
13
|
+
rack (~> 1.4.0)
|
|
14
|
+
rack-cache (~> 1.2)
|
|
15
|
+
rack-test (~> 0.6.1)
|
|
16
|
+
sprockets (~> 2.1.3)
|
|
17
|
+
activemodel (3.2.6)
|
|
18
|
+
activesupport (= 3.2.6)
|
|
19
|
+
builder (~> 3.0.0)
|
|
20
|
+
activerecord (3.2.6)
|
|
21
|
+
activemodel (= 3.2.6)
|
|
22
|
+
activesupport (= 3.2.6)
|
|
23
|
+
arel (~> 3.0.2)
|
|
24
|
+
tzinfo (~> 0.3.29)
|
|
25
|
+
activeresource (3.2.6)
|
|
26
|
+
activemodel (= 3.2.6)
|
|
27
|
+
activesupport (= 3.2.6)
|
|
28
|
+
activesupport (3.2.6)
|
|
29
|
+
i18n (~> 0.6)
|
|
30
|
+
multi_json (~> 1.0)
|
|
31
|
+
arel (3.0.2)
|
|
32
|
+
builder (3.0.0)
|
|
33
|
+
coffee-rails (3.2.2)
|
|
34
|
+
coffee-script (>= 2.2.0)
|
|
35
|
+
railties (~> 3.2.0)
|
|
36
|
+
coffee-script (2.2.0)
|
|
37
|
+
coffee-script-source
|
|
38
|
+
execjs
|
|
39
|
+
coffee-script-source (1.3.3)
|
|
40
|
+
erubis (2.7.0)
|
|
41
|
+
execjs (1.4.0)
|
|
42
|
+
multi_json (~> 1.0)
|
|
43
|
+
hike (1.2.1)
|
|
44
|
+
i18n (0.6.0)
|
|
45
|
+
journey (1.0.4)
|
|
46
|
+
jquery-rails (2.0.2)
|
|
47
|
+
railties (>= 3.2.0, < 5.0)
|
|
48
|
+
thor (~> 0.14)
|
|
49
|
+
json (1.7.4)
|
|
50
|
+
mail (2.4.4)
|
|
51
|
+
i18n (>= 0.4.0)
|
|
52
|
+
mime-types (~> 1.16)
|
|
53
|
+
treetop (~> 1.4.8)
|
|
54
|
+
mime-types (1.19)
|
|
55
|
+
multi_json (1.3.6)
|
|
56
|
+
polyglot (0.3.3)
|
|
57
|
+
rack (1.4.1)
|
|
58
|
+
rack-cache (1.2)
|
|
59
|
+
rack (>= 0.4)
|
|
60
|
+
rack-ssl (1.3.2)
|
|
61
|
+
rack
|
|
62
|
+
rack-test (0.6.1)
|
|
63
|
+
rack (>= 1.0)
|
|
64
|
+
rails (3.2.6)
|
|
65
|
+
actionmailer (= 3.2.6)
|
|
66
|
+
actionpack (= 3.2.6)
|
|
67
|
+
activerecord (= 3.2.6)
|
|
68
|
+
activeresource (= 3.2.6)
|
|
69
|
+
activesupport (= 3.2.6)
|
|
70
|
+
bundler (~> 1.0)
|
|
71
|
+
railties (= 3.2.6)
|
|
72
|
+
railties (3.2.6)
|
|
73
|
+
actionpack (= 3.2.6)
|
|
74
|
+
activesupport (= 3.2.6)
|
|
75
|
+
rack-ssl (~> 1.3.2)
|
|
76
|
+
rake (>= 0.8.7)
|
|
77
|
+
rdoc (~> 3.4)
|
|
78
|
+
thor (>= 0.14.6, < 2.0)
|
|
79
|
+
rake (0.9.2.2)
|
|
80
|
+
rdoc (3.12)
|
|
81
|
+
json (~> 1.4)
|
|
82
|
+
sass (3.1.20)
|
|
83
|
+
sass-rails (3.2.5)
|
|
84
|
+
railties (~> 3.2.0)
|
|
85
|
+
sass (>= 3.1.10)
|
|
86
|
+
tilt (~> 1.3)
|
|
87
|
+
sprockets (2.1.3)
|
|
88
|
+
hike (~> 1.2)
|
|
89
|
+
rack (~> 1.0)
|
|
90
|
+
tilt (~> 1.1, != 1.3.0)
|
|
91
|
+
sqlite3 (1.3.6)
|
|
92
|
+
thor (0.15.4)
|
|
93
|
+
tilt (1.3.3)
|
|
94
|
+
treetop (1.4.10)
|
|
95
|
+
polyglot
|
|
96
|
+
polyglot (>= 0.3.1)
|
|
97
|
+
tzinfo (0.3.33)
|
|
98
|
+
uglifier (1.2.7)
|
|
99
|
+
execjs (>= 0.3.0)
|
|
100
|
+
multi_json (~> 1.3)
|
|
101
|
+
|
|
102
|
+
PLATFORMS
|
|
103
|
+
ruby
|
|
104
|
+
|
|
105
|
+
DEPENDENCIES
|
|
106
|
+
coffee-rails (~> 3.2.1)
|
|
107
|
+
jquery-rails
|
|
108
|
+
rails (= 3.2.6)
|
|
109
|
+
sass-rails (~> 3.2.3)
|
|
110
|
+
sqlite3
|
|
111
|
+
uglifier (>= 1.0.3)
|
|
Binary file
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -2,8 +2,13 @@ require File.expand_path('../boot', __FILE__)
|
|
|
2
2
|
|
|
3
3
|
require 'rails/all'
|
|
4
4
|
|
|
5
|
-
Bundler
|
|
6
|
-
|
|
5
|
+
if defined?(Bundler)
|
|
6
|
+
# If you precompile assets before deploying to production, use this line
|
|
7
|
+
Bundler.require(*Rails.groups(:assets => %w(development test)))
|
|
8
|
+
# If you want your assets lazily compiled in production, use this line
|
|
9
|
+
# Bundler.require(:default, :assets, Rails.env)
|
|
10
|
+
end
|
|
11
|
+
require_relative "../../../lib/swf_fu"
|
|
7
12
|
|
|
8
13
|
module Dummy
|
|
9
14
|
class Application < Rails::Application
|
|
@@ -35,6 +40,9 @@ module Dummy
|
|
|
35
40
|
# Configure sensitive parameters which will be filtered from the log file.
|
|
36
41
|
config.filter_parameters += [:password]
|
|
37
42
|
|
|
43
|
+
# Enable escaping HTML in JSON.
|
|
44
|
+
config.active_support.escape_html_entities_in_json = true
|
|
45
|
+
|
|
38
46
|
# Use SQL instead of Active Record's schema dumper when creating the database.
|
|
39
47
|
# This is necessary if your schema can't be completely dumped by the schema dumper,
|
|
40
48
|
# like if you have constraints or database-specific column types
|
|
@@ -44,7 +52,7 @@ module Dummy
|
|
|
44
52
|
# This will create an empty whitelist of attributes available for mass-assignment for all models
|
|
45
53
|
# in your app. As such, your models will need to explicitly whitelist or blacklist accessible
|
|
46
54
|
# parameters by using an attr_accessible or attr_protected declaration.
|
|
47
|
-
|
|
55
|
+
config.active_record.whitelist_attributes = true
|
|
48
56
|
|
|
49
57
|
# Enable the asset pipeline
|
|
50
58
|
config.assets.enabled = true
|
|
@@ -53,4 +61,3 @@ module Dummy
|
|
|
53
61
|
config.assets.version = '1.0'
|
|
54
62
|
end
|
|
55
63
|
end
|
|
56
|
-
|
data/test/dummy/config/boot.rb
CHANGED
|
@@ -1,10 +1,6 @@
|
|
|
1
1
|
require 'rubygems'
|
|
2
|
-
gemfile = File.expand_path('../../../../Gemfile', __FILE__)
|
|
3
2
|
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
require 'bundler'
|
|
7
|
-
Bundler.setup
|
|
8
|
-
end
|
|
3
|
+
# Set up gems listed in the Gemfile.
|
|
4
|
+
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__)
|
|
9
5
|
|
|
10
|
-
|
|
6
|
+
require 'bundler/setup' if File.exists?(ENV['BUNDLE_GEMFILE'])
|
|
@@ -9,7 +9,7 @@ Dummy::Application.configure do
|
|
|
9
9
|
config.action_controller.perform_caching = true
|
|
10
10
|
|
|
11
11
|
# Disable Rails's static asset server (Apache or nginx will already do this)
|
|
12
|
-
config.serve_static_assets =
|
|
12
|
+
config.serve_static_assets = true
|
|
13
13
|
|
|
14
14
|
# Compress JavaScripts and CSS
|
|
15
15
|
config.assets.compress = true
|
|
@@ -20,7 +20,7 @@ Dummy::Application.configure do
|
|
|
20
20
|
# Generate digests for assets URLs
|
|
21
21
|
config.assets.digest = true
|
|
22
22
|
|
|
23
|
-
# Defaults to
|
|
23
|
+
# Defaults to nil and saved in location specified by config.assets.prefix
|
|
24
24
|
# config.assets.manifest = YOUR_PATH
|
|
25
25
|
|
|
26
26
|
# Specifies the header that your server uses for sending files
|
|
@@ -4,4 +4,4 @@
|
|
|
4
4
|
# If you change this key, all old signed cookies will become invalid!
|
|
5
5
|
# Make sure the secret is at least 30 characters and all random,
|
|
6
6
|
# no regular words or you'll be exposed to dictionary attacks.
|
|
7
|
-
Dummy::Application.config.secret_token = '
|
|
7
|
+
Dummy::Application.config.secret_token = 'e2fa07bf03885f6437ee9d3705a5e478db7448ee013ca8344cbe8c2279debb920ec022af3470ed1d7e4964af433bf3317428eaf8a91d4ab102e782d9cd78a47d'
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Be sure to restart your server when you modify this file.
|
|
2
2
|
|
|
3
|
-
Dummy::Application.config.session_store :cookie_store, :
|
|
3
|
+
Dummy::Application.config.session_store :cookie_store, key: '_dummy_session'
|
|
4
4
|
|
|
5
5
|
# Use the database for sessions instead of the cookie-based default,
|
|
6
6
|
# which shouldn't be used to store highly confidential information
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
# Enable parameter wrapping for JSON. You can disable this by setting :format to an empty array.
|
|
7
7
|
ActiveSupport.on_load(:action_controller) do
|
|
8
|
-
wrap_parameters :
|
|
8
|
+
wrap_parameters format: [:json]
|
|
9
9
|
end
|
|
10
10
|
|
|
11
11
|
# Disable root element in JSON by default.
|
|
Binary file
|
|
File without changes
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
# This file should contain all the record creation needed to seed the database with its default values.
|
|
2
|
+
# The data can then be loaded with the rake db:seed (or created alongside the db with db:setup).
|
|
3
|
+
#
|
|
4
|
+
# Examples:
|
|
5
|
+
#
|
|
6
|
+
# cities = City.create([{ name: 'Chicago' }, { name: 'Copenhagen' }])
|
|
7
|
+
# Mayor.create(name: 'Emanuel', city: cities.first)
|
|
@@ -1,2861 +1,68 @@
|
|
|
1
|
+
Connecting to database specified by database.yml
|
|
2
|
+
Connecting to database specified by database.yml
|
|
1
3
|
|
|
2
4
|
|
|
3
|
-
Started GET "/" for 127.0.0.1 at 2012-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call'
|
|
16
|
-
railties (3.2.2) lib/rails/engine.rb:479:in `call'
|
|
17
|
-
railties (3.2.2) lib/rails/application.rb:220:in `call'
|
|
18
|
-
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
|
|
19
|
-
railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call'
|
|
20
|
-
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
|
|
21
|
-
/Users/work/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
|
22
|
-
/Users/work/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
|
23
|
-
/Users/work/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
Rendered /Users/work/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (2.7ms)
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
Started GET "/" for 127.0.0.1 at 2012-03-20 15:48:46 -0400
|
|
30
|
-
|
|
31
|
-
ActionController::RoutingError (No route matches [GET] "/"):
|
|
32
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
|
33
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
|
34
|
-
railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app'
|
|
35
|
-
railties (3.2.2) lib/rails/rack/logger.rb:16:in `call'
|
|
36
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
|
37
|
-
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
|
|
38
|
-
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
|
|
39
|
-
activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
|
40
|
-
rack (1.4.1) lib/rack/lock.rb:15:in `call'
|
|
41
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call'
|
|
42
|
-
railties (3.2.2) lib/rails/engine.rb:479:in `call'
|
|
43
|
-
railties (3.2.2) lib/rails/application.rb:220:in `call'
|
|
44
|
-
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
|
|
45
|
-
railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call'
|
|
46
|
-
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
|
|
47
|
-
/Users/work/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
|
48
|
-
/Users/work/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
|
49
|
-
/Users/work/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
Rendered /Users/work/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms)
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
Started GET "/" for 127.0.0.1 at 2012-03-20 15:48:56 -0400
|
|
56
|
-
Processing by ApplicationController#index as HTML
|
|
57
|
-
Completed 500 Internal Server Error in 33ms
|
|
58
|
-
|
|
59
|
-
ActionView::MissingTemplate (Missing template application/index with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder]}. Searched in:
|
|
60
|
-
* "/Users/work/swf_fu/vendor/plugins/swf_fu/test/dummy/app/views"
|
|
61
|
-
):
|
|
62
|
-
actionpack (3.2.2) lib/action_view/path_set.rb:58:in `find'
|
|
63
|
-
actionpack (3.2.2) lib/action_view/lookup_context.rb:109:in `find'
|
|
64
|
-
actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:3:in `find_template'
|
|
65
|
-
actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:29:in `determine_template'
|
|
66
|
-
actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:10:in `render'
|
|
67
|
-
actionpack (3.2.2) lib/action_view/renderer/renderer.rb:36:in `render_template'
|
|
68
|
-
actionpack (3.2.2) lib/action_view/renderer/renderer.rb:17:in `render'
|
|
69
|
-
actionpack (3.2.2) lib/abstract_controller/rendering.rb:109:in `_render_template'
|
|
70
|
-
actionpack (3.2.2) lib/action_controller/metal/streaming.rb:225:in `_render_template'
|
|
71
|
-
actionpack (3.2.2) lib/abstract_controller/rendering.rb:103:in `render_to_body'
|
|
72
|
-
actionpack (3.2.2) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
|
|
73
|
-
actionpack (3.2.2) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
|
|
74
|
-
actionpack (3.2.2) lib/abstract_controller/rendering.rb:88:in `render'
|
|
75
|
-
actionpack (3.2.2) lib/action_controller/metal/rendering.rb:16:in `render'
|
|
76
|
-
actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
|
|
77
|
-
activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
|
|
78
|
-
/Users/work/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
|
|
79
|
-
activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `ms'
|
|
80
|
-
actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
|
|
81
|
-
actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
|
|
82
|
-
activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
|
|
83
|
-
actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:39:in `render'
|
|
84
|
-
actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
|
|
85
|
-
actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
|
|
86
|
-
actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action'
|
|
87
|
-
actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action'
|
|
88
|
-
actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
|
|
89
|
-
activesupport (3.2.2) lib/active_support/callbacks.rb:414:in `_run__1971179027134482405__process_action__376894448572571252__callbacks'
|
|
90
|
-
activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback'
|
|
91
|
-
activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
|
|
92
|
-
activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
|
93
|
-
actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action'
|
|
94
|
-
actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action'
|
|
95
|
-
actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
|
|
96
|
-
activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument'
|
|
97
|
-
activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
|
98
|
-
activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument'
|
|
99
|
-
actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
|
|
100
|
-
actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action'
|
|
101
|
-
activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
|
|
102
|
-
actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process'
|
|
103
|
-
actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process'
|
|
104
|
-
actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch'
|
|
105
|
-
actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
|
|
106
|
-
actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action'
|
|
107
|
-
actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call'
|
|
108
|
-
actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch'
|
|
109
|
-
actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call'
|
|
110
|
-
journey (1.0.3) lib/journey/router.rb:68:in `block in call'
|
|
111
|
-
journey (1.0.3) lib/journey/router.rb:56:in `each'
|
|
112
|
-
journey (1.0.3) lib/journey/router.rb:56:in `call'
|
|
113
|
-
actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call'
|
|
114
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
|
|
115
|
-
rack (1.4.1) lib/rack/etag.rb:23:in `call'
|
|
116
|
-
rack (1.4.1) lib/rack/conditionalget.rb:25:in `call'
|
|
117
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call'
|
|
118
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
|
|
119
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call'
|
|
120
|
-
rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context'
|
|
121
|
-
rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call'
|
|
122
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call'
|
|
123
|
-
activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call'
|
|
124
|
-
activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call'
|
|
125
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
|
|
126
|
-
activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__2221354868743998922__call__250943834092889650__callbacks'
|
|
127
|
-
activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback'
|
|
128
|
-
activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
|
|
129
|
-
activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
|
130
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
|
131
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call'
|
|
132
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
|
|
133
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
|
|
134
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
|
135
|
-
railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app'
|
|
136
|
-
railties (3.2.2) lib/rails/rack/logger.rb:16:in `call'
|
|
137
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
|
138
|
-
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
|
|
139
|
-
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
|
|
140
|
-
activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
|
141
|
-
rack (1.4.1) lib/rack/lock.rb:15:in `call'
|
|
142
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call'
|
|
143
|
-
railties (3.2.2) lib/rails/engine.rb:479:in `call'
|
|
144
|
-
railties (3.2.2) lib/rails/application.rb:220:in `call'
|
|
145
|
-
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
|
|
146
|
-
railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call'
|
|
147
|
-
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
|
|
148
|
-
/Users/work/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
|
149
|
-
/Users/work/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
|
150
|
-
/Users/work/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
Rendered /Users/work/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.6ms)
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
Started GET "/" for 127.0.0.1 at 2012-03-20 15:50:24 -0400
|
|
157
|
-
Processing by ApplicationController#index as HTML
|
|
158
|
-
Completed 500 Internal Server Error in 1ms
|
|
159
|
-
|
|
160
|
-
ActionView::MissingTemplate (Missing template application/index with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder]}. Searched in:
|
|
161
|
-
* "/Users/work/swf_fu/vendor/plugins/swf_fu/test/dummy/app/views"
|
|
162
|
-
):
|
|
163
|
-
actionpack (3.2.2) lib/action_view/path_set.rb:58:in `find'
|
|
164
|
-
actionpack (3.2.2) lib/action_view/lookup_context.rb:109:in `find'
|
|
165
|
-
actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:3:in `find_template'
|
|
166
|
-
actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:29:in `determine_template'
|
|
167
|
-
actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:10:in `render'
|
|
168
|
-
actionpack (3.2.2) lib/action_view/renderer/renderer.rb:36:in `render_template'
|
|
169
|
-
actionpack (3.2.2) lib/action_view/renderer/renderer.rb:17:in `render'
|
|
170
|
-
actionpack (3.2.2) lib/abstract_controller/rendering.rb:109:in `_render_template'
|
|
171
|
-
actionpack (3.2.2) lib/action_controller/metal/streaming.rb:225:in `_render_template'
|
|
172
|
-
actionpack (3.2.2) lib/abstract_controller/rendering.rb:103:in `render_to_body'
|
|
173
|
-
actionpack (3.2.2) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
|
|
174
|
-
actionpack (3.2.2) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
|
|
175
|
-
actionpack (3.2.2) lib/abstract_controller/rendering.rb:88:in `render'
|
|
176
|
-
actionpack (3.2.2) lib/action_controller/metal/rendering.rb:16:in `render'
|
|
177
|
-
actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
|
|
178
|
-
activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
|
|
179
|
-
/Users/work/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
|
|
180
|
-
activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `ms'
|
|
181
|
-
actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
|
|
182
|
-
actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
|
|
183
|
-
activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
|
|
184
|
-
actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:39:in `render'
|
|
185
|
-
actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
|
|
186
|
-
actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
|
|
187
|
-
actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action'
|
|
188
|
-
actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action'
|
|
189
|
-
actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
|
|
190
|
-
activesupport (3.2.2) lib/active_support/callbacks.rb:414:in `_run__1971179027134482405__process_action__376894448572571252__callbacks'
|
|
191
|
-
activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback'
|
|
192
|
-
activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
|
|
193
|
-
activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
|
194
|
-
actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action'
|
|
195
|
-
actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action'
|
|
196
|
-
actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
|
|
197
|
-
activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument'
|
|
198
|
-
activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
|
199
|
-
activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument'
|
|
200
|
-
actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
|
|
201
|
-
actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action'
|
|
202
|
-
activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
|
|
203
|
-
actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process'
|
|
204
|
-
actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process'
|
|
205
|
-
actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch'
|
|
206
|
-
actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
|
|
207
|
-
actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action'
|
|
208
|
-
actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call'
|
|
209
|
-
actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch'
|
|
210
|
-
actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call'
|
|
211
|
-
journey (1.0.3) lib/journey/router.rb:68:in `block in call'
|
|
212
|
-
journey (1.0.3) lib/journey/router.rb:56:in `each'
|
|
213
|
-
journey (1.0.3) lib/journey/router.rb:56:in `call'
|
|
214
|
-
actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call'
|
|
215
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
|
|
216
|
-
rack (1.4.1) lib/rack/etag.rb:23:in `call'
|
|
217
|
-
rack (1.4.1) lib/rack/conditionalget.rb:25:in `call'
|
|
218
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call'
|
|
219
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
|
|
220
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call'
|
|
221
|
-
rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context'
|
|
222
|
-
rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call'
|
|
223
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call'
|
|
224
|
-
activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call'
|
|
225
|
-
activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call'
|
|
226
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
|
|
227
|
-
activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__2221354868743998922__call__250943834092889650__callbacks'
|
|
228
|
-
activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback'
|
|
229
|
-
activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
|
|
230
|
-
activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
|
231
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
|
232
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call'
|
|
233
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
|
|
234
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
|
|
235
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
|
236
|
-
railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app'
|
|
237
|
-
railties (3.2.2) lib/rails/rack/logger.rb:16:in `call'
|
|
238
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
|
239
|
-
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
|
|
240
|
-
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
|
|
241
|
-
activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
|
242
|
-
rack (1.4.1) lib/rack/lock.rb:15:in `call'
|
|
243
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call'
|
|
244
|
-
railties (3.2.2) lib/rails/engine.rb:479:in `call'
|
|
245
|
-
railties (3.2.2) lib/rails/application.rb:220:in `call'
|
|
246
|
-
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
|
|
247
|
-
railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call'
|
|
248
|
-
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
|
|
249
|
-
/Users/work/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
|
250
|
-
/Users/work/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
|
251
|
-
/Users/work/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
Rendered /Users/work/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.5ms)
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
Started GET "/" for 127.0.0.1 at 2012-03-20 15:50:48 -0400
|
|
258
|
-
Processing by ApplicationController#index as HTML
|
|
259
|
-
Completed 500 Internal Server Error in 38ms
|
|
260
|
-
|
|
261
|
-
ActionView::MissingTemplate (Missing template application/index with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder]}. Searched in:
|
|
262
|
-
* "/Users/work/swf_fu/vendor/plugins/swf_fu/test/dummy/app/views"
|
|
263
|
-
):
|
|
264
|
-
actionpack (3.2.2) lib/action_view/path_set.rb:58:in `find'
|
|
265
|
-
actionpack (3.2.2) lib/action_view/lookup_context.rb:109:in `find'
|
|
266
|
-
actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:3:in `find_template'
|
|
267
|
-
actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:29:in `determine_template'
|
|
268
|
-
actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:10:in `render'
|
|
269
|
-
actionpack (3.2.2) lib/action_view/renderer/renderer.rb:36:in `render_template'
|
|
270
|
-
actionpack (3.2.2) lib/action_view/renderer/renderer.rb:17:in `render'
|
|
271
|
-
actionpack (3.2.2) lib/abstract_controller/rendering.rb:109:in `_render_template'
|
|
272
|
-
actionpack (3.2.2) lib/action_controller/metal/streaming.rb:225:in `_render_template'
|
|
273
|
-
actionpack (3.2.2) lib/abstract_controller/rendering.rb:103:in `render_to_body'
|
|
274
|
-
actionpack (3.2.2) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
|
|
275
|
-
actionpack (3.2.2) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
|
|
276
|
-
actionpack (3.2.2) lib/abstract_controller/rendering.rb:88:in `render'
|
|
277
|
-
actionpack (3.2.2) lib/action_controller/metal/rendering.rb:16:in `render'
|
|
278
|
-
actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
|
|
279
|
-
activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
|
|
280
|
-
/Users/work/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
|
|
281
|
-
activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `ms'
|
|
282
|
-
actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
|
|
283
|
-
actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
|
|
284
|
-
activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
|
|
285
|
-
actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:39:in `render'
|
|
286
|
-
actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
|
|
287
|
-
actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
|
|
288
|
-
actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action'
|
|
289
|
-
actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action'
|
|
290
|
-
actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
|
|
291
|
-
activesupport (3.2.2) lib/active_support/callbacks.rb:414:in `_run__722277950343499057__process_action__4363501835787780136__callbacks'
|
|
292
|
-
activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback'
|
|
293
|
-
activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
|
|
294
|
-
activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
|
295
|
-
actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action'
|
|
296
|
-
actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action'
|
|
297
|
-
actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
|
|
298
|
-
activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument'
|
|
299
|
-
activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
|
300
|
-
activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument'
|
|
301
|
-
actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
|
|
302
|
-
actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action'
|
|
303
|
-
activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
|
|
304
|
-
actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process'
|
|
305
|
-
actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process'
|
|
306
|
-
actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch'
|
|
307
|
-
actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
|
|
308
|
-
actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action'
|
|
309
|
-
actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call'
|
|
310
|
-
actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch'
|
|
311
|
-
actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call'
|
|
312
|
-
journey (1.0.3) lib/journey/router.rb:68:in `block in call'
|
|
313
|
-
journey (1.0.3) lib/journey/router.rb:56:in `each'
|
|
314
|
-
journey (1.0.3) lib/journey/router.rb:56:in `call'
|
|
315
|
-
actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call'
|
|
316
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
|
|
317
|
-
rack (1.4.1) lib/rack/etag.rb:23:in `call'
|
|
318
|
-
rack (1.4.1) lib/rack/conditionalget.rb:25:in `call'
|
|
319
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call'
|
|
320
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
|
|
321
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call'
|
|
322
|
-
rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context'
|
|
323
|
-
rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call'
|
|
324
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call'
|
|
325
|
-
activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call'
|
|
326
|
-
activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call'
|
|
327
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
|
|
328
|
-
activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__519360197479200478__call__1472629213040287993__callbacks'
|
|
329
|
-
activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback'
|
|
330
|
-
activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
|
|
331
|
-
activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
|
332
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
|
333
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call'
|
|
334
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
|
|
335
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
|
|
336
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
|
337
|
-
railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app'
|
|
338
|
-
railties (3.2.2) lib/rails/rack/logger.rb:16:in `call'
|
|
339
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
|
340
|
-
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
|
|
341
|
-
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
|
|
342
|
-
activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
|
343
|
-
rack (1.4.1) lib/rack/lock.rb:15:in `call'
|
|
344
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call'
|
|
345
|
-
railties (3.2.2) lib/rails/engine.rb:479:in `call'
|
|
346
|
-
railties (3.2.2) lib/rails/application.rb:220:in `call'
|
|
347
|
-
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
|
|
348
|
-
railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call'
|
|
349
|
-
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
|
|
350
|
-
/Users/work/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
|
351
|
-
/Users/work/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
|
352
|
-
/Users/work/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
Rendered /Users/work/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (2.9ms)
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
Started GET "/" for 127.0.0.1 at 2012-03-20 15:50:49 -0400
|
|
359
|
-
Processing by ApplicationController#index as HTML
|
|
360
|
-
Completed 500 Internal Server Error in 1ms
|
|
361
|
-
|
|
362
|
-
ActionView::MissingTemplate (Missing template application/index with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder]}. Searched in:
|
|
363
|
-
* "/Users/work/swf_fu/vendor/plugins/swf_fu/test/dummy/app/views"
|
|
364
|
-
):
|
|
365
|
-
actionpack (3.2.2) lib/action_view/path_set.rb:58:in `find'
|
|
366
|
-
actionpack (3.2.2) lib/action_view/lookup_context.rb:109:in `find'
|
|
367
|
-
actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:3:in `find_template'
|
|
368
|
-
actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:29:in `determine_template'
|
|
369
|
-
actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:10:in `render'
|
|
370
|
-
actionpack (3.2.2) lib/action_view/renderer/renderer.rb:36:in `render_template'
|
|
371
|
-
actionpack (3.2.2) lib/action_view/renderer/renderer.rb:17:in `render'
|
|
372
|
-
actionpack (3.2.2) lib/abstract_controller/rendering.rb:109:in `_render_template'
|
|
373
|
-
actionpack (3.2.2) lib/action_controller/metal/streaming.rb:225:in `_render_template'
|
|
374
|
-
actionpack (3.2.2) lib/abstract_controller/rendering.rb:103:in `render_to_body'
|
|
375
|
-
actionpack (3.2.2) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
|
|
376
|
-
actionpack (3.2.2) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
|
|
377
|
-
actionpack (3.2.2) lib/abstract_controller/rendering.rb:88:in `render'
|
|
378
|
-
actionpack (3.2.2) lib/action_controller/metal/rendering.rb:16:in `render'
|
|
379
|
-
actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
|
|
380
|
-
activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
|
|
381
|
-
/Users/work/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
|
|
382
|
-
activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `ms'
|
|
383
|
-
actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
|
|
384
|
-
actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
|
|
385
|
-
activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
|
|
386
|
-
actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:39:in `render'
|
|
387
|
-
actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
|
|
388
|
-
actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
|
|
389
|
-
actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action'
|
|
390
|
-
actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action'
|
|
391
|
-
actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
|
|
392
|
-
activesupport (3.2.2) lib/active_support/callbacks.rb:414:in `_run__722277950343499057__process_action__4363501835787780136__callbacks'
|
|
393
|
-
activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback'
|
|
394
|
-
activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
|
|
395
|
-
activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
|
396
|
-
actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action'
|
|
397
|
-
actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action'
|
|
398
|
-
actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
|
|
399
|
-
activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument'
|
|
400
|
-
activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
|
401
|
-
activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument'
|
|
402
|
-
actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
|
|
403
|
-
actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action'
|
|
404
|
-
activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
|
|
405
|
-
actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process'
|
|
406
|
-
actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process'
|
|
407
|
-
actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch'
|
|
408
|
-
actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
|
|
409
|
-
actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action'
|
|
410
|
-
actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call'
|
|
411
|
-
actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch'
|
|
412
|
-
actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call'
|
|
413
|
-
journey (1.0.3) lib/journey/router.rb:68:in `block in call'
|
|
414
|
-
journey (1.0.3) lib/journey/router.rb:56:in `each'
|
|
415
|
-
journey (1.0.3) lib/journey/router.rb:56:in `call'
|
|
416
|
-
actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call'
|
|
417
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
|
|
418
|
-
rack (1.4.1) lib/rack/etag.rb:23:in `call'
|
|
419
|
-
rack (1.4.1) lib/rack/conditionalget.rb:25:in `call'
|
|
420
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call'
|
|
421
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
|
|
422
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call'
|
|
423
|
-
rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context'
|
|
424
|
-
rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call'
|
|
425
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call'
|
|
426
|
-
activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call'
|
|
427
|
-
activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call'
|
|
428
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
|
|
429
|
-
activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__519360197479200478__call__1472629213040287993__callbacks'
|
|
430
|
-
activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback'
|
|
431
|
-
activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
|
|
432
|
-
activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
|
433
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
|
434
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call'
|
|
435
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
|
|
436
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
|
|
437
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
|
438
|
-
railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app'
|
|
439
|
-
railties (3.2.2) lib/rails/rack/logger.rb:16:in `call'
|
|
440
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
|
441
|
-
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
|
|
442
|
-
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
|
|
443
|
-
activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
|
444
|
-
rack (1.4.1) lib/rack/lock.rb:15:in `call'
|
|
445
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call'
|
|
446
|
-
railties (3.2.2) lib/rails/engine.rb:479:in `call'
|
|
447
|
-
railties (3.2.2) lib/rails/application.rb:220:in `call'
|
|
448
|
-
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
|
|
449
|
-
railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call'
|
|
450
|
-
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
|
|
451
|
-
/Users/work/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
|
452
|
-
/Users/work/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
|
453
|
-
/Users/work/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
Rendered /Users/work/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.5ms)
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
Started GET "/" for 127.0.0.1 at 2012-03-20 15:50:49 -0400
|
|
460
|
-
Processing by ApplicationController#index as HTML
|
|
461
|
-
Completed 500 Internal Server Error in 1ms
|
|
462
|
-
|
|
463
|
-
ActionView::MissingTemplate (Missing template application/index with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder]}. Searched in:
|
|
464
|
-
* "/Users/work/swf_fu/vendor/plugins/swf_fu/test/dummy/app/views"
|
|
465
|
-
):
|
|
466
|
-
actionpack (3.2.2) lib/action_view/path_set.rb:58:in `find'
|
|
467
|
-
actionpack (3.2.2) lib/action_view/lookup_context.rb:109:in `find'
|
|
468
|
-
actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:3:in `find_template'
|
|
469
|
-
actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:29:in `determine_template'
|
|
470
|
-
actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:10:in `render'
|
|
471
|
-
actionpack (3.2.2) lib/action_view/renderer/renderer.rb:36:in `render_template'
|
|
472
|
-
actionpack (3.2.2) lib/action_view/renderer/renderer.rb:17:in `render'
|
|
473
|
-
actionpack (3.2.2) lib/abstract_controller/rendering.rb:109:in `_render_template'
|
|
474
|
-
actionpack (3.2.2) lib/action_controller/metal/streaming.rb:225:in `_render_template'
|
|
475
|
-
actionpack (3.2.2) lib/abstract_controller/rendering.rb:103:in `render_to_body'
|
|
476
|
-
actionpack (3.2.2) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
|
|
477
|
-
actionpack (3.2.2) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
|
|
478
|
-
actionpack (3.2.2) lib/abstract_controller/rendering.rb:88:in `render'
|
|
479
|
-
actionpack (3.2.2) lib/action_controller/metal/rendering.rb:16:in `render'
|
|
480
|
-
actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
|
|
481
|
-
activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
|
|
482
|
-
/Users/work/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
|
|
483
|
-
activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `ms'
|
|
484
|
-
actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
|
|
485
|
-
actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
|
|
486
|
-
activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
|
|
487
|
-
actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:39:in `render'
|
|
488
|
-
actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
|
|
489
|
-
actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
|
|
490
|
-
actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action'
|
|
491
|
-
actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action'
|
|
492
|
-
actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
|
|
493
|
-
activesupport (3.2.2) lib/active_support/callbacks.rb:414:in `_run__722277950343499057__process_action__4363501835787780136__callbacks'
|
|
494
|
-
activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback'
|
|
495
|
-
activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
|
|
496
|
-
activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
|
497
|
-
actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action'
|
|
498
|
-
actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action'
|
|
499
|
-
actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
|
|
500
|
-
activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument'
|
|
501
|
-
activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
|
502
|
-
activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument'
|
|
503
|
-
actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
|
|
504
|
-
actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action'
|
|
505
|
-
activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
|
|
506
|
-
actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process'
|
|
507
|
-
actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process'
|
|
508
|
-
actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch'
|
|
509
|
-
actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
|
|
510
|
-
actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action'
|
|
511
|
-
actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call'
|
|
512
|
-
actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch'
|
|
513
|
-
actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call'
|
|
514
|
-
journey (1.0.3) lib/journey/router.rb:68:in `block in call'
|
|
515
|
-
journey (1.0.3) lib/journey/router.rb:56:in `each'
|
|
516
|
-
journey (1.0.3) lib/journey/router.rb:56:in `call'
|
|
517
|
-
actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call'
|
|
518
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
|
|
519
|
-
rack (1.4.1) lib/rack/etag.rb:23:in `call'
|
|
520
|
-
rack (1.4.1) lib/rack/conditionalget.rb:25:in `call'
|
|
521
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call'
|
|
522
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
|
|
523
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call'
|
|
524
|
-
rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context'
|
|
525
|
-
rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call'
|
|
526
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call'
|
|
527
|
-
activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call'
|
|
528
|
-
activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call'
|
|
529
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
|
|
530
|
-
activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__519360197479200478__call__1472629213040287993__callbacks'
|
|
531
|
-
activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback'
|
|
532
|
-
activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
|
|
533
|
-
activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
|
534
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
|
535
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call'
|
|
536
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
|
|
537
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
|
|
538
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
|
539
|
-
railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app'
|
|
540
|
-
railties (3.2.2) lib/rails/rack/logger.rb:16:in `call'
|
|
541
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
|
542
|
-
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
|
|
543
|
-
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
|
|
544
|
-
activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
|
545
|
-
rack (1.4.1) lib/rack/lock.rb:15:in `call'
|
|
546
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call'
|
|
547
|
-
railties (3.2.2) lib/rails/engine.rb:479:in `call'
|
|
548
|
-
railties (3.2.2) lib/rails/application.rb:220:in `call'
|
|
549
|
-
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
|
|
550
|
-
railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call'
|
|
551
|
-
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
|
|
552
|
-
/Users/work/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
|
553
|
-
/Users/work/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
|
554
|
-
/Users/work/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
Rendered /Users/work/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.5ms)
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
Started GET "/" for 127.0.0.1 at 2012-03-20 15:50:50 -0400
|
|
561
|
-
Processing by ApplicationController#index as HTML
|
|
562
|
-
Completed 500 Internal Server Error in 1ms
|
|
563
|
-
|
|
564
|
-
ActionView::MissingTemplate (Missing template application/index with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder]}. Searched in:
|
|
565
|
-
* "/Users/work/swf_fu/vendor/plugins/swf_fu/test/dummy/app/views"
|
|
566
|
-
):
|
|
567
|
-
actionpack (3.2.2) lib/action_view/path_set.rb:58:in `find'
|
|
568
|
-
actionpack (3.2.2) lib/action_view/lookup_context.rb:109:in `find'
|
|
569
|
-
actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:3:in `find_template'
|
|
570
|
-
actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:29:in `determine_template'
|
|
571
|
-
actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:10:in `render'
|
|
572
|
-
actionpack (3.2.2) lib/action_view/renderer/renderer.rb:36:in `render_template'
|
|
573
|
-
actionpack (3.2.2) lib/action_view/renderer/renderer.rb:17:in `render'
|
|
574
|
-
actionpack (3.2.2) lib/abstract_controller/rendering.rb:109:in `_render_template'
|
|
575
|
-
actionpack (3.2.2) lib/action_controller/metal/streaming.rb:225:in `_render_template'
|
|
576
|
-
actionpack (3.2.2) lib/abstract_controller/rendering.rb:103:in `render_to_body'
|
|
577
|
-
actionpack (3.2.2) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
|
|
578
|
-
actionpack (3.2.2) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
|
|
579
|
-
actionpack (3.2.2) lib/abstract_controller/rendering.rb:88:in `render'
|
|
580
|
-
actionpack (3.2.2) lib/action_controller/metal/rendering.rb:16:in `render'
|
|
581
|
-
actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
|
|
582
|
-
activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
|
|
583
|
-
/Users/work/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
|
|
584
|
-
activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `ms'
|
|
585
|
-
actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
|
|
586
|
-
actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
|
|
587
|
-
activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
|
|
588
|
-
actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:39:in `render'
|
|
589
|
-
actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
|
|
590
|
-
actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
|
|
591
|
-
actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action'
|
|
592
|
-
actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action'
|
|
593
|
-
actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
|
|
594
|
-
activesupport (3.2.2) lib/active_support/callbacks.rb:414:in `_run__722277950343499057__process_action__4363501835787780136__callbacks'
|
|
595
|
-
activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback'
|
|
596
|
-
activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
|
|
597
|
-
activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
|
598
|
-
actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action'
|
|
599
|
-
actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action'
|
|
600
|
-
actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
|
|
601
|
-
activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument'
|
|
602
|
-
activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
|
603
|
-
activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument'
|
|
604
|
-
actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
|
|
605
|
-
actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action'
|
|
606
|
-
activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
|
|
607
|
-
actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process'
|
|
608
|
-
actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process'
|
|
609
|
-
actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch'
|
|
610
|
-
actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
|
|
611
|
-
actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action'
|
|
612
|
-
actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call'
|
|
613
|
-
actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch'
|
|
614
|
-
actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call'
|
|
615
|
-
journey (1.0.3) lib/journey/router.rb:68:in `block in call'
|
|
616
|
-
journey (1.0.3) lib/journey/router.rb:56:in `each'
|
|
617
|
-
journey (1.0.3) lib/journey/router.rb:56:in `call'
|
|
618
|
-
actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call'
|
|
619
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
|
|
620
|
-
rack (1.4.1) lib/rack/etag.rb:23:in `call'
|
|
621
|
-
rack (1.4.1) lib/rack/conditionalget.rb:25:in `call'
|
|
622
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call'
|
|
623
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
|
|
624
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call'
|
|
625
|
-
rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context'
|
|
626
|
-
rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call'
|
|
627
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call'
|
|
628
|
-
activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call'
|
|
629
|
-
activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call'
|
|
630
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
|
|
631
|
-
activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__519360197479200478__call__1472629213040287993__callbacks'
|
|
632
|
-
activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback'
|
|
633
|
-
activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
|
|
634
|
-
activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
|
635
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
|
636
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call'
|
|
637
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
|
|
638
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
|
|
639
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
|
640
|
-
railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app'
|
|
641
|
-
railties (3.2.2) lib/rails/rack/logger.rb:16:in `call'
|
|
642
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
|
643
|
-
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
|
|
644
|
-
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
|
|
645
|
-
activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
|
646
|
-
rack (1.4.1) lib/rack/lock.rb:15:in `call'
|
|
647
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call'
|
|
648
|
-
railties (3.2.2) lib/rails/engine.rb:479:in `call'
|
|
649
|
-
railties (3.2.2) lib/rails/application.rb:220:in `call'
|
|
650
|
-
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
|
|
651
|
-
railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call'
|
|
652
|
-
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
|
|
653
|
-
/Users/work/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
|
654
|
-
/Users/work/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
|
655
|
-
/Users/work/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
Rendered /Users/work/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.6ms)
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
Started GET "/" for 127.0.0.1 at 2012-03-20 15:50:50 -0400
|
|
662
|
-
Processing by ApplicationController#index as HTML
|
|
663
|
-
Completed 500 Internal Server Error in 1ms
|
|
664
|
-
|
|
665
|
-
ActionView::MissingTemplate (Missing template application/index with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder]}. Searched in:
|
|
666
|
-
* "/Users/work/swf_fu/vendor/plugins/swf_fu/test/dummy/app/views"
|
|
667
|
-
):
|
|
668
|
-
actionpack (3.2.2) lib/action_view/path_set.rb:58:in `find'
|
|
669
|
-
actionpack (3.2.2) lib/action_view/lookup_context.rb:109:in `find'
|
|
670
|
-
actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:3:in `find_template'
|
|
671
|
-
actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:29:in `determine_template'
|
|
672
|
-
actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:10:in `render'
|
|
673
|
-
actionpack (3.2.2) lib/action_view/renderer/renderer.rb:36:in `render_template'
|
|
674
|
-
actionpack (3.2.2) lib/action_view/renderer/renderer.rb:17:in `render'
|
|
675
|
-
actionpack (3.2.2) lib/abstract_controller/rendering.rb:109:in `_render_template'
|
|
676
|
-
actionpack (3.2.2) lib/action_controller/metal/streaming.rb:225:in `_render_template'
|
|
677
|
-
actionpack (3.2.2) lib/abstract_controller/rendering.rb:103:in `render_to_body'
|
|
678
|
-
actionpack (3.2.2) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
|
|
679
|
-
actionpack (3.2.2) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
|
|
680
|
-
actionpack (3.2.2) lib/abstract_controller/rendering.rb:88:in `render'
|
|
681
|
-
actionpack (3.2.2) lib/action_controller/metal/rendering.rb:16:in `render'
|
|
682
|
-
actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
|
|
683
|
-
activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
|
|
684
|
-
/Users/work/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
|
|
685
|
-
activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `ms'
|
|
686
|
-
actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
|
|
687
|
-
actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
|
|
688
|
-
activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
|
|
689
|
-
actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:39:in `render'
|
|
690
|
-
actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
|
|
691
|
-
actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
|
|
692
|
-
actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action'
|
|
693
|
-
actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action'
|
|
694
|
-
actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
|
|
695
|
-
activesupport (3.2.2) lib/active_support/callbacks.rb:414:in `_run__722277950343499057__process_action__4363501835787780136__callbacks'
|
|
696
|
-
activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback'
|
|
697
|
-
activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
|
|
698
|
-
activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
|
699
|
-
actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action'
|
|
700
|
-
actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action'
|
|
701
|
-
actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
|
|
702
|
-
activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument'
|
|
703
|
-
activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
|
704
|
-
activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument'
|
|
705
|
-
actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
|
|
706
|
-
actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action'
|
|
707
|
-
activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
|
|
708
|
-
actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process'
|
|
709
|
-
actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process'
|
|
710
|
-
actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch'
|
|
711
|
-
actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
|
|
712
|
-
actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action'
|
|
713
|
-
actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call'
|
|
714
|
-
actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch'
|
|
715
|
-
actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call'
|
|
716
|
-
journey (1.0.3) lib/journey/router.rb:68:in `block in call'
|
|
717
|
-
journey (1.0.3) lib/journey/router.rb:56:in `each'
|
|
718
|
-
journey (1.0.3) lib/journey/router.rb:56:in `call'
|
|
719
|
-
actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call'
|
|
720
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
|
|
721
|
-
rack (1.4.1) lib/rack/etag.rb:23:in `call'
|
|
722
|
-
rack (1.4.1) lib/rack/conditionalget.rb:25:in `call'
|
|
723
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call'
|
|
724
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
|
|
725
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call'
|
|
726
|
-
rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context'
|
|
727
|
-
rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call'
|
|
728
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call'
|
|
729
|
-
activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call'
|
|
730
|
-
activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call'
|
|
731
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
|
|
732
|
-
activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__519360197479200478__call__1472629213040287993__callbacks'
|
|
733
|
-
activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback'
|
|
734
|
-
activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
|
|
735
|
-
activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
|
736
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
|
737
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call'
|
|
738
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
|
|
739
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
|
|
740
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
|
741
|
-
railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app'
|
|
742
|
-
railties (3.2.2) lib/rails/rack/logger.rb:16:in `call'
|
|
743
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
|
744
|
-
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
|
|
745
|
-
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
|
|
746
|
-
activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
|
747
|
-
rack (1.4.1) lib/rack/lock.rb:15:in `call'
|
|
748
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call'
|
|
749
|
-
railties (3.2.2) lib/rails/engine.rb:479:in `call'
|
|
750
|
-
railties (3.2.2) lib/rails/application.rb:220:in `call'
|
|
751
|
-
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
|
|
752
|
-
railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call'
|
|
753
|
-
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
|
|
754
|
-
/Users/work/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
|
755
|
-
/Users/work/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
|
756
|
-
/Users/work/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
Rendered /Users/work/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.5ms)
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
Started GET "/" for 127.0.0.1 at 2012-03-20 15:50:50 -0400
|
|
763
|
-
Processing by ApplicationController#index as HTML
|
|
764
|
-
Completed 500 Internal Server Error in 1ms
|
|
765
|
-
|
|
766
|
-
ActionView::MissingTemplate (Missing template application/index with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder]}. Searched in:
|
|
767
|
-
* "/Users/work/swf_fu/vendor/plugins/swf_fu/test/dummy/app/views"
|
|
768
|
-
):
|
|
769
|
-
actionpack (3.2.2) lib/action_view/path_set.rb:58:in `find'
|
|
770
|
-
actionpack (3.2.2) lib/action_view/lookup_context.rb:109:in `find'
|
|
771
|
-
actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:3:in `find_template'
|
|
772
|
-
actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:29:in `determine_template'
|
|
773
|
-
actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:10:in `render'
|
|
774
|
-
actionpack (3.2.2) lib/action_view/renderer/renderer.rb:36:in `render_template'
|
|
775
|
-
actionpack (3.2.2) lib/action_view/renderer/renderer.rb:17:in `render'
|
|
776
|
-
actionpack (3.2.2) lib/abstract_controller/rendering.rb:109:in `_render_template'
|
|
777
|
-
actionpack (3.2.2) lib/action_controller/metal/streaming.rb:225:in `_render_template'
|
|
778
|
-
actionpack (3.2.2) lib/abstract_controller/rendering.rb:103:in `render_to_body'
|
|
779
|
-
actionpack (3.2.2) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
|
|
780
|
-
actionpack (3.2.2) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
|
|
781
|
-
actionpack (3.2.2) lib/abstract_controller/rendering.rb:88:in `render'
|
|
782
|
-
actionpack (3.2.2) lib/action_controller/metal/rendering.rb:16:in `render'
|
|
783
|
-
actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
|
|
784
|
-
activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
|
|
785
|
-
/Users/work/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
|
|
786
|
-
activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `ms'
|
|
787
|
-
actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
|
|
788
|
-
actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
|
|
789
|
-
activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
|
|
790
|
-
actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:39:in `render'
|
|
791
|
-
actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
|
|
792
|
-
actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
|
|
793
|
-
actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action'
|
|
794
|
-
actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action'
|
|
795
|
-
actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
|
|
796
|
-
activesupport (3.2.2) lib/active_support/callbacks.rb:414:in `_run__722277950343499057__process_action__4363501835787780136__callbacks'
|
|
797
|
-
activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback'
|
|
798
|
-
activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
|
|
799
|
-
activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
|
800
|
-
actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action'
|
|
801
|
-
actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action'
|
|
802
|
-
actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
|
|
803
|
-
activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument'
|
|
804
|
-
activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
|
805
|
-
activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument'
|
|
806
|
-
actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
|
|
807
|
-
actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action'
|
|
808
|
-
activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
|
|
809
|
-
actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process'
|
|
810
|
-
actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process'
|
|
811
|
-
actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch'
|
|
812
|
-
actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
|
|
813
|
-
actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action'
|
|
814
|
-
actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call'
|
|
815
|
-
actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch'
|
|
816
|
-
actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call'
|
|
817
|
-
journey (1.0.3) lib/journey/router.rb:68:in `block in call'
|
|
818
|
-
journey (1.0.3) lib/journey/router.rb:56:in `each'
|
|
819
|
-
journey (1.0.3) lib/journey/router.rb:56:in `call'
|
|
820
|
-
actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call'
|
|
821
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
|
|
822
|
-
rack (1.4.1) lib/rack/etag.rb:23:in `call'
|
|
823
|
-
rack (1.4.1) lib/rack/conditionalget.rb:25:in `call'
|
|
824
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call'
|
|
825
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
|
|
826
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call'
|
|
827
|
-
rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context'
|
|
828
|
-
rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call'
|
|
829
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call'
|
|
830
|
-
activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call'
|
|
831
|
-
activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call'
|
|
832
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
|
|
833
|
-
activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__519360197479200478__call__1472629213040287993__callbacks'
|
|
834
|
-
activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback'
|
|
835
|
-
activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
|
|
836
|
-
activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
|
837
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
|
838
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call'
|
|
839
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
|
|
840
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
|
|
841
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
|
842
|
-
railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app'
|
|
843
|
-
railties (3.2.2) lib/rails/rack/logger.rb:16:in `call'
|
|
844
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
|
845
|
-
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
|
|
846
|
-
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
|
|
847
|
-
activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
|
848
|
-
rack (1.4.1) lib/rack/lock.rb:15:in `call'
|
|
849
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call'
|
|
850
|
-
railties (3.2.2) lib/rails/engine.rb:479:in `call'
|
|
851
|
-
railties (3.2.2) lib/rails/application.rb:220:in `call'
|
|
852
|
-
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
|
|
853
|
-
railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call'
|
|
854
|
-
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
|
|
855
|
-
/Users/work/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
|
856
|
-
/Users/work/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
|
857
|
-
/Users/work/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
Rendered /Users/work/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.6ms)
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
Started GET "/" for 127.0.0.1 at 2012-03-20 15:50:51 -0400
|
|
864
|
-
Processing by ApplicationController#index as HTML
|
|
865
|
-
Completed 500 Internal Server Error in 1ms
|
|
866
|
-
|
|
867
|
-
ActionView::MissingTemplate (Missing template application/index with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder]}. Searched in:
|
|
868
|
-
* "/Users/work/swf_fu/vendor/plugins/swf_fu/test/dummy/app/views"
|
|
869
|
-
):
|
|
870
|
-
actionpack (3.2.2) lib/action_view/path_set.rb:58:in `find'
|
|
871
|
-
actionpack (3.2.2) lib/action_view/lookup_context.rb:109:in `find'
|
|
872
|
-
actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:3:in `find_template'
|
|
873
|
-
actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:29:in `determine_template'
|
|
874
|
-
actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:10:in `render'
|
|
875
|
-
actionpack (3.2.2) lib/action_view/renderer/renderer.rb:36:in `render_template'
|
|
876
|
-
actionpack (3.2.2) lib/action_view/renderer/renderer.rb:17:in `render'
|
|
877
|
-
actionpack (3.2.2) lib/abstract_controller/rendering.rb:109:in `_render_template'
|
|
878
|
-
actionpack (3.2.2) lib/action_controller/metal/streaming.rb:225:in `_render_template'
|
|
879
|
-
actionpack (3.2.2) lib/abstract_controller/rendering.rb:103:in `render_to_body'
|
|
880
|
-
actionpack (3.2.2) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
|
|
881
|
-
actionpack (3.2.2) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
|
|
882
|
-
actionpack (3.2.2) lib/abstract_controller/rendering.rb:88:in `render'
|
|
883
|
-
actionpack (3.2.2) lib/action_controller/metal/rendering.rb:16:in `render'
|
|
884
|
-
actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
|
|
885
|
-
activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
|
|
886
|
-
/Users/work/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
|
|
887
|
-
activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `ms'
|
|
888
|
-
actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
|
|
889
|
-
actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
|
|
890
|
-
activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
|
|
891
|
-
actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:39:in `render'
|
|
892
|
-
actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
|
|
893
|
-
actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
|
|
894
|
-
actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action'
|
|
895
|
-
actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action'
|
|
896
|
-
actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
|
|
897
|
-
activesupport (3.2.2) lib/active_support/callbacks.rb:414:in `_run__722277950343499057__process_action__4363501835787780136__callbacks'
|
|
898
|
-
activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback'
|
|
899
|
-
activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
|
|
900
|
-
activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
|
901
|
-
actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action'
|
|
902
|
-
actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action'
|
|
903
|
-
actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
|
|
904
|
-
activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument'
|
|
905
|
-
activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
|
906
|
-
activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument'
|
|
907
|
-
actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
|
|
908
|
-
actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action'
|
|
909
|
-
activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
|
|
910
|
-
actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process'
|
|
911
|
-
actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process'
|
|
912
|
-
actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch'
|
|
913
|
-
actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
|
|
914
|
-
actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action'
|
|
915
|
-
actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call'
|
|
916
|
-
actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch'
|
|
917
|
-
actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call'
|
|
918
|
-
journey (1.0.3) lib/journey/router.rb:68:in `block in call'
|
|
919
|
-
journey (1.0.3) lib/journey/router.rb:56:in `each'
|
|
920
|
-
journey (1.0.3) lib/journey/router.rb:56:in `call'
|
|
921
|
-
actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call'
|
|
922
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
|
|
923
|
-
rack (1.4.1) lib/rack/etag.rb:23:in `call'
|
|
924
|
-
rack (1.4.1) lib/rack/conditionalget.rb:25:in `call'
|
|
925
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call'
|
|
926
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
|
|
927
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call'
|
|
928
|
-
rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context'
|
|
929
|
-
rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call'
|
|
930
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call'
|
|
931
|
-
activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call'
|
|
932
|
-
activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call'
|
|
933
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
|
|
934
|
-
activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__519360197479200478__call__1472629213040287993__callbacks'
|
|
935
|
-
activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback'
|
|
936
|
-
activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
|
|
937
|
-
activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
|
938
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
|
939
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call'
|
|
940
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
|
|
941
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
|
|
942
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
|
943
|
-
railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app'
|
|
944
|
-
railties (3.2.2) lib/rails/rack/logger.rb:16:in `call'
|
|
945
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
|
946
|
-
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
|
|
947
|
-
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
|
|
948
|
-
activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
|
949
|
-
rack (1.4.1) lib/rack/lock.rb:15:in `call'
|
|
950
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call'
|
|
951
|
-
railties (3.2.2) lib/rails/engine.rb:479:in `call'
|
|
952
|
-
railties (3.2.2) lib/rails/application.rb:220:in `call'
|
|
953
|
-
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
|
|
954
|
-
railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call'
|
|
955
|
-
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
|
|
956
|
-
/Users/work/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
|
957
|
-
/Users/work/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
|
958
|
-
/Users/work/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
Rendered /Users/work/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.6ms)
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
Started GET "/" for 127.0.0.1 at 2012-03-20 15:50:51 -0400
|
|
965
|
-
Processing by ApplicationController#index as HTML
|
|
966
|
-
Completed 500 Internal Server Error in 1ms
|
|
967
|
-
|
|
968
|
-
ActionView::MissingTemplate (Missing template application/index with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder]}. Searched in:
|
|
969
|
-
* "/Users/work/swf_fu/vendor/plugins/swf_fu/test/dummy/app/views"
|
|
970
|
-
):
|
|
971
|
-
actionpack (3.2.2) lib/action_view/path_set.rb:58:in `find'
|
|
972
|
-
actionpack (3.2.2) lib/action_view/lookup_context.rb:109:in `find'
|
|
973
|
-
actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:3:in `find_template'
|
|
974
|
-
actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:29:in `determine_template'
|
|
975
|
-
actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:10:in `render'
|
|
976
|
-
actionpack (3.2.2) lib/action_view/renderer/renderer.rb:36:in `render_template'
|
|
977
|
-
actionpack (3.2.2) lib/action_view/renderer/renderer.rb:17:in `render'
|
|
978
|
-
actionpack (3.2.2) lib/abstract_controller/rendering.rb:109:in `_render_template'
|
|
979
|
-
actionpack (3.2.2) lib/action_controller/metal/streaming.rb:225:in `_render_template'
|
|
980
|
-
actionpack (3.2.2) lib/abstract_controller/rendering.rb:103:in `render_to_body'
|
|
981
|
-
actionpack (3.2.2) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
|
|
982
|
-
actionpack (3.2.2) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
|
|
983
|
-
actionpack (3.2.2) lib/abstract_controller/rendering.rb:88:in `render'
|
|
984
|
-
actionpack (3.2.2) lib/action_controller/metal/rendering.rb:16:in `render'
|
|
985
|
-
actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
|
|
986
|
-
activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
|
|
987
|
-
/Users/work/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
|
|
988
|
-
activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `ms'
|
|
989
|
-
actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
|
|
990
|
-
actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
|
|
991
|
-
activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
|
|
992
|
-
actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:39:in `render'
|
|
993
|
-
actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
|
|
994
|
-
actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
|
|
995
|
-
actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action'
|
|
996
|
-
actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action'
|
|
997
|
-
actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
|
|
998
|
-
activesupport (3.2.2) lib/active_support/callbacks.rb:414:in `_run__722277950343499057__process_action__4363501835787780136__callbacks'
|
|
999
|
-
activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback'
|
|
1000
|
-
activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
|
|
1001
|
-
activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
|
1002
|
-
actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action'
|
|
1003
|
-
actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action'
|
|
1004
|
-
actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
|
|
1005
|
-
activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument'
|
|
1006
|
-
activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
|
1007
|
-
activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument'
|
|
1008
|
-
actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
|
|
1009
|
-
actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action'
|
|
1010
|
-
activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
|
|
1011
|
-
actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process'
|
|
1012
|
-
actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process'
|
|
1013
|
-
actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch'
|
|
1014
|
-
actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
|
|
1015
|
-
actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action'
|
|
1016
|
-
actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call'
|
|
1017
|
-
actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch'
|
|
1018
|
-
actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call'
|
|
1019
|
-
journey (1.0.3) lib/journey/router.rb:68:in `block in call'
|
|
1020
|
-
journey (1.0.3) lib/journey/router.rb:56:in `each'
|
|
1021
|
-
journey (1.0.3) lib/journey/router.rb:56:in `call'
|
|
1022
|
-
actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call'
|
|
1023
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
|
|
1024
|
-
rack (1.4.1) lib/rack/etag.rb:23:in `call'
|
|
1025
|
-
rack (1.4.1) lib/rack/conditionalget.rb:25:in `call'
|
|
1026
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call'
|
|
1027
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
|
|
1028
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call'
|
|
1029
|
-
rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context'
|
|
1030
|
-
rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call'
|
|
1031
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call'
|
|
1032
|
-
activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call'
|
|
1033
|
-
activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call'
|
|
1034
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
|
|
1035
|
-
activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__519360197479200478__call__1472629213040287993__callbacks'
|
|
1036
|
-
activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback'
|
|
1037
|
-
activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
|
|
1038
|
-
activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
|
1039
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
|
1040
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call'
|
|
1041
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
|
|
1042
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
|
|
1043
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
|
1044
|
-
railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app'
|
|
1045
|
-
railties (3.2.2) lib/rails/rack/logger.rb:16:in `call'
|
|
1046
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
|
1047
|
-
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
|
|
1048
|
-
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
|
|
1049
|
-
activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
|
1050
|
-
rack (1.4.1) lib/rack/lock.rb:15:in `call'
|
|
1051
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call'
|
|
1052
|
-
railties (3.2.2) lib/rails/engine.rb:479:in `call'
|
|
1053
|
-
railties (3.2.2) lib/rails/application.rb:220:in `call'
|
|
1054
|
-
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
|
|
1055
|
-
railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call'
|
|
1056
|
-
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
|
|
1057
|
-
/Users/work/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
|
1058
|
-
/Users/work/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
|
1059
|
-
/Users/work/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
Rendered /Users/work/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.5ms)
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
Started GET "/" for 127.0.0.1 at 2012-03-20 15:51:37 -0400
|
|
1066
|
-
Processing by ApplicationController#index as HTML
|
|
1067
|
-
Rendered application/index.html.erb within layouts/application (0.4ms)
|
|
1068
|
-
Compiled application.css (0ms) (pid 89417)
|
|
1069
|
-
Compiled jquery.js (34ms) (pid 89417)
|
|
1070
|
-
Compiled jquery_ujs.js (0ms) (pid 89417)
|
|
1071
|
-
Compiled application.js (65ms) (pid 89417)
|
|
1072
|
-
Completed 200 OK in 123ms (Views: 123.0ms | ActiveRecord: 0.0ms)
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-03-20 15:51:37 -0400
|
|
1076
|
-
Served asset /application.css - 200 OK (4ms)
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-20 15:51:38 -0400
|
|
1080
|
-
Served asset /jquery_ujs.js - 304 Not Modified (3ms)
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-20 15:51:38 -0400
|
|
1084
|
-
Served asset /jquery.js - 304 Not Modified (2ms)
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-03-20 15:51:38 -0400
|
|
1088
|
-
Served asset /application.js - 200 OK (5ms)
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
Started GET "/" for 127.0.0.1 at 2012-03-20 15:52:02 -0400
|
|
1092
|
-
Processing by ApplicationController#index as HTML
|
|
1093
|
-
Rendered application/index.html.erb within layouts/application (0.0ms)
|
|
1094
|
-
Compiled swfobject.js (0ms) (pid 89417)
|
|
1095
|
-
Compiled application.js (12ms) (pid 89417)
|
|
1096
|
-
Completed 200 OK in 60ms (Views: 59.7ms | ActiveRecord: 0.0ms)
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-03-20 15:52:02 -0400
|
|
1100
|
-
Served asset /application.css - 304 Not Modified (0ms)
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
Started GET "/assets/swfobject.js?body=1" for 127.0.0.1 at 2012-03-20 15:52:02 -0400
|
|
1104
|
-
Served asset /swfobject.js - 200 OK (2ms)
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-20 15:52:02 -0400
|
|
1108
|
-
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-20 15:52:02 -0400
|
|
1112
|
-
Served asset /jquery.js - 304 Not Modified (0ms)
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-03-20 15:52:02 -0400
|
|
1116
|
-
Served asset /application.js - 200 OK (11ms)
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
Started GET "/" for 127.0.0.1 at 2012-03-20 15:57:02 -0400
|
|
1120
|
-
Processing by ApplicationController#index as HTML
|
|
1121
|
-
Rendered application/index.html.erb within layouts/application (25.2ms)
|
|
1122
|
-
Completed 500 Internal Server Error in 27ms
|
|
1123
|
-
|
|
1124
|
-
ActionView::Template::Error (undefined method `swf_tag' for #<#<Class:0x00000102ad9208>:0x00000103ba3c78>):
|
|
1125
|
-
15:
|
|
1126
|
-
16: A very simple example of communication javascript <-> flash:
|
|
1127
|
-
17: <hr/>
|
|
1128
|
-
18: <%= swf_tag("example", :width => 400, :height => 300, :mode => :dynamic, :id => "my_flash", :flashvars => {:message => 'yo "man" <> x="sdad" !'}, :parameters => {:allowScriptAccess => "always", :scale => "showall"}, :javascript_class => "ExampleClass") %>
|
|
1129
|
-
19: <hr/>
|
|
1130
|
-
20:
|
|
1131
|
-
21: <button :onclick => "$('my_flash').sendFlash('Hello from js...')">Say Hello!</button>
|
|
1132
|
-
app/views/application/index.html.erb:18:in `_app_views_application_index_html_erb___2430155639879429070_2168789080'
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
Rendered /Users/work/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (4.3ms)
|
|
1136
|
-
Rendered /Users/work/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms)
|
|
1137
|
-
Rendered /Users/work/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (14.7ms)
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
Started GET "/" for 127.0.0.1 at 2012-03-20 15:57:48 -0400
|
|
1141
|
-
Processing by ApplicationController#index as HTML
|
|
1142
|
-
Rendered application/index.html.erb within layouts/application (26.0ms)
|
|
1143
|
-
Completed 500 Internal Server Error in 29ms
|
|
1144
|
-
|
|
1145
|
-
ActionView::Template::Error (undefined method `swf_tag' for #<#<Class:0x00000102980820>:0x00000100ee6910>):
|
|
1146
|
-
15:
|
|
1147
|
-
16: A very simple example of communication javascript <-> flash:
|
|
1148
|
-
17: <hr/>
|
|
1149
|
-
18: <%= swf_tag("example", :width => 400, :height => 300, :mode => :dynamic, :id => "my_flash", :flashvars => {:message => 'yo "man" <> x="sdad" !'}, :parameters => {:allowScriptAccess => "always", :scale => "showall"}, :javascript_class => "ExampleClass") %>
|
|
1150
|
-
19: <hr/>
|
|
1151
|
-
20:
|
|
1152
|
-
21: <button :onclick => "$('my_flash').sendFlash('Hello from js...')">Say Hello!</button>
|
|
1153
|
-
app/views/application/index.html.erb:18:in `_app_views_application_index_html_erb___2430155639879429070_2168789080'
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
Rendered /Users/work/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.7ms)
|
|
1157
|
-
Rendered /Users/work/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms)
|
|
1158
|
-
Rendered /Users/work/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (10.9ms)
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
Started GET "/" for 127.0.0.1 at 2012-03-20 15:57:49 -0400
|
|
1162
|
-
Processing by ApplicationController#index as HTML
|
|
1163
|
-
Rendered application/index.html.erb within layouts/application (58.2ms)
|
|
1164
|
-
Completed 500 Internal Server Error in 60ms
|
|
1165
|
-
|
|
1166
|
-
ActionView::Template::Error (undefined method `swf_tag' for #<#<Class:0x00000102980820>:0x00000102a7d458>):
|
|
1167
|
-
15:
|
|
1168
|
-
16: A very simple example of communication javascript <-> flash:
|
|
1169
|
-
17: <hr/>
|
|
1170
|
-
18: <%= swf_tag("example", :width => 400, :height => 300, :mode => :dynamic, :id => "my_flash", :flashvars => {:message => 'yo "man" <> x="sdad" !'}, :parameters => {:allowScriptAccess => "always", :scale => "showall"}, :javascript_class => "ExampleClass") %>
|
|
1171
|
-
19: <hr/>
|
|
1172
|
-
20:
|
|
1173
|
-
21: <button :onclick => "$('my_flash').sendFlash('Hello from js...')">Say Hello!</button>
|
|
1174
|
-
app/views/application/index.html.erb:18:in `_app_views_application_index_html_erb___2430155639879429070_2168789080'
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
Rendered /Users/work/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.8ms)
|
|
1178
|
-
Rendered /Users/work/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.3ms)
|
|
1179
|
-
Rendered /Users/work/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (11.4ms)
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
Started GET "/" for 127.0.0.1 at 2012-03-20 16:01:59 -0400
|
|
1183
|
-
|
|
1184
|
-
ActionController::RoutingError (undefined local variable or method `asdasd' for ApplicationHelper:Module):
|
|
1185
|
-
app/helpers/application_helper.rb:2:in `<module:ApplicationHelper>'
|
|
1186
|
-
app/helpers/application_helper.rb:1:in `<top (required)>'
|
|
1187
|
-
app/controllers/application_controller.rb:1:in `<top (required)>'
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
Rendered /Users/work/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms)
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
Started GET "/" for 127.0.0.1 at 2012-03-20 16:02:03 -0400
|
|
1194
|
-
Processing by ApplicationController#index as HTML
|
|
1195
|
-
Rendered application/index.html.erb within layouts/application (21.9ms)
|
|
1196
|
-
Completed 500 Internal Server Error in 26ms
|
|
1197
|
-
|
|
1198
|
-
ActionView::Template::Error (undefined method `swf_tag' for #<#<Class:0x00000101d08318>:0x00000101d058c0>):
|
|
1199
|
-
15:
|
|
1200
|
-
16: A very simple example of communication javascript <-> flash:
|
|
1201
|
-
17: <hr/>
|
|
1202
|
-
18: <%= swf_tag("example", :width => 400, :height => 300, :mode => :dynamic, :id => "my_flash", :flashvars => {:message => 'yo "man" <> x="sdad" !'}, :parameters => {:allowScriptAccess => "always", :scale => "showall"}, :javascript_class => "ExampleClass") %>
|
|
1203
|
-
19: <hr/>
|
|
1204
|
-
20:
|
|
1205
|
-
21: <button :onclick => "$('my_flash').sendFlash('Hello from js...')">Say Hello!</button>
|
|
1206
|
-
app/views/application/index.html.erb:18:in `_app_views_application_index_html_erb___2430155639879429070_2168789080'
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
Rendered /Users/work/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.6ms)
|
|
1210
|
-
Rendered /Users/work/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms)
|
|
1211
|
-
Rendered /Users/work/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (10.4ms)
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
Started GET "/" for 127.0.0.1 at 2012-03-20 16:10:22 -0400
|
|
1215
|
-
|
|
1216
|
-
ActionController::RoutingError (undefined local variable or method `asdas' for SwfFuHelper:Module):
|
|
1217
|
-
app/controllers/application_controller.rb:1:in `<top (required)>'
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
Rendered /Users/work/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms)
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
Started GET "/" for 127.0.0.1 at 2012-03-20 16:10:33 -0400
|
|
1224
|
-
Processing by ApplicationController#index as HTML
|
|
1225
|
-
Rendered application/index.html.erb within layouts/application (1.5ms)
|
|
1226
|
-
Completed 500 Internal Server Error in 6ms
|
|
1227
|
-
|
|
1228
|
-
ActionView::Template::Error (uninitialized constant SwfFu::Generator):
|
|
1229
|
-
15:
|
|
1230
|
-
16: A very simple example of communication javascript <-> flash:
|
|
1231
|
-
17: <hr/>
|
|
1232
|
-
18: <%= swf_tag("example", :width => 400, :height => 300, :mode => :dynamic, :id => "my_flash", :flashvars => {:message => 'yo "man" <> x="sdad" !'}, :parameters => {:allowScriptAccess => "always", :scale => "showall"}, :javascript_class => "ExampleClass") %>
|
|
1233
|
-
19: <hr/>
|
|
1234
|
-
20:
|
|
1235
|
-
21: <button :onclick => "$('my_flash').sendFlash('Hello from js...')">Say Hello!</button>
|
|
1236
|
-
app/views/application/index.html.erb:18:in `_app_views_application_index_html_erb___2430155639879429070_2168789080'
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
Rendered /Users/work/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.9ms)
|
|
1240
|
-
Rendered /Users/work/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms)
|
|
1241
|
-
Rendered /Users/work/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (11.1ms)
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
Started GET "/" for 127.0.0.1 at 2012-03-20 16:11:15 -0400
|
|
1245
|
-
Processing by ApplicationController#index as HTML
|
|
1246
|
-
Rendered application/index.html.erb within layouts/application (1.3ms)
|
|
1247
|
-
Completed 500 Internal Server Error in 3ms
|
|
1248
|
-
|
|
1249
|
-
ActionView::Template::Error (uninitialized constant SwfFu::Generator):
|
|
1250
|
-
15:
|
|
1251
|
-
16: A very simple example of communication javascript <-> flash:
|
|
1252
|
-
17: <hr/>
|
|
1253
|
-
18: <%= swf_tag("example", :width => 400, :height => 300, :mode => :dynamic, :id => "my_flash", :flashvars => {:message => 'yo "man" <> x="sdad" !'}, :parameters => {:allowScriptAccess => "always", :scale => "showall"}, :javascript_class => "ExampleClass") %>
|
|
1254
|
-
19: <hr/>
|
|
1255
|
-
20:
|
|
1256
|
-
21: <button :onclick => "$('my_flash').sendFlash('Hello from js...')">Say Hello!</button>
|
|
1257
|
-
app/views/application/index.html.erb:18:in `_app_views_application_index_html_erb___2430155639879429070_2168789080'
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
Rendered /Users/work/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.8ms)
|
|
1261
|
-
Rendered /Users/work/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms)
|
|
1262
|
-
Rendered /Users/work/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (10.6ms)
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
Started GET "/" for 127.0.0.1 at 2012-03-20 16:11:17 -0400
|
|
1266
|
-
Processing by ApplicationController#index as HTML
|
|
1267
|
-
Rendered application/index.html.erb within layouts/application (1.3ms)
|
|
1268
|
-
Completed 500 Internal Server Error in 3ms
|
|
1269
|
-
|
|
1270
|
-
ActionView::Template::Error (uninitialized constant SwfFu::Generator):
|
|
1271
|
-
15:
|
|
1272
|
-
16: A very simple example of communication javascript <-> flash:
|
|
1273
|
-
17: <hr/>
|
|
1274
|
-
18: <%= swf_tag("example", :width => 400, :height => 300, :mode => :dynamic, :id => "my_flash", :flashvars => {:message => 'yo "man" <> x="sdad" !'}, :parameters => {:allowScriptAccess => "always", :scale => "showall"}, :javascript_class => "ExampleClass") %>
|
|
1275
|
-
19: <hr/>
|
|
1276
|
-
20:
|
|
1277
|
-
21: <button :onclick => "$('my_flash').sendFlash('Hello from js...')">Say Hello!</button>
|
|
1278
|
-
app/views/application/index.html.erb:18:in `_app_views_application_index_html_erb___2430155639879429070_2168789080'
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
Rendered /Users/work/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.8ms)
|
|
1282
|
-
Rendered /Users/work/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms)
|
|
1283
|
-
Rendered /Users/work/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (10.7ms)
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
Started GET "/" for 127.0.0.1 at 2012-03-20 16:11:17 -0400
|
|
1287
|
-
Processing by ApplicationController#index as HTML
|
|
1288
|
-
Rendered application/index.html.erb within layouts/application (1.3ms)
|
|
1289
|
-
Completed 500 Internal Server Error in 3ms
|
|
1290
|
-
|
|
1291
|
-
ActionView::Template::Error (uninitialized constant SwfFu::Generator):
|
|
1292
|
-
15:
|
|
1293
|
-
16: A very simple example of communication javascript <-> flash:
|
|
1294
|
-
17: <hr/>
|
|
1295
|
-
18: <%= swf_tag("example", :width => 400, :height => 300, :mode => :dynamic, :id => "my_flash", :flashvars => {:message => 'yo "man" <> x="sdad" !'}, :parameters => {:allowScriptAccess => "always", :scale => "showall"}, :javascript_class => "ExampleClass") %>
|
|
1296
|
-
19: <hr/>
|
|
1297
|
-
20:
|
|
1298
|
-
21: <button :onclick => "$('my_flash').sendFlash('Hello from js...')">Say Hello!</button>
|
|
1299
|
-
app/views/application/index.html.erb:18:in `_app_views_application_index_html_erb___2430155639879429070_2168789080'
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
Rendered /Users/work/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.8ms)
|
|
1303
|
-
Rendered /Users/work/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.5ms)
|
|
1304
|
-
Rendered /Users/work/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (11.1ms)
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
Started GET "/" for 127.0.0.1 at 2012-03-20 16:11:17 -0400
|
|
1308
|
-
Processing by ApplicationController#index as HTML
|
|
1309
|
-
Rendered application/index.html.erb within layouts/application (1.3ms)
|
|
1310
|
-
Completed 500 Internal Server Error in 3ms
|
|
1311
|
-
|
|
1312
|
-
ActionView::Template::Error (uninitialized constant SwfFu::Generator):
|
|
1313
|
-
15:
|
|
1314
|
-
16: A very simple example of communication javascript <-> flash:
|
|
1315
|
-
17: <hr/>
|
|
1316
|
-
18: <%= swf_tag("example", :width => 400, :height => 300, :mode => :dynamic, :id => "my_flash", :flashvars => {:message => 'yo "man" <> x="sdad" !'}, :parameters => {:allowScriptAccess => "always", :scale => "showall"}, :javascript_class => "ExampleClass") %>
|
|
1317
|
-
19: <hr/>
|
|
1318
|
-
20:
|
|
1319
|
-
21: <button :onclick => "$('my_flash').sendFlash('Hello from js...')">Say Hello!</button>
|
|
1320
|
-
app/views/application/index.html.erb:18:in `_app_views_application_index_html_erb___2430155639879429070_2168789080'
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
|
-
Rendered /Users/work/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.8ms)
|
|
1324
|
-
Rendered /Users/work/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms)
|
|
1325
|
-
Rendered /Users/work/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (10.4ms)
|
|
1326
|
-
|
|
1327
|
-
|
|
1328
|
-
Started GET "/" for 127.0.0.1 at 2012-03-20 16:11:17 -0400
|
|
1329
|
-
Processing by ApplicationController#index as HTML
|
|
1330
|
-
Rendered application/index.html.erb within layouts/application (1.3ms)
|
|
1331
|
-
Completed 500 Internal Server Error in 3ms
|
|
1332
|
-
|
|
1333
|
-
ActionView::Template::Error (uninitialized constant SwfFu::Generator):
|
|
1334
|
-
15:
|
|
1335
|
-
16: A very simple example of communication javascript <-> flash:
|
|
1336
|
-
17: <hr/>
|
|
1337
|
-
18: <%= swf_tag("example", :width => 400, :height => 300, :mode => :dynamic, :id => "my_flash", :flashvars => {:message => 'yo "man" <> x="sdad" !'}, :parameters => {:allowScriptAccess => "always", :scale => "showall"}, :javascript_class => "ExampleClass") %>
|
|
1338
|
-
19: <hr/>
|
|
1339
|
-
20:
|
|
1340
|
-
21: <button :onclick => "$('my_flash').sendFlash('Hello from js...')">Say Hello!</button>
|
|
1341
|
-
app/views/application/index.html.erb:18:in `_app_views_application_index_html_erb___2430155639879429070_2168789080'
|
|
1342
|
-
|
|
1343
|
-
|
|
1344
|
-
Rendered /Users/work/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.7ms)
|
|
1345
|
-
Rendered /Users/work/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms)
|
|
1346
|
-
Rendered /Users/work/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (10.2ms)
|
|
1347
|
-
|
|
1348
|
-
|
|
1349
|
-
Started GET "/" for 127.0.0.1 at 2012-03-20 16:11:29 -0400
|
|
1350
|
-
Processing by ApplicationController#index as HTML
|
|
1351
|
-
Rendered application/index.html.erb within layouts/application (57.8ms)
|
|
1352
|
-
Completed 500 Internal Server Error in 68ms
|
|
1353
|
-
|
|
1354
|
-
ActionView::Template::Error (undefined method `swf_path' for #<#<Class:0x000001024bc9b0>:0x0000010213d708>):
|
|
1355
|
-
15:
|
|
1356
|
-
16: A very simple example of communication javascript <-> flash:
|
|
1357
|
-
17: <hr/>
|
|
1358
|
-
18: <%= swf_tag("example", :width => 400, :height => 300, :mode => :dynamic, :id => "my_flash", :flashvars => {:message => 'yo "man" <> x="sdad" !'}, :parameters => {:allowScriptAccess => "always", :scale => "showall"}, :javascript_class => "ExampleClass") %>
|
|
1359
|
-
19: <hr/>
|
|
1360
|
-
20:
|
|
1361
|
-
21: <button :onclick => "$('my_flash').sendFlash('Hello from js...')">Say Hello!</button>
|
|
1362
|
-
app/views/application/index.html.erb:18:in `_app_views_application_index_html_erb___3884365902992778522_2159203200'
|
|
1363
|
-
|
|
1364
|
-
|
|
1365
|
-
Rendered /Users/work/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.8ms)
|
|
1366
|
-
Rendered /Users/work/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms)
|
|
1367
|
-
Rendered /Users/work/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (11.0ms)
|
|
1368
|
-
|
|
1369
|
-
|
|
1370
|
-
Started GET "/" for 127.0.0.1 at 2012-03-20 16:17:22 -0400
|
|
1371
|
-
Processing by ApplicationController#index as HTML
|
|
1372
|
-
Rendered application/index.html.erb within layouts/application (60.5ms)
|
|
1373
|
-
Completed 500 Internal Server Error in 73ms
|
|
1374
|
-
|
|
1375
|
-
ActionView::Template::Error (undefined method `compute_public_path' for #<#<Class:0x00000102b677b0>:0x00000102ce9638>):
|
|
1376
|
-
15:
|
|
1377
|
-
16: A very simple example of communication javascript <-> flash:
|
|
1378
|
-
17: <hr/>
|
|
1379
|
-
18: <%= swf_tag("example", :width => 400, :height => 300, :mode => :dynamic, :id => "my_flash", :flashvars => {:message => 'yo "man" <> x="sdad" !'}, :parameters => {:allowScriptAccess => "always", :scale => "showall"}, :javascript_class => "ExampleClass") %>
|
|
1380
|
-
19: <hr/>
|
|
1381
|
-
20:
|
|
1382
|
-
21: <button :onclick => "$('my_flash').sendFlash('Hello from js...')">Say Hello!</button>
|
|
1383
|
-
app/views/application/index.html.erb:18:in `_app_views_application_index_html_erb___778866548746876390_2169269960'
|
|
1384
|
-
|
|
1385
|
-
|
|
1386
|
-
Rendered /Users/work/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.9ms)
|
|
1387
|
-
Rendered /Users/work/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms)
|
|
1388
|
-
Rendered /Users/work/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (10.9ms)
|
|
1389
|
-
|
|
1390
|
-
|
|
1391
|
-
Started GET "/" for 127.0.0.1 at 2012-03-20 23:26:55 -0400
|
|
1392
|
-
Processing by ApplicationController#index as HTML
|
|
1393
|
-
Rendered application/index.html.erb within layouts/application (8.7ms)
|
|
1394
|
-
Completed 500 Internal Server Error in 19ms
|
|
1395
|
-
|
|
1396
|
-
ActionView::Template::Error (can't convert Symbol into Integer):
|
|
1397
|
-
15:
|
|
1398
|
-
16: A very simple example of communication javascript <-> flash:
|
|
1399
|
-
17: <hr/>
|
|
1400
|
-
18: <%= swf_tag("example", :width => 400, :height => 300, :mode => :dynamic, :id => "my_flash", :flashvars => {:message => 'yo "man" <> x="sdad" !'}, :parameters => {:allowScriptAccess => "always", :scale => "showall"}, :javascript_class => "ExampleClass") %>
|
|
1401
|
-
19: <hr/>
|
|
1402
|
-
20:
|
|
1403
|
-
21: <button :onclick => "$('my_flash').sendFlash('Hello from js...')">Say Hello!</button>
|
|
1404
|
-
app/views/application/index.html.erb:18:in `_app_views_application_index_html_erb___778866548746876390_2169269960'
|
|
1405
|
-
|
|
1406
|
-
|
|
1407
|
-
Rendered /Users/work/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (5.1ms)
|
|
1408
|
-
Rendered /Users/work/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.7ms)
|
|
1409
|
-
Rendered /Users/work/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (16.3ms)
|
|
1410
|
-
|
|
1411
|
-
|
|
1412
|
-
Started GET "/" for 127.0.0.1 at 2012-03-21 00:47:23 -0400
|
|
1413
|
-
Processing by ApplicationController#index as HTML
|
|
1414
|
-
Rendered application/index.html.erb within layouts/application (34.4ms)
|
|
1415
|
-
Completed 200 OK in 75ms (Views: 74.2ms | ActiveRecord: 0.0ms)
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-21 00:47:23 -0400
|
|
1419
|
-
Served asset /jquery.js - 304 Not Modified (10ms)
|
|
1420
|
-
|
|
1421
|
-
|
|
1422
|
-
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-21 00:47:23 -0400
|
|
1423
|
-
Served asset /jquery_ujs.js - 304 Not Modified (2ms)
|
|
1424
|
-
|
|
1425
|
-
|
|
1426
|
-
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-03-21 00:47:23 -0400
|
|
1427
|
-
Served asset /application.css - 304 Not Modified (2ms)
|
|
1428
|
-
|
|
1429
|
-
|
|
1430
|
-
Started GET "/assets/swfobject.js?body=1" for 127.0.0.1 at 2012-03-21 00:47:23 -0400
|
|
1431
|
-
Served asset /swfobject.js - 304 Not Modified (2ms)
|
|
1432
|
-
|
|
1433
|
-
|
|
1434
|
-
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-03-21 00:47:23 -0400
|
|
1435
|
-
Served asset /application.js - 304 Not Modified (5ms)
|
|
1436
|
-
|
|
1437
|
-
|
|
1438
|
-
Started GET "/swfs/example.swf" for 127.0.0.1 at 2012-03-21 00:47:24 -0400
|
|
1439
|
-
|
|
1440
|
-
ActionController::RoutingError (No route matches [GET] "/swfs/example.swf"):
|
|
1441
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
|
1442
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
|
1443
|
-
railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app'
|
|
1444
|
-
railties (3.2.2) lib/rails/rack/logger.rb:16:in `call'
|
|
1445
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
|
1446
|
-
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
|
|
1447
|
-
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
|
|
1448
|
-
activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
|
1449
|
-
rack (1.4.1) lib/rack/lock.rb:15:in `call'
|
|
1450
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call'
|
|
1451
|
-
railties (3.2.2) lib/rails/engine.rb:479:in `call'
|
|
1452
|
-
railties (3.2.2) lib/rails/application.rb:220:in `call'
|
|
1453
|
-
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
|
|
1454
|
-
railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call'
|
|
1455
|
-
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
|
|
1456
|
-
/Users/work/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
|
1457
|
-
/Users/work/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
|
1458
|
-
/Users/work/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
|
1459
|
-
|
|
1460
|
-
|
|
1461
|
-
Rendered /Users/work/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms)
|
|
1462
|
-
|
|
1463
|
-
|
|
1464
|
-
Started GET "/" for 127.0.0.1 at 2012-03-21 00:55:19 -0400
|
|
1465
|
-
Processing by ApplicationController#index as HTML
|
|
1466
|
-
Rendered application/index.html.erb within layouts/application (5.5ms)
|
|
1467
|
-
Completed 500 Internal Server Error in 144ms
|
|
1468
|
-
|
|
1469
|
-
ActionView::Template::Error (cannot load such file -- coffee_script
|
|
1470
|
-
(in /Users/work/swf_fu/vendor/plugins/swf_fu/test/dummy/app/assets/javascripts/example.js.coffee)):
|
|
1471
|
-
3: <head>
|
|
1472
|
-
4: <title>Dummy</title>
|
|
1473
|
-
5: <%= stylesheet_link_tag "application", :media => "all" %>
|
|
1474
|
-
6: <%= javascript_include_tag "application" %>
|
|
1475
|
-
7: <%= csrf_meta_tags %>
|
|
1476
|
-
8: </head>
|
|
1477
|
-
9: <body>
|
|
1478
|
-
app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb__2430009429543234295_2174838160'
|
|
5
|
+
Started GET "/" for 127.0.0.1 at 2012-08-04 22:03:48 -0400
|
|
6
|
+
Connecting to database specified by database.yml
|
|
7
|
+
Processing by ApplicationController#example as HTML
|
|
8
|
+
Rendered application/example.html.erb within layouts/application (38.5ms)
|
|
9
|
+
Compiled application.css (0ms) (pid 31556)
|
|
10
|
+
Compiled jquery.js (2ms) (pid 31556)
|
|
11
|
+
Compiled jquery_ujs.js (0ms) (pid 31556)
|
|
12
|
+
Compiled example.js (150ms) (pid 31556)
|
|
13
|
+
Compiled swfobject.js (1ms) (pid 31556)
|
|
14
|
+
Compiled swf_fu.js (182ms) (pid 31556)
|
|
15
|
+
Compiled application.js (390ms) (pid 31556)
|
|
16
|
+
Completed 200 OK in 501ms (Views: 500.2ms | ActiveRecord: 0.0ms)
|
|
1479
17
|
|
|
1480
18
|
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
Rendered /Users/work/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (14.0ms)
|
|
19
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-04 22:03:49 -0400
|
|
20
|
+
Served asset /jquery_ujs.js - 200 OK (57ms)
|
|
1484
21
|
|
|
1485
22
|
|
|
1486
|
-
Started GET "/" for 127.0.0.1 at 2012-
|
|
1487
|
-
|
|
1488
|
-
Rendered application/index.html.erb within layouts/application (5.8ms)
|
|
1489
|
-
Compiled example.js (195ms) (pid 92787)
|
|
1490
|
-
Compiled application.js (212ms) (pid 92787)
|
|
1491
|
-
Completed 200 OK in 297ms (Views: 296.1ms | ActiveRecord: 0.0ms)
|
|
23
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-04 22:03:49 -0400
|
|
24
|
+
Served asset /jquery.js - 200 OK (16ms)
|
|
1492
25
|
|
|
1493
26
|
|
|
1494
|
-
Started GET "/assets/example.js?body=1" for 127.0.0.1 at 2012-
|
|
27
|
+
Started GET "/assets/example.js?body=1" for 127.0.0.1 at 2012-08-04 22:03:49 -0400
|
|
1495
28
|
Served asset /example.js - 200 OK (2ms)
|
|
1496
29
|
|
|
1497
30
|
|
|
1498
|
-
Started GET "/assets/
|
|
1499
|
-
Served asset /
|
|
1500
|
-
|
|
1501
|
-
|
|
1502
|
-
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-03-21 00:56:46 -0400
|
|
1503
|
-
Served asset /application.js - 304 Not Modified (8ms)
|
|
1504
|
-
|
|
1505
|
-
|
|
1506
|
-
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-21 00:56:46 -0400
|
|
1507
|
-
Served asset /jquery_ujs.js - 304 Not Modified (2ms)
|
|
1508
|
-
|
|
1509
|
-
|
|
1510
|
-
Started GET "/assets/swfobject.js?body=1" for 127.0.0.1 at 2012-03-21 00:56:46 -0400
|
|
1511
|
-
Served asset /swfobject.js - 304 Not Modified (2ms)
|
|
31
|
+
Started GET "/assets/swfobject.js?body=1" for 127.0.0.1 at 2012-08-04 22:03:49 -0400
|
|
32
|
+
Served asset /swfobject.js - 200 OK (3ms)
|
|
1512
33
|
|
|
1513
34
|
|
|
1514
|
-
Started GET "/assets/
|
|
1515
|
-
Served asset /
|
|
35
|
+
Started GET "/assets/swf_fu.js?body=1" for 127.0.0.1 at 2012-08-04 22:03:49 -0400
|
|
36
|
+
Served asset /swf_fu.js - 200 OK (6ms)
|
|
1516
37
|
|
|
1517
38
|
|
|
1518
|
-
Started GET "/swfs/example.swf" for 127.0.0.1 at 2012-
|
|
39
|
+
Started GET "/swfs/example.swf" for 127.0.0.1 at 2012-08-04 22:03:51 -0400
|
|
1519
40
|
|
|
1520
41
|
ActionController::RoutingError (No route matches [GET] "/swfs/example.swf"):
|
|
1521
|
-
actionpack (3.2.
|
|
1522
|
-
actionpack (3.2.
|
|
1523
|
-
railties (3.2.
|
|
1524
|
-
railties (3.2.
|
|
1525
|
-
actionpack (3.2.
|
|
42
|
+
actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
|
43
|
+
actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
|
44
|
+
railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
|
|
45
|
+
railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
|
|
46
|
+
actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
|
1526
47
|
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
|
|
1527
48
|
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
|
|
1528
|
-
activesupport (3.2.
|
|
49
|
+
activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
|
1529
50
|
rack (1.4.1) lib/rack/lock.rb:15:in `call'
|
|
1530
|
-
actionpack (3.2.
|
|
1531
|
-
railties (3.2.
|
|
1532
|
-
railties (3.2.
|
|
51
|
+
actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
|
|
52
|
+
railties (3.2.6) lib/rails/engine.rb:479:in `call'
|
|
53
|
+
railties (3.2.6) lib/rails/application.rb:220:in `call'
|
|
1533
54
|
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
|
|
1534
|
-
railties (3.2.
|
|
55
|
+
railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
|
|
1535
56
|
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
|
|
1536
|
-
/Users/work/.rvm/rubies/ruby-1.9.3-
|
|
1537
|
-
/Users/work/.rvm/rubies/ruby-1.9.3-
|
|
1538
|
-
/Users/work/.rvm/rubies/ruby-1.9.3-
|
|
1539
|
-
|
|
1540
|
-
|
|
1541
|
-
Rendered /Users/work/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.4ms)
|
|
1542
|
-
|
|
1543
|
-
|
|
1544
|
-
Started GET "/" for 127.0.0.1 at 2012-03-21 00:57:59 -0400
|
|
1545
|
-
Processing by ApplicationController#index as HTML
|
|
1546
|
-
Rendered application/index.html.erb within layouts/application (1.5ms)
|
|
1547
|
-
Completed 200 OK in 36ms (Views: 35.8ms | ActiveRecord: 0.0ms)
|
|
1548
|
-
|
|
1549
|
-
|
|
1550
|
-
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-21 00:57:59 -0400
|
|
1551
|
-
Served asset /jquery.js - 304 Not Modified (0ms)
|
|
1552
|
-
|
|
1553
|
-
|
|
1554
|
-
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-03-21 00:57:59 -0400
|
|
1555
|
-
Served asset /application.css - 304 Not Modified (0ms)
|
|
1556
|
-
|
|
1557
|
-
|
|
1558
|
-
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-21 00:57:59 -0400
|
|
1559
|
-
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
|
1560
|
-
|
|
1561
|
-
|
|
1562
|
-
Started GET "/assets/example.js?body=1" for 127.0.0.1 at 2012-03-21 00:57:59 -0400
|
|
1563
|
-
Served asset /example.js - 304 Not Modified (0ms)
|
|
1564
|
-
|
|
1565
|
-
|
|
1566
|
-
Started GET "/assets/swfobject.js?body=1" for 127.0.0.1 at 2012-03-21 00:57:59 -0400
|
|
1567
|
-
Served asset /swfobject.js - 304 Not Modified (0ms)
|
|
1568
|
-
|
|
1569
|
-
|
|
1570
|
-
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-03-21 00:57:59 -0400
|
|
1571
|
-
Served asset /application.js - 304 Not Modified (0ms)
|
|
1572
|
-
|
|
1573
|
-
|
|
1574
|
-
Started GET "/swfs/example.swf" for 127.0.0.1 at 2012-03-21 00:58:00 -0400
|
|
1575
|
-
|
|
1576
|
-
ActionController::RoutingError (No route matches [GET] "/swfs/example.swf"):
|
|
1577
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
|
1578
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
|
1579
|
-
railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app'
|
|
1580
|
-
railties (3.2.2) lib/rails/rack/logger.rb:16:in `call'
|
|
1581
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
|
1582
|
-
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
|
|
1583
|
-
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
|
|
1584
|
-
activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
|
1585
|
-
rack (1.4.1) lib/rack/lock.rb:15:in `call'
|
|
1586
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call'
|
|
1587
|
-
railties (3.2.2) lib/rails/engine.rb:479:in `call'
|
|
1588
|
-
railties (3.2.2) lib/rails/application.rb:220:in `call'
|
|
1589
|
-
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
|
|
1590
|
-
railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call'
|
|
1591
|
-
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
|
|
1592
|
-
/Users/work/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
|
1593
|
-
/Users/work/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
|
1594
|
-
/Users/work/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
|
1595
|
-
|
|
1596
|
-
|
|
1597
|
-
Rendered /Users/work/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.1ms)
|
|
1598
|
-
|
|
1599
|
-
|
|
1600
|
-
Started GET "/swfs/example.swf" for 127.0.0.1 at 2012-03-21 00:58:05 -0400
|
|
1601
|
-
|
|
1602
|
-
ActionController::RoutingError (No route matches [GET] "/swfs/example.swf"):
|
|
1603
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
|
1604
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
|
1605
|
-
railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app'
|
|
1606
|
-
railties (3.2.2) lib/rails/rack/logger.rb:16:in `call'
|
|
1607
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
|
1608
|
-
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
|
|
1609
|
-
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
|
|
1610
|
-
activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
|
1611
|
-
rack (1.4.1) lib/rack/lock.rb:15:in `call'
|
|
1612
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call'
|
|
1613
|
-
railties (3.2.2) lib/rails/engine.rb:479:in `call'
|
|
1614
|
-
railties (3.2.2) lib/rails/application.rb:220:in `call'
|
|
1615
|
-
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
|
|
1616
|
-
railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call'
|
|
1617
|
-
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
|
|
1618
|
-
/Users/work/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
|
1619
|
-
/Users/work/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
|
1620
|
-
/Users/work/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
|
1621
|
-
|
|
1622
|
-
|
|
1623
|
-
Rendered /Users/work/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms)
|
|
1624
|
-
|
|
1625
|
-
|
|
1626
|
-
Started GET "/swfs/example.swf" for 127.0.0.1 at 2012-03-21 00:58:06 -0400
|
|
1627
|
-
|
|
1628
|
-
ActionController::RoutingError (No route matches [GET] "/swfs/example.swf"):
|
|
1629
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
|
1630
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
|
1631
|
-
railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app'
|
|
1632
|
-
railties (3.2.2) lib/rails/rack/logger.rb:16:in `call'
|
|
1633
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
|
1634
|
-
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
|
|
1635
|
-
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
|
|
1636
|
-
activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
|
1637
|
-
rack (1.4.1) lib/rack/lock.rb:15:in `call'
|
|
1638
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call'
|
|
1639
|
-
railties (3.2.2) lib/rails/engine.rb:479:in `call'
|
|
1640
|
-
railties (3.2.2) lib/rails/application.rb:220:in `call'
|
|
1641
|
-
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
|
|
1642
|
-
railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call'
|
|
1643
|
-
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
|
|
1644
|
-
/Users/work/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
|
1645
|
-
/Users/work/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
|
1646
|
-
/Users/work/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
|
1647
|
-
|
|
1648
|
-
|
|
1649
|
-
Rendered /Users/work/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms)
|
|
1650
|
-
|
|
1651
|
-
|
|
1652
|
-
Started GET "/swfs/example.swf" for 127.0.0.1 at 2012-03-21 00:58:08 -0400
|
|
1653
|
-
|
|
1654
|
-
ActionController::RoutingError (No route matches [GET] "/swfs/example.swf"):
|
|
1655
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
|
1656
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
|
1657
|
-
railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app'
|
|
1658
|
-
railties (3.2.2) lib/rails/rack/logger.rb:16:in `call'
|
|
1659
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
|
1660
|
-
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
|
|
1661
|
-
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
|
|
1662
|
-
activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
|
1663
|
-
rack (1.4.1) lib/rack/lock.rb:15:in `call'
|
|
1664
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call'
|
|
1665
|
-
railties (3.2.2) lib/rails/engine.rb:479:in `call'
|
|
1666
|
-
railties (3.2.2) lib/rails/application.rb:220:in `call'
|
|
1667
|
-
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
|
|
1668
|
-
railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call'
|
|
1669
|
-
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
|
|
1670
|
-
/Users/work/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
|
1671
|
-
/Users/work/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
|
1672
|
-
/Users/work/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
|
1673
|
-
|
|
1674
|
-
|
|
1675
|
-
Rendered /Users/work/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms)
|
|
1676
|
-
|
|
1677
|
-
|
|
1678
|
-
Started GET "/swfs/example.swf" for 127.0.0.1 at 2012-03-21 00:58:08 -0400
|
|
1679
|
-
|
|
1680
|
-
ActionController::RoutingError (No route matches [GET] "/swfs/example.swf"):
|
|
1681
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
|
1682
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
|
1683
|
-
railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app'
|
|
1684
|
-
railties (3.2.2) lib/rails/rack/logger.rb:16:in `call'
|
|
1685
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
|
1686
|
-
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
|
|
1687
|
-
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
|
|
1688
|
-
activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
|
1689
|
-
rack (1.4.1) lib/rack/lock.rb:15:in `call'
|
|
1690
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call'
|
|
1691
|
-
railties (3.2.2) lib/rails/engine.rb:479:in `call'
|
|
1692
|
-
railties (3.2.2) lib/rails/application.rb:220:in `call'
|
|
1693
|
-
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
|
|
1694
|
-
railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call'
|
|
1695
|
-
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
|
|
1696
|
-
/Users/work/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
|
1697
|
-
/Users/work/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
|
1698
|
-
/Users/work/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
|
1699
|
-
|
|
1700
|
-
|
|
1701
|
-
Rendered /Users/work/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.3ms)
|
|
1702
|
-
|
|
1703
|
-
|
|
1704
|
-
Started GET "/swfs/example.swf" for 127.0.0.1 at 2012-03-21 00:58:08 -0400
|
|
1705
|
-
|
|
1706
|
-
ActionController::RoutingError (No route matches [GET] "/swfs/example.swf"):
|
|
1707
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
|
1708
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
|
1709
|
-
railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app'
|
|
1710
|
-
railties (3.2.2) lib/rails/rack/logger.rb:16:in `call'
|
|
1711
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
|
1712
|
-
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
|
|
1713
|
-
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
|
|
1714
|
-
activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
|
1715
|
-
rack (1.4.1) lib/rack/lock.rb:15:in `call'
|
|
1716
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call'
|
|
1717
|
-
railties (3.2.2) lib/rails/engine.rb:479:in `call'
|
|
1718
|
-
railties (3.2.2) lib/rails/application.rb:220:in `call'
|
|
1719
|
-
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
|
|
1720
|
-
railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call'
|
|
1721
|
-
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
|
|
1722
|
-
/Users/work/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
|
1723
|
-
/Users/work/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
|
1724
|
-
/Users/work/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
|
1725
|
-
|
|
1726
|
-
|
|
1727
|
-
Rendered /Users/work/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.1ms)
|
|
1728
|
-
|
|
1729
|
-
|
|
1730
|
-
Started GET "/swfs/example.swf" for 127.0.0.1 at 2012-03-21 00:58:09 -0400
|
|
1731
|
-
|
|
1732
|
-
ActionController::RoutingError (No route matches [GET] "/swfs/example.swf"):
|
|
1733
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
|
1734
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
|
1735
|
-
railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app'
|
|
1736
|
-
railties (3.2.2) lib/rails/rack/logger.rb:16:in `call'
|
|
1737
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
|
1738
|
-
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
|
|
1739
|
-
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
|
|
1740
|
-
activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
|
1741
|
-
rack (1.4.1) lib/rack/lock.rb:15:in `call'
|
|
1742
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call'
|
|
1743
|
-
railties (3.2.2) lib/rails/engine.rb:479:in `call'
|
|
1744
|
-
railties (3.2.2) lib/rails/application.rb:220:in `call'
|
|
1745
|
-
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
|
|
1746
|
-
railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call'
|
|
1747
|
-
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
|
|
1748
|
-
/Users/work/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
|
1749
|
-
/Users/work/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
|
1750
|
-
/Users/work/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
|
1751
|
-
|
|
1752
|
-
|
|
1753
|
-
Rendered /Users/work/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms)
|
|
1754
|
-
|
|
1755
|
-
|
|
1756
|
-
Started GET "/" for 127.0.0.1 at 2012-03-21 00:58:18 -0400
|
|
1757
|
-
Processing by ApplicationController#index as HTML
|
|
1758
|
-
Rendered application/index.html.erb within layouts/application (0.9ms)
|
|
1759
|
-
Completed 200 OK in 6ms (Views: 5.5ms | ActiveRecord: 0.0ms)
|
|
1760
|
-
|
|
1761
|
-
|
|
1762
|
-
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-03-21 00:58:18 -0400
|
|
1763
|
-
Served asset /application.css - 304 Not Modified (0ms)
|
|
1764
|
-
|
|
1765
|
-
|
|
1766
|
-
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-21 00:58:18 -0400
|
|
1767
|
-
Served asset /jquery.js - 304 Not Modified (0ms)
|
|
1768
|
-
|
|
1769
|
-
|
|
1770
|
-
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-21 00:58:18 -0400
|
|
1771
|
-
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
|
1772
|
-
|
|
1773
|
-
|
|
1774
|
-
Started GET "/assets/example.js?body=1" for 127.0.0.1 at 2012-03-21 00:58:18 -0400
|
|
1775
|
-
Served asset /example.js - 304 Not Modified (0ms)
|
|
1776
|
-
|
|
1777
|
-
|
|
1778
|
-
Started GET "/assets/swfobject.js?body=1" for 127.0.0.1 at 2012-03-21 00:58:18 -0400
|
|
1779
|
-
Served asset /swfobject.js - 304 Not Modified (0ms)
|
|
1780
|
-
|
|
1781
|
-
|
|
1782
|
-
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-03-21 00:58:18 -0400
|
|
1783
|
-
Served asset /application.js - 304 Not Modified (0ms)
|
|
1784
|
-
|
|
1785
|
-
|
|
1786
|
-
Started GET "/" for 127.0.0.1 at 2012-03-21 00:59:54 -0400
|
|
1787
|
-
Processing by ApplicationController#index as HTML
|
|
1788
|
-
Rendered application/index.html.erb within layouts/application (1.9ms)
|
|
1789
|
-
Completed 200 OK in 6ms (Views: 6.2ms | ActiveRecord: 0.0ms)
|
|
1790
|
-
|
|
1791
|
-
|
|
1792
|
-
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-03-21 00:59:54 -0400
|
|
1793
|
-
Served asset /application.css - 304 Not Modified (0ms)
|
|
1794
|
-
|
|
1795
|
-
|
|
1796
|
-
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-21 00:59:54 -0400
|
|
1797
|
-
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
|
1798
|
-
|
|
1799
|
-
|
|
1800
|
-
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-21 00:59:54 -0400
|
|
1801
|
-
Served asset /jquery.js - 304 Not Modified (0ms)
|
|
1802
|
-
|
|
1803
|
-
|
|
1804
|
-
Started GET "/assets/swfobject.js?body=1" for 127.0.0.1 at 2012-03-21 00:59:54 -0400
|
|
1805
|
-
Served asset /swfobject.js - 304 Not Modified (0ms)
|
|
1806
|
-
|
|
1807
|
-
|
|
1808
|
-
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-03-21 00:59:54 -0400
|
|
1809
|
-
Served asset /application.js - 304 Not Modified (0ms)
|
|
1810
|
-
|
|
1811
|
-
|
|
1812
|
-
Started GET "/assets/example.js?body=1" for 127.0.0.1 at 2012-03-21 00:59:54 -0400
|
|
1813
|
-
Served asset /example.js - 304 Not Modified (0ms)
|
|
1814
|
-
|
|
1815
|
-
|
|
1816
|
-
Started GET "/" for 127.0.0.1 at 2012-03-21 01:02:11 -0400
|
|
1817
|
-
Processing by ApplicationController#index as HTML
|
|
1818
|
-
Rendered application/index.html.erb within layouts/application (1.2ms)
|
|
1819
|
-
Compiled example.js (119ms) (pid 92787)
|
|
1820
|
-
Compiled application.js (5ms) (pid 92787)
|
|
1821
|
-
Completed 200 OK in 213ms (Views: 212.6ms | ActiveRecord: 0.0ms)
|
|
1822
|
-
|
|
1823
|
-
|
|
1824
|
-
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-21 01:02:11 -0400
|
|
1825
|
-
Served asset /jquery.js - 304 Not Modified (0ms)
|
|
1826
|
-
|
|
1827
|
-
|
|
1828
|
-
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-21 01:02:11 -0400
|
|
1829
|
-
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
|
1830
|
-
|
|
1831
|
-
|
|
1832
|
-
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-03-21 01:02:11 -0400
|
|
1833
|
-
Served asset /application.css - 304 Not Modified (0ms)
|
|
1834
|
-
|
|
1835
|
-
|
|
1836
|
-
Started GET "/assets/example.js?body=1" for 127.0.0.1 at 2012-03-21 01:02:11 -0400
|
|
1837
|
-
Served asset /example.js - 200 OK (2ms)
|
|
1838
|
-
|
|
1839
|
-
|
|
1840
|
-
Started GET "/assets/swfobject.js?body=1" for 127.0.0.1 at 2012-03-21 01:02:11 -0400
|
|
1841
|
-
Served asset /swfobject.js - 304 Not Modified (0ms)
|
|
1842
|
-
|
|
1843
|
-
|
|
1844
|
-
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-03-21 01:02:11 -0400
|
|
1845
|
-
Served asset /application.js - 304 Not Modified (11ms)
|
|
1846
|
-
|
|
1847
|
-
|
|
1848
|
-
Started GET "/" for 127.0.0.1 at 2012-03-21 01:03:18 -0400
|
|
1849
|
-
Processing by ApplicationController#index as HTML
|
|
1850
|
-
Rendered application/index.html.erb within layouts/application (0.9ms)
|
|
1851
|
-
Compiled example.js (215ms) (pid 92787)
|
|
1852
|
-
Compiled application.js (5ms) (pid 92787)
|
|
1853
|
-
Completed 200 OK in 295ms (Views: 294.5ms | ActiveRecord: 0.0ms)
|
|
1854
|
-
|
|
1855
|
-
|
|
1856
|
-
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-03-21 01:03:18 -0400
|
|
1857
|
-
Served asset /application.css - 304 Not Modified (0ms)
|
|
1858
|
-
|
|
1859
|
-
|
|
1860
|
-
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-21 01:03:18 -0400
|
|
1861
|
-
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
|
1862
|
-
|
|
1863
|
-
|
|
1864
|
-
Started GET "/assets/swfobject.js?body=1" for 127.0.0.1 at 2012-03-21 01:03:18 -0400
|
|
1865
|
-
Served asset /swfobject.js - 304 Not Modified (0ms)
|
|
1866
|
-
|
|
1867
|
-
|
|
1868
|
-
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-21 01:03:18 -0400
|
|
1869
|
-
Served asset /jquery.js - 304 Not Modified (0ms)
|
|
1870
|
-
|
|
1871
|
-
|
|
1872
|
-
Started GET "/assets/example.js?body=1" for 127.0.0.1 at 2012-03-21 01:03:18 -0400
|
|
1873
|
-
Served asset /example.js - 200 OK (2ms)
|
|
1874
|
-
|
|
1875
|
-
|
|
1876
|
-
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-03-21 01:03:18 -0400
|
|
1877
|
-
Served asset /application.js - 304 Not Modified (8ms)
|
|
1878
|
-
|
|
1879
|
-
|
|
1880
|
-
Started GET "/" for 127.0.0.1 at 2012-03-21 01:03:59 -0400
|
|
1881
|
-
Processing by ApplicationController#index as HTML
|
|
1882
|
-
Rendered application/index.html.erb within layouts/application (0.8ms)
|
|
1883
|
-
Compiled example.js (114ms) (pid 92787)
|
|
1884
|
-
Compiled application.js (5ms) (pid 92787)
|
|
1885
|
-
Completed 200 OK in 194ms (Views: 193.6ms | ActiveRecord: 0.0ms)
|
|
1886
|
-
|
|
1887
|
-
|
|
1888
|
-
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-21 01:04:00 -0400
|
|
1889
|
-
Served asset /jquery_ujs.js - 304 Not Modified (1ms)
|
|
1890
|
-
|
|
1891
|
-
|
|
1892
|
-
Started GET "/assets/swfobject.js?body=1" for 127.0.0.1 at 2012-03-21 01:04:00 -0400
|
|
1893
|
-
Served asset /swfobject.js - 304 Not Modified (0ms)
|
|
1894
|
-
|
|
1895
|
-
|
|
1896
|
-
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-21 01:04:00 -0400
|
|
1897
|
-
Served asset /jquery.js - 304 Not Modified (0ms)
|
|
1898
|
-
|
|
1899
|
-
|
|
1900
|
-
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-03-21 01:04:00 -0400
|
|
1901
|
-
Served asset /application.css - 304 Not Modified (0ms)
|
|
1902
|
-
|
|
1903
|
-
|
|
1904
|
-
Started GET "/assets/example.js?body=1" for 127.0.0.1 at 2012-03-21 01:04:00 -0400
|
|
1905
|
-
Served asset /example.js - 200 OK (2ms)
|
|
1906
|
-
|
|
1907
|
-
|
|
1908
|
-
Started GET "/" for 127.0.0.1 at 2012-03-21 01:05:15 -0400
|
|
1909
|
-
Processing by ApplicationController#index as HTML
|
|
1910
|
-
Rendered application/index.html.erb within layouts/application (0.8ms)
|
|
1911
|
-
Compiled example.js (134ms) (pid 92787)
|
|
1912
|
-
Compiled application.js (5ms) (pid 92787)
|
|
1913
|
-
Completed 200 OK in 213ms (Views: 212.5ms | ActiveRecord: 0.0ms)
|
|
1914
|
-
|
|
1915
|
-
|
|
1916
|
-
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-21 01:05:15 -0400
|
|
1917
|
-
Served asset /jquery.js - 304 Not Modified (0ms)
|
|
1918
|
-
|
|
1919
|
-
|
|
1920
|
-
Started GET "/assets/example.js?body=1" for 127.0.0.1 at 2012-03-21 01:05:15 -0400
|
|
1921
|
-
Served asset /example.js - 200 OK (4ms)
|
|
1922
|
-
|
|
1923
|
-
|
|
1924
|
-
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-21 01:05:15 -0400
|
|
1925
|
-
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
|
1926
|
-
|
|
1927
|
-
|
|
1928
|
-
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-03-21 01:05:15 -0400
|
|
1929
|
-
Served asset /application.js - 200 OK (10ms)
|
|
1930
|
-
|
|
1931
|
-
|
|
1932
|
-
Started GET "/assets/swfobject.js?body=1" for 127.0.0.1 at 2012-03-21 01:05:15 -0400
|
|
1933
|
-
Served asset /swfobject.js - 304 Not Modified (0ms)
|
|
1934
|
-
|
|
1935
|
-
|
|
1936
|
-
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-03-21 01:05:15 -0400
|
|
1937
|
-
Served asset /application.css - 304 Not Modified (0ms)
|
|
1938
|
-
|
|
1939
|
-
|
|
1940
|
-
Started GET "/" for 127.0.0.1 at 2012-03-21 01:05:27 -0400
|
|
1941
|
-
Processing by ApplicationController#index as HTML
|
|
1942
|
-
Rendered application/index.html.erb within layouts/application (0.8ms)
|
|
1943
|
-
Compiled example.js (109ms) (pid 92787)
|
|
1944
|
-
Compiled application.js (5ms) (pid 92787)
|
|
1945
|
-
Completed 200 OK in 188ms (Views: 187.5ms | ActiveRecord: 0.0ms)
|
|
1946
|
-
|
|
1947
|
-
|
|
1948
|
-
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-03-21 01:05:28 -0400
|
|
1949
|
-
Served asset /application.css - 304 Not Modified (0ms)
|
|
1950
|
-
|
|
1951
|
-
|
|
1952
|
-
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-21 01:05:28 -0400
|
|
1953
|
-
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
|
1954
|
-
|
|
1955
|
-
|
|
1956
|
-
Started GET "/assets/example.js?body=1" for 127.0.0.1 at 2012-03-21 01:05:28 -0400
|
|
1957
|
-
Served asset /example.js - 200 OK (1ms)
|
|
1958
|
-
|
|
1959
|
-
|
|
1960
|
-
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-21 01:05:28 -0400
|
|
1961
|
-
Served asset /jquery.js - 304 Not Modified (0ms)
|
|
1962
|
-
|
|
1963
|
-
|
|
1964
|
-
Started GET "/assets/swfobject.js?body=1" for 127.0.0.1 at 2012-03-21 01:05:28 -0400
|
|
1965
|
-
Served asset /swfobject.js - 304 Not Modified (0ms)
|
|
1966
|
-
|
|
1967
|
-
|
|
1968
|
-
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-03-21 01:05:28 -0400
|
|
1969
|
-
Served asset /application.js - 304 Not Modified (7ms)
|
|
1970
|
-
|
|
1971
|
-
|
|
1972
|
-
Started GET "/" for 127.0.0.1 at 2012-03-21 01:05:47 -0400
|
|
1973
|
-
Processing by ApplicationController#index as HTML
|
|
1974
|
-
Rendered application/index.html.erb within layouts/application (1.2ms)
|
|
1975
|
-
Compiled example.js (118ms) (pid 92787)
|
|
1976
|
-
Compiled application.js (4ms) (pid 92787)
|
|
1977
|
-
Completed 200 OK in 200ms (Views: 199.6ms | ActiveRecord: 0.0ms)
|
|
1978
|
-
|
|
1979
|
-
|
|
1980
|
-
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-21 01:05:48 -0400
|
|
1981
|
-
Served asset /jquery.js - 304 Not Modified (0ms)
|
|
1982
|
-
|
|
1983
|
-
|
|
1984
|
-
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-21 01:05:48 -0400
|
|
1985
|
-
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
|
1986
|
-
|
|
1987
|
-
|
|
1988
|
-
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-03-21 01:05:48 -0400
|
|
1989
|
-
Served asset /application.css - 304 Not Modified (0ms)
|
|
1990
|
-
|
|
1991
|
-
|
|
1992
|
-
Started GET "/assets/example.js?body=1" for 127.0.0.1 at 2012-03-21 01:05:48 -0400
|
|
1993
|
-
Served asset /example.js - 200 OK (1ms)
|
|
1994
|
-
|
|
1995
|
-
|
|
1996
|
-
Started GET "/assets/swfobject.js?body=1" for 127.0.0.1 at 2012-03-21 01:05:48 -0400
|
|
1997
|
-
Served asset /swfobject.js - 304 Not Modified (0ms)
|
|
1998
|
-
|
|
1999
|
-
|
|
2000
|
-
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-03-21 01:05:48 -0400
|
|
2001
|
-
Served asset /application.js - 304 Not Modified (18ms)
|
|
2002
|
-
|
|
2003
|
-
|
|
2004
|
-
Started GET "/" for 127.0.0.1 at 2012-03-21 01:06:02 -0400
|
|
2005
|
-
Processing by ApplicationController#index as HTML
|
|
2006
|
-
Rendered application/index.html.erb within layouts/application (0.7ms)
|
|
2007
|
-
Completed 500 Internal Server Error in 142ms
|
|
2008
|
-
|
|
2009
|
-
ActionView::Template::Error (Error: Parse error on line 11: Unexpected 'EXTENDS'
|
|
2010
|
-
(in /Users/work/swf_fu/vendor/plugins/swf_fu/test/dummy/app/assets/javascripts/example.js.coffee)):
|
|
2011
|
-
3: <head>
|
|
2012
|
-
4: <title>Dummy</title>
|
|
2013
|
-
5: <%= stylesheet_link_tag "application", :media => "all" %>
|
|
2014
|
-
6: <%= javascript_include_tag "application" %>
|
|
2015
|
-
7: <%= csrf_meta_tags %>
|
|
2016
|
-
8: </head>
|
|
2017
|
-
9: <body>
|
|
2018
|
-
app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb___3619889722619606350_2152383420'
|
|
2019
|
-
|
|
2020
|
-
|
|
2021
|
-
Rendered /Users/work/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (5.5ms)
|
|
2022
|
-
Rendered /Users/work/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.3ms)
|
|
2023
|
-
Rendered /Users/work/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (13.2ms)
|
|
2024
|
-
|
|
2025
|
-
|
|
2026
|
-
Started GET "/" for 127.0.0.1 at 2012-03-21 01:29:27 -0400
|
|
2027
|
-
Processing by ApplicationController#index as HTML
|
|
2028
|
-
Rendered application/index.html.erb within layouts/application (3.3ms)
|
|
2029
|
-
Compiled example.js (158ms) (pid 92787)
|
|
2030
|
-
Compiled application.js (6ms) (pid 92787)
|
|
2031
|
-
Completed 200 OK in 219ms (Views: 218.1ms | ActiveRecord: 0.0ms)
|
|
2032
|
-
|
|
2033
|
-
|
|
2034
|
-
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-03-21 01:29:28 -0400
|
|
2035
|
-
Served asset /application.css - 304 Not Modified (0ms)
|
|
2036
|
-
|
|
2037
|
-
|
|
2038
|
-
Started GET "/assets/example.js?body=1" for 127.0.0.1 at 2012-03-21 01:29:28 -0400
|
|
2039
|
-
Served asset /example.js - 200 OK (5ms)
|
|
2040
|
-
|
|
2041
|
-
|
|
2042
|
-
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-21 01:29:28 -0400
|
|
2043
|
-
Served asset /jquery.js - 304 Not Modified (0ms)
|
|
2044
|
-
|
|
2045
|
-
|
|
2046
|
-
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-21 01:29:28 -0400
|
|
2047
|
-
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
|
2048
|
-
|
|
2049
|
-
|
|
2050
|
-
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-03-21 01:29:28 -0400
|
|
2051
|
-
Served asset /application.js - 304 Not Modified (7ms)
|
|
2052
|
-
|
|
2053
|
-
|
|
2054
|
-
Started GET "/assets/swfobject.js?body=1" for 127.0.0.1 at 2012-03-21 01:29:28 -0400
|
|
2055
|
-
Served asset /swfobject.js - 304 Not Modified (0ms)
|
|
2056
|
-
|
|
2057
|
-
|
|
2058
|
-
Started GET "/" for 127.0.0.1 at 2012-03-21 01:29:47 -0400
|
|
2059
|
-
Processing by ApplicationController#index as HTML
|
|
2060
|
-
Rendered application/index.html.erb within layouts/application (1.1ms)
|
|
2061
|
-
Compiled swf_fu.js (117ms) (pid 92787)
|
|
2062
|
-
Compiled application.js (135ms) (pid 92787)
|
|
2063
|
-
Completed 200 OK in 171ms (Views: 171.1ms | ActiveRecord: 0.0ms)
|
|
2064
|
-
|
|
2065
|
-
|
|
2066
|
-
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-03-21 01:29:48 -0400
|
|
2067
|
-
Served asset /application.css - 304 Not Modified (0ms)
|
|
2068
|
-
|
|
2069
|
-
|
|
2070
|
-
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-21 01:29:48 -0400
|
|
2071
|
-
Served asset /jquery.js - 304 Not Modified (0ms)
|
|
2072
|
-
|
|
2073
|
-
|
|
2074
|
-
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-21 01:29:48 -0400
|
|
2075
|
-
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
|
2076
|
-
|
|
2077
|
-
|
|
2078
|
-
Started GET "/assets/example.js?body=1" for 127.0.0.1 at 2012-03-21 01:29:48 -0400
|
|
2079
|
-
Served asset /example.js - 304 Not Modified (0ms)
|
|
2080
|
-
|
|
2081
|
-
|
|
2082
|
-
Started GET "/assets/swf_fu.js?body=1" for 127.0.0.1 at 2012-03-21 01:29:48 -0400
|
|
2083
|
-
Served asset /swf_fu.js - 200 OK (59ms)
|
|
2084
|
-
|
|
2085
|
-
|
|
2086
|
-
Started GET "/assets/swfobject.js?body=1" for 127.0.0.1 at 2012-03-21 01:29:48 -0400
|
|
2087
|
-
Served asset /swfobject.js - 304 Not Modified (0ms)
|
|
2088
|
-
|
|
2089
|
-
|
|
2090
|
-
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-03-21 01:29:48 -0400
|
|
2091
|
-
Served asset /application.js - 200 OK (9ms)
|
|
2092
|
-
|
|
2093
|
-
|
|
2094
|
-
Started GET "/" for 127.0.0.1 at 2012-03-21 01:30:22 -0400
|
|
2095
|
-
Processing by ApplicationController#index as HTML
|
|
2096
|
-
Rendered application/index.html.erb within layouts/application (1.3ms)
|
|
2097
|
-
Compiled swf_fu.js (108ms) (pid 92787)
|
|
2098
|
-
Compiled application.js (7ms) (pid 92787)
|
|
2099
|
-
Completed 200 OK in 148ms (Views: 148.0ms | ActiveRecord: 0.0ms)
|
|
2100
|
-
|
|
2101
|
-
|
|
2102
|
-
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-21 01:30:22 -0400
|
|
2103
|
-
Served asset /jquery.js - 304 Not Modified (0ms)
|
|
2104
|
-
|
|
2105
|
-
|
|
2106
|
-
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-21 01:30:22 -0400
|
|
2107
|
-
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
|
2108
|
-
|
|
2109
|
-
|
|
2110
|
-
Started GET "/assets/example.js?body=1" for 127.0.0.1 at 2012-03-21 01:30:22 -0400
|
|
2111
|
-
Served asset /example.js - 304 Not Modified (0ms)
|
|
2112
|
-
|
|
2113
|
-
|
|
2114
|
-
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-03-21 01:30:22 -0400
|
|
2115
|
-
Served asset /application.css - 304 Not Modified (0ms)
|
|
2116
|
-
|
|
2117
|
-
|
|
2118
|
-
Started GET "/assets/swfobject.js?body=1" for 127.0.0.1 at 2012-03-21 01:30:22 -0400
|
|
2119
|
-
Served asset /swfobject.js - 304 Not Modified (0ms)
|
|
2120
|
-
|
|
2121
|
-
|
|
2122
|
-
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-03-21 01:30:22 -0400
|
|
2123
|
-
Served asset /application.js - 304 Not Modified (64ms)
|
|
2124
|
-
|
|
2125
|
-
|
|
2126
|
-
Started GET "/assets/swf_fu.js?body=1" for 127.0.0.1 at 2012-03-21 01:30:22 -0400
|
|
2127
|
-
Served asset /swf_fu.js - 200 OK (2ms)
|
|
2128
|
-
|
|
2129
|
-
|
|
2130
|
-
Started GET "/" for 127.0.0.1 at 2012-03-21 01:30:34 -0400
|
|
2131
|
-
Processing by ApplicationController#index as HTML
|
|
2132
|
-
Rendered application/index.html.erb within layouts/application (0.8ms)
|
|
2133
|
-
Compiled swf_fu.js (109ms) (pid 92787)
|
|
2134
|
-
Compiled application.js (5ms) (pid 92787)
|
|
2135
|
-
Completed 200 OK in 147ms (Views: 146.3ms | ActiveRecord: 0.0ms)
|
|
2136
|
-
|
|
2137
|
-
|
|
2138
|
-
Started GET "/assets/example.js?body=1" for 127.0.0.1 at 2012-03-21 01:30:34 -0400
|
|
2139
|
-
Served asset /example.js - 304 Not Modified (0ms)
|
|
2140
|
-
|
|
2141
|
-
|
|
2142
|
-
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-03-21 01:30:34 -0400
|
|
2143
|
-
Served asset /application.css - 304 Not Modified (0ms)
|
|
2144
|
-
|
|
2145
|
-
|
|
2146
|
-
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-21 01:30:34 -0400
|
|
2147
|
-
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
|
2148
|
-
|
|
2149
|
-
|
|
2150
|
-
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-03-21 01:30:34 -0400
|
|
2151
|
-
Served asset /application.js - 304 Not Modified (60ms)
|
|
2152
|
-
|
|
2153
|
-
|
|
2154
|
-
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-21 01:30:34 -0400
|
|
2155
|
-
Served asset /jquery.js - 304 Not Modified (0ms)
|
|
2156
|
-
|
|
2157
|
-
|
|
2158
|
-
Started GET "/assets/swf_fu.js?body=1" for 127.0.0.1 at 2012-03-21 01:30:34 -0400
|
|
2159
|
-
Served asset /swf_fu.js - 200 OK (2ms)
|
|
2160
|
-
|
|
2161
|
-
|
|
2162
|
-
Started GET "/assets/swfobject.js?body=1" for 127.0.0.1 at 2012-03-21 01:30:34 -0400
|
|
2163
|
-
Served asset /swfobject.js - 304 Not Modified (0ms)
|
|
2164
|
-
|
|
2165
|
-
|
|
2166
|
-
Started GET "/" for 127.0.0.1 at 2012-03-21 01:32:24 -0400
|
|
2167
|
-
Processing by ApplicationController#index as HTML
|
|
2168
|
-
Rendered application/index.html.erb within layouts/application (0.8ms)
|
|
2169
|
-
Compiled swf_fu.js (125ms) (pid 92787)
|
|
2170
|
-
Compiled application.js (6ms) (pid 92787)
|
|
2171
|
-
Completed 200 OK in 164ms (Views: 163.3ms | ActiveRecord: 0.0ms)
|
|
2172
|
-
|
|
2173
|
-
|
|
2174
|
-
Started GET "/assets/example.js?body=1" for 127.0.0.1 at 2012-03-21 01:32:25 -0400
|
|
2175
|
-
Served asset /example.js - 304 Not Modified (0ms)
|
|
2176
|
-
|
|
2177
|
-
|
|
2178
|
-
Started GET "/assets/swfobject.js?body=1" for 127.0.0.1 at 2012-03-21 01:32:25 -0400
|
|
2179
|
-
Served asset /swfobject.js - 304 Not Modified (0ms)
|
|
2180
|
-
|
|
2181
|
-
|
|
2182
|
-
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-21 01:32:25 -0400
|
|
2183
|
-
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
|
2184
|
-
|
|
2185
|
-
|
|
2186
|
-
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-21 01:32:25 -0400
|
|
2187
|
-
Served asset /jquery.js - 304 Not Modified (0ms)
|
|
2188
|
-
|
|
2189
|
-
|
|
2190
|
-
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-03-21 01:32:25 -0400
|
|
2191
|
-
Served asset /application.css - 304 Not Modified (0ms)
|
|
2192
|
-
|
|
2193
|
-
|
|
2194
|
-
Started GET "/assets/swf_fu.js?body=1" for 127.0.0.1 at 2012-03-21 01:32:25 -0400
|
|
2195
|
-
Served asset /swf_fu.js - 200 OK (2ms)
|
|
2196
|
-
|
|
2197
|
-
|
|
2198
|
-
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-03-21 01:32:25 -0400
|
|
2199
|
-
Served asset /application.js - 304 Not Modified (61ms)
|
|
2200
|
-
|
|
2201
|
-
|
|
2202
|
-
Started GET "/" for 127.0.0.1 at 2012-03-21 01:33:36 -0400
|
|
2203
|
-
Processing by ApplicationController#index as HTML
|
|
2204
|
-
Rendered application/index.html.erb within layouts/application (0.9ms)
|
|
2205
|
-
Completed 500 Internal Server Error in 245ms
|
|
2206
|
-
|
|
2207
|
-
ActionView::Template::Error (Error: Parse error on line 2: Unexpected 'CLASS'
|
|
2208
|
-
(in /Users/work/swf_fu/vendor/plugins/swf_fu/app/assets/javascripts/swf_fu.js.coffee)):
|
|
2209
|
-
3: <head>
|
|
2210
|
-
4: <title>Dummy</title>
|
|
2211
|
-
5: <%= stylesheet_link_tag "application", :media => "all" %>
|
|
2212
|
-
6: <%= javascript_include_tag "application" %>
|
|
2213
|
-
7: <%= csrf_meta_tags %>
|
|
2214
|
-
8: </head>
|
|
2215
|
-
9: <body>
|
|
2216
|
-
app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb___3619889722619606350_2152383420'
|
|
2217
|
-
|
|
2218
|
-
|
|
2219
|
-
Rendered /Users/work/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (5.1ms)
|
|
2220
|
-
Rendered /Users/work/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.6ms)
|
|
2221
|
-
Rendered /Users/work/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (15.9ms)
|
|
2222
|
-
|
|
2223
|
-
|
|
2224
|
-
Started GET "/" for 127.0.0.1 at 2012-03-21 01:33:46 -0400
|
|
2225
|
-
Processing by ApplicationController#index as HTML
|
|
2226
|
-
Rendered application/index.html.erb within layouts/application (1.2ms)
|
|
2227
|
-
Compiled swf_fu.js (160ms) (pid 92787)
|
|
2228
|
-
Compiled application.js (10ms) (pid 92787)
|
|
2229
|
-
Completed 200 OK in 213ms (Views: 212.2ms | ActiveRecord: 0.0ms)
|
|
2230
|
-
|
|
2231
|
-
|
|
2232
|
-
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-03-21 01:33:46 -0400
|
|
2233
|
-
Served asset /application.css - 304 Not Modified (0ms)
|
|
2234
|
-
|
|
2235
|
-
|
|
2236
|
-
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-21 01:33:46 -0400
|
|
2237
|
-
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
|
2238
|
-
|
|
2239
|
-
|
|
2240
|
-
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-21 01:33:46 -0400
|
|
2241
|
-
Served asset /jquery.js - 304 Not Modified (0ms)
|
|
2242
|
-
|
|
2243
|
-
|
|
2244
|
-
Started GET "/assets/example.js?body=1" for 127.0.0.1 at 2012-03-21 01:33:46 -0400
|
|
2245
|
-
Served asset /example.js - 304 Not Modified (1ms)
|
|
2246
|
-
|
|
2247
|
-
|
|
2248
|
-
Started GET "/assets/swfobject.js?body=1" for 127.0.0.1 at 2012-03-21 01:33:46 -0400
|
|
2249
|
-
Served asset /swfobject.js - 304 Not Modified (0ms)
|
|
2250
|
-
|
|
2251
|
-
|
|
2252
|
-
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-03-21 01:33:46 -0400
|
|
2253
|
-
Served asset /application.js - 304 Not Modified (8ms)
|
|
2254
|
-
|
|
2255
|
-
|
|
2256
|
-
Started GET "/assets/swf_fu.js?body=1" for 127.0.0.1 at 2012-03-21 01:33:46 -0400
|
|
2257
|
-
Served asset /swf_fu.js - 200 OK (2ms)
|
|
2258
|
-
|
|
2259
|
-
|
|
2260
|
-
Started GET "/" for 127.0.0.1 at 2012-03-21 01:34:00 -0400
|
|
2261
|
-
Processing by ApplicationController#index as HTML
|
|
2262
|
-
Rendered application/index.html.erb within layouts/application (1.1ms)
|
|
2263
|
-
Compiled swf_fu.js (110ms) (pid 92787)
|
|
2264
|
-
Compiled application.js (6ms) (pid 92787)
|
|
2265
|
-
Completed 200 OK in 197ms (Views: 196.7ms | ActiveRecord: 0.0ms)
|
|
2266
|
-
|
|
2267
|
-
|
|
2268
|
-
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-21 01:34:00 -0400
|
|
2269
|
-
Served asset /jquery.js - 304 Not Modified (0ms)
|
|
2270
|
-
|
|
2271
|
-
|
|
2272
|
-
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-03-21 01:34:00 -0400
|
|
2273
|
-
Served asset /application.css - 304 Not Modified (0ms)
|
|
2274
|
-
|
|
2275
|
-
|
|
2276
|
-
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-21 01:34:00 -0400
|
|
2277
|
-
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
|
2278
|
-
|
|
2279
|
-
|
|
2280
|
-
Started GET "/assets/swf_fu.js?body=1" for 127.0.0.1 at 2012-03-21 01:34:00 -0400
|
|
2281
|
-
Served asset /swf_fu.js - 200 OK (2ms)
|
|
2282
|
-
|
|
2283
|
-
|
|
2284
|
-
Started GET "/assets/swfobject.js?body=1" for 127.0.0.1 at 2012-03-21 01:34:00 -0400
|
|
2285
|
-
Served asset /swfobject.js - 304 Not Modified (0ms)
|
|
2286
|
-
|
|
2287
|
-
|
|
2288
|
-
Started GET "/assets/example.js?body=1" for 127.0.0.1 at 2012-03-21 01:34:00 -0400
|
|
2289
|
-
Served asset /example.js - 304 Not Modified (0ms)
|
|
2290
|
-
|
|
2291
|
-
|
|
2292
|
-
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-03-21 01:34:00 -0400
|
|
2293
|
-
Served asset /application.js - 304 Not Modified (21ms)
|
|
2294
|
-
|
|
2295
|
-
|
|
2296
|
-
Started GET "/" for 127.0.0.1 at 2012-03-21 01:35:17 -0400
|
|
2297
|
-
Processing by ApplicationController#index as HTML
|
|
2298
|
-
Rendered application/index.html.erb within layouts/application (0.7ms)
|
|
2299
|
-
Compiled swf_fu.js (192ms) (pid 92787)
|
|
2300
|
-
Compiled application.js (6ms) (pid 92787)
|
|
2301
|
-
Completed 200 OK in 276ms (Views: 275.9ms | ActiveRecord: 0.0ms)
|
|
2302
|
-
|
|
2303
|
-
|
|
2304
|
-
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-21 01:35:17 -0400
|
|
2305
|
-
Served asset /jquery.js - 304 Not Modified (0ms)
|
|
2306
|
-
|
|
2307
|
-
|
|
2308
|
-
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-03-21 01:35:17 -0400
|
|
2309
|
-
Served asset /application.css - 304 Not Modified (0ms)
|
|
2310
|
-
|
|
2311
|
-
|
|
2312
|
-
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-21 01:35:17 -0400
|
|
2313
|
-
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
|
2314
|
-
|
|
2315
|
-
|
|
2316
|
-
Started GET "/assets/swf_fu.js?body=1" for 127.0.0.1 at 2012-03-21 01:35:17 -0400
|
|
2317
|
-
Served asset /swf_fu.js - 200 OK (2ms)
|
|
2318
|
-
|
|
2319
|
-
|
|
2320
|
-
Started GET "/assets/swfobject.js?body=1" for 127.0.0.1 at 2012-03-21 01:35:17 -0400
|
|
2321
|
-
Served asset /swfobject.js - 304 Not Modified (0ms)
|
|
2322
|
-
|
|
2323
|
-
|
|
2324
|
-
Started GET "/assets/example.js?body=1" for 127.0.0.1 at 2012-03-21 01:35:17 -0400
|
|
2325
|
-
Served asset /example.js - 304 Not Modified (0ms)
|
|
2326
|
-
|
|
2327
|
-
|
|
2328
|
-
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-03-21 01:35:17 -0400
|
|
2329
|
-
Served asset /application.js - 304 Not Modified (9ms)
|
|
2330
|
-
|
|
2331
|
-
|
|
2332
|
-
Started GET "/" for 127.0.0.1 at 2012-03-21 01:36:25 -0400
|
|
2333
|
-
Processing by ApplicationController#index as HTML
|
|
2334
|
-
Rendered application/index.html.erb within layouts/application (0.8ms)
|
|
2335
|
-
Compiled swf_fu.js (129ms) (pid 92787)
|
|
2336
|
-
Compiled application.js (7ms) (pid 92787)
|
|
2337
|
-
Completed 200 OK in 217ms (Views: 217.0ms | ActiveRecord: 0.0ms)
|
|
2338
|
-
|
|
2339
|
-
|
|
2340
|
-
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-03-21 01:36:25 -0400
|
|
2341
|
-
Served asset /application.css - 304 Not Modified (0ms)
|
|
2342
|
-
|
|
2343
|
-
|
|
2344
|
-
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-21 01:36:25 -0400
|
|
2345
|
-
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
|
2346
|
-
|
|
2347
|
-
|
|
2348
|
-
Started GET "/assets/swfobject.js?body=1" for 127.0.0.1 at 2012-03-21 01:36:25 -0400
|
|
2349
|
-
Served asset /swfobject.js - 304 Not Modified (0ms)
|
|
2350
|
-
|
|
2351
|
-
|
|
2352
|
-
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-21 01:36:25 -0400
|
|
2353
|
-
Served asset /jquery.js - 304 Not Modified (0ms)
|
|
2354
|
-
|
|
2355
|
-
|
|
2356
|
-
Started GET "/assets/example.js?body=1" for 127.0.0.1 at 2012-03-21 01:36:25 -0400
|
|
2357
|
-
Served asset /example.js - 304 Not Modified (0ms)
|
|
2358
|
-
|
|
2359
|
-
|
|
2360
|
-
Started GET "/assets/swf_fu.js?body=1" for 127.0.0.1 at 2012-03-21 01:36:25 -0400
|
|
2361
|
-
Served asset /swf_fu.js - 200 OK (2ms)
|
|
2362
|
-
|
|
2363
|
-
|
|
2364
|
-
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-03-21 01:36:25 -0400
|
|
2365
|
-
Served asset /application.js - 304 Not Modified (20ms)
|
|
2366
|
-
|
|
2367
|
-
|
|
2368
|
-
Started GET "/" for 127.0.0.1 at 2012-03-21 01:36:38 -0400
|
|
2369
|
-
Processing by ApplicationController#index as HTML
|
|
2370
|
-
Rendered application/index.html.erb within layouts/application (0.8ms)
|
|
2371
|
-
Compiled swf_fu.js (130ms) (pid 92787)
|
|
2372
|
-
Compiled application.js (5ms) (pid 92787)
|
|
2373
|
-
Completed 200 OK in 211ms (Views: 211.3ms | ActiveRecord: 0.0ms)
|
|
2374
|
-
|
|
2375
|
-
|
|
2376
|
-
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-03-21 01:36:38 -0400
|
|
2377
|
-
Served asset /application.css - 304 Not Modified (0ms)
|
|
2378
|
-
|
|
2379
|
-
|
|
2380
|
-
Started GET "/assets/example.js?body=1" for 127.0.0.1 at 2012-03-21 01:36:38 -0400
|
|
2381
|
-
Served asset /example.js - 304 Not Modified (0ms)
|
|
2382
|
-
|
|
2383
|
-
|
|
2384
|
-
Started GET "/assets/swf_fu.js?body=1" for 127.0.0.1 at 2012-03-21 01:36:38 -0400
|
|
2385
|
-
Served asset /swf_fu.js - 200 OK (2ms)
|
|
2386
|
-
|
|
2387
|
-
|
|
2388
|
-
Started GET "/assets/swfobject.js?body=1" for 127.0.0.1 at 2012-03-21 01:36:38 -0400
|
|
2389
|
-
Served asset /swfobject.js - 304 Not Modified (0ms)
|
|
2390
|
-
|
|
2391
|
-
|
|
2392
|
-
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-21 01:36:38 -0400
|
|
2393
|
-
Served asset /jquery.js - 304 Not Modified (0ms)
|
|
2394
|
-
|
|
2395
|
-
|
|
2396
|
-
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-03-21 01:36:38 -0400
|
|
2397
|
-
Served asset /application.js - 304 Not Modified (9ms)
|
|
2398
|
-
|
|
2399
|
-
|
|
2400
|
-
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-21 01:36:38 -0400
|
|
2401
|
-
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
|
2402
|
-
|
|
2403
|
-
|
|
2404
|
-
Started GET "/" for 127.0.0.1 at 2012-03-21 01:37:00 -0400
|
|
2405
|
-
Processing by ApplicationController#index as HTML
|
|
2406
|
-
Rendered application/index.html.erb within layouts/application (0.8ms)
|
|
2407
|
-
Compiled example.js (135ms) (pid 92787)
|
|
2408
|
-
Compiled application.js (6ms) (pid 92787)
|
|
2409
|
-
Completed 200 OK in 217ms (Views: 216.9ms | ActiveRecord: 0.0ms)
|
|
2410
|
-
|
|
2411
|
-
|
|
2412
|
-
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-03-21 01:37:01 -0400
|
|
2413
|
-
Served asset /application.css - 304 Not Modified (0ms)
|
|
2414
|
-
|
|
2415
|
-
|
|
2416
|
-
Started GET "/assets/swfobject.js?body=1" for 127.0.0.1 at 2012-03-21 01:37:01 -0400
|
|
2417
|
-
Served asset /swfobject.js - 304 Not Modified (0ms)
|
|
2418
|
-
|
|
2419
|
-
|
|
2420
|
-
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-21 01:37:01 -0400
|
|
2421
|
-
Served asset /jquery.js - 304 Not Modified (0ms)
|
|
2422
|
-
|
|
2423
|
-
|
|
2424
|
-
Started GET "/assets/swf_fu.js?body=1" for 127.0.0.1 at 2012-03-21 01:37:01 -0400
|
|
2425
|
-
Served asset /swf_fu.js - 304 Not Modified (0ms)
|
|
2426
|
-
|
|
2427
|
-
|
|
2428
|
-
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-21 01:37:01 -0400
|
|
2429
|
-
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
|
2430
|
-
|
|
2431
|
-
|
|
2432
|
-
Started GET "/assets/example.js?body=1" for 127.0.0.1 at 2012-03-21 01:37:01 -0400
|
|
2433
|
-
Served asset /example.js - 200 OK (2ms)
|
|
2434
|
-
|
|
2435
|
-
|
|
2436
|
-
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-03-21 01:37:01 -0400
|
|
2437
|
-
Served asset /application.js - 304 Not Modified (11ms)
|
|
2438
|
-
|
|
2439
|
-
|
|
2440
|
-
Started GET "/" for 127.0.0.1 at 2012-03-21 01:39:26 -0400
|
|
2441
|
-
Processing by ApplicationController#index as HTML
|
|
2442
|
-
Rendered application/index.html.erb within layouts/application (2.8ms)
|
|
2443
|
-
Completed 200 OK in 10ms (Views: 9.7ms | ActiveRecord: 0.0ms)
|
|
2444
|
-
|
|
2445
|
-
|
|
2446
|
-
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-03-21 01:39:26 -0400
|
|
2447
|
-
Served asset /application.css - 304 Not Modified (0ms)
|
|
2448
|
-
|
|
2449
|
-
|
|
2450
|
-
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-21 01:39:26 -0400
|
|
2451
|
-
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
|
2452
|
-
|
|
2453
|
-
|
|
2454
|
-
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-21 01:39:26 -0400
|
|
2455
|
-
Served asset /jquery.js - 304 Not Modified (0ms)
|
|
2456
|
-
|
|
2457
|
-
|
|
2458
|
-
Started GET "/assets/example.js?body=1" for 127.0.0.1 at 2012-03-21 01:39:26 -0400
|
|
2459
|
-
Served asset /example.js - 304 Not Modified (0ms)
|
|
2460
|
-
|
|
2461
|
-
|
|
2462
|
-
Started GET "/assets/swf_fu.js?body=1" for 127.0.0.1 at 2012-03-21 01:39:26 -0400
|
|
2463
|
-
Served asset /swf_fu.js - 304 Not Modified (0ms)
|
|
2464
|
-
|
|
2465
|
-
|
|
2466
|
-
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-03-21 01:39:26 -0400
|
|
2467
|
-
Served asset /application.js - 304 Not Modified (0ms)
|
|
2468
|
-
|
|
2469
|
-
|
|
2470
|
-
Started GET "/assets/swfobject.js?body=1" for 127.0.0.1 at 2012-03-21 01:39:26 -0400
|
|
2471
|
-
Served asset /swfobject.js - 304 Not Modified (0ms)
|
|
2472
|
-
|
|
2473
|
-
|
|
2474
|
-
Started GET "/" for 127.0.0.1 at 2012-03-21 01:39:46 -0400
|
|
2475
|
-
Processing by ApplicationController#index as HTML
|
|
2476
|
-
Rendered application/index.html.erb within layouts/application (1.4ms)
|
|
2477
|
-
Completed 200 OK in 6ms (Views: 6.2ms | ActiveRecord: 0.0ms)
|
|
2478
|
-
|
|
2479
|
-
|
|
2480
|
-
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-03-21 01:39:46 -0400
|
|
2481
|
-
Served asset /application.css - 304 Not Modified (0ms)
|
|
2482
|
-
|
|
2483
|
-
|
|
2484
|
-
Started GET "/assets/swf_fu.js?body=1" for 127.0.0.1 at 2012-03-21 01:39:46 -0400
|
|
2485
|
-
Served asset /swf_fu.js - 304 Not Modified (0ms)
|
|
2486
|
-
|
|
2487
|
-
|
|
2488
|
-
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-21 01:39:46 -0400
|
|
2489
|
-
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
|
2490
|
-
|
|
2491
|
-
|
|
2492
|
-
Started GET "/assets/example.js?body=1" for 127.0.0.1 at 2012-03-21 01:39:46 -0400
|
|
2493
|
-
Served asset /example.js - 304 Not Modified (0ms)
|
|
2494
|
-
|
|
2495
|
-
|
|
2496
|
-
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-21 01:39:46 -0400
|
|
2497
|
-
Served asset /jquery.js - 304 Not Modified (0ms)
|
|
2498
|
-
|
|
2499
|
-
|
|
2500
|
-
Started GET "/assets/swfobject.js?body=1" for 127.0.0.1 at 2012-03-21 01:39:46 -0400
|
|
2501
|
-
Served asset /swfobject.js - 304 Not Modified (0ms)
|
|
2502
|
-
|
|
2503
|
-
|
|
2504
|
-
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-03-21 01:39:47 -0400
|
|
2505
|
-
Served asset /application.js - 304 Not Modified (0ms)
|
|
2506
|
-
|
|
2507
|
-
|
|
2508
|
-
Started GET "/" for 127.0.0.1 at 2012-03-21 01:42:56 -0400
|
|
2509
|
-
Processing by ApplicationController#index as HTML
|
|
2510
|
-
Rendered application/index.html.erb within layouts/application (1.3ms)
|
|
2511
|
-
Completed 200 OK in 41ms (Views: 40.2ms | ActiveRecord: 0.0ms)
|
|
2512
|
-
|
|
2513
|
-
|
|
2514
|
-
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-03-21 01:42:56 -0400
|
|
2515
|
-
Served asset /application.css - 304 Not Modified (0ms)
|
|
2516
|
-
|
|
2517
|
-
|
|
2518
|
-
Started GET "/assets/example.js?body=1" for 127.0.0.1 at 2012-03-21 01:42:56 -0400
|
|
2519
|
-
Served asset /example.js - 304 Not Modified (0ms)
|
|
2520
|
-
|
|
2521
|
-
|
|
2522
|
-
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-21 01:42:56 -0400
|
|
2523
|
-
Served asset /jquery.js - 304 Not Modified (0ms)
|
|
2524
|
-
|
|
2525
|
-
|
|
2526
|
-
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-21 01:42:56 -0400
|
|
2527
|
-
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
|
2528
|
-
|
|
2529
|
-
|
|
2530
|
-
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-03-21 01:42:56 -0400
|
|
2531
|
-
Served asset /application.js - 304 Not Modified (0ms)
|
|
2532
|
-
|
|
2533
|
-
|
|
2534
|
-
Started GET "/assets/swfobject.js?body=1" for 127.0.0.1 at 2012-03-21 01:42:56 -0400
|
|
2535
|
-
Served asset /swfobject.js - 304 Not Modified (0ms)
|
|
2536
|
-
|
|
2537
|
-
|
|
2538
|
-
Started GET "/assets/swf_fu.js?body=1" for 127.0.0.1 at 2012-03-21 01:42:56 -0400
|
|
2539
|
-
Served asset /swf_fu.js - 304 Not Modified (0ms)
|
|
2540
|
-
|
|
2541
|
-
|
|
2542
|
-
Started GET "/" for 127.0.0.1 at 2012-03-21 01:43:36 -0400
|
|
2543
|
-
Processing by ApplicationController#index as HTML
|
|
2544
|
-
Rendered application/index.html.erb within layouts/application (1.0ms)
|
|
2545
|
-
Compiled swf_fu.js (124ms) (pid 92787)
|
|
2546
|
-
Compiled application.js (6ms) (pid 92787)
|
|
2547
|
-
Completed 200 OK in 174ms (Views: 173.7ms | ActiveRecord: 0.0ms)
|
|
2548
|
-
|
|
2549
|
-
|
|
2550
|
-
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-03-21 01:43:37 -0400
|
|
2551
|
-
Served asset /application.css - 304 Not Modified (0ms)
|
|
2552
|
-
|
|
2553
|
-
|
|
2554
|
-
Started GET "/assets/swfobject.js?body=1" for 127.0.0.1 at 2012-03-21 01:43:37 -0400
|
|
2555
|
-
Served asset /swfobject.js - 304 Not Modified (0ms)
|
|
2556
|
-
|
|
2557
|
-
|
|
2558
|
-
Started GET "/assets/example.js?body=1" for 127.0.0.1 at 2012-03-21 01:43:37 -0400
|
|
2559
|
-
Served asset /example.js - 304 Not Modified (0ms)
|
|
2560
|
-
|
|
2561
|
-
|
|
2562
|
-
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-21 01:43:37 -0400
|
|
2563
|
-
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
|
2564
|
-
|
|
2565
|
-
|
|
2566
|
-
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-03-21 01:43:37 -0400
|
|
2567
|
-
Served asset /application.js - 304 Not Modified (9ms)
|
|
2568
|
-
|
|
2569
|
-
|
|
2570
|
-
Started GET "/assets/swf_fu.js?body=1" for 127.0.0.1 at 2012-03-21 01:43:37 -0400
|
|
2571
|
-
Served asset /swf_fu.js - 200 OK (3ms)
|
|
2572
|
-
|
|
2573
|
-
|
|
2574
|
-
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-21 01:43:37 -0400
|
|
2575
|
-
Served asset /jquery.js - 304 Not Modified (0ms)
|
|
2576
|
-
|
|
2577
|
-
|
|
2578
|
-
Started GET "/" for 127.0.0.1 at 2012-03-21 01:44:28 -0400
|
|
2579
|
-
Processing by ApplicationController#index as HTML
|
|
2580
|
-
Rendered application/index.html.erb within layouts/application (2.9ms)
|
|
2581
|
-
Compiled swf_fu.js (123ms) (pid 92787)
|
|
2582
|
-
Compiled application.js (10ms) (pid 92787)
|
|
2583
|
-
Completed 200 OK in 180ms (Views: 179.1ms | ActiveRecord: 0.0ms)
|
|
2584
|
-
|
|
2585
|
-
|
|
2586
|
-
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-03-21 01:44:29 -0400
|
|
2587
|
-
Served asset /application.css - 304 Not Modified (0ms)
|
|
2588
|
-
|
|
2589
|
-
|
|
2590
|
-
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-21 01:44:29 -0400
|
|
2591
|
-
Served asset /jquery.js - 304 Not Modified (0ms)
|
|
2592
|
-
|
|
2593
|
-
|
|
2594
|
-
Started GET "/assets/example.js?body=1" for 127.0.0.1 at 2012-03-21 01:44:29 -0400
|
|
2595
|
-
Served asset /example.js - 304 Not Modified (0ms)
|
|
2596
|
-
|
|
2597
|
-
|
|
2598
|
-
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-21 01:44:29 -0400
|
|
2599
|
-
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
|
2600
|
-
|
|
2601
|
-
|
|
2602
|
-
Started GET "/assets/swf_fu.js?body=1" for 127.0.0.1 at 2012-03-21 01:44:29 -0400
|
|
2603
|
-
Served asset /swf_fu.js - 200 OK (3ms)
|
|
2604
|
-
|
|
2605
|
-
|
|
2606
|
-
Started GET "/assets/swfobject.js?body=1" for 127.0.0.1 at 2012-03-21 01:44:29 -0400
|
|
2607
|
-
Served asset /swfobject.js - 304 Not Modified (1ms)
|
|
2608
|
-
|
|
2609
|
-
|
|
2610
|
-
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-03-21 01:44:29 -0400
|
|
2611
|
-
Served asset /application.js - 304 Not Modified (56ms)
|
|
2612
|
-
|
|
2613
|
-
|
|
2614
|
-
Started GET "/" for 127.0.0.1 at 2012-03-21 01:51:08 -0400
|
|
2615
|
-
Processing by ApplicationController#index as HTML
|
|
2616
|
-
Rendered application/index.html.erb within layouts/application (3.2ms)
|
|
2617
|
-
Compiled swf_fu.js (128ms) (pid 92787)
|
|
2618
|
-
Compiled application.js (4ms) (pid 92787)
|
|
2619
|
-
Completed 200 OK in 222ms (Views: 221.9ms | ActiveRecord: 0.0ms)
|
|
2620
|
-
|
|
2621
|
-
|
|
2622
|
-
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-03-21 01:51:08 -0400
|
|
2623
|
-
Served asset /application.css - 304 Not Modified (0ms)
|
|
2624
|
-
|
|
2625
|
-
|
|
2626
|
-
Started GET "/assets/swfobject.js?body=1" for 127.0.0.1 at 2012-03-21 01:51:08 -0400
|
|
2627
|
-
Served asset /swfobject.js - 304 Not Modified (0ms)
|
|
2628
|
-
|
|
2629
|
-
|
|
2630
|
-
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-21 01:51:08 -0400
|
|
2631
|
-
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
|
2632
|
-
|
|
2633
|
-
|
|
2634
|
-
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-21 01:51:08 -0400
|
|
2635
|
-
Served asset /jquery.js - 304 Not Modified (0ms)
|
|
2636
|
-
|
|
2637
|
-
|
|
2638
|
-
Started GET "/assets/swf_fu.js?body=1" for 127.0.0.1 at 2012-03-21 01:51:08 -0400
|
|
2639
|
-
Served asset /swf_fu.js - 200 OK (7ms)
|
|
2640
|
-
|
|
2641
|
-
|
|
2642
|
-
Started GET "/assets/example.js?body=1" for 127.0.0.1 at 2012-03-21 01:51:08 -0400
|
|
2643
|
-
Served asset /example.js - 304 Not Modified (0ms)
|
|
2644
|
-
|
|
2645
|
-
|
|
2646
|
-
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-03-21 01:51:08 -0400
|
|
2647
|
-
Served asset /application.js - 200 OK (11ms)
|
|
2648
|
-
|
|
2649
|
-
|
|
2650
|
-
Started GET "/" for 127.0.0.1 at 2012-03-21 01:51:41 -0400
|
|
2651
|
-
Processing by ApplicationController#index as HTML
|
|
2652
|
-
Rendered application/index.html.erb within layouts/application (4.9ms)
|
|
2653
|
-
Completed 200 OK in 33ms (Views: 32.2ms | ActiveRecord: 0.0ms)
|
|
2654
|
-
|
|
2655
|
-
|
|
2656
|
-
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-03-21 01:51:41 -0400
|
|
2657
|
-
Served asset /application.css - 304 Not Modified (3ms)
|
|
2658
|
-
|
|
2659
|
-
|
|
2660
|
-
Started GET "/assets/example.js?body=1" for 127.0.0.1 at 2012-03-21 01:51:41 -0400
|
|
2661
|
-
Served asset /example.js - 304 Not Modified (2ms)
|
|
2662
|
-
|
|
2663
|
-
|
|
2664
|
-
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-03-21 01:51:41 -0400
|
|
2665
|
-
Served asset /application.js - 304 Not Modified (67ms)
|
|
2666
|
-
|
|
2667
|
-
|
|
2668
|
-
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-21 01:51:42 -0400
|
|
2669
|
-
Served asset /jquery.js - 304 Not Modified (2ms)
|
|
2670
|
-
|
|
2671
|
-
|
|
2672
|
-
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-21 01:51:42 -0400
|
|
2673
|
-
Served asset /jquery_ujs.js - 304 Not Modified (2ms)
|
|
2674
|
-
|
|
2675
|
-
|
|
2676
|
-
Started GET "/assets/swfobject.js?body=1" for 127.0.0.1 at 2012-03-21 01:51:42 -0400
|
|
2677
|
-
Served asset /swfobject.js - 304 Not Modified (2ms)
|
|
2678
|
-
|
|
2679
|
-
|
|
2680
|
-
Started GET "/assets/swf_fu.js?body=1" for 127.0.0.1 at 2012-03-21 01:51:42 -0400
|
|
2681
|
-
Served asset /swf_fu.js - 304 Not Modified (3ms)
|
|
2682
|
-
|
|
2683
|
-
|
|
2684
|
-
Started GET "/" for 127.0.0.1 at 2012-03-21 01:53:54 -0400
|
|
2685
|
-
Processing by ApplicationController#index as HTML
|
|
2686
|
-
Rendered application/index.html.erb within layouts/application (0.8ms)
|
|
2687
|
-
Compiled swf_fu.js (122ms) (pid 93213)
|
|
2688
|
-
Compiled application.js (4ms) (pid 93213)
|
|
2689
|
-
Completed 200 OK in 200ms (Views: 199.7ms | ActiveRecord: 0.0ms)
|
|
2690
|
-
|
|
2691
|
-
|
|
2692
|
-
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-21 01:53:54 -0400
|
|
2693
|
-
Served asset /jquery.js - 304 Not Modified (0ms)
|
|
2694
|
-
|
|
2695
|
-
|
|
2696
|
-
Started GET "/assets/swf_fu.js?body=1" for 127.0.0.1 at 2012-03-21 01:53:54 -0400
|
|
2697
|
-
Served asset /swf_fu.js - 200 OK (4ms)
|
|
2698
|
-
|
|
2699
|
-
|
|
2700
|
-
Started GET "/assets/swfobject.js?body=1" for 127.0.0.1 at 2012-03-21 01:53:54 -0400
|
|
2701
|
-
Served asset /swfobject.js - 304 Not Modified (0ms)
|
|
2702
|
-
|
|
2703
|
-
|
|
2704
|
-
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-21 01:53:54 -0400
|
|
2705
|
-
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
|
2706
|
-
|
|
2707
|
-
|
|
2708
|
-
Started GET "/assets/example.js?body=1" for 127.0.0.1 at 2012-03-21 01:53:54 -0400
|
|
2709
|
-
Served asset /example.js - 304 Not Modified (0ms)
|
|
2710
|
-
|
|
2711
|
-
|
|
2712
|
-
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-03-21 01:53:54 -0400
|
|
2713
|
-
Served asset /application.css - 304 Not Modified (0ms)
|
|
2714
|
-
|
|
2715
|
-
|
|
2716
|
-
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-03-21 01:53:54 -0400
|
|
2717
|
-
Served asset /application.js - 304 Not Modified (8ms)
|
|
2718
|
-
|
|
2719
|
-
|
|
2720
|
-
Started GET "/swfs/expressInstall.swf" for 127.0.0.1 at 2012-03-21 02:01:04 -0400
|
|
2721
|
-
|
|
2722
|
-
ActionController::RoutingError (No route matches [GET] "/swfs/expressInstall.swf"):
|
|
2723
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
|
2724
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
|
2725
|
-
railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app'
|
|
2726
|
-
railties (3.2.2) lib/rails/rack/logger.rb:16:in `call'
|
|
2727
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
|
2728
|
-
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
|
|
2729
|
-
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
|
|
2730
|
-
activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
|
2731
|
-
rack (1.4.1) lib/rack/lock.rb:15:in `call'
|
|
2732
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call'
|
|
2733
|
-
railties (3.2.2) lib/rails/engine.rb:479:in `call'
|
|
2734
|
-
railties (3.2.2) lib/rails/application.rb:220:in `call'
|
|
2735
|
-
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
|
|
2736
|
-
railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call'
|
|
2737
|
-
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
|
|
2738
|
-
/Users/work/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
|
2739
|
-
/Users/work/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
|
2740
|
-
/Users/work/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
|
2741
|
-
|
|
2742
|
-
|
|
2743
|
-
Rendered /Users/work/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.0ms)
|
|
2744
|
-
|
|
2745
|
-
|
|
2746
|
-
Started GET "/swfs/expressInstall.swf" for 127.0.0.1 at 2012-03-21 02:01:37 -0400
|
|
2747
|
-
|
|
2748
|
-
ActionController::RoutingError (No route matches [GET] "/swfs/expressInstall.swf"):
|
|
2749
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
|
2750
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
|
2751
|
-
railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app'
|
|
2752
|
-
railties (3.2.2) lib/rails/rack/logger.rb:16:in `call'
|
|
2753
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
|
2754
|
-
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
|
|
2755
|
-
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
|
|
2756
|
-
activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
|
2757
|
-
rack (1.4.1) lib/rack/lock.rb:15:in `call'
|
|
2758
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call'
|
|
2759
|
-
railties (3.2.2) lib/rails/engine.rb:479:in `call'
|
|
2760
|
-
railties (3.2.2) lib/rails/application.rb:220:in `call'
|
|
2761
|
-
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
|
|
2762
|
-
railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call'
|
|
2763
|
-
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
|
|
2764
|
-
/Users/work/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
|
2765
|
-
/Users/work/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
|
2766
|
-
/Users/work/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
|
2767
|
-
|
|
2768
|
-
|
|
2769
|
-
Rendered /Users/work/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms)
|
|
2770
|
-
|
|
2771
|
-
|
|
2772
|
-
Started GET "/swfs/expressInstall.swf" for 127.0.0.1 at 2012-03-21 02:01:38 -0400
|
|
2773
|
-
|
|
2774
|
-
ActionController::RoutingError (No route matches [GET] "/swfs/expressInstall.swf"):
|
|
2775
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
|
2776
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
|
2777
|
-
railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app'
|
|
2778
|
-
railties (3.2.2) lib/rails/rack/logger.rb:16:in `call'
|
|
2779
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
|
2780
|
-
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
|
|
2781
|
-
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
|
|
2782
|
-
activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
|
2783
|
-
rack (1.4.1) lib/rack/lock.rb:15:in `call'
|
|
2784
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call'
|
|
2785
|
-
railties (3.2.2) lib/rails/engine.rb:479:in `call'
|
|
2786
|
-
railties (3.2.2) lib/rails/application.rb:220:in `call'
|
|
2787
|
-
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
|
|
2788
|
-
railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call'
|
|
2789
|
-
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
|
|
2790
|
-
/Users/work/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
|
2791
|
-
/Users/work/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
|
2792
|
-
/Users/work/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
|
2793
|
-
|
|
2794
|
-
|
|
2795
|
-
Rendered /Users/work/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms)
|
|
2796
|
-
|
|
2797
|
-
|
|
2798
|
-
Started GET "/swfs/expressInstall.swf" for 127.0.0.1 at 2012-03-21 02:01:47 -0400
|
|
2799
|
-
|
|
2800
|
-
ActionController::RoutingError (No route matches [GET] "/swfs/expressInstall.swf"):
|
|
2801
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
|
2802
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
|
2803
|
-
railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app'
|
|
2804
|
-
railties (3.2.2) lib/rails/rack/logger.rb:16:in `call'
|
|
2805
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
|
2806
|
-
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
|
|
2807
|
-
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
|
|
2808
|
-
activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
|
2809
|
-
rack (1.4.1) lib/rack/lock.rb:15:in `call'
|
|
2810
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call'
|
|
2811
|
-
railties (3.2.2) lib/rails/engine.rb:479:in `call'
|
|
2812
|
-
railties (3.2.2) lib/rails/application.rb:220:in `call'
|
|
2813
|
-
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
|
|
2814
|
-
railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call'
|
|
2815
|
-
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
|
|
2816
|
-
/Users/work/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
|
2817
|
-
/Users/work/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
|
2818
|
-
/Users/work/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
|
2819
|
-
|
|
2820
|
-
|
|
2821
|
-
Rendered /Users/work/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (2.5ms)
|
|
2822
|
-
|
|
2823
|
-
|
|
2824
|
-
Started GET "/swfs/expressInstall.swf" for 127.0.0.1 at 2012-03-21 02:06:28 -0400
|
|
2825
|
-
|
|
2826
|
-
|
|
2827
|
-
Started GET "/swfs/expressInstall.swf" for 127.0.0.1 at 2012-03-21 02:08:25 -0400
|
|
2828
|
-
|
|
2829
|
-
|
|
2830
|
-
Started GET "/" for 127.0.0.1 at 2012-03-21 02:15:35 -0400
|
|
2831
|
-
Processing by ApplicationController#example as HTML
|
|
2832
|
-
Rendered application/example.html.erb within layouts/application (5.4ms)
|
|
2833
|
-
Completed 200 OK in 40ms (Views: 39.8ms | ActiveRecord: 0.0ms)
|
|
2834
|
-
|
|
2835
|
-
|
|
2836
|
-
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-03-21 02:15:35 -0400
|
|
2837
|
-
Served asset /application.css - 304 Not Modified (3ms)
|
|
2838
|
-
|
|
2839
|
-
|
|
2840
|
-
Started GET "/assets/swfobject.js?body=1" for 127.0.0.1 at 2012-03-21 02:15:35 -0400
|
|
2841
|
-
Served asset /swfobject.js - 304 Not Modified (2ms)
|
|
2842
|
-
|
|
2843
|
-
|
|
2844
|
-
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-21 02:15:35 -0400
|
|
2845
|
-
Served asset /jquery_ujs.js - 304 Not Modified (2ms)
|
|
2846
|
-
|
|
2847
|
-
|
|
2848
|
-
Started GET "/assets/swf_fu.js?body=1" for 127.0.0.1 at 2012-03-21 02:15:35 -0400
|
|
2849
|
-
Served asset /swf_fu.js - 304 Not Modified (3ms)
|
|
2850
|
-
|
|
2851
|
-
|
|
2852
|
-
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-03-21 02:15:35 -0400
|
|
2853
|
-
Served asset /application.js - 304 Not Modified (39ms)
|
|
2854
|
-
|
|
2855
|
-
|
|
2856
|
-
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-21 02:15:35 -0400
|
|
2857
|
-
Served asset /jquery.js - 304 Not Modified (3ms)
|
|
57
|
+
/Users/work/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
|
58
|
+
/Users/work/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
|
59
|
+
/Users/work/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
|
2858
60
|
|
|
2859
61
|
|
|
2860
|
-
|
|
2861
|
-
|
|
62
|
+
Rendered /Users/work/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.0ms)
|
|
63
|
+
Connecting to database specified by database.yml
|
|
64
|
+
[1m[36m (0.2ms)[0m [1mselect sqlite_version(*)[0m
|
|
65
|
+
[1m[35m (1.5ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
|
66
|
+
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
|
67
|
+
[1m[35m (1.1ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
|
68
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|