angular-html2js 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6a191bf51b42cad4c053d8ce6ad460c9624037bd
4
- data.tar.gz: b7f1317aec4355fa183c155cad9f05b6968154d5
3
+ metadata.gz: d8156db3d036025bc5d098800d6413522a33df79
4
+ data.tar.gz: 00f67ee66e14ed2f25ed5e3525e0033340ae7934
5
5
  SHA512:
6
- metadata.gz: 72986d613b0d3f79eee40c5e621797fa610949c97b5d5014199c5478a2b34e93cfb5c1be38a3a1b0ae90644b16b951519f822dda1e0d82babfcf50b3565ee357
7
- data.tar.gz: 89c45b124a9ad329e2e37bb682d09006cd96d0a043978eb36f33d8b8ff01dfbbb9ba5c0a0857463bddceb7632526e0372b5931b4b74dcbae782b75d28e4bb254
6
+ metadata.gz: 660c0613bd4863f20da55c6d296df92d717b4fedd6bad3c7912c40c2afce7eb07ad64a0919f3efc853f15de7ef2afba9d0c65e0b4129d4d1eb17b20a9b28fa7d
7
+ data.tar.gz: 11467afa510bb43e98da9fe0d871e823eca515dd4c17f8581549fdcc2815fa7b2cdd823c03d0a15914be0e813ed706ec11c84ee9f80f72feae8653075b2332bd
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Angular-html2js
1
+ # Angular-html2js <a href="http://badge.fury.io/rb/angular-html2js"><img src="https://badge.fury.io/rb/angular-html2js@2x.png" alt="Gem Version" height="18"></a>
2
2
 
3
3
  Angular-html2js is based off the Karma [preprocessor](https://github.com/karma-runner/karma-ng-html2js-preprocessor)
4
4
  that many Angular folks use. This gem makes your templates available through the Rails asset pipeline, Sprockets,
@@ -81,7 +81,7 @@ production!
81
81
  ```ruby
82
82
  # In Rails
83
83
  MyApp::Application.configure do
84
- config.angular_html2js.module_name = 'MyTemplates'
84
+ config.angular_html2js.module_name = 'MyTemplates'
85
85
  end
86
86
  ```
87
87
 
data/app/Gemfile.lock ADDED
@@ -0,0 +1,98 @@
1
+ PATH
2
+ remote: ../
3
+ specs:
4
+ angular-html2js (0.0.1)
5
+ sprockets (~> 2.0)
6
+ tilt (~> 1.0)
7
+
8
+ GEM
9
+ remote: https://rubygems.org/
10
+ specs:
11
+ actionmailer (4.0.0)
12
+ actionpack (= 4.0.0)
13
+ mail (~> 2.5.3)
14
+ actionpack (4.0.0)
15
+ activesupport (= 4.0.0)
16
+ builder (~> 3.1.0)
17
+ erubis (~> 2.7.0)
18
+ rack (~> 1.5.2)
19
+ rack-test (~> 0.6.2)
20
+ activemodel (4.0.0)
21
+ activesupport (= 4.0.0)
22
+ builder (~> 3.1.0)
23
+ activerecord (4.0.0)
24
+ activemodel (= 4.0.0)
25
+ activerecord-deprecated_finders (~> 1.0.2)
26
+ activesupport (= 4.0.0)
27
+ arel (~> 4.0.0)
28
+ activerecord-deprecated_finders (1.0.3)
29
+ activesupport (4.0.0)
30
+ i18n (~> 0.6, >= 0.6.4)
31
+ minitest (~> 4.2)
32
+ multi_json (~> 1.3)
33
+ thread_safe (~> 0.1)
34
+ tzinfo (~> 0.3.37)
35
+ arel (4.0.0)
36
+ atomic (1.1.13)
37
+ builder (3.1.4)
38
+ diff-lcs (1.1.3)
39
+ erubis (2.7.0)
40
+ hike (1.2.3)
41
+ i18n (0.6.5)
42
+ mail (2.5.4)
43
+ mime-types (~> 1.16)
44
+ treetop (~> 1.4.8)
45
+ mime-types (1.24)
46
+ minitest (4.7.5)
47
+ multi_json (1.7.9)
48
+ polyglot (0.3.3)
49
+ rack (1.5.2)
50
+ rack-test (0.6.2)
51
+ rack (>= 1.0)
52
+ rails (4.0.0)
53
+ actionmailer (= 4.0.0)
54
+ actionpack (= 4.0.0)
55
+ activerecord (= 4.0.0)
56
+ activesupport (= 4.0.0)
57
+ bundler (>= 1.3.0, < 2.0)
58
+ railties (= 4.0.0)
59
+ sprockets-rails (~> 2.0.0)
60
+ railties (4.0.0)
61
+ actionpack (= 4.0.0)
62
+ activesupport (= 4.0.0)
63
+ rake (>= 0.8.7)
64
+ thor (>= 0.18.1, < 2.0)
65
+ rake (10.1.0)
66
+ rspec (2.12.0)
67
+ rspec-core (~> 2.12.0)
68
+ rspec-expectations (~> 2.12.0)
69
+ rspec-mocks (~> 2.12.0)
70
+ rspec-core (2.12.2)
71
+ rspec-expectations (2.12.1)
72
+ diff-lcs (~> 1.1.3)
73
+ rspec-mocks (2.12.2)
74
+ sprockets (2.10.0)
75
+ hike (~> 1.2)
76
+ multi_json (~> 1.0)
77
+ rack (~> 1.0)
78
+ tilt (~> 1.1, != 1.3.0)
79
+ sprockets-rails (2.0.0)
80
+ actionpack (>= 3.0)
81
+ activesupport (>= 3.0)
82
+ sprockets (~> 2.8)
83
+ thor (0.18.1)
84
+ thread_safe (0.1.2)
85
+ atomic
86
+ tilt (1.4.1)
87
+ treetop (1.4.14)
88
+ polyglot
89
+ polyglot (>= 0.3.1)
90
+ tzinfo (0.3.37)
91
+
92
+ PLATFORMS
93
+ ruby
94
+
95
+ DEPENDENCIES
96
+ angular-html2js!
97
+ rails (= 4.0.0)
98
+ rspec
File without changes
File without changes
@@ -0,0 +1,761 @@
1
+
2
+
3
+ Started GET "/assets/templates/test.js" for 127.0.0.1 at 2013-08-16 16:20:34 -0600
4
+
5
+ Gem::LoadError (Specified 'sqlite3' for database adapter, but the gem is not loaded. Add `gem 'sqlite3'` to your Gemfile.):
6
+ activerecord (4.0.0) lib/active_record/connection_adapters/connection_specification.rb:58:in `rescue in resolve_hash_connection'
7
+ activerecord (4.0.0) lib/active_record/connection_adapters/connection_specification.rb:55:in `resolve_hash_connection'
8
+ activerecord (4.0.0) lib/active_record/connection_adapters/connection_specification.rb:46:in `resolve_string_connection'
9
+ activerecord (4.0.0) lib/active_record/connection_adapters/connection_specification.rb:30:in `spec'
10
+ activerecord (4.0.0) lib/active_record/connection_handling.rb:39:in `establish_connection'
11
+ activerecord (4.0.0) lib/active_record/railtie.rb:175:in `block (2 levels) in <class:Railtie>'
12
+ activesupport (4.0.0) lib/active_support/lazy_load_hooks.rb:38:in `instance_eval'
13
+ activesupport (4.0.0) lib/active_support/lazy_load_hooks.rb:38:in `execute_hook'
14
+ activesupport (4.0.0) lib/active_support/lazy_load_hooks.rb:45:in `block in run_load_hooks'
15
+ activesupport (4.0.0) lib/active_support/lazy_load_hooks.rb:44:in `each'
16
+ activesupport (4.0.0) lib/active_support/lazy_load_hooks.rb:44:in `run_load_hooks'
17
+ activerecord (4.0.0) lib/active_record/base.rb:322:in `<module:ActiveRecord>'
18
+ activerecord (4.0.0) lib/active_record/base.rb:22:in `<top (required)>'
19
+ activerecord (4.0.0) lib/active_record/query_cache.rb:50:in `restore_query_cache_settings'
20
+ activerecord (4.0.0) lib/active_record/query_cache.rb:43:in `rescue in call'
21
+ activerecord (4.0.0) lib/active_record/query_cache.rb:32:in `call'
22
+ activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
23
+ activerecord (4.0.0) lib/active_record/migration.rb:369:in `call'
24
+ actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
25
+ activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__2864114899053376087__call__callbacks'
26
+ activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
27
+ actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
28
+ actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call'
29
+ actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
30
+ actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
31
+ actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
32
+ railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
33
+ railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
34
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
35
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
36
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
37
+ railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
38
+ actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
39
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
40
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
41
+ activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
42
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
43
+ actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
44
+ railties (4.0.0) lib/rails/engine.rb:511:in `call'
45
+ railties (4.0.0) lib/rails/application.rb:97:in `call'
46
+ rack (1.5.2) lib/rack/builder.rb:138:in `call'
47
+ rack (1.5.2) lib/rack/urlmap.rb:65:in `block in call'
48
+ rack (1.5.2) lib/rack/urlmap.rb:50:in `each'
49
+ rack (1.5.2) lib/rack/urlmap.rb:50:in `call'
50
+ rack-test (0.6.2) lib/rack/mock_session.rb:30:in `request'
51
+ rack-test (0.6.2) lib/rack/test.rb:230:in `process_request'
52
+ rack-test (0.6.2) lib/rack/test.rb:57:in `get'
53
+ /usr/local/var/rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/forwardable.rb:171:in `get'
54
+ capybara (2.1.0) lib/capybara/rack_test/browser.rb:59:in `process'
55
+ capybara (2.1.0) lib/capybara/rack_test/browser.rb:35:in `process_and_follow_redirects'
56
+ capybara (2.1.0) lib/capybara/rack_test/browser.rb:21:in `visit'
57
+ capybara (2.1.0) lib/capybara/rack_test/driver.rb:42:in `visit'
58
+ capybara (2.1.0) lib/capybara/session.rb:193:in `visit'
59
+ capybara (2.1.0) lib/capybara/dsl.rb:51:in `block (2 levels) in <module:DSL>'
60
+ /Users/nick/Code/k3/angular-html2js/spec/angular/html2js/railtie_spec.rb:14:in `block (2 levels) in <module:Html2js>'
61
+ rspec-core (2.12.2) lib/rspec/core/example.rb:114:in `instance_eval'
62
+ rspec-core (2.12.2) lib/rspec/core/example.rb:114:in `block in run'
63
+ rspec-core (2.12.2) lib/rspec/core/example.rb:254:in `with_around_each_hooks'
64
+ rspec-core (2.12.2) lib/rspec/core/example.rb:111:in `run'
65
+ rspec-core (2.12.2) lib/rspec/core/example_group.rb:388:in `block in run_examples'
66
+ rspec-core (2.12.2) lib/rspec/core/example_group.rb:384:in `map'
67
+ rspec-core (2.12.2) lib/rspec/core/example_group.rb:384:in `run_examples'
68
+ rspec-core (2.12.2) lib/rspec/core/example_group.rb:369:in `run'
69
+ rspec-core (2.12.2) lib/rspec/core/command_line.rb:28:in `block (2 levels) in run'
70
+ rspec-core (2.12.2) lib/rspec/core/command_line.rb:28:in `map'
71
+ rspec-core (2.12.2) lib/rspec/core/command_line.rb:28:in `block in run'
72
+ rspec-core (2.12.2) lib/rspec/core/reporter.rb:34:in `report'
73
+ rspec-core (2.12.2) lib/rspec/core/command_line.rb:25:in `run'
74
+ rspec-core (2.12.2) lib/rspec/core/runner.rb:80:in `run'
75
+ rspec-core (2.12.2) lib/rspec/core/runner.rb:17:in `block in autorun'
76
+
77
+
78
+ Rendered /usr/local/var/rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.5ms)
79
+ Rendered /usr/local/var/rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.9ms)
80
+ Rendered /usr/local/var/rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms)
81
+ Rendered /usr/local/var/rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (14.3ms)
82
+
83
+
84
+ Started GET "/assets/templates/test.js" for 127.0.0.1 at 2013-08-16 16:21:00 -0600
85
+
86
+ Gem::LoadError (Specified 'sqlite3' for database adapter, but the gem is not loaded. Add `gem 'sqlite3'` to your Gemfile.):
87
+ activerecord (4.0.0) lib/active_record/connection_adapters/connection_specification.rb:58:in `rescue in resolve_hash_connection'
88
+ activerecord (4.0.0) lib/active_record/connection_adapters/connection_specification.rb:55:in `resolve_hash_connection'
89
+ activerecord (4.0.0) lib/active_record/connection_adapters/connection_specification.rb:46:in `resolve_string_connection'
90
+ activerecord (4.0.0) lib/active_record/connection_adapters/connection_specification.rb:30:in `spec'
91
+ activerecord (4.0.0) lib/active_record/connection_handling.rb:39:in `establish_connection'
92
+ activerecord (4.0.0) lib/active_record/railtie.rb:175:in `block (2 levels) in <class:Railtie>'
93
+ activesupport (4.0.0) lib/active_support/lazy_load_hooks.rb:38:in `instance_eval'
94
+ activesupport (4.0.0) lib/active_support/lazy_load_hooks.rb:38:in `execute_hook'
95
+ activesupport (4.0.0) lib/active_support/lazy_load_hooks.rb:45:in `block in run_load_hooks'
96
+ activesupport (4.0.0) lib/active_support/lazy_load_hooks.rb:44:in `each'
97
+ activesupport (4.0.0) lib/active_support/lazy_load_hooks.rb:44:in `run_load_hooks'
98
+ activerecord (4.0.0) lib/active_record/base.rb:322:in `<module:ActiveRecord>'
99
+ activerecord (4.0.0) lib/active_record/base.rb:22:in `<top (required)>'
100
+ activerecord (4.0.0) lib/active_record/query_cache.rb:50:in `restore_query_cache_settings'
101
+ activerecord (4.0.0) lib/active_record/query_cache.rb:43:in `rescue in call'
102
+ activerecord (4.0.0) lib/active_record/query_cache.rb:32:in `call'
103
+ activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
104
+ activerecord (4.0.0) lib/active_record/migration.rb:369:in `call'
105
+ actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
106
+ activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__3198703974300378141__call__callbacks'
107
+ activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
108
+ actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
109
+ actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call'
110
+ actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
111
+ actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
112
+ actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
113
+ railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
114
+ railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
115
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
116
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
117
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
118
+ railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
119
+ actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
120
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
121
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
122
+ activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
123
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
124
+ actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
125
+ railties (4.0.0) lib/rails/engine.rb:511:in `call'
126
+ railties (4.0.0) lib/rails/application.rb:97:in `call'
127
+ rack (1.5.2) lib/rack/builder.rb:138:in `call'
128
+ rack (1.5.2) lib/rack/urlmap.rb:65:in `block in call'
129
+ rack (1.5.2) lib/rack/urlmap.rb:50:in `each'
130
+ rack (1.5.2) lib/rack/urlmap.rb:50:in `call'
131
+ rack-test (0.6.2) lib/rack/mock_session.rb:30:in `request'
132
+ rack-test (0.6.2) lib/rack/test.rb:230:in `process_request'
133
+ rack-test (0.6.2) lib/rack/test.rb:57:in `get'
134
+ /usr/local/var/rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/forwardable.rb:171:in `get'
135
+ capybara (2.1.0) lib/capybara/rack_test/browser.rb:59:in `process'
136
+ capybara (2.1.0) lib/capybara/rack_test/browser.rb:35:in `process_and_follow_redirects'
137
+ capybara (2.1.0) lib/capybara/rack_test/browser.rb:21:in `visit'
138
+ capybara (2.1.0) lib/capybara/rack_test/driver.rb:42:in `visit'
139
+ capybara (2.1.0) lib/capybara/session.rb:193:in `visit'
140
+ capybara (2.1.0) lib/capybara/dsl.rb:51:in `block (2 levels) in <module:DSL>'
141
+ /Users/nick/Code/k3/angular-html2js/spec/angular/html2js/railtie_spec.rb:14:in `block (2 levels) in <module:Html2js>'
142
+ rspec-core (2.12.2) lib/rspec/core/example.rb:114:in `instance_eval'
143
+ rspec-core (2.12.2) lib/rspec/core/example.rb:114:in `block in run'
144
+ rspec-core (2.12.2) lib/rspec/core/example.rb:254:in `with_around_each_hooks'
145
+ rspec-core (2.12.2) lib/rspec/core/example.rb:111:in `run'
146
+ rspec-core (2.12.2) lib/rspec/core/example_group.rb:388:in `block in run_examples'
147
+ rspec-core (2.12.2) lib/rspec/core/example_group.rb:384:in `map'
148
+ rspec-core (2.12.2) lib/rspec/core/example_group.rb:384:in `run_examples'
149
+ rspec-core (2.12.2) lib/rspec/core/example_group.rb:369:in `run'
150
+ rspec-core (2.12.2) lib/rspec/core/command_line.rb:28:in `block (2 levels) in run'
151
+ rspec-core (2.12.2) lib/rspec/core/command_line.rb:28:in `map'
152
+ rspec-core (2.12.2) lib/rspec/core/command_line.rb:28:in `block in run'
153
+ rspec-core (2.12.2) lib/rspec/core/reporter.rb:34:in `report'
154
+ rspec-core (2.12.2) lib/rspec/core/command_line.rb:25:in `run'
155
+ rspec-core (2.12.2) lib/rspec/core/runner.rb:80:in `run'
156
+ rspec-core (2.12.2) lib/rspec/core/runner.rb:17:in `block in autorun'
157
+
158
+
159
+ Rendered /usr/local/var/rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.4ms)
160
+ Rendered /usr/local/var/rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.9ms)
161
+ Rendered /usr/local/var/rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.6ms)
162
+ Rendered /usr/local/var/rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (10.2ms)
163
+
164
+
165
+ Started GET "/assets/templates/test.js" for 127.0.0.1 at 2013-08-16 16:22:38 -0600
166
+
167
+ Gem::LoadError (Specified 'sqlite3' for database adapter, but the gem is not loaded. Add `gem 'sqlite3'` to your Gemfile.):
168
+ activerecord (4.0.0) lib/active_record/connection_adapters/connection_specification.rb:58:in `rescue in resolve_hash_connection'
169
+ activerecord (4.0.0) lib/active_record/connection_adapters/connection_specification.rb:55:in `resolve_hash_connection'
170
+ activerecord (4.0.0) lib/active_record/connection_adapters/connection_specification.rb:46:in `resolve_string_connection'
171
+ activerecord (4.0.0) lib/active_record/connection_adapters/connection_specification.rb:30:in `spec'
172
+ activerecord (4.0.0) lib/active_record/connection_handling.rb:39:in `establish_connection'
173
+ activerecord (4.0.0) lib/active_record/railtie.rb:175:in `block (2 levels) in <class:Railtie>'
174
+ activesupport (4.0.0) lib/active_support/lazy_load_hooks.rb:38:in `instance_eval'
175
+ activesupport (4.0.0) lib/active_support/lazy_load_hooks.rb:38:in `execute_hook'
176
+ activesupport (4.0.0) lib/active_support/lazy_load_hooks.rb:45:in `block in run_load_hooks'
177
+ activesupport (4.0.0) lib/active_support/lazy_load_hooks.rb:44:in `each'
178
+ activesupport (4.0.0) lib/active_support/lazy_load_hooks.rb:44:in `run_load_hooks'
179
+ activerecord (4.0.0) lib/active_record/base.rb:322:in `<module:ActiveRecord>'
180
+ activerecord (4.0.0) lib/active_record/base.rb:22:in `<top (required)>'
181
+ activerecord (4.0.0) lib/active_record/query_cache.rb:50:in `restore_query_cache_settings'
182
+ activerecord (4.0.0) lib/active_record/query_cache.rb:43:in `rescue in call'
183
+ activerecord (4.0.0) lib/active_record/query_cache.rb:32:in `call'
184
+ activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
185
+ activerecord (4.0.0) lib/active_record/migration.rb:369:in `call'
186
+ actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
187
+ activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__2558403840769162706__call__callbacks'
188
+ activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
189
+ actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
190
+ actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call'
191
+ actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
192
+ actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
193
+ actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
194
+ railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
195
+ railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
196
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
197
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
198
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
199
+ railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
200
+ actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
201
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
202
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
203
+ activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
204
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
205
+ actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
206
+ railties (4.0.0) lib/rails/engine.rb:511:in `call'
207
+ railties (4.0.0) lib/rails/application.rb:97:in `call'
208
+ rack (1.5.2) lib/rack/builder.rb:138:in `call'
209
+ rack (1.5.2) lib/rack/urlmap.rb:65:in `block in call'
210
+ rack (1.5.2) lib/rack/urlmap.rb:50:in `each'
211
+ rack (1.5.2) lib/rack/urlmap.rb:50:in `call'
212
+ rack-test (0.6.2) lib/rack/mock_session.rb:30:in `request'
213
+ rack-test (0.6.2) lib/rack/test.rb:230:in `process_request'
214
+ rack-test (0.6.2) lib/rack/test.rb:57:in `get'
215
+ /usr/local/var/rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/forwardable.rb:171:in `get'
216
+ capybara (2.1.0) lib/capybara/rack_test/browser.rb:59:in `process'
217
+ capybara (2.1.0) lib/capybara/rack_test/browser.rb:35:in `process_and_follow_redirects'
218
+ capybara (2.1.0) lib/capybara/rack_test/browser.rb:21:in `visit'
219
+ capybara (2.1.0) lib/capybara/rack_test/driver.rb:42:in `visit'
220
+ capybara (2.1.0) lib/capybara/session.rb:193:in `visit'
221
+ capybara (2.1.0) lib/capybara/dsl.rb:51:in `block (2 levels) in <module:DSL>'
222
+ /Users/nick/Code/k3/angular-html2js/spec/angular/html2js/railtie_spec.rb:14:in `block (2 levels) in <module:Html2js>'
223
+ rspec-core (2.12.2) lib/rspec/core/example.rb:114:in `instance_eval'
224
+ rspec-core (2.12.2) lib/rspec/core/example.rb:114:in `block in run'
225
+ rspec-core (2.12.2) lib/rspec/core/example.rb:254:in `with_around_each_hooks'
226
+ rspec-core (2.12.2) lib/rspec/core/example.rb:111:in `run'
227
+ rspec-core (2.12.2) lib/rspec/core/example_group.rb:388:in `block in run_examples'
228
+ rspec-core (2.12.2) lib/rspec/core/example_group.rb:384:in `map'
229
+ rspec-core (2.12.2) lib/rspec/core/example_group.rb:384:in `run_examples'
230
+ rspec-core (2.12.2) lib/rspec/core/example_group.rb:369:in `run'
231
+ rspec-core (2.12.2) lib/rspec/core/command_line.rb:28:in `block (2 levels) in run'
232
+ rspec-core (2.12.2) lib/rspec/core/command_line.rb:28:in `map'
233
+ rspec-core (2.12.2) lib/rspec/core/command_line.rb:28:in `block in run'
234
+ rspec-core (2.12.2) lib/rspec/core/reporter.rb:34:in `report'
235
+ rspec-core (2.12.2) lib/rspec/core/command_line.rb:25:in `run'
236
+ rspec-core (2.12.2) lib/rspec/core/runner.rb:80:in `run'
237
+ rspec-core (2.12.2) lib/rspec/core/runner.rb:17:in `block in autorun'
238
+
239
+
240
+ Rendered /usr/local/var/rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.4ms)
241
+ Rendered /usr/local/var/rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.8ms)
242
+ Rendered /usr/local/var/rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.6ms)
243
+ Rendered /usr/local/var/rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (9.9ms)
244
+
245
+
246
+ Started GET "/assets/templates/test.js" for 127.0.0.1 at 2013-08-16 16:25:58 -0600
247
+
248
+ Gem::LoadError (Specified 'sqlite3' for database adapter, but the gem is not loaded. Add `gem 'sqlite3'` to your Gemfile.):
249
+ activerecord (4.0.0) lib/active_record/connection_adapters/connection_specification.rb:58:in `rescue in resolve_hash_connection'
250
+ activerecord (4.0.0) lib/active_record/connection_adapters/connection_specification.rb:55:in `resolve_hash_connection'
251
+ activerecord (4.0.0) lib/active_record/connection_adapters/connection_specification.rb:46:in `resolve_string_connection'
252
+ activerecord (4.0.0) lib/active_record/connection_adapters/connection_specification.rb:30:in `spec'
253
+ activerecord (4.0.0) lib/active_record/connection_handling.rb:39:in `establish_connection'
254
+ activerecord (4.0.0) lib/active_record/railtie.rb:175:in `block (2 levels) in <class:Railtie>'
255
+ activesupport (4.0.0) lib/active_support/lazy_load_hooks.rb:38:in `instance_eval'
256
+ activesupport (4.0.0) lib/active_support/lazy_load_hooks.rb:38:in `execute_hook'
257
+ activesupport (4.0.0) lib/active_support/lazy_load_hooks.rb:45:in `block in run_load_hooks'
258
+ activesupport (4.0.0) lib/active_support/lazy_load_hooks.rb:44:in `each'
259
+ activesupport (4.0.0) lib/active_support/lazy_load_hooks.rb:44:in `run_load_hooks'
260
+ activerecord (4.0.0) lib/active_record/base.rb:322:in `<module:ActiveRecord>'
261
+ activerecord (4.0.0) lib/active_record/base.rb:22:in `<top (required)>'
262
+ activerecord (4.0.0) lib/active_record/query_cache.rb:50:in `restore_query_cache_settings'
263
+ activerecord (4.0.0) lib/active_record/query_cache.rb:43:in `rescue in call'
264
+ activerecord (4.0.0) lib/active_record/query_cache.rb:32:in `call'
265
+ activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
266
+ activerecord (4.0.0) lib/active_record/migration.rb:369:in `call'
267
+ actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
268
+ activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__694701173721741113__call__callbacks'
269
+ activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
270
+ actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
271
+ actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call'
272
+ actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
273
+ actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
274
+ actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
275
+ railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
276
+ railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
277
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
278
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
279
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
280
+ railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
281
+ actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
282
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
283
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
284
+ activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
285
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
286
+ actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
287
+ railties (4.0.0) lib/rails/engine.rb:511:in `call'
288
+ railties (4.0.0) lib/rails/application.rb:97:in `call'
289
+ rack (1.5.2) lib/rack/builder.rb:138:in `call'
290
+ rack (1.5.2) lib/rack/urlmap.rb:65:in `block in call'
291
+ rack (1.5.2) lib/rack/urlmap.rb:50:in `each'
292
+ rack (1.5.2) lib/rack/urlmap.rb:50:in `call'
293
+ rack-test (0.6.2) lib/rack/mock_session.rb:30:in `request'
294
+ rack-test (0.6.2) lib/rack/test.rb:230:in `process_request'
295
+ rack-test (0.6.2) lib/rack/test.rb:57:in `get'
296
+ /usr/local/var/rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/forwardable.rb:171:in `get'
297
+ capybara (2.1.0) lib/capybara/rack_test/browser.rb:59:in `process'
298
+ capybara (2.1.0) lib/capybara/rack_test/browser.rb:35:in `process_and_follow_redirects'
299
+ capybara (2.1.0) lib/capybara/rack_test/browser.rb:21:in `visit'
300
+ capybara (2.1.0) lib/capybara/rack_test/driver.rb:42:in `visit'
301
+ capybara (2.1.0) lib/capybara/session.rb:193:in `visit'
302
+ capybara (2.1.0) lib/capybara/dsl.rb:51:in `block (2 levels) in <module:DSL>'
303
+ /Users/nick/Code/k3/angular-html2js/spec/angular/html2js/railtie_spec.rb:14:in `block (2 levels) in <module:Html2js>'
304
+ rspec-core (2.12.2) lib/rspec/core/example.rb:114:in `instance_eval'
305
+ rspec-core (2.12.2) lib/rspec/core/example.rb:114:in `block in run'
306
+ rspec-core (2.12.2) lib/rspec/core/example.rb:254:in `with_around_each_hooks'
307
+ rspec-core (2.12.2) lib/rspec/core/example.rb:111:in `run'
308
+ rspec-core (2.12.2) lib/rspec/core/example_group.rb:388:in `block in run_examples'
309
+ rspec-core (2.12.2) lib/rspec/core/example_group.rb:384:in `map'
310
+ rspec-core (2.12.2) lib/rspec/core/example_group.rb:384:in `run_examples'
311
+ rspec-core (2.12.2) lib/rspec/core/example_group.rb:369:in `run'
312
+ rspec-core (2.12.2) lib/rspec/core/command_line.rb:28:in `block (2 levels) in run'
313
+ rspec-core (2.12.2) lib/rspec/core/command_line.rb:28:in `map'
314
+ rspec-core (2.12.2) lib/rspec/core/command_line.rb:28:in `block in run'
315
+ rspec-core (2.12.2) lib/rspec/core/reporter.rb:34:in `report'
316
+ rspec-core (2.12.2) lib/rspec/core/command_line.rb:25:in `run'
317
+ rspec-core (2.12.2) lib/rspec/core/runner.rb:80:in `run'
318
+ rspec-core (2.12.2) lib/rspec/core/runner.rb:17:in `block in autorun'
319
+
320
+
321
+ Rendered /usr/local/var/rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.4ms)
322
+ Rendered /usr/local/var/rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.8ms)
323
+ Rendered /usr/local/var/rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.6ms)
324
+ Rendered /usr/local/var/rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (10.0ms)
325
+
326
+
327
+ Started GET "/assets/templates/test.js" for 127.0.0.1 at 2013-08-16 16:29:35 -0600
328
+
329
+ ActionController::RoutingError (No route matches [GET] "/assets/templates/test.js"):
330
+ actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
331
+ actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
332
+ railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
333
+ railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
334
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
335
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
336
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
337
+ railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
338
+ actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
339
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
340
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
341
+ activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
342
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
343
+ actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
344
+ railties (4.0.0) lib/rails/engine.rb:511:in `call'
345
+ railties (4.0.0) lib/rails/application.rb:97:in `call'
346
+ rack (1.5.2) lib/rack/builder.rb:138:in `call'
347
+ rack (1.5.2) lib/rack/urlmap.rb:65:in `block in call'
348
+ rack (1.5.2) lib/rack/urlmap.rb:50:in `each'
349
+ rack (1.5.2) lib/rack/urlmap.rb:50:in `call'
350
+ rack-test (0.6.2) lib/rack/mock_session.rb:30:in `request'
351
+ rack-test (0.6.2) lib/rack/test.rb:230:in `process_request'
352
+ rack-test (0.6.2) lib/rack/test.rb:57:in `get'
353
+ /usr/local/var/rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/forwardable.rb:171:in `get'
354
+ capybara (2.1.0) lib/capybara/rack_test/browser.rb:59:in `process'
355
+ capybara (2.1.0) lib/capybara/rack_test/browser.rb:35:in `process_and_follow_redirects'
356
+ capybara (2.1.0) lib/capybara/rack_test/browser.rb:21:in `visit'
357
+ capybara (2.1.0) lib/capybara/rack_test/driver.rb:42:in `visit'
358
+ capybara (2.1.0) lib/capybara/session.rb:193:in `visit'
359
+ capybara (2.1.0) lib/capybara/dsl.rb:51:in `block (2 levels) in <module:DSL>'
360
+ /Users/nick/Code/k3/angular-html2js/spec/angular/html2js/railtie_spec.rb:14:in `block (2 levels) in <module:Html2js>'
361
+ rspec-core (2.12.2) lib/rspec/core/example.rb:114:in `instance_eval'
362
+ rspec-core (2.12.2) lib/rspec/core/example.rb:114:in `block in run'
363
+ rspec-core (2.12.2) lib/rspec/core/example.rb:254:in `with_around_each_hooks'
364
+ rspec-core (2.12.2) lib/rspec/core/example.rb:111:in `run'
365
+ rspec-core (2.12.2) lib/rspec/core/example_group.rb:388:in `block in run_examples'
366
+ rspec-core (2.12.2) lib/rspec/core/example_group.rb:384:in `map'
367
+ rspec-core (2.12.2) lib/rspec/core/example_group.rb:384:in `run_examples'
368
+ rspec-core (2.12.2) lib/rspec/core/example_group.rb:369:in `run'
369
+ rspec-core (2.12.2) lib/rspec/core/command_line.rb:28:in `block (2 levels) in run'
370
+ rspec-core (2.12.2) lib/rspec/core/command_line.rb:28:in `map'
371
+ rspec-core (2.12.2) lib/rspec/core/command_line.rb:28:in `block in run'
372
+ rspec-core (2.12.2) lib/rspec/core/reporter.rb:34:in `report'
373
+ rspec-core (2.12.2) lib/rspec/core/command_line.rb:25:in `run'
374
+ rspec-core (2.12.2) lib/rspec/core/runner.rb:80:in `run'
375
+ rspec-core (2.12.2) lib/rspec/core/runner.rb:17:in `block in autorun'
376
+
377
+
378
+ Rendered /usr/local/var/rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.9ms)
379
+ Rendered /usr/local/var/rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (5.6ms)
380
+ Rendered /usr/local/var/rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (16.4ms)
381
+
382
+
383
+ Started GET "/assets/templates/test.js" for 127.0.0.1 at 2013-08-16 16:33:33 -0600
384
+
385
+ ActionController::RoutingError (No route matches [GET] "/assets/templates/test.js"):
386
+ actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
387
+ actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
388
+ railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
389
+ railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
390
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
391
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
392
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
393
+ railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
394
+ actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
395
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
396
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
397
+ activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
398
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
399
+ actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
400
+ railties (4.0.0) lib/rails/engine.rb:511:in `call'
401
+ railties (4.0.0) lib/rails/application.rb:97:in `call'
402
+ rack (1.5.2) lib/rack/builder.rb:138:in `call'
403
+ rack (1.5.2) lib/rack/urlmap.rb:65:in `block in call'
404
+ rack (1.5.2) lib/rack/urlmap.rb:50:in `each'
405
+ rack (1.5.2) lib/rack/urlmap.rb:50:in `call'
406
+ rack-test (0.6.2) lib/rack/mock_session.rb:30:in `request'
407
+ rack-test (0.6.2) lib/rack/test.rb:230:in `process_request'
408
+ rack-test (0.6.2) lib/rack/test.rb:57:in `get'
409
+ /usr/local/var/rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/forwardable.rb:171:in `get'
410
+ capybara (2.1.0) lib/capybara/rack_test/browser.rb:59:in `process'
411
+ capybara (2.1.0) lib/capybara/rack_test/browser.rb:35:in `process_and_follow_redirects'
412
+ capybara (2.1.0) lib/capybara/rack_test/browser.rb:21:in `visit'
413
+ capybara (2.1.0) lib/capybara/rack_test/driver.rb:42:in `visit'
414
+ capybara (2.1.0) lib/capybara/session.rb:193:in `visit'
415
+ capybara (2.1.0) lib/capybara/dsl.rb:51:in `block (2 levels) in <module:DSL>'
416
+ /Users/nick/Code/k3/angular-html2js/spec/angular/html2js/railtie_spec.rb:14:in `block (2 levels) in <module:Html2js>'
417
+ rspec-core (2.12.2) lib/rspec/core/example.rb:114:in `instance_eval'
418
+ rspec-core (2.12.2) lib/rspec/core/example.rb:114:in `block in run'
419
+ rspec-core (2.12.2) lib/rspec/core/example.rb:254:in `with_around_each_hooks'
420
+ rspec-core (2.12.2) lib/rspec/core/example.rb:111:in `run'
421
+ rspec-core (2.12.2) lib/rspec/core/example_group.rb:388:in `block in run_examples'
422
+ rspec-core (2.12.2) lib/rspec/core/example_group.rb:384:in `map'
423
+ rspec-core (2.12.2) lib/rspec/core/example_group.rb:384:in `run_examples'
424
+ rspec-core (2.12.2) lib/rspec/core/example_group.rb:369:in `run'
425
+ rspec-core (2.12.2) lib/rspec/core/command_line.rb:28:in `block (2 levels) in run'
426
+ rspec-core (2.12.2) lib/rspec/core/command_line.rb:28:in `map'
427
+ rspec-core (2.12.2) lib/rspec/core/command_line.rb:28:in `block in run'
428
+ rspec-core (2.12.2) lib/rspec/core/reporter.rb:34:in `report'
429
+ rspec-core (2.12.2) lib/rspec/core/command_line.rb:25:in `run'
430
+ rspec-core (2.12.2) lib/rspec/core/runner.rb:80:in `run'
431
+ rspec-core (2.12.2) lib/rspec/core/runner.rb:17:in `block in autorun'
432
+
433
+
434
+ Rendered /usr/local/var/rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.4ms)
435
+ Rendered /usr/local/var/rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.8ms)
436
+ Rendered /usr/local/var/rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (12.4ms)
437
+
438
+
439
+ Started GET "/assets/templates/test.js" for 127.0.0.1 at 2013-08-16 16:34:45 -0600
440
+
441
+ ActionController::RoutingError (No route matches [GET] "/assets/templates/test.js"):
442
+ actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
443
+ actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
444
+ railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
445
+ railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
446
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
447
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
448
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
449
+ railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
450
+ actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
451
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
452
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
453
+ activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
454
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
455
+ actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
456
+ railties (4.0.0) lib/rails/engine.rb:511:in `call'
457
+ railties (4.0.0) lib/rails/application.rb:97:in `call'
458
+ rack (1.5.2) lib/rack/builder.rb:138:in `call'
459
+ rack (1.5.2) lib/rack/urlmap.rb:65:in `block in call'
460
+ rack (1.5.2) lib/rack/urlmap.rb:50:in `each'
461
+ rack (1.5.2) lib/rack/urlmap.rb:50:in `call'
462
+ rack-test (0.6.2) lib/rack/mock_session.rb:30:in `request'
463
+ rack-test (0.6.2) lib/rack/test.rb:230:in `process_request'
464
+ rack-test (0.6.2) lib/rack/test.rb:57:in `get'
465
+ /usr/local/var/rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/forwardable.rb:171:in `get'
466
+ capybara (2.1.0) lib/capybara/rack_test/browser.rb:59:in `process'
467
+ capybara (2.1.0) lib/capybara/rack_test/browser.rb:35:in `process_and_follow_redirects'
468
+ capybara (2.1.0) lib/capybara/rack_test/browser.rb:21:in `visit'
469
+ capybara (2.1.0) lib/capybara/rack_test/driver.rb:42:in `visit'
470
+ capybara (2.1.0) lib/capybara/session.rb:193:in `visit'
471
+ capybara (2.1.0) lib/capybara/dsl.rb:51:in `block (2 levels) in <module:DSL>'
472
+ /Users/nick/Code/k3/angular-html2js/spec/angular/html2js/railtie_spec.rb:14:in `block (2 levels) in <module:Html2js>'
473
+ rspec-core (2.12.2) lib/rspec/core/example.rb:114:in `instance_eval'
474
+ rspec-core (2.12.2) lib/rspec/core/example.rb:114:in `block in run'
475
+ rspec-core (2.12.2) lib/rspec/core/example.rb:254:in `with_around_each_hooks'
476
+ rspec-core (2.12.2) lib/rspec/core/example.rb:111:in `run'
477
+ rspec-core (2.12.2) lib/rspec/core/example_group.rb:388:in `block in run_examples'
478
+ rspec-core (2.12.2) lib/rspec/core/example_group.rb:384:in `map'
479
+ rspec-core (2.12.2) lib/rspec/core/example_group.rb:384:in `run_examples'
480
+ rspec-core (2.12.2) lib/rspec/core/example_group.rb:369:in `run'
481
+ rspec-core (2.12.2) lib/rspec/core/command_line.rb:28:in `block (2 levels) in run'
482
+ rspec-core (2.12.2) lib/rspec/core/command_line.rb:28:in `map'
483
+ rspec-core (2.12.2) lib/rspec/core/command_line.rb:28:in `block in run'
484
+ rspec-core (2.12.2) lib/rspec/core/reporter.rb:34:in `report'
485
+ rspec-core (2.12.2) lib/rspec/core/command_line.rb:25:in `run'
486
+ rspec-core (2.12.2) lib/rspec/core/runner.rb:80:in `run'
487
+ rspec-core (2.12.2) lib/rspec/core/runner.rb:17:in `block in autorun'
488
+
489
+
490
+ Rendered /usr/local/var/rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.7ms)
491
+ Rendered /usr/local/var/rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.5ms)
492
+ Rendered /usr/local/var/rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (10.4ms)
493
+
494
+
495
+ Started GET "/assets/application.js" for 127.0.0.1 at 2013-08-16 16:36:00 -0600
496
+
497
+
498
+ Started GET "/assets/templates/test.js" for 127.0.0.1 at 2013-08-16 16:36:22 -0600
499
+
500
+ ActionController::RoutingError (No route matches [GET] "/assets/templates/test.js"):
501
+ actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
502
+ actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
503
+ railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
504
+ railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
505
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
506
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
507
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
508
+ railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
509
+ actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
510
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
511
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
512
+ activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
513
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
514
+ actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
515
+ railties (4.0.0) lib/rails/engine.rb:511:in `call'
516
+ railties (4.0.0) lib/rails/application.rb:97:in `call'
517
+ rack (1.5.2) lib/rack/builder.rb:138:in `call'
518
+ rack (1.5.2) lib/rack/urlmap.rb:65:in `block in call'
519
+ rack (1.5.2) lib/rack/urlmap.rb:50:in `each'
520
+ rack (1.5.2) lib/rack/urlmap.rb:50:in `call'
521
+ rack-test (0.6.2) lib/rack/mock_session.rb:30:in `request'
522
+ rack-test (0.6.2) lib/rack/test.rb:230:in `process_request'
523
+ rack-test (0.6.2) lib/rack/test.rb:57:in `get'
524
+ /usr/local/var/rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/forwardable.rb:171:in `get'
525
+ capybara (2.1.0) lib/capybara/rack_test/browser.rb:59:in `process'
526
+ capybara (2.1.0) lib/capybara/rack_test/browser.rb:35:in `process_and_follow_redirects'
527
+ capybara (2.1.0) lib/capybara/rack_test/browser.rb:21:in `visit'
528
+ capybara (2.1.0) lib/capybara/rack_test/driver.rb:42:in `visit'
529
+ capybara (2.1.0) lib/capybara/session.rb:193:in `visit'
530
+ capybara (2.1.0) lib/capybara/dsl.rb:51:in `block (2 levels) in <module:DSL>'
531
+ /Users/nick/Code/k3/angular-html2js/spec/angular/html2js/railtie_spec.rb:14:in `block (2 levels) in <module:Html2js>'
532
+ rspec-core (2.12.2) lib/rspec/core/example.rb:114:in `instance_eval'
533
+ rspec-core (2.12.2) lib/rspec/core/example.rb:114:in `block in run'
534
+ rspec-core (2.12.2) lib/rspec/core/example.rb:254:in `with_around_each_hooks'
535
+ rspec-core (2.12.2) lib/rspec/core/example.rb:111:in `run'
536
+ rspec-core (2.12.2) lib/rspec/core/example_group.rb:388:in `block in run_examples'
537
+ rspec-core (2.12.2) lib/rspec/core/example_group.rb:384:in `map'
538
+ rspec-core (2.12.2) lib/rspec/core/example_group.rb:384:in `run_examples'
539
+ rspec-core (2.12.2) lib/rspec/core/example_group.rb:369:in `run'
540
+ rspec-core (2.12.2) lib/rspec/core/command_line.rb:28:in `block (2 levels) in run'
541
+ rspec-core (2.12.2) lib/rspec/core/command_line.rb:28:in `map'
542
+ rspec-core (2.12.2) lib/rspec/core/command_line.rb:28:in `block in run'
543
+ rspec-core (2.12.2) lib/rspec/core/reporter.rb:34:in `report'
544
+ rspec-core (2.12.2) lib/rspec/core/command_line.rb:25:in `run'
545
+ rspec-core (2.12.2) lib/rspec/core/runner.rb:80:in `run'
546
+ rspec-core (2.12.2) lib/rspec/core/runner.rb:17:in `block in autorun'
547
+
548
+
549
+ Rendered /usr/local/var/rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.7ms)
550
+ Rendered /usr/local/var/rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.5ms)
551
+ Rendered /usr/local/var/rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (10.3ms)
552
+
553
+
554
+ Started GET "/assets/templates/test.js.ngt" for 127.0.0.1 at 2013-08-16 16:36:28 -0600
555
+
556
+
557
+ Started GET "/assets/templates/test.js.ngt" for 127.0.0.1 at 2013-08-16 16:37:14 -0600
558
+
559
+
560
+ Started GET "/assets/templates/test.js.ngt" for 127.0.0.1 at 2013-08-16 16:43:04 -0600
561
+
562
+
563
+ Started GET "/assets/templates/test.js.ngt" for 127.0.0.1 at 2013-08-16 16:43:48 -0600
564
+
565
+
566
+ Started GET "/assets/templates/test.js.ngt" for 127.0.0.1 at 2013-08-16 16:44:00 -0600
567
+
568
+
569
+ Started GET "/assets/templates/test.js.ngt" for 127.0.0.1 at 2013-08-16 16:44:06 -0600
570
+
571
+
572
+ Started GET "/assets/templates/test.js.ngt" for 127.0.0.1 at 2013-08-16 16:44:45 -0600
573
+
574
+
575
+ Started GET "/assets/templates/test.js.ngt" for 127.0.0.1 at 2013-08-16 16:45:00 -0600
576
+
577
+
578
+ Started GET "/assets/templates/test.js.ngt" for 127.0.0.1 at 2013-08-16 16:46:51 -0600
579
+
580
+
581
+ Started GET "/assets/templates/test.js.ngt" for 127.0.0.1 at 2013-08-16 16:46:56 -0600
582
+
583
+
584
+ Started GET "/assets/templates/test.js.ngt" for 127.0.0.1 at 2013-08-16 16:49:05 -0600
585
+
586
+
587
+ Started GET "/assets/templates/test.js.ngt" for 127.0.0.1 at 2013-08-16 16:51:38 -0600
588
+
589
+
590
+ Started GET "/assets/templates/test.js.ngt" for 127.0.0.1 at 2013-08-16 16:51:52 -0600
591
+
592
+
593
+ Started GET "/assets/templates/test.js.ngt" for 127.0.0.1 at 2013-08-16 16:52:19 -0600
594
+
595
+
596
+ Started GET "/assets/templates/test.js.ngt" for 127.0.0.1 at 2013-08-16 16:52:27 -0600
597
+
598
+
599
+ Started GET "/assets/templates/test.js.ngt" for 127.0.0.1 at 2013-08-16 16:52:31 -0600
600
+
601
+
602
+ Started GET "/assets/templates/test.js.ngt" for 127.0.0.1 at 2013-08-16 16:53:11 -0600
603
+
604
+
605
+ Started GET "/assets/templates/test.js.ngt" for 127.0.0.1 at 2013-08-16 16:53:34 -0600
606
+
607
+
608
+ Started GET "/assets/templates/test.js.ngt" for 127.0.0.1 at 2013-08-16 16:54:17 -0600
609
+
610
+
611
+ Started GET "/assets/templates/test.js.ngt" for 127.0.0.1 at 2013-08-16 16:55:00 -0600
612
+
613
+
614
+ Started GET "/assets/templates/test.js" for 127.0.0.1 at 2013-08-16 16:59:35 -0600
615
+
616
+
617
+ Started GET "/assets/templates/test.js" for 127.0.0.1 at 2013-08-16 16:59:43 -0600
618
+
619
+
620
+ Started GET "/assets/templates/test.js" for 127.0.0.1 at 2013-08-16 16:59:51 -0600
621
+
622
+
623
+ Started GET "/assets/templates/test.js" for 127.0.0.1 at 2013-08-16 17:04:36 -0600
624
+
625
+
626
+ Started GET "/assets/templates/test.js" for 127.0.0.1 at 2013-08-16 17:04:49 -0600
627
+
628
+
629
+ Started GET "/assets/templates/test.js" for 127.0.0.1 at 2013-08-16 17:04:59 -0600
630
+
631
+
632
+ Started GET "/assets/templates/test.js" for 127.0.0.1 at 2013-08-16 17:05:20 -0600
633
+
634
+
635
+ Started GET "/assets/templates/test.js" for 127.0.0.1 at 2013-08-16 17:05:39 -0600
636
+
637
+
638
+ Started GET "/assets/templates/test.js" for 127.0.0.1 at 2013-08-16 17:07:25 -0600
639
+
640
+
641
+ Started GET "/assets/templates/test.js" for 127.0.0.1 at 2013-08-16 17:40:17 -0600
642
+
643
+
644
+ Started GET "/assets/templates/test.js" for 127.0.0.1 at 2013-08-16 17:40:32 -0600
645
+
646
+
647
+ Started GET "/assets/templates/test.js" for 127.0.0.1 at 2013-08-16 17:40:43 -0600
648
+
649
+
650
+ Started GET "/assets/templates/test.js" for 127.0.0.1 at 2013-08-16 17:41:02 -0600
651
+
652
+
653
+ Started GET "/assets/templates/test.js" for 127.0.0.1 at 2013-08-16 17:41:16 -0600
654
+
655
+
656
+ Started GET "/assets/templates/test.js" for 127.0.0.1 at 2013-08-16 17:43:27 -0600
657
+
658
+
659
+ Started GET "/assets/templates/test.js" for 127.0.0.1 at 2013-08-16 17:43:38 -0600
660
+
661
+
662
+ Started GET "/assets/templates/test.js" for 127.0.0.1 at 2013-08-16 17:43:52 -0600
663
+
664
+
665
+ Started GET "/assets/templates/test.js" for 127.0.0.1 at 2013-08-16 17:45:08 -0600
666
+
667
+
668
+ Started GET "/assets/templates/test.js" for 127.0.0.1 at 2013-08-16 17:45:12 -0600
669
+
670
+
671
+ Started GET "/assets/templates/test.js" for 127.0.0.1 at 2013-08-16 17:45:16 -0600
672
+
673
+
674
+ Started GET "/assets/templates/test.js" for 127.0.0.1 at 2013-08-16 17:45:20 -0600
675
+
676
+
677
+ Started GET "/assets/templates/test.js" for 127.0.0.1 at 2013-08-16 17:45:26 -0600
678
+
679
+
680
+ Started GET "/assets/templates/test.js" for 127.0.0.1 at 2013-08-16 17:47:43 -0600
681
+
682
+
683
+ Started GET "/assets/templates/test.js" for 127.0.0.1 at 2013-08-16 17:49:16 -0600
684
+
685
+
686
+ Started GET "/assets/templates/test.js" for 127.0.0.1 at 2013-08-16 17:54:27 -0600
687
+
688
+
689
+ Started GET "/assets/templates/test.js" for 127.0.0.1 at 2013-08-16 17:54:27 -0600
690
+
691
+
692
+ Started GET "/assets/templates/test.js" for 127.0.0.1 at 2013-08-16 17:56:29 -0600
693
+
694
+
695
+ Started GET "/assets/templates/test.js" for 127.0.0.1 at 2013-08-16 17:56:29 -0600
696
+
697
+
698
+ Started GET "/assets/templates/test.js" for 127.0.0.1 at 2013-08-16 17:58:51 -0600
699
+
700
+
701
+ Started GET "/assets/templates/test.js" for 127.0.0.1 at 2013-08-16 17:58:52 -0600
702
+
703
+
704
+ Started GET "/assets/templates/test.js" for 127.0.0.1 at 2013-08-16 17:58:55 -0600
705
+
706
+
707
+ Started GET "/assets/templates/test.js" for 127.0.0.1 at 2013-08-16 17:58:55 -0600
708
+
709
+
710
+ Started GET "/assets/templates/test.js" for 127.0.0.1 at 2013-08-16 17:59:01 -0600
711
+
712
+
713
+ Started GET "/assets/templates/test.js" for 127.0.0.1 at 2013-08-16 17:59:01 -0600
714
+
715
+
716
+ Started GET "/assets/templates/test.js" for 127.0.0.1 at 2013-08-16 17:59:07 -0600
717
+
718
+
719
+ Started GET "/assets/templates/test.js" for 127.0.0.1 at 2013-08-16 17:59:07 -0600
720
+
721
+
722
+ Started GET "/assets/templates/test.js" for 127.0.0.1 at 2013-08-16 17:59:26 -0600
723
+
724
+
725
+ Started GET "/assets/templates/test.js" for 127.0.0.1 at 2013-08-16 17:59:26 -0600
726
+
727
+
728
+ Started GET "/assets/templates/test.js" for 127.0.0.1 at 2013-08-16 17:59:56 -0600
729
+
730
+
731
+ Started GET "/assets/templates/test.js" for 127.0.0.1 at 2013-08-16 17:59:56 -0600
732
+
733
+
734
+ Started GET "/assets/templates/test.js" for 127.0.0.1 at 2013-08-16 18:00:30 -0600
735
+
736
+
737
+ Started GET "/assets/templates/test.js" for 127.0.0.1 at 2013-08-16 18:00:30 -0600
738
+
739
+
740
+ Started GET "/assets/templates/test.js" for 127.0.0.1 at 2013-08-16 18:00:39 -0600
741
+
742
+
743
+ Started GET "/assets/templates/test.js" for 127.0.0.1 at 2013-08-16 18:00:43 -0600
744
+
745
+
746
+ Started GET "/assets/templates/test.js" for 127.0.0.1 at 2013-08-16 18:01:10 -0600
747
+
748
+
749
+ Started GET "/assets/templates/test.js" for 127.0.0.1 at 2013-08-16 18:01:10 -0600
750
+
751
+
752
+ Started GET "/assets/templates/test.js" for 127.0.0.1 at 2013-08-16 18:01:34 -0600
753
+
754
+
755
+ Started GET "/assets/templates/test.js" for 127.0.0.1 at 2013-08-16 18:01:34 -0600
756
+
757
+
758
+ Started GET "/assets/templates/test.js" for 127.0.0.1 at 2013-08-16 18:01:49 -0600
759
+
760
+
761
+ Started GET "/assets/templates/test.js" for 127.0.0.1 at 2013-08-16 18:01:49 -0600