how_to 0.0.3 → 0.0.4
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/how_to/version.rb +1 -1
- data/test/dummy/Gemfile +9 -0
- data/test/dummy/Gemfile.lock +35 -0
- data/test/dummy/log/development.log +585 -0
- data/test/dummy/tmp/cache/assets/C94/E60/sprockets%2F53020551cac6a71792a879987f9378ed +0 -0
- data/test/dummy/tmp/cache/assets/CC7/650/sprockets%2F0a9582aef4f04a929d5507997f4b5866 +0 -0
- data/test/dummy/tmp/cache/assets/CD1/810/sprockets%2F70340b9c204c250caac9574d6267d46a +0 -0
- data/test/dummy/tmp/cache/assets/CD9/470/sprockets%2Fbdec584810704f121a7e3a583358b25f +0 -0
- data/test/dummy/tmp/cache/assets/CDA/910/sprockets%2F2e8a211d7650278fdb6504966da3dc22 +0 -0
- data/test/dummy/tmp/cache/assets/CDB/CD0/sprockets%2F1c740bf96716b1a167c3d6dd5095d217 +0 -0
- data/test/dummy/tmp/cache/assets/CDD/CB0/sprockets%2Fe1337deb8126034c8b5596ed408dc261 +0 -0
- data/test/dummy/tmp/cache/assets/CDE/3D0/sprockets%2Fdf191a21581cf018a97e461e9d6933a0 +0 -0
- data/test/dummy/tmp/cache/assets/CE4/290/sprockets%2Ff268d6a5ee05493d73abe5d608711094 +0 -0
- data/test/dummy/tmp/cache/assets/CE5/270/sprockets%2Fc387d39246b866fa0b1f703b469f82b1 +0 -0
- data/test/dummy/tmp/cache/assets/D0B/2C0/sprockets%2F27ec927e0d2901c421d554cfd28f108e +0 -0
- data/test/dummy/tmp/cache/assets/D0C/830/sprockets%2Fef560f213b37cb2064eaa6791956e3d3 +0 -0
- data/test/dummy/tmp/cache/assets/D14/360/sprockets%2Fef1f598110297cc5f2bee3429269a43b +0 -0
- data/test/dummy/tmp/cache/assets/D15/E50/sprockets%2F90f778824fa09f0fdc1edb420b179572 +0 -0
- data/test/dummy/tmp/cache/assets/D19/A80/sprockets%2F8fb2b939d4917319a6e3092add5c814f +0 -0
- data/test/dummy/tmp/cache/assets/D1E/970/sprockets%2Fe759e223699da8e1837aff1135c048ed +0 -0
- data/test/dummy/tmp/cache/assets/D32/C20/sprockets%2F236ce5587a7ddc1f2da630113fd42b54 +0 -0
- data/test/dummy/tmp/cache/assets/D35/360/sprockets%2Faf10ebca1f8b40ce10246f28963581f6 +0 -0
- data/test/dummy/tmp/cache/assets/D40/3E0/sprockets%2Ff1c2fb813475cbebdb798872557d11b0 +0 -0
- data/test/dummy/tmp/cache/assets/D45/620/sprockets%2F52ad19d0bdbf03b61678df9c6555c891 +0 -0
- data/test/dummy/tmp/cache/assets/D4F/810/sprockets%2F2ffce340a853f3f9e20693fd459760fe +0 -0
- data/test/dummy/tmp/cache/assets/D6C/810/sprockets%2Fdb43f05e7ec3f149f93bd42742ae8b02 +0 -0
- data/test/dummy/tmp/cache/assets/D6E/990/sprockets%2Ff1a9a2da23e9f1766e4cdc6d84d10455 +0 -0
- data/test/dummy/tmp/cache/assets/D72/F00/sprockets%2F567d23ca5a48504bef5d9d3275fd8c2a +0 -0
- data/test/dummy/tmp/cache/assets/D77/670/sprockets%2Fdd74b4d3c9208f3bf44f6d3d287217df +0 -0
- data/test/dummy/tmp/cache/assets/DB2/470/sprockets%2F1cab41bfb83fccbc782404b02a3c932b +0 -0
- data/test/dummy/tmp/cache/assets/DBE/570/sprockets%2Ff20a093faa0b3d7ea66188a1dc6b57da +0 -0
- data/test/dummy/tmp/cache/assets/DCC/3A0/sprockets%2F5ce2960c4a95bcef05f192b3dfe3ae80 +0 -0
- data/test/dummy/tmp/cache/assets/DEA/B10/sprockets%2F7c7b5e457c1e9ff1a3dee9c9f861d68d +0 -0
- data/test/dummy/tmp/cache/assets/DFA/C20/sprockets%2F25cf85f1a6ba24ee7d7ab1e4562aee4e +0 -0
- data/test/dummy/tmp/cache/assets/DFB/CB0/sprockets%2Fcec172552ae2ee5d3ea9f01db4359cff +0 -0
- data/test/dummy/tmp/cache/assets/E37/8A0/sprockets%2F2cf9acecb089dffe23f098bdc64560cf +0 -0
- data/test/dummy/tmp/cache/assets/E4F/DA0/sprockets%2Faaefeca0d5aa19f5fc392ad8512ccd43 +0 -0
- data/test/dummy/tmp/cache/sass/a1ca19fc2b3afb4a167a105e195117650bf09684/application.css.scssc +0 -0
- data/test/dummy/tmp/pids/server.pid +1 -0
- metadata +107 -1
data/lib/how_to/version.rb
CHANGED
data/test/dummy/Gemfile
CHANGED
@@ -5,6 +5,15 @@ source "http://rubygems.org"
|
|
5
5
|
# development dependencies will be added by default to the :development group.
|
6
6
|
|
7
7
|
# jquery-rails is used by the dummy application
|
8
|
+
gem "jquery-rails"
|
9
|
+
gem 'bootstrap-sass'
|
10
|
+
gem 'sass-rails', '~> 3.2.5'
|
11
|
+
gem 'globalize3'
|
12
|
+
gem 'awesome_nested_set'
|
8
13
|
gem 'mercury-rails'
|
14
|
+
|
9
15
|
gem 'sqlite3'
|
10
16
|
|
17
|
+
# To use debugger
|
18
|
+
# gem 'debugger'
|
19
|
+
gem 'paperclip'
|
data/test/dummy/Gemfile.lock
CHANGED
@@ -29,7 +29,15 @@ GEM
|
|
29
29
|
i18n (= 0.6.1)
|
30
30
|
multi_json (~> 1.0)
|
31
31
|
arel (3.0.2)
|
32
|
+
awesome_nested_set (2.1.6)
|
33
|
+
activerecord (>= 3.0.0)
|
34
|
+
bootstrap-sass (2.3.1.0)
|
35
|
+
sass (~> 3.2)
|
32
36
|
builder (3.0.4)
|
37
|
+
climate_control (0.0.3)
|
38
|
+
activesupport (>= 3.0)
|
39
|
+
cocaine (0.5.1)
|
40
|
+
climate_control (>= 0.0.3, < 1.0)
|
33
41
|
coffee-rails (3.2.2)
|
34
42
|
coffee-script (>= 2.2.0)
|
35
43
|
railties (~> 3.2.0)
|
@@ -40,9 +48,16 @@ GEM
|
|
40
48
|
erubis (2.7.0)
|
41
49
|
execjs (1.4.0)
|
42
50
|
multi_json (~> 1.0)
|
51
|
+
globalize3 (0.2.0)
|
52
|
+
activemodel (>= 3.0.0)
|
53
|
+
activerecord (>= 3.0.0)
|
54
|
+
paper_trail (~> 2)
|
43
55
|
hike (1.2.2)
|
44
56
|
i18n (0.6.1)
|
45
57
|
journey (1.0.4)
|
58
|
+
jquery-rails (3.0.0)
|
59
|
+
railties (>= 3.0, < 5.0)
|
60
|
+
thor (>= 0.14, < 2.0)
|
46
61
|
json (1.8.0)
|
47
62
|
mail (2.5.4)
|
48
63
|
mime-types (~> 1.16)
|
@@ -52,6 +67,15 @@ GEM
|
|
52
67
|
rails (~> 3.2)
|
53
68
|
mime-types (1.23)
|
54
69
|
multi_json (1.7.5)
|
70
|
+
paper_trail (2.7.1)
|
71
|
+
activerecord (~> 3.0)
|
72
|
+
railties (~> 3.0)
|
73
|
+
paperclip (3.4.1)
|
74
|
+
activemodel (>= 3.0.0)
|
75
|
+
activerecord (>= 3.0.0)
|
76
|
+
activesupport (>= 3.0.0)
|
77
|
+
cocaine (~> 0.5.0)
|
78
|
+
mime-types
|
55
79
|
polyglot (0.3.3)
|
56
80
|
rack (1.4.5)
|
57
81
|
rack-cache (1.2)
|
@@ -78,6 +102,11 @@ GEM
|
|
78
102
|
rake (10.0.4)
|
79
103
|
rdoc (3.12.2)
|
80
104
|
json (~> 1.4)
|
105
|
+
sass (3.2.9)
|
106
|
+
sass-rails (3.2.6)
|
107
|
+
railties (~> 3.2.0)
|
108
|
+
sass (>= 3.1.10)
|
109
|
+
tilt (~> 1.3)
|
81
110
|
sprockets (2.2.2)
|
82
111
|
hike (~> 1.2)
|
83
112
|
multi_json (~> 1.0)
|
@@ -95,5 +124,11 @@ PLATFORMS
|
|
95
124
|
ruby
|
96
125
|
|
97
126
|
DEPENDENCIES
|
127
|
+
awesome_nested_set
|
128
|
+
bootstrap-sass
|
129
|
+
globalize3
|
130
|
+
jquery-rails
|
98
131
|
mercury-rails
|
132
|
+
paperclip
|
133
|
+
sass-rails (~> 3.2.5)
|
99
134
|
sqlite3
|
@@ -106645,3 +106645,588 @@ Served asset /how_to/chosen.jquery.min.js - 304 Not Modified (0ms)
|
|
106645
106645
|
Started GET "/assets/how_to/application.js?body=1" for 127.0.0.1 at 2013-06-04 15:42:45 +0600
|
106646
106646
|
Served asset /how_to/application.js - 304 Not Modified (0ms)
|
106647
106647
|
Connecting to database specified by database.yml
|
106648
|
+
Connecting to database specified by database.yml
|
106649
|
+
|
106650
|
+
|
106651
|
+
Started GET "/how_to/" for 127.0.0.1 at 2013-06-05 14:45:55 +0600
|
106652
|
+
Processing by HowTo::FaqController#show as HTML
|
106653
|
+
Rendered /Users/muntasinahmed/projects/rails_apps/how_to/app/views/how_to/faq/show.html.erb within layouts/how_to/application (69.1ms)
|
106654
|
+
Completed 500 Internal Server Error in 79ms
|
106655
|
+
|
106656
|
+
ActionView::Template::Error (undefined method `translates' for #<Class:0x007fbe3db3f4e0>):
|
106657
|
+
9: <div id="wrapper" class="">
|
106658
|
+
10: <div class="span8">
|
106659
|
+
11: <div id="primary">
|
106660
|
+
12: <% HowTo::Section.with_content.ordered.each do |section| %>
|
106661
|
+
13:
|
106662
|
+
14: <h3 id="<%= dom_id(section) %>"><%= section.name %></h3>
|
106663
|
+
15: <ul class="section_menu">
|
106664
|
+
activerecord (3.2.13) lib/active_record/dynamic_matchers.rb:55:in `method_missing'
|
106665
|
+
/Users/muntasinahmed/projects/rails_apps/how_to/app/models/how_to/section.rb:5:in `<class:Section>'
|
106666
|
+
/Users/muntasinahmed/projects/rails_apps/how_to/app/models/how_to/section.rb:2:in `<module:HowTo>'
|
106667
|
+
/Users/muntasinahmed/projects/rails_apps/how_to/app/models/how_to/section.rb:1:in `<top (required)>'
|
106668
|
+
activesupport (3.2.13) lib/active_support/dependencies.rb:469:in `load'
|
106669
|
+
activesupport (3.2.13) lib/active_support/dependencies.rb:469:in `block in load_file'
|
106670
|
+
activesupport (3.2.13) lib/active_support/dependencies.rb:639:in `new_constants_in'
|
106671
|
+
activesupport (3.2.13) lib/active_support/dependencies.rb:468:in `load_file'
|
106672
|
+
activesupport (3.2.13) lib/active_support/dependencies.rb:353:in `require_or_load'
|
106673
|
+
activesupport (3.2.13) lib/active_support/dependencies.rb:502:in `load_missing_constant'
|
106674
|
+
activesupport (3.2.13) lib/active_support/dependencies.rb:192:in `block in const_missing'
|
106675
|
+
activesupport (3.2.13) lib/active_support/dependencies.rb:190:in `each'
|
106676
|
+
activesupport (3.2.13) lib/active_support/dependencies.rb:190:in `const_missing'
|
106677
|
+
/Users/muntasinahmed/projects/rails_apps/how_to/app/views/how_to/faq/show.html.erb:12:in `___sers_muntasinahmed_projects_rails_apps_how_to_app_views_how_to_faq_show_html_erb__1324313816853221505_70227504168520'
|
106678
|
+
actionpack (3.2.13) lib/action_view/template.rb:145:in `block in render'
|
106679
|
+
activesupport (3.2.13) lib/active_support/notifications.rb:125:in `instrument'
|
106680
|
+
actionpack (3.2.13) lib/action_view/template.rb:143:in `render'
|
106681
|
+
actionpack (3.2.13) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template'
|
106682
|
+
actionpack (3.2.13) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
|
106683
|
+
activesupport (3.2.13) lib/active_support/notifications.rb:123:in `block in instrument'
|
106684
|
+
activesupport (3.2.13) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
106685
|
+
activesupport (3.2.13) lib/active_support/notifications.rb:123:in `instrument'
|
106686
|
+
actionpack (3.2.13) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
|
106687
|
+
actionpack (3.2.13) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template'
|
106688
|
+
actionpack (3.2.13) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout'
|
106689
|
+
actionpack (3.2.13) lib/action_view/renderer/template_renderer.rb:45:in `render_template'
|
106690
|
+
actionpack (3.2.13) lib/action_view/renderer/template_renderer.rb:18:in `render'
|
106691
|
+
actionpack (3.2.13) lib/action_view/renderer/renderer.rb:36:in `render_template'
|
106692
|
+
actionpack (3.2.13) lib/action_view/renderer/renderer.rb:17:in `render'
|
106693
|
+
actionpack (3.2.13) lib/abstract_controller/rendering.rb:110:in `_render_template'
|
106694
|
+
actionpack (3.2.13) lib/action_controller/metal/streaming.rb:225:in `_render_template'
|
106695
|
+
actionpack (3.2.13) lib/abstract_controller/rendering.rb:103:in `render_to_body'
|
106696
|
+
actionpack (3.2.13) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
|
106697
|
+
actionpack (3.2.13) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
|
106698
|
+
actionpack (3.2.13) lib/abstract_controller/rendering.rb:88:in `render'
|
106699
|
+
actionpack (3.2.13) lib/action_controller/metal/rendering.rb:16:in `render'
|
106700
|
+
actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
|
106701
|
+
activesupport (3.2.13) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
|
106702
|
+
/Users/muntasinahmed/.rvm/rubies/ruby-1.9.3-p392/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
|
106703
|
+
activesupport (3.2.13) lib/active_support/core_ext/benchmark.rb:5:in `ms'
|
106704
|
+
actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
|
106705
|
+
actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
|
106706
|
+
activerecord (3.2.13) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
|
106707
|
+
actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:39:in `render'
|
106708
|
+
actionpack (3.2.13) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
|
106709
|
+
actionpack (3.2.13) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
|
106710
|
+
actionpack (3.2.13) lib/abstract_controller/base.rb:167:in `process_action'
|
106711
|
+
actionpack (3.2.13) lib/action_controller/metal/rendering.rb:10:in `process_action'
|
106712
|
+
actionpack (3.2.13) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
|
106713
|
+
activesupport (3.2.13) lib/active_support/callbacks.rb:425:in `_run__2144925565519546585__process_action__2621017607346075856__callbacks'
|
106714
|
+
activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
|
106715
|
+
activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
|
106716
|
+
activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
106717
|
+
actionpack (3.2.13) lib/abstract_controller/callbacks.rb:17:in `process_action'
|
106718
|
+
actionpack (3.2.13) lib/action_controller/metal/rescue.rb:29:in `process_action'
|
106719
|
+
actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
|
106720
|
+
activesupport (3.2.13) lib/active_support/notifications.rb:123:in `block in instrument'
|
106721
|
+
activesupport (3.2.13) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
106722
|
+
activesupport (3.2.13) lib/active_support/notifications.rb:123:in `instrument'
|
106723
|
+
actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
|
106724
|
+
actionpack (3.2.13) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
|
106725
|
+
activerecord (3.2.13) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
|
106726
|
+
actionpack (3.2.13) lib/abstract_controller/base.rb:121:in `process'
|
106727
|
+
actionpack (3.2.13) lib/abstract_controller/rendering.rb:45:in `process'
|
106728
|
+
actionpack (3.2.13) lib/action_controller/metal.rb:203:in `dispatch'
|
106729
|
+
actionpack (3.2.13) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
|
106730
|
+
actionpack (3.2.13) lib/action_controller/metal.rb:246:in `block in action'
|
106731
|
+
actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:73:in `call'
|
106732
|
+
actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
|
106733
|
+
actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:36:in `call'
|
106734
|
+
journey (1.0.4) lib/journey/router.rb:68:in `block in call'
|
106735
|
+
journey (1.0.4) lib/journey/router.rb:56:in `each'
|
106736
|
+
journey (1.0.4) lib/journey/router.rb:56:in `call'
|
106737
|
+
actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:612:in `call'
|
106738
|
+
railties (3.2.13) lib/rails/engine.rb:479:in `call'
|
106739
|
+
railties (3.2.13) lib/rails/railtie/configurable.rb:30:in `method_missing'
|
106740
|
+
journey (1.0.4) lib/journey/router.rb:68:in `block in call'
|
106741
|
+
journey (1.0.4) lib/journey/router.rb:56:in `each'
|
106742
|
+
journey (1.0.4) lib/journey/router.rb:56:in `call'
|
106743
|
+
actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:612:in `call'
|
106744
|
+
actionpack (3.2.13) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
|
106745
|
+
rack (1.4.5) lib/rack/etag.rb:23:in `call'
|
106746
|
+
rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
|
106747
|
+
actionpack (3.2.13) lib/action_dispatch/middleware/head.rb:14:in `call'
|
106748
|
+
actionpack (3.2.13) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
|
106749
|
+
actionpack (3.2.13) lib/action_dispatch/middleware/flash.rb:242:in `call'
|
106750
|
+
rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
|
106751
|
+
rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
|
106752
|
+
actionpack (3.2.13) lib/action_dispatch/middleware/cookies.rb:341:in `call'
|
106753
|
+
activerecord (3.2.13) lib/active_record/query_cache.rb:64:in `call'
|
106754
|
+
activerecord (3.2.13) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
|
106755
|
+
actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
|
106756
|
+
activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `_run__222985136742971800__call__3023961625813062159__callbacks'
|
106757
|
+
activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
|
106758
|
+
activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
|
106759
|
+
activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
106760
|
+
actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
106761
|
+
actionpack (3.2.13) lib/action_dispatch/middleware/reloader.rb:65:in `call'
|
106762
|
+
actionpack (3.2.13) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
|
106763
|
+
actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
|
106764
|
+
actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
106765
|
+
railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app'
|
106766
|
+
railties (3.2.13) lib/rails/rack/logger.rb:16:in `block in call'
|
106767
|
+
activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged'
|
106768
|
+
railties (3.2.13) lib/rails/rack/logger.rb:16:in `call'
|
106769
|
+
actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
106770
|
+
rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
|
106771
|
+
rack (1.4.5) lib/rack/runtime.rb:17:in `call'
|
106772
|
+
activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
106773
|
+
rack (1.4.5) lib/rack/lock.rb:15:in `call'
|
106774
|
+
actionpack (3.2.13) lib/action_dispatch/middleware/static.rb:63:in `call'
|
106775
|
+
railties (3.2.13) lib/rails/engine.rb:479:in `call'
|
106776
|
+
railties (3.2.13) lib/rails/application.rb:223:in `call'
|
106777
|
+
rack (1.4.5) lib/rack/content_length.rb:14:in `call'
|
106778
|
+
railties (3.2.13) lib/rails/rack/log_tailer.rb:17:in `call'
|
106779
|
+
rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
|
106780
|
+
/Users/muntasinahmed/.rvm/rubies/ruby-1.9.3-p392/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
106781
|
+
/Users/muntasinahmed/.rvm/rubies/ruby-1.9.3-p392/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
106782
|
+
/Users/muntasinahmed/.rvm/rubies/ruby-1.9.3-p392/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
106783
|
+
|
106784
|
+
|
106785
|
+
Rendered /Users/muntasinahmed/.rvm/gems/ruby-1.9.3-p392/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms)
|
106786
|
+
Rendered /Users/muntasinahmed/.rvm/gems/ruby-1.9.3-p392/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms)
|
106787
|
+
Rendered /Users/muntasinahmed/.rvm/gems/ruby-1.9.3-p392/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (7.7ms)
|
106788
|
+
Connecting to database specified by database.yml
|
106789
|
+
|
106790
|
+
|
106791
|
+
Started GET "/how_to/" for 127.0.0.1 at 2013-06-05 14:48:33 +0600
|
106792
|
+
Processing by HowTo::FaqController#show as HTML
|
106793
|
+
Rendered /Users/muntasinahmed/projects/rails_apps/how_to/app/views/how_to/faq/show.html.erb within layouts/how_to/application (89.4ms)
|
106794
|
+
Completed 500 Internal Server Error in 97ms
|
106795
|
+
|
106796
|
+
ActionView::Template::Error (undefined local variable or method `acts_as_nested_set' for #<Class:0x007fae3a1d68a8>):
|
106797
|
+
9: <div id="wrapper" class="">
|
106798
|
+
10: <div class="span8">
|
106799
|
+
11: <div id="primary">
|
106800
|
+
12: <% HowTo::Section.with_content.ordered.each do |section| %>
|
106801
|
+
13:
|
106802
|
+
14: <h3 id="<%= dom_id(section) %>"><%= section.name %></h3>
|
106803
|
+
15: <ul class="section_menu">
|
106804
|
+
activerecord (3.2.13) lib/active_record/dynamic_matchers.rb:55:in `method_missing'
|
106805
|
+
globalize3 (0.2.0) lib/globalize/active_record/class_methods.rb:87:in `method_missing'
|
106806
|
+
/Users/muntasinahmed/projects/rails_apps/how_to/app/models/how_to/section.rb:6:in `<class:Section>'
|
106807
|
+
/Users/muntasinahmed/projects/rails_apps/how_to/app/models/how_to/section.rb:2:in `<module:HowTo>'
|
106808
|
+
/Users/muntasinahmed/projects/rails_apps/how_to/app/models/how_to/section.rb:1:in `<top (required)>'
|
106809
|
+
activesupport (3.2.13) lib/active_support/dependencies.rb:469:in `load'
|
106810
|
+
activesupport (3.2.13) lib/active_support/dependencies.rb:469:in `block in load_file'
|
106811
|
+
activesupport (3.2.13) lib/active_support/dependencies.rb:639:in `new_constants_in'
|
106812
|
+
activesupport (3.2.13) lib/active_support/dependencies.rb:468:in `load_file'
|
106813
|
+
activesupport (3.2.13) lib/active_support/dependencies.rb:353:in `require_or_load'
|
106814
|
+
activesupport (3.2.13) lib/active_support/dependencies.rb:502:in `load_missing_constant'
|
106815
|
+
activesupport (3.2.13) lib/active_support/dependencies.rb:192:in `block in const_missing'
|
106816
|
+
activesupport (3.2.13) lib/active_support/dependencies.rb:190:in `each'
|
106817
|
+
activesupport (3.2.13) lib/active_support/dependencies.rb:190:in `const_missing'
|
106818
|
+
/Users/muntasinahmed/projects/rails_apps/how_to/app/views/how_to/faq/show.html.erb:12:in `___sers_muntasinahmed_projects_rails_apps_how_to_app_views_how_to_faq_show_html_erb__890140264552866069_70193140207780'
|
106819
|
+
actionpack (3.2.13) lib/action_view/template.rb:145:in `block in render'
|
106820
|
+
activesupport (3.2.13) lib/active_support/notifications.rb:125:in `instrument'
|
106821
|
+
actionpack (3.2.13) lib/action_view/template.rb:143:in `render'
|
106822
|
+
actionpack (3.2.13) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template'
|
106823
|
+
actionpack (3.2.13) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
|
106824
|
+
activesupport (3.2.13) lib/active_support/notifications.rb:123:in `block in instrument'
|
106825
|
+
activesupport (3.2.13) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
106826
|
+
activesupport (3.2.13) lib/active_support/notifications.rb:123:in `instrument'
|
106827
|
+
actionpack (3.2.13) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
|
106828
|
+
actionpack (3.2.13) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template'
|
106829
|
+
actionpack (3.2.13) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout'
|
106830
|
+
actionpack (3.2.13) lib/action_view/renderer/template_renderer.rb:45:in `render_template'
|
106831
|
+
actionpack (3.2.13) lib/action_view/renderer/template_renderer.rb:18:in `render'
|
106832
|
+
actionpack (3.2.13) lib/action_view/renderer/renderer.rb:36:in `render_template'
|
106833
|
+
actionpack (3.2.13) lib/action_view/renderer/renderer.rb:17:in `render'
|
106834
|
+
actionpack (3.2.13) lib/abstract_controller/rendering.rb:110:in `_render_template'
|
106835
|
+
actionpack (3.2.13) lib/action_controller/metal/streaming.rb:225:in `_render_template'
|
106836
|
+
actionpack (3.2.13) lib/abstract_controller/rendering.rb:103:in `render_to_body'
|
106837
|
+
actionpack (3.2.13) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
|
106838
|
+
actionpack (3.2.13) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
|
106839
|
+
actionpack (3.2.13) lib/abstract_controller/rendering.rb:88:in `render'
|
106840
|
+
actionpack (3.2.13) lib/action_controller/metal/rendering.rb:16:in `render'
|
106841
|
+
actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
|
106842
|
+
activesupport (3.2.13) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
|
106843
|
+
/Users/muntasinahmed/.rvm/rubies/ruby-1.9.3-p392/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
|
106844
|
+
activesupport (3.2.13) lib/active_support/core_ext/benchmark.rb:5:in `ms'
|
106845
|
+
actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
|
106846
|
+
actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
|
106847
|
+
activerecord (3.2.13) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
|
106848
|
+
actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:39:in `render'
|
106849
|
+
actionpack (3.2.13) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
|
106850
|
+
actionpack (3.2.13) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
|
106851
|
+
actionpack (3.2.13) lib/abstract_controller/base.rb:167:in `process_action'
|
106852
|
+
actionpack (3.2.13) lib/action_controller/metal/rendering.rb:10:in `process_action'
|
106853
|
+
actionpack (3.2.13) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
|
106854
|
+
activesupport (3.2.13) lib/active_support/callbacks.rb:425:in `_run__95039109545088471__process_action__3311504476227659290__callbacks'
|
106855
|
+
activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
|
106856
|
+
activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
|
106857
|
+
activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
106858
|
+
actionpack (3.2.13) lib/abstract_controller/callbacks.rb:17:in `process_action'
|
106859
|
+
actionpack (3.2.13) lib/action_controller/metal/rescue.rb:29:in `process_action'
|
106860
|
+
actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
|
106861
|
+
activesupport (3.2.13) lib/active_support/notifications.rb:123:in `block in instrument'
|
106862
|
+
activesupport (3.2.13) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
106863
|
+
activesupport (3.2.13) lib/active_support/notifications.rb:123:in `instrument'
|
106864
|
+
actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
|
106865
|
+
actionpack (3.2.13) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
|
106866
|
+
activerecord (3.2.13) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
|
106867
|
+
actionpack (3.2.13) lib/abstract_controller/base.rb:121:in `process'
|
106868
|
+
actionpack (3.2.13) lib/abstract_controller/rendering.rb:45:in `process'
|
106869
|
+
actionpack (3.2.13) lib/action_controller/metal.rb:203:in `dispatch'
|
106870
|
+
actionpack (3.2.13) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
|
106871
|
+
actionpack (3.2.13) lib/action_controller/metal.rb:246:in `block in action'
|
106872
|
+
actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:73:in `call'
|
106873
|
+
actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
|
106874
|
+
actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:36:in `call'
|
106875
|
+
journey (1.0.4) lib/journey/router.rb:68:in `block in call'
|
106876
|
+
journey (1.0.4) lib/journey/router.rb:56:in `each'
|
106877
|
+
journey (1.0.4) lib/journey/router.rb:56:in `call'
|
106878
|
+
actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:612:in `call'
|
106879
|
+
railties (3.2.13) lib/rails/engine.rb:479:in `call'
|
106880
|
+
railties (3.2.13) lib/rails/railtie/configurable.rb:30:in `method_missing'
|
106881
|
+
journey (1.0.4) lib/journey/router.rb:68:in `block in call'
|
106882
|
+
journey (1.0.4) lib/journey/router.rb:56:in `each'
|
106883
|
+
journey (1.0.4) lib/journey/router.rb:56:in `call'
|
106884
|
+
actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:612:in `call'
|
106885
|
+
actionpack (3.2.13) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
|
106886
|
+
rack (1.4.5) lib/rack/etag.rb:23:in `call'
|
106887
|
+
rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
|
106888
|
+
actionpack (3.2.13) lib/action_dispatch/middleware/head.rb:14:in `call'
|
106889
|
+
actionpack (3.2.13) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
|
106890
|
+
actionpack (3.2.13) lib/action_dispatch/middleware/flash.rb:242:in `call'
|
106891
|
+
rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
|
106892
|
+
rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
|
106893
|
+
actionpack (3.2.13) lib/action_dispatch/middleware/cookies.rb:341:in `call'
|
106894
|
+
activerecord (3.2.13) lib/active_record/query_cache.rb:64:in `call'
|
106895
|
+
activerecord (3.2.13) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
|
106896
|
+
actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
|
106897
|
+
activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `_run__2593626401235280808__call__1707186447032887014__callbacks'
|
106898
|
+
activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
|
106899
|
+
activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
|
106900
|
+
activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
106901
|
+
actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
106902
|
+
actionpack (3.2.13) lib/action_dispatch/middleware/reloader.rb:65:in `call'
|
106903
|
+
actionpack (3.2.13) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
|
106904
|
+
actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
|
106905
|
+
actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
106906
|
+
railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app'
|
106907
|
+
railties (3.2.13) lib/rails/rack/logger.rb:16:in `block in call'
|
106908
|
+
activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged'
|
106909
|
+
railties (3.2.13) lib/rails/rack/logger.rb:16:in `call'
|
106910
|
+
actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
106911
|
+
rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
|
106912
|
+
rack (1.4.5) lib/rack/runtime.rb:17:in `call'
|
106913
|
+
activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
106914
|
+
rack (1.4.5) lib/rack/lock.rb:15:in `call'
|
106915
|
+
actionpack (3.2.13) lib/action_dispatch/middleware/static.rb:63:in `call'
|
106916
|
+
railties (3.2.13) lib/rails/engine.rb:479:in `call'
|
106917
|
+
railties (3.2.13) lib/rails/application.rb:223:in `call'
|
106918
|
+
rack (1.4.5) lib/rack/content_length.rb:14:in `call'
|
106919
|
+
railties (3.2.13) lib/rails/rack/log_tailer.rb:17:in `call'
|
106920
|
+
rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
|
106921
|
+
/Users/muntasinahmed/.rvm/rubies/ruby-1.9.3-p392/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
106922
|
+
/Users/muntasinahmed/.rvm/rubies/ruby-1.9.3-p392/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
106923
|
+
/Users/muntasinahmed/.rvm/rubies/ruby-1.9.3-p392/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
106924
|
+
|
106925
|
+
|
106926
|
+
Rendered /Users/muntasinahmed/.rvm/gems/ruby-1.9.3-p392/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms)
|
106927
|
+
Rendered /Users/muntasinahmed/.rvm/gems/ruby-1.9.3-p392/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms)
|
106928
|
+
Rendered /Users/muntasinahmed/.rvm/gems/ruby-1.9.3-p392/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (5.7ms)
|
106929
|
+
Connecting to database specified by database.yml
|
106930
|
+
Connecting to database specified by database.yml
|
106931
|
+
|
106932
|
+
|
106933
|
+
Started GET "/how_to/" for 127.0.0.1 at 2013-06-05 14:50:48 +0600
|
106934
|
+
Processing by HowTo::FaqController#show as HTML
|
106935
|
+
Rendered /Users/muntasinahmed/projects/rails_apps/how_to/app/views/how_to/faq/show.html.erb within layouts/how_to/application (52.3ms)
|
106936
|
+
Completed 500 Internal Server Error in 60ms
|
106937
|
+
|
106938
|
+
ActionView::Template::Error (undefined method `translates' for #<Class:0x007fd27c343fb8>):
|
106939
|
+
9: <div id="wrapper" class="">
|
106940
|
+
10: <div class="span8">
|
106941
|
+
11: <div id="primary">
|
106942
|
+
12: <% HowTo::Section.with_content.ordered.each do |section| %>
|
106943
|
+
13:
|
106944
|
+
14: <h3 id="<%= dom_id(section) %>"><%= section.name %></h3>
|
106945
|
+
15: <ul class="section_menu">
|
106946
|
+
activerecord (3.2.13) lib/active_record/dynamic_matchers.rb:55:in `method_missing'
|
106947
|
+
/Users/muntasinahmed/projects/rails_apps/how_to/app/models/how_to/section.rb:5:in `<class:Section>'
|
106948
|
+
/Users/muntasinahmed/projects/rails_apps/how_to/app/models/how_to/section.rb:2:in `<module:HowTo>'
|
106949
|
+
/Users/muntasinahmed/projects/rails_apps/how_to/app/models/how_to/section.rb:1:in `<top (required)>'
|
106950
|
+
activesupport (3.2.13) lib/active_support/dependencies.rb:469:in `load'
|
106951
|
+
activesupport (3.2.13) lib/active_support/dependencies.rb:469:in `block in load_file'
|
106952
|
+
activesupport (3.2.13) lib/active_support/dependencies.rb:639:in `new_constants_in'
|
106953
|
+
activesupport (3.2.13) lib/active_support/dependencies.rb:468:in `load_file'
|
106954
|
+
activesupport (3.2.13) lib/active_support/dependencies.rb:353:in `require_or_load'
|
106955
|
+
activesupport (3.2.13) lib/active_support/dependencies.rb:502:in `load_missing_constant'
|
106956
|
+
activesupport (3.2.13) lib/active_support/dependencies.rb:192:in `block in const_missing'
|
106957
|
+
activesupport (3.2.13) lib/active_support/dependencies.rb:190:in `each'
|
106958
|
+
activesupport (3.2.13) lib/active_support/dependencies.rb:190:in `const_missing'
|
106959
|
+
/Users/muntasinahmed/projects/rails_apps/how_to/app/views/how_to/faq/show.html.erb:12:in `___sers_muntasinahmed_projects_rails_apps_how_to_app_views_how_to_faq_show_html_erb__910466470072984052_70271018212200'
|
106960
|
+
actionpack (3.2.13) lib/action_view/template.rb:145:in `block in render'
|
106961
|
+
activesupport (3.2.13) lib/active_support/notifications.rb:125:in `instrument'
|
106962
|
+
actionpack (3.2.13) lib/action_view/template.rb:143:in `render'
|
106963
|
+
actionpack (3.2.13) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template'
|
106964
|
+
actionpack (3.2.13) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
|
106965
|
+
activesupport (3.2.13) lib/active_support/notifications.rb:123:in `block in instrument'
|
106966
|
+
activesupport (3.2.13) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
106967
|
+
activesupport (3.2.13) lib/active_support/notifications.rb:123:in `instrument'
|
106968
|
+
actionpack (3.2.13) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
|
106969
|
+
actionpack (3.2.13) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template'
|
106970
|
+
actionpack (3.2.13) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout'
|
106971
|
+
actionpack (3.2.13) lib/action_view/renderer/template_renderer.rb:45:in `render_template'
|
106972
|
+
actionpack (3.2.13) lib/action_view/renderer/template_renderer.rb:18:in `render'
|
106973
|
+
actionpack (3.2.13) lib/action_view/renderer/renderer.rb:36:in `render_template'
|
106974
|
+
actionpack (3.2.13) lib/action_view/renderer/renderer.rb:17:in `render'
|
106975
|
+
actionpack (3.2.13) lib/abstract_controller/rendering.rb:110:in `_render_template'
|
106976
|
+
actionpack (3.2.13) lib/action_controller/metal/streaming.rb:225:in `_render_template'
|
106977
|
+
actionpack (3.2.13) lib/abstract_controller/rendering.rb:103:in `render_to_body'
|
106978
|
+
actionpack (3.2.13) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
|
106979
|
+
actionpack (3.2.13) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
|
106980
|
+
actionpack (3.2.13) lib/abstract_controller/rendering.rb:88:in `render'
|
106981
|
+
actionpack (3.2.13) lib/action_controller/metal/rendering.rb:16:in `render'
|
106982
|
+
actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
|
106983
|
+
activesupport (3.2.13) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
|
106984
|
+
/Users/muntasinahmed/.rvm/rubies/ruby-1.9.3-p392/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
|
106985
|
+
activesupport (3.2.13) lib/active_support/core_ext/benchmark.rb:5:in `ms'
|
106986
|
+
actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
|
106987
|
+
actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
|
106988
|
+
activerecord (3.2.13) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
|
106989
|
+
actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:39:in `render'
|
106990
|
+
actionpack (3.2.13) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
|
106991
|
+
actionpack (3.2.13) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
|
106992
|
+
actionpack (3.2.13) lib/abstract_controller/base.rb:167:in `process_action'
|
106993
|
+
actionpack (3.2.13) lib/action_controller/metal/rendering.rb:10:in `process_action'
|
106994
|
+
actionpack (3.2.13) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
|
106995
|
+
activesupport (3.2.13) lib/active_support/callbacks.rb:425:in `_run__2927890272550568205__process_action__1051383356711222757__callbacks'
|
106996
|
+
activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
|
106997
|
+
activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
|
106998
|
+
activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
106999
|
+
actionpack (3.2.13) lib/abstract_controller/callbacks.rb:17:in `process_action'
|
107000
|
+
actionpack (3.2.13) lib/action_controller/metal/rescue.rb:29:in `process_action'
|
107001
|
+
actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
|
107002
|
+
activesupport (3.2.13) lib/active_support/notifications.rb:123:in `block in instrument'
|
107003
|
+
activesupport (3.2.13) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
107004
|
+
activesupport (3.2.13) lib/active_support/notifications.rb:123:in `instrument'
|
107005
|
+
actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
|
107006
|
+
actionpack (3.2.13) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
|
107007
|
+
activerecord (3.2.13) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
|
107008
|
+
actionpack (3.2.13) lib/abstract_controller/base.rb:121:in `process'
|
107009
|
+
actionpack (3.2.13) lib/abstract_controller/rendering.rb:45:in `process'
|
107010
|
+
actionpack (3.2.13) lib/action_controller/metal.rb:203:in `dispatch'
|
107011
|
+
actionpack (3.2.13) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
|
107012
|
+
actionpack (3.2.13) lib/action_controller/metal.rb:246:in `block in action'
|
107013
|
+
actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:73:in `call'
|
107014
|
+
actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
|
107015
|
+
actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:36:in `call'
|
107016
|
+
journey (1.0.4) lib/journey/router.rb:68:in `block in call'
|
107017
|
+
journey (1.0.4) lib/journey/router.rb:56:in `each'
|
107018
|
+
journey (1.0.4) lib/journey/router.rb:56:in `call'
|
107019
|
+
actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:612:in `call'
|
107020
|
+
railties (3.2.13) lib/rails/engine.rb:479:in `call'
|
107021
|
+
railties (3.2.13) lib/rails/railtie/configurable.rb:30:in `method_missing'
|
107022
|
+
journey (1.0.4) lib/journey/router.rb:68:in `block in call'
|
107023
|
+
journey (1.0.4) lib/journey/router.rb:56:in `each'
|
107024
|
+
journey (1.0.4) lib/journey/router.rb:56:in `call'
|
107025
|
+
actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:612:in `call'
|
107026
|
+
actionpack (3.2.13) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
|
107027
|
+
rack (1.4.5) lib/rack/etag.rb:23:in `call'
|
107028
|
+
rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
|
107029
|
+
actionpack (3.2.13) lib/action_dispatch/middleware/head.rb:14:in `call'
|
107030
|
+
actionpack (3.2.13) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
|
107031
|
+
actionpack (3.2.13) lib/action_dispatch/middleware/flash.rb:242:in `call'
|
107032
|
+
rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
|
107033
|
+
rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
|
107034
|
+
actionpack (3.2.13) lib/action_dispatch/middleware/cookies.rb:341:in `call'
|
107035
|
+
activerecord (3.2.13) lib/active_record/query_cache.rb:64:in `call'
|
107036
|
+
activerecord (3.2.13) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
|
107037
|
+
actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
|
107038
|
+
activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `_run__1472974694052749021__call__174974847974563995__callbacks'
|
107039
|
+
activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
|
107040
|
+
activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
|
107041
|
+
activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
107042
|
+
actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
107043
|
+
actionpack (3.2.13) lib/action_dispatch/middleware/reloader.rb:65:in `call'
|
107044
|
+
actionpack (3.2.13) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
|
107045
|
+
actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
|
107046
|
+
actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
107047
|
+
railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app'
|
107048
|
+
railties (3.2.13) lib/rails/rack/logger.rb:16:in `block in call'
|
107049
|
+
activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged'
|
107050
|
+
railties (3.2.13) lib/rails/rack/logger.rb:16:in `call'
|
107051
|
+
actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
107052
|
+
rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
|
107053
|
+
rack (1.4.5) lib/rack/runtime.rb:17:in `call'
|
107054
|
+
activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
107055
|
+
rack (1.4.5) lib/rack/lock.rb:15:in `call'
|
107056
|
+
actionpack (3.2.13) lib/action_dispatch/middleware/static.rb:63:in `call'
|
107057
|
+
railties (3.2.13) lib/rails/engine.rb:479:in `call'
|
107058
|
+
railties (3.2.13) lib/rails/application.rb:223:in `call'
|
107059
|
+
rack (1.4.5) lib/rack/content_length.rb:14:in `call'
|
107060
|
+
railties (3.2.13) lib/rails/rack/log_tailer.rb:17:in `call'
|
107061
|
+
rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
|
107062
|
+
/Users/muntasinahmed/.rvm/rubies/ruby-1.9.3-p392/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
107063
|
+
/Users/muntasinahmed/.rvm/rubies/ruby-1.9.3-p392/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
107064
|
+
/Users/muntasinahmed/.rvm/rubies/ruby-1.9.3-p392/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
107065
|
+
|
107066
|
+
|
107067
|
+
Rendered /Users/muntasinahmed/.rvm/gems/ruby-1.9.3-p392/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms)
|
107068
|
+
Rendered /Users/muntasinahmed/.rvm/gems/ruby-1.9.3-p392/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms)
|
107069
|
+
Rendered /Users/muntasinahmed/.rvm/gems/ruby-1.9.3-p392/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (5.6ms)
|
107070
|
+
Connecting to database specified by database.yml
|
107071
|
+
|
107072
|
+
|
107073
|
+
Started GET "/how_to/" for 127.0.0.1 at 2013-06-05 14:52:05 +0600
|
107074
|
+
Processing by HowTo::FaqController#show as HTML
|
107075
|
+
[1m[36mHowTo::Section Load (0.1ms)[0m [1mSELECT "how_to_sections".* FROM "how_to_sections" WHERE (contents_count > 0) ORDER BY `order` ASC[0m
|
107076
|
+
[1m[35mHowTo::Section::Translation Load (0.1ms)[0m SELECT "how_to_section_translations".* FROM "how_to_section_translations" WHERE "how_to_section_translations"."how_to_section_id" = 4
|
107077
|
+
[1m[36mHowTo::Content Load (0.1ms)[0m [1mSELECT "how_to_contents".* FROM "how_to_contents" WHERE "how_to_contents"."section_id" = 4[0m
|
107078
|
+
[1m[35mHowTo::Content::Translation Load (0.1ms)[0m SELECT "how_to_content_translations".* FROM "how_to_content_translations" WHERE "how_to_content_translations"."how_to_content_id" = 6
|
107079
|
+
[1m[36mHowTo::Content::Translation Load (0.2ms)[0m [1mSELECT "how_to_content_translations".* FROM "how_to_content_translations" WHERE "how_to_content_translations"."how_to_content_id" = 12[0m
|
107080
|
+
[1m[35mHowTo::Content::Translation Load (0.1ms)[0m SELECT "how_to_content_translations".* FROM "how_to_content_translations" WHERE "how_to_content_translations"."how_to_content_id" = 13
|
107081
|
+
[1m[36mHowTo::Section::Translation Load (0.1ms)[0m [1mSELECT "how_to_section_translations".* FROM "how_to_section_translations" WHERE "how_to_section_translations"."how_to_section_id" = 6[0m
|
107082
|
+
[1m[35mHowTo::Content Load (0.1ms)[0m SELECT "how_to_contents".* FROM "how_to_contents" WHERE "how_to_contents"."section_id" = 6
|
107083
|
+
[1m[36mHowTo::Content::Translation Load (0.1ms)[0m [1mSELECT "how_to_content_translations".* FROM "how_to_content_translations" WHERE "how_to_content_translations"."how_to_content_id" = 9[0m
|
107084
|
+
[1m[35mHowTo::Content::Translation Load (0.1ms)[0m SELECT "how_to_content_translations".* FROM "how_to_content_translations" WHERE "how_to_content_translations"."how_to_content_id" = 10
|
107085
|
+
[1m[36mHowTo::Content::Translation Load (0.1ms)[0m [1mSELECT "how_to_content_translations".* FROM "how_to_content_translations" WHERE "how_to_content_translations"."how_to_content_id" = 11[0m
|
107086
|
+
[1m[35mHowTo::Section::Translation Load (0.1ms)[0m SELECT "how_to_section_translations".* FROM "how_to_section_translations" WHERE "how_to_section_translations"."how_to_section_id" = 11
|
107087
|
+
[1m[36mHowTo::Content Load (0.1ms)[0m [1mSELECT "how_to_contents".* FROM "how_to_contents" WHERE "how_to_contents"."section_id" = 11[0m
|
107088
|
+
[1m[35mHowTo::Content::Translation Load (0.1ms)[0m SELECT "how_to_content_translations".* FROM "how_to_content_translations" WHERE "how_to_content_translations"."how_to_content_id" = 8
|
107089
|
+
[1m[36mHowTo::Content::Translation Load (0.1ms)[0m [1mSELECT "how_to_content_translations".* FROM "how_to_content_translations" WHERE "how_to_content_translations"."how_to_content_id" = 15[0m
|
107090
|
+
[1m[35mHowTo::Section::Translation Load (0.1ms)[0m SELECT "how_to_section_translations".* FROM "how_to_section_translations" WHERE "how_to_section_translations"."how_to_section_id" = 12
|
107091
|
+
[1m[36mHowTo::Content Load (0.1ms)[0m [1mSELECT "how_to_contents".* FROM "how_to_contents" WHERE "how_to_contents"."section_id" = 12[0m
|
107092
|
+
[1m[35mHowTo::Content::Translation Load (0.1ms)[0m SELECT "how_to_content_translations".* FROM "how_to_content_translations" WHERE "how_to_content_translations"."how_to_content_id" = 14
|
107093
|
+
[1m[36mHowTo::Section Load (0.2ms)[0m [1mSELECT "how_to_sections".* FROM "how_to_sections" WHERE "how_to_sections"."active" = 't'[0m
|
107094
|
+
[1m[35mHowTo::Section::Translation Load (0.1ms)[0m SELECT "how_to_section_translations".* FROM "how_to_section_translations" WHERE "how_to_section_translations"."how_to_section_id" = 1
|
107095
|
+
[1m[36mHowTo::Section::Translation Load (0.1ms)[0m [1mSELECT "how_to_section_translations".* FROM "how_to_section_translations" WHERE "how_to_section_translations"."how_to_section_id" = 2[0m
|
107096
|
+
[1m[35mCACHE (0.0ms)[0m SELECT "how_to_section_translations".* FROM "how_to_section_translations" WHERE "how_to_section_translations"."how_to_section_id" = 11
|
107097
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT "how_to_section_translations".* FROM "how_to_section_translations" WHERE "how_to_section_translations"."how_to_section_id" = 12[0m
|
107098
|
+
[1m[35mCACHE (0.0ms)[0m SELECT "how_to_section_translations".* FROM "how_to_section_translations" WHERE "how_to_section_translations"."how_to_section_id" = 6
|
107099
|
+
[1m[36mHowTo::Section::Translation Load (0.1ms)[0m [1mSELECT "how_to_section_translations".* FROM "how_to_section_translations" WHERE "how_to_section_translations"."how_to_section_id" = 7[0m
|
107100
|
+
[1m[35mHowTo::Section::Translation Load (0.1ms)[0m SELECT "how_to_section_translations".* FROM "how_to_section_translations" WHERE "how_to_section_translations"."how_to_section_id" = 3
|
107101
|
+
[1m[36mHowTo::Section::Translation Load (0.1ms)[0m [1mSELECT "how_to_section_translations".* FROM "how_to_section_translations" WHERE "how_to_section_translations"."how_to_section_id" = 8[0m
|
107102
|
+
[1m[35mHowTo::Section::Translation Load (0.1ms)[0m SELECT "how_to_section_translations".* FROM "how_to_section_translations" WHERE "how_to_section_translations"."how_to_section_id" = 9
|
107103
|
+
[1m[36mHowTo::Section::Translation Load (0.1ms)[0m [1mSELECT "how_to_section_translations".* FROM "how_to_section_translations" WHERE "how_to_section_translations"."how_to_section_id" = 10[0m
|
107104
|
+
[1m[35mCACHE (0.0ms)[0m SELECT "how_to_section_translations".* FROM "how_to_section_translations" WHERE "how_to_section_translations"."how_to_section_id" = 4
|
107105
|
+
Rendered /Users/muntasinahmed/projects/rails_apps/how_to/app/views/how_to/faq/show.html.erb within layouts/how_to/application (220.1ms)
|
107106
|
+
Compiled how_to/application.css (23ms) (pid 55389)
|
107107
|
+
Compiled bootstrap-transition.js (0ms) (pid 55389)
|
107108
|
+
Compiled bootstrap-affix.js (0ms) (pid 55389)
|
107109
|
+
Compiled bootstrap-alert.js (0ms) (pid 55389)
|
107110
|
+
Compiled bootstrap-button.js (0ms) (pid 55389)
|
107111
|
+
Compiled bootstrap-carousel.js (0ms) (pid 55389)
|
107112
|
+
Compiled bootstrap-collapse.js (0ms) (pid 55389)
|
107113
|
+
Compiled bootstrap-dropdown.js (0ms) (pid 55389)
|
107114
|
+
Compiled bootstrap-modal.js (0ms) (pid 55389)
|
107115
|
+
Compiled bootstrap-scrollspy.js (0ms) (pid 55389)
|
107116
|
+
Compiled bootstrap-tab.js (0ms) (pid 55389)
|
107117
|
+
Compiled bootstrap-tooltip.js (0ms) (pid 55389)
|
107118
|
+
Compiled bootstrap-popover.js (0ms) (pid 55389)
|
107119
|
+
Compiled bootstrap-typeahead.js (0ms) (pid 55389)
|
107120
|
+
Compiled bootstrap.js (163ms) (pid 55389)
|
107121
|
+
Compiled how_to/application.js (176ms) (pid 55389)
|
107122
|
+
Rendered /Users/muntasinahmed/projects/rails_apps/how_to/app/views/layouts/how_to/_navigation.html.erb (1.1ms)
|
107123
|
+
Rendered /Users/muntasinahmed/projects/rails_apps/how_to/app/views/layouts/how_to/_messages.html.erb (0.4ms)
|
107124
|
+
Completed 200 OK in 537ms (Views: 531.3ms | ActiveRecord: 4.9ms)
|
107125
|
+
|
107126
|
+
|
107127
|
+
Started GET "/assets/how_to/bootstrap_and_overrides.css?body=1" for 127.0.0.1 at 2013-06-05 14:52:06 +0600
|
107128
|
+
Served asset /how_to/bootstrap_and_overrides.css - 200 OK (8ms)
|
107129
|
+
|
107130
|
+
|
107131
|
+
Started GET "/assets/bootstrap-transition.js?body=1" for 127.0.0.1 at 2013-06-05 14:52:06 +0600
|
107132
|
+
Served asset /bootstrap-transition.js - 200 OK (5ms)
|
107133
|
+
|
107134
|
+
|
107135
|
+
Started GET "/assets/how_to/application.css?body=1" for 127.0.0.1 at 2013-06-05 14:52:06 +0600
|
107136
|
+
Served asset /how_to/application.css - 200 OK (13ms)
|
107137
|
+
|
107138
|
+
|
107139
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-05 14:52:06 +0600
|
107140
|
+
Served asset /jquery.js - 200 OK (4ms)
|
107141
|
+
|
107142
|
+
|
107143
|
+
Started GET "/assets/how_to/chosen.css?body=1" for 127.0.0.1 at 2013-06-05 14:52:06 +0600
|
107144
|
+
Served asset /how_to/chosen.css - 200 OK (1ms)
|
107145
|
+
|
107146
|
+
|
107147
|
+
Started GET "/assets/how_to/jquery.treeview.css?body=1" for 127.0.0.1 at 2013-06-05 14:52:06 +0600
|
107148
|
+
Served asset /how_to/jquery.treeview.css - 200 OK (1ms)
|
107149
|
+
|
107150
|
+
|
107151
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-05 14:52:06 +0600
|
107152
|
+
Served asset /jquery_ujs.js - 200 OK (2ms)
|
107153
|
+
|
107154
|
+
|
107155
|
+
Started GET "/assets/bootstrap-affix.js?body=1" for 127.0.0.1 at 2013-06-05 14:52:06 +0600
|
107156
|
+
Served asset /bootstrap-affix.js - 200 OK (2ms)
|
107157
|
+
|
107158
|
+
|
107159
|
+
Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2013-06-05 14:52:06 +0600
|
107160
|
+
Served asset /bootstrap-alert.js - 200 OK (2ms)
|
107161
|
+
|
107162
|
+
|
107163
|
+
Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2013-06-05 14:52:06 +0600
|
107164
|
+
Served asset /bootstrap-button.js - 200 OK (2ms)
|
107165
|
+
|
107166
|
+
|
107167
|
+
Started GET "/assets/bootstrap-carousel.js?body=1" for 127.0.0.1 at 2013-06-05 14:52:06 +0600
|
107168
|
+
Served asset /bootstrap-carousel.js - 200 OK (2ms)
|
107169
|
+
|
107170
|
+
|
107171
|
+
Started GET "/assets/bootstrap-collapse.js?body=1" for 127.0.0.1 at 2013-06-05 14:52:06 +0600
|
107172
|
+
Served asset /bootstrap-collapse.js - 200 OK (2ms)
|
107173
|
+
|
107174
|
+
|
107175
|
+
Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-06-05 14:52:06 +0600
|
107176
|
+
Served asset /bootstrap-dropdown.js - 200 OK (2ms)
|
107177
|
+
|
107178
|
+
|
107179
|
+
Started GET "/assets/bootstrap-modal.js?body=1" for 127.0.0.1 at 2013-06-05 14:52:06 +0600
|
107180
|
+
Served asset /bootstrap-modal.js - 200 OK (2ms)
|
107181
|
+
|
107182
|
+
|
107183
|
+
Started GET "/assets/bootstrap-scrollspy.js?body=1" for 127.0.0.1 at 2013-06-05 14:52:06 +0600
|
107184
|
+
Served asset /bootstrap-scrollspy.js - 200 OK (2ms)
|
107185
|
+
|
107186
|
+
|
107187
|
+
Started GET "/assets/bootstrap-tab.js?body=1" for 127.0.0.1 at 2013-06-05 14:52:06 +0600
|
107188
|
+
Served asset /bootstrap-tab.js - 200 OK (2ms)
|
107189
|
+
|
107190
|
+
|
107191
|
+
Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2013-06-05 14:52:06 +0600
|
107192
|
+
Served asset /bootstrap-tooltip.js - 200 OK (2ms)
|
107193
|
+
|
107194
|
+
|
107195
|
+
Started GET "/assets/bootstrap-popover.js?body=1" for 127.0.0.1 at 2013-06-05 14:52:06 +0600
|
107196
|
+
Served asset /bootstrap-popover.js - 200 OK (2ms)
|
107197
|
+
|
107198
|
+
|
107199
|
+
Started GET "/assets/bootstrap-typeahead.js?body=1" for 127.0.0.1 at 2013-06-05 14:52:06 +0600
|
107200
|
+
Served asset /bootstrap-typeahead.js - 200 OK (2ms)
|
107201
|
+
|
107202
|
+
|
107203
|
+
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-06-05 14:52:06 +0600
|
107204
|
+
Served asset /bootstrap.js - 200 OK (13ms)
|
107205
|
+
|
107206
|
+
|
107207
|
+
Started GET "/assets/how_to/application.js?body=1" for 127.0.0.1 at 2013-06-05 14:52:06 +0600
|
107208
|
+
Served asset /how_to/application.js - 200 OK (15ms)
|
107209
|
+
|
107210
|
+
|
107211
|
+
Started GET "/assets/how_to/chosen.jquery.min.js?body=1" for 127.0.0.1 at 2013-06-05 14:52:06 +0600
|
107212
|
+
Served asset /how_to/chosen.jquery.min.js - 200 OK (1ms)
|
107213
|
+
|
107214
|
+
|
107215
|
+
Started GET "/assets/how_to/jquery.scrollTo.min.js?body=1" for 127.0.0.1 at 2013-06-05 14:52:06 +0600
|
107216
|
+
Served asset /how_to/jquery.scrollTo.min.js - 200 OK (1ms)
|
107217
|
+
|
107218
|
+
|
107219
|
+
Started GET "/assets/how_to/jquery.localScroll.min.js?body=1" for 127.0.0.1 at 2013-06-05 14:52:06 +0600
|
107220
|
+
Served asset /how_to/jquery.localScroll.min.js - 200 OK (1ms)
|
107221
|
+
|
107222
|
+
|
107223
|
+
Started GET "/assets/how_to/jquery.treeview.js?body=1" for 127.0.0.1 at 2013-06-05 14:52:06 +0600
|
107224
|
+
Served asset /how_to/jquery.treeview.js - 200 OK (1ms)
|
107225
|
+
|
107226
|
+
|
107227
|
+
Started GET "/assets/how_to/images/treeview-default-line.gif" for 127.0.0.1 at 2013-06-05 14:52:07 +0600
|
107228
|
+
Served asset /how_to/images/treeview-default-line.gif - 200 OK (3ms)
|
107229
|
+
|
107230
|
+
|
107231
|
+
Started GET "/assets/how_to/images/treeview-default.gif" for 127.0.0.1 at 2013-06-05 14:52:07 +0600
|
107232
|
+
Served asset /how_to/images/treeview-default.gif - 200 OK (1ms)
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
data/test/dummy/tmp/cache/sass/a1ca19fc2b3afb4a167a105e195117650bf09684/application.css.scssc
CHANGED
Binary file
|
@@ -0,0 +1 @@
|
|
1
|
+
55389
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: how_to
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.4
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -27,6 +27,54 @@ dependencies:
|
|
27
27
|
- - ! '>='
|
28
28
|
- !ruby/object:Gem::Version
|
29
29
|
version: 3.1.0
|
30
|
+
- !ruby/object:Gem::Dependency
|
31
|
+
name: globalize3
|
32
|
+
requirement: !ruby/object:Gem::Requirement
|
33
|
+
none: false
|
34
|
+
requirements:
|
35
|
+
- - ! '>='
|
36
|
+
- !ruby/object:Gem::Version
|
37
|
+
version: '0'
|
38
|
+
type: :runtime
|
39
|
+
prerelease: false
|
40
|
+
version_requirements: !ruby/object:Gem::Requirement
|
41
|
+
none: false
|
42
|
+
requirements:
|
43
|
+
- - ! '>='
|
44
|
+
- !ruby/object:Gem::Version
|
45
|
+
version: '0'
|
46
|
+
- !ruby/object:Gem::Dependency
|
47
|
+
name: awesome_nested_set
|
48
|
+
requirement: !ruby/object:Gem::Requirement
|
49
|
+
none: false
|
50
|
+
requirements:
|
51
|
+
- - ! '>='
|
52
|
+
- !ruby/object:Gem::Version
|
53
|
+
version: '0'
|
54
|
+
type: :runtime
|
55
|
+
prerelease: false
|
56
|
+
version_requirements: !ruby/object:Gem::Requirement
|
57
|
+
none: false
|
58
|
+
requirements:
|
59
|
+
- - ! '>='
|
60
|
+
- !ruby/object:Gem::Version
|
61
|
+
version: '0'
|
62
|
+
- !ruby/object:Gem::Dependency
|
63
|
+
name: sqlite3
|
64
|
+
requirement: !ruby/object:Gem::Requirement
|
65
|
+
none: false
|
66
|
+
requirements:
|
67
|
+
- - ! '>='
|
68
|
+
- !ruby/object:Gem::Version
|
69
|
+
version: '0'
|
70
|
+
type: :development
|
71
|
+
prerelease: false
|
72
|
+
version_requirements: !ruby/object:Gem::Requirement
|
73
|
+
none: false
|
74
|
+
requirements:
|
75
|
+
- - ! '>='
|
76
|
+
- !ruby/object:Gem::Version
|
77
|
+
version: '0'
|
30
78
|
- !ruby/object:Gem::Dependency
|
31
79
|
name: sqlite3
|
32
80
|
requirement: !ruby/object:Gem::Requirement
|
@@ -181,6 +229,7 @@ files:
|
|
181
229
|
- test/dummy/tmp/cache/assets/C91/2F0/sprockets%2F75f0576480e07f18eed6c6671711c946
|
182
230
|
- test/dummy/tmp/cache/assets/C92/F30/sprockets%2F8f6219673767447080fc0efd6837ec21
|
183
231
|
- test/dummy/tmp/cache/assets/C93/790/sprockets%2F73e658930537ca3695f247d1796cda90
|
232
|
+
- test/dummy/tmp/cache/assets/C94/E60/sprockets%2F53020551cac6a71792a879987f9378ed
|
184
233
|
- test/dummy/tmp/cache/assets/C9A/F20/sprockets%2F47d314d4a124d8df321042640ae162e7
|
185
234
|
- test/dummy/tmp/cache/assets/C9C/A10/sprockets%2F3d157be7033780a2681b47a0c0a216f6
|
186
235
|
- test/dummy/tmp/cache/assets/CA3/7B0/sprockets%2Fc06c2308ed51865841aac2562e1183b7
|
@@ -207,18 +256,26 @@ files:
|
|
207
256
|
- test/dummy/tmp/cache/assets/CBE/6C0/sprockets%2F57c012343b1cc841a231b47ea61f20f1
|
208
257
|
- test/dummy/tmp/cache/assets/CBE/D20/sprockets%2F84482670bf9dc49d3982a749a72b2d32
|
209
258
|
- test/dummy/tmp/cache/assets/CBF/560/sprockets%2F47e4b9569d894e6a160679ca12d26e24
|
259
|
+
- test/dummy/tmp/cache/assets/CC7/650/sprockets%2F0a9582aef4f04a929d5507997f4b5866
|
210
260
|
- test/dummy/tmp/cache/assets/CC9/5A0/sprockets%2Febdbd594563090002d0b6d21a80812d6
|
211
261
|
- test/dummy/tmp/cache/assets/CC9/F00/sprockets%2F09011a5a5890132ed38a61728cec30ac
|
262
|
+
- test/dummy/tmp/cache/assets/CD1/810/sprockets%2F70340b9c204c250caac9574d6267d46a
|
212
263
|
- test/dummy/tmp/cache/assets/CD2/7D0/sprockets%2F1c4d4beb82ca5d2211896f45242a1853
|
213
264
|
- test/dummy/tmp/cache/assets/CD4/FB0/sprockets%2F22b1c3474a0c4fbc10fd2865d7134949
|
265
|
+
- test/dummy/tmp/cache/assets/CD9/470/sprockets%2Fbdec584810704f121a7e3a583358b25f
|
214
266
|
- test/dummy/tmp/cache/assets/CD9/950/sprockets%2Fa024d6a654485447e12890bb3dc26ef2
|
215
267
|
- test/dummy/tmp/cache/assets/CDA/910/sprockets%2F2e8a211d7650278fdb6504966da3dc22
|
268
|
+
- test/dummy/tmp/cache/assets/CDB/CD0/sprockets%2F1c740bf96716b1a167c3d6dd5095d217
|
216
269
|
- test/dummy/tmp/cache/assets/CDC/B80/sprockets%2F31864fd74a2c488ce17be25d681410a4
|
270
|
+
- test/dummy/tmp/cache/assets/CDD/CB0/sprockets%2Fe1337deb8126034c8b5596ed408dc261
|
271
|
+
- test/dummy/tmp/cache/assets/CDE/3D0/sprockets%2Fdf191a21581cf018a97e461e9d6933a0
|
217
272
|
- test/dummy/tmp/cache/assets/CDF/400/sprockets%2Fc72a9c317b7870b1d4a01fd67381c839
|
218
273
|
- test/dummy/tmp/cache/assets/CE1/650/sprockets%2Faa5aa69a0201992aff34899149ad2927
|
219
274
|
- test/dummy/tmp/cache/assets/CE1/9D0/sprockets%2F08e626399f6a85ef9f4a2a2521b3025c
|
220
275
|
- test/dummy/tmp/cache/assets/CE3/360/sprockets%2F19b4fe2a24fb82254d2934f529a6d528
|
221
276
|
- test/dummy/tmp/cache/assets/CE3/AA0/sprockets%2Fef572aa9492f27c67f25161b8c70a263
|
277
|
+
- test/dummy/tmp/cache/assets/CE4/290/sprockets%2Ff268d6a5ee05493d73abe5d608711094
|
278
|
+
- test/dummy/tmp/cache/assets/CE5/270/sprockets%2Fc387d39246b866fa0b1f703b469f82b1
|
222
279
|
- test/dummy/tmp/cache/assets/CE6/C80/sprockets%2Ff54768d25a1ce9035375563fb5f055bd
|
223
280
|
- test/dummy/tmp/cache/assets/CE8/C70/sprockets%2F04f07c880491b5881494de2eb7c1f3d7
|
224
281
|
- test/dummy/tmp/cache/assets/CE9/8D0/sprockets%2Ffc05468c91598ab083f7860d7008bac8
|
@@ -243,19 +300,25 @@ files:
|
|
243
300
|
- test/dummy/tmp/cache/assets/D08/9E0/sprockets%2Fa035aeb2b9038f49f151a55903385ebe
|
244
301
|
- test/dummy/tmp/cache/assets/D08/A60/sprockets%2F07a473b660322e92b5ceb7413cc738de
|
245
302
|
- test/dummy/tmp/cache/assets/D0A/710/sprockets%2F70e0cf21aa4e94d8bdd8021858775d01
|
303
|
+
- test/dummy/tmp/cache/assets/D0B/2C0/sprockets%2F27ec927e0d2901c421d554cfd28f108e
|
246
304
|
- test/dummy/tmp/cache/assets/D0C/640/sprockets%2F962c22956d6be2f4eba2156a3221c6f9
|
247
305
|
- test/dummy/tmp/cache/assets/D0C/7B0/sprockets%2F768bf4d31279b53e73a7822aa1fd412d
|
306
|
+
- test/dummy/tmp/cache/assets/D0C/830/sprockets%2Fef560f213b37cb2064eaa6791956e3d3
|
248
307
|
- test/dummy/tmp/cache/assets/D0E/D90/sprockets%2F5197654422a76f8ef2312e82acccd4e0
|
249
308
|
- test/dummy/tmp/cache/assets/D10/500/sprockets%2Fd119ef73f5d6356b01352d55d3d6c9c2
|
250
309
|
- test/dummy/tmp/cache/assets/D13/B20/sprockets%2F8b44b16dd9005d5195ae17b5c65f5c94
|
251
310
|
- test/dummy/tmp/cache/assets/D14/010/sprockets%2Fe6f6d530f81136b68a256d92561ddeb4
|
311
|
+
- test/dummy/tmp/cache/assets/D14/360/sprockets%2Fef1f598110297cc5f2bee3429269a43b
|
252
312
|
- test/dummy/tmp/cache/assets/D14/F80/sprockets%2Fe9729d268ac7fd290cbe273d13b71831
|
253
313
|
- test/dummy/tmp/cache/assets/D15/BC0/sprockets%2F62ed7a4437b3e4e130fbb2d98865087d
|
314
|
+
- test/dummy/tmp/cache/assets/D15/E50/sprockets%2F90f778824fa09f0fdc1edb420b179572
|
315
|
+
- test/dummy/tmp/cache/assets/D19/A80/sprockets%2F8fb2b939d4917319a6e3092add5c814f
|
254
316
|
- test/dummy/tmp/cache/assets/D1A/760/sprockets%2F421df6566f30e58c9ec27f299a253a7a
|
255
317
|
- test/dummy/tmp/cache/assets/D1B/490/sprockets%2F146ae9c91901216fdf695e6f43b9f2e1
|
256
318
|
- test/dummy/tmp/cache/assets/D1C/E70/sprockets%2Fab3e336cb533413d7f9485ed7b7a2998
|
257
319
|
- test/dummy/tmp/cache/assets/D1D/980/sprockets%2Fc88999219c9bc03d27ebe274eac64163
|
258
320
|
- test/dummy/tmp/cache/assets/D1D/9C0/sprockets%2F7579376387c4322f20ac8ffeed428bf1
|
321
|
+
- test/dummy/tmp/cache/assets/D1E/970/sprockets%2Fe759e223699da8e1837aff1135c048ed
|
259
322
|
- test/dummy/tmp/cache/assets/D20/570/sprockets%2Fe099d4a84148fb36663d4fc8f30fa945
|
260
323
|
- test/dummy/tmp/cache/assets/D20/F30/sprockets%2F8565cdd915ebadb92064a616c48958e7
|
261
324
|
- test/dummy/tmp/cache/assets/D2A/1D0/sprockets%2Ff5cd64f262a3110b37e34f1f3b43d04c
|
@@ -271,6 +334,7 @@ files:
|
|
271
334
|
- test/dummy/tmp/cache/assets/D30/E00/sprockets%2Ffe7a64b00672333d2b01b9a1ee9df514
|
272
335
|
- test/dummy/tmp/cache/assets/D31/4B0/sprockets%2Fd022f4cf49e041cea91006350728bdfe
|
273
336
|
- test/dummy/tmp/cache/assets/D31/E00/sprockets%2F23f1eaa83e9b40d52a3377e21fa3830f
|
337
|
+
- test/dummy/tmp/cache/assets/D32/C20/sprockets%2F236ce5587a7ddc1f2da630113fd42b54
|
274
338
|
- test/dummy/tmp/cache/assets/D33/E50/sprockets%2F9a359b1d99b79e9d7952f795bd5e5b06
|
275
339
|
- test/dummy/tmp/cache/assets/D35/360/sprockets%2Faf10ebca1f8b40ce10246f28963581f6
|
276
340
|
- test/dummy/tmp/cache/assets/D38/440/sprockets%2F3ac356e5e9cd5373bbd3bf243091c274
|
@@ -280,10 +344,12 @@ files:
|
|
280
344
|
- test/dummy/tmp/cache/assets/D3D/C50/sprockets%2F6f6bb68a571ad0ed0875a3f345650ae6
|
281
345
|
- test/dummy/tmp/cache/assets/D3D/F00/sprockets%2Ffa77735b526e77cb3e1a145df3b4b517
|
282
346
|
- test/dummy/tmp/cache/assets/D3F/B00/sprockets%2Fd64ddc718febf7a96600502e0740b6e6
|
347
|
+
- test/dummy/tmp/cache/assets/D40/3E0/sprockets%2Ff1c2fb813475cbebdb798872557d11b0
|
283
348
|
- test/dummy/tmp/cache/assets/D41/CC0/sprockets%2F4b494edf3456a1266d4c5e9abb1853b7
|
284
349
|
- test/dummy/tmp/cache/assets/D41/CD0/sprockets%2F7a5d516096ee20b5ff6c9c0f57111d9c
|
285
350
|
- test/dummy/tmp/cache/assets/D42/310/sprockets%2F5f7f69d60191bd603a22d8f35e8d71ab
|
286
351
|
- test/dummy/tmp/cache/assets/D44/B60/sprockets%2F50bf1119f3805ad80a9669a8d7b93eea
|
352
|
+
- test/dummy/tmp/cache/assets/D45/620/sprockets%2F52ad19d0bdbf03b61678df9c6555c891
|
287
353
|
- test/dummy/tmp/cache/assets/D46/950/sprockets%2F5034fd78ad2bf870e6921b13e57cf74e
|
288
354
|
- test/dummy/tmp/cache/assets/D4A/150/sprockets%2F58302ee8b45e99ec96257f37da3b3b2b
|
289
355
|
- test/dummy/tmp/cache/assets/D4A/FD0/sprockets%2F7697ec3a4ad7f6c93a24b7c83b82c580
|
@@ -291,6 +357,7 @@ files:
|
|
291
357
|
- test/dummy/tmp/cache/assets/D4B/940/sprockets%2F45f9087a16a889bd5c27b4c4dda587a4
|
292
358
|
- test/dummy/tmp/cache/assets/D4B/C90/sprockets%2Fd2dd2dcb1021a01638e42a7ae704f10d
|
293
359
|
- test/dummy/tmp/cache/assets/D4E/6C0/sprockets%2F95e5bebb058da8680eaf07f6d7918434
|
360
|
+
- test/dummy/tmp/cache/assets/D4F/810/sprockets%2F2ffce340a853f3f9e20693fd459760fe
|
294
361
|
- test/dummy/tmp/cache/assets/D53/360/sprockets%2F68fbda37095347e98c362f714aa6edf9
|
295
362
|
- test/dummy/tmp/cache/assets/D55/240/sprockets%2F9fd8685c40d809fab9102fe5f719c57d
|
296
363
|
- test/dummy/tmp/cache/assets/D58/6B0/sprockets%2Fb4fa1b036a2ad06a7096ce6f34bc3155
|
@@ -299,6 +366,8 @@ files:
|
|
299
366
|
- test/dummy/tmp/cache/assets/D5F/360/sprockets%2F52a905ac9d5d2c285bbda75a18602cd1
|
300
367
|
- test/dummy/tmp/cache/assets/D63/D50/sprockets%2F6fe911e989a26eba56e87885c7e671fd
|
301
368
|
- test/dummy/tmp/cache/assets/D66/3A0/sprockets%2F5290b688cc391fe427bddd150d3ba0e4
|
369
|
+
- test/dummy/tmp/cache/assets/D6C/810/sprockets%2Fdb43f05e7ec3f149f93bd42742ae8b02
|
370
|
+
- test/dummy/tmp/cache/assets/D6E/990/sprockets%2Ff1a9a2da23e9f1766e4cdc6d84d10455
|
302
371
|
- test/dummy/tmp/cache/assets/D6F/BD0/sprockets%2F8d42e5b5aae95a6a71065729db319cbf
|
303
372
|
- test/dummy/tmp/cache/assets/D6F/C70/sprockets%2F45b57c525f8b6cb60d972c337afab1d7
|
304
373
|
- test/dummy/tmp/cache/assets/D72/F00/sprockets%2F567d23ca5a48504bef5d9d3275fd8c2a
|
@@ -307,6 +376,7 @@ files:
|
|
307
376
|
- test/dummy/tmp/cache/assets/D75/D10/sprockets%2F998b7cb098c93b0f5cfa24b7a72bc705
|
308
377
|
- test/dummy/tmp/cache/assets/D76/380/sprockets%2F3dba07871e3815c9dbd014fcfec07989
|
309
378
|
- test/dummy/tmp/cache/assets/D76/F20/sprockets%2F544c1d52dbde4cea686745fea23966d4
|
379
|
+
- test/dummy/tmp/cache/assets/D77/670/sprockets%2Fdd74b4d3c9208f3bf44f6d3d287217df
|
310
380
|
- test/dummy/tmp/cache/assets/D79/320/sprockets%2F3eb7bbd968328afa2598bdf60be92273
|
311
381
|
- test/dummy/tmp/cache/assets/D7A/2B0/sprockets%2Fb1811d164159d4b8943ffed88a83febc
|
312
382
|
- test/dummy/tmp/cache/assets/D7A/590/sprockets%2F488fda9ec61cc67cd66a40d4db686901
|
@@ -342,14 +412,17 @@ files:
|
|
342
412
|
- test/dummy/tmp/cache/assets/DB1/1F0/sprockets%2F7bc0ae4c8f2cff29bc5665c497ce3966
|
343
413
|
- test/dummy/tmp/cache/assets/DB1/770/sprockets%2F4c6cdd1f99fd63d4381f8f6d914cb8a3
|
344
414
|
- test/dummy/tmp/cache/assets/DB2/190/sprockets%2Ffa0a00fbc0566cc15efb1e4b550c7b43
|
415
|
+
- test/dummy/tmp/cache/assets/DB2/470/sprockets%2F1cab41bfb83fccbc782404b02a3c932b
|
345
416
|
- test/dummy/tmp/cache/assets/DB5/670/sprockets%2Fbbe79f5c6b52ff7b5999439f9e10d2ba
|
346
417
|
- test/dummy/tmp/cache/assets/DBB/310/sprockets%2F8801a53aae3a5cfbbf6afb4911b6e250
|
418
|
+
- test/dummy/tmp/cache/assets/DBE/570/sprockets%2Ff20a093faa0b3d7ea66188a1dc6b57da
|
347
419
|
- test/dummy/tmp/cache/assets/DBF/090/sprockets%2Fa1d06161a5549a5beb04c1ecf1ee7b8f
|
348
420
|
- test/dummy/tmp/cache/assets/DC1/2E0/sprockets%2F1aced1e5c45bedc05f7f356b7c04c333
|
349
421
|
- test/dummy/tmp/cache/assets/DC6/E80/sprockets%2Fa26bc43d806fbe14e3c98d1aaac7c187
|
350
422
|
- test/dummy/tmp/cache/assets/DC7/160/sprockets%2Ffabb219b45f7a15ecdfe00e9b72e1717
|
351
423
|
- test/dummy/tmp/cache/assets/DC9/1E0/sprockets%2F0cac86d268bd53b4fd345523eff0fd2c
|
352
424
|
- test/dummy/tmp/cache/assets/DCB/D50/sprockets%2F6f9bf42abcffccbf79934c153a03f303
|
425
|
+
- test/dummy/tmp/cache/assets/DCC/3A0/sprockets%2F5ce2960c4a95bcef05f192b3dfe3ae80
|
353
426
|
- test/dummy/tmp/cache/assets/DCC/CC0/sprockets%2F0bda2b37991f01ed84bb1f92dfc4b8e6
|
354
427
|
- test/dummy/tmp/cache/assets/DCD/2C0/sprockets%2F17cc84d7a4feca214ba059e862d72efc
|
355
428
|
- test/dummy/tmp/cache/assets/DCF/B30/sprockets%2F4c59ef59af3722cc5fcab32c62cd3f27
|
@@ -361,6 +434,7 @@ files:
|
|
361
434
|
- test/dummy/tmp/cache/assets/DD9/8B0/sprockets%2Fbf4630cdd5ef3bf43759f28c2a8fa9e3
|
362
435
|
- test/dummy/tmp/cache/assets/DDF/0A0/sprockets%2F35947cd516192ee5cedee8d2edb99ca4
|
363
436
|
- test/dummy/tmp/cache/assets/DE6/8B0/sprockets%2F22934a7eedd3cc615d252a41dbcbab0f
|
437
|
+
- test/dummy/tmp/cache/assets/DEA/B10/sprockets%2F7c7b5e457c1e9ff1a3dee9c9f861d68d
|
364
438
|
- test/dummy/tmp/cache/assets/DEC/C40/sprockets%2Ffed907f747c5ddcc7ed1b5d9e7457b97
|
365
439
|
- test/dummy/tmp/cache/assets/DEF/5C0/sprockets%2F817fa2addeaef84032a5ae5f1a3c417d
|
366
440
|
- test/dummy/tmp/cache/assets/DEF/D00/sprockets%2Fad3dc3d3f115e20c7ed4fc227bdc719a
|
@@ -389,6 +463,8 @@ files:
|
|
389
463
|
- test/dummy/tmp/cache/assets/E24/520/sprockets%2Fbd16acd2525dbd537dfceb3dc3606f5d
|
390
464
|
- test/dummy/tmp/cache/assets/E27/5D0/sprockets%2Fa74dfa521b6fc1b408446efbfde1b8eb
|
391
465
|
- test/dummy/tmp/cache/assets/E2D/520/sprockets%2Fedded9a73a49058ddaac0feb501a876f
|
466
|
+
- test/dummy/tmp/cache/assets/E37/8A0/sprockets%2F2cf9acecb089dffe23f098bdc64560cf
|
467
|
+
- test/dummy/tmp/cache/assets/E4F/DA0/sprockets%2Faaefeca0d5aa19f5fc392ad8512ccd43
|
392
468
|
- test/dummy/tmp/cache/assets/E7A/ED0/sprockets%2F06aed41ad28cf0c1dc8efdeecdc01f22
|
393
469
|
- test/dummy/tmp/cache/assets/E7E/C20/sprockets%2F2aedb288b2bcdce1bd9a982aff00ae5a
|
394
470
|
- test/dummy/tmp/cache/sass/3fdb360d4d93587da931a45430309bf6099edb9d/bootstrap-responsive.scssc
|
@@ -436,6 +512,7 @@ files:
|
|
436
512
|
- test/dummy/tmp/cache/sass/9b321e8af54768180e20e746ee5d44bf1cd3b0f9/responsive.scssc
|
437
513
|
- test/dummy/tmp/cache/sass/a1ca19fc2b3afb4a167a105e195117650bf09684/application.css.scssc
|
438
514
|
- test/dummy/tmp/cache/sass/a1ca19fc2b3afb4a167a105e195117650bf09684/bootstrap_and_overrides.css.scssc
|
515
|
+
- test/dummy/tmp/pids/server.pid
|
439
516
|
- test/fixtures/how_to/admin_users.yml
|
440
517
|
- test/fixtures/how_to/contents.yml
|
441
518
|
- test/fixtures/how_to/sections.yml
|
@@ -537,6 +614,7 @@ test_files:
|
|
537
614
|
- test/dummy/tmp/cache/assets/C91/2F0/sprockets%2F75f0576480e07f18eed6c6671711c946
|
538
615
|
- test/dummy/tmp/cache/assets/C92/F30/sprockets%2F8f6219673767447080fc0efd6837ec21
|
539
616
|
- test/dummy/tmp/cache/assets/C93/790/sprockets%2F73e658930537ca3695f247d1796cda90
|
617
|
+
- test/dummy/tmp/cache/assets/C94/E60/sprockets%2F53020551cac6a71792a879987f9378ed
|
540
618
|
- test/dummy/tmp/cache/assets/C9A/F20/sprockets%2F47d314d4a124d8df321042640ae162e7
|
541
619
|
- test/dummy/tmp/cache/assets/C9C/A10/sprockets%2F3d157be7033780a2681b47a0c0a216f6
|
542
620
|
- test/dummy/tmp/cache/assets/CA3/7B0/sprockets%2Fc06c2308ed51865841aac2562e1183b7
|
@@ -563,18 +641,26 @@ test_files:
|
|
563
641
|
- test/dummy/tmp/cache/assets/CBE/6C0/sprockets%2F57c012343b1cc841a231b47ea61f20f1
|
564
642
|
- test/dummy/tmp/cache/assets/CBE/D20/sprockets%2F84482670bf9dc49d3982a749a72b2d32
|
565
643
|
- test/dummy/tmp/cache/assets/CBF/560/sprockets%2F47e4b9569d894e6a160679ca12d26e24
|
644
|
+
- test/dummy/tmp/cache/assets/CC7/650/sprockets%2F0a9582aef4f04a929d5507997f4b5866
|
566
645
|
- test/dummy/tmp/cache/assets/CC9/5A0/sprockets%2Febdbd594563090002d0b6d21a80812d6
|
567
646
|
- test/dummy/tmp/cache/assets/CC9/F00/sprockets%2F09011a5a5890132ed38a61728cec30ac
|
647
|
+
- test/dummy/tmp/cache/assets/CD1/810/sprockets%2F70340b9c204c250caac9574d6267d46a
|
568
648
|
- test/dummy/tmp/cache/assets/CD2/7D0/sprockets%2F1c4d4beb82ca5d2211896f45242a1853
|
569
649
|
- test/dummy/tmp/cache/assets/CD4/FB0/sprockets%2F22b1c3474a0c4fbc10fd2865d7134949
|
650
|
+
- test/dummy/tmp/cache/assets/CD9/470/sprockets%2Fbdec584810704f121a7e3a583358b25f
|
570
651
|
- test/dummy/tmp/cache/assets/CD9/950/sprockets%2Fa024d6a654485447e12890bb3dc26ef2
|
571
652
|
- test/dummy/tmp/cache/assets/CDA/910/sprockets%2F2e8a211d7650278fdb6504966da3dc22
|
653
|
+
- test/dummy/tmp/cache/assets/CDB/CD0/sprockets%2F1c740bf96716b1a167c3d6dd5095d217
|
572
654
|
- test/dummy/tmp/cache/assets/CDC/B80/sprockets%2F31864fd74a2c488ce17be25d681410a4
|
655
|
+
- test/dummy/tmp/cache/assets/CDD/CB0/sprockets%2Fe1337deb8126034c8b5596ed408dc261
|
656
|
+
- test/dummy/tmp/cache/assets/CDE/3D0/sprockets%2Fdf191a21581cf018a97e461e9d6933a0
|
573
657
|
- test/dummy/tmp/cache/assets/CDF/400/sprockets%2Fc72a9c317b7870b1d4a01fd67381c839
|
574
658
|
- test/dummy/tmp/cache/assets/CE1/650/sprockets%2Faa5aa69a0201992aff34899149ad2927
|
575
659
|
- test/dummy/tmp/cache/assets/CE1/9D0/sprockets%2F08e626399f6a85ef9f4a2a2521b3025c
|
576
660
|
- test/dummy/tmp/cache/assets/CE3/360/sprockets%2F19b4fe2a24fb82254d2934f529a6d528
|
577
661
|
- test/dummy/tmp/cache/assets/CE3/AA0/sprockets%2Fef572aa9492f27c67f25161b8c70a263
|
662
|
+
- test/dummy/tmp/cache/assets/CE4/290/sprockets%2Ff268d6a5ee05493d73abe5d608711094
|
663
|
+
- test/dummy/tmp/cache/assets/CE5/270/sprockets%2Fc387d39246b866fa0b1f703b469f82b1
|
578
664
|
- test/dummy/tmp/cache/assets/CE6/C80/sprockets%2Ff54768d25a1ce9035375563fb5f055bd
|
579
665
|
- test/dummy/tmp/cache/assets/CE8/C70/sprockets%2F04f07c880491b5881494de2eb7c1f3d7
|
580
666
|
- test/dummy/tmp/cache/assets/CE9/8D0/sprockets%2Ffc05468c91598ab083f7860d7008bac8
|
@@ -599,19 +685,25 @@ test_files:
|
|
599
685
|
- test/dummy/tmp/cache/assets/D08/9E0/sprockets%2Fa035aeb2b9038f49f151a55903385ebe
|
600
686
|
- test/dummy/tmp/cache/assets/D08/A60/sprockets%2F07a473b660322e92b5ceb7413cc738de
|
601
687
|
- test/dummy/tmp/cache/assets/D0A/710/sprockets%2F70e0cf21aa4e94d8bdd8021858775d01
|
688
|
+
- test/dummy/tmp/cache/assets/D0B/2C0/sprockets%2F27ec927e0d2901c421d554cfd28f108e
|
602
689
|
- test/dummy/tmp/cache/assets/D0C/640/sprockets%2F962c22956d6be2f4eba2156a3221c6f9
|
603
690
|
- test/dummy/tmp/cache/assets/D0C/7B0/sprockets%2F768bf4d31279b53e73a7822aa1fd412d
|
691
|
+
- test/dummy/tmp/cache/assets/D0C/830/sprockets%2Fef560f213b37cb2064eaa6791956e3d3
|
604
692
|
- test/dummy/tmp/cache/assets/D0E/D90/sprockets%2F5197654422a76f8ef2312e82acccd4e0
|
605
693
|
- test/dummy/tmp/cache/assets/D10/500/sprockets%2Fd119ef73f5d6356b01352d55d3d6c9c2
|
606
694
|
- test/dummy/tmp/cache/assets/D13/B20/sprockets%2F8b44b16dd9005d5195ae17b5c65f5c94
|
607
695
|
- test/dummy/tmp/cache/assets/D14/010/sprockets%2Fe6f6d530f81136b68a256d92561ddeb4
|
696
|
+
- test/dummy/tmp/cache/assets/D14/360/sprockets%2Fef1f598110297cc5f2bee3429269a43b
|
608
697
|
- test/dummy/tmp/cache/assets/D14/F80/sprockets%2Fe9729d268ac7fd290cbe273d13b71831
|
609
698
|
- test/dummy/tmp/cache/assets/D15/BC0/sprockets%2F62ed7a4437b3e4e130fbb2d98865087d
|
699
|
+
- test/dummy/tmp/cache/assets/D15/E50/sprockets%2F90f778824fa09f0fdc1edb420b179572
|
700
|
+
- test/dummy/tmp/cache/assets/D19/A80/sprockets%2F8fb2b939d4917319a6e3092add5c814f
|
610
701
|
- test/dummy/tmp/cache/assets/D1A/760/sprockets%2F421df6566f30e58c9ec27f299a253a7a
|
611
702
|
- test/dummy/tmp/cache/assets/D1B/490/sprockets%2F146ae9c91901216fdf695e6f43b9f2e1
|
612
703
|
- test/dummy/tmp/cache/assets/D1C/E70/sprockets%2Fab3e336cb533413d7f9485ed7b7a2998
|
613
704
|
- test/dummy/tmp/cache/assets/D1D/980/sprockets%2Fc88999219c9bc03d27ebe274eac64163
|
614
705
|
- test/dummy/tmp/cache/assets/D1D/9C0/sprockets%2F7579376387c4322f20ac8ffeed428bf1
|
706
|
+
- test/dummy/tmp/cache/assets/D1E/970/sprockets%2Fe759e223699da8e1837aff1135c048ed
|
615
707
|
- test/dummy/tmp/cache/assets/D20/570/sprockets%2Fe099d4a84148fb36663d4fc8f30fa945
|
616
708
|
- test/dummy/tmp/cache/assets/D20/F30/sprockets%2F8565cdd915ebadb92064a616c48958e7
|
617
709
|
- test/dummy/tmp/cache/assets/D2A/1D0/sprockets%2Ff5cd64f262a3110b37e34f1f3b43d04c
|
@@ -627,6 +719,7 @@ test_files:
|
|
627
719
|
- test/dummy/tmp/cache/assets/D30/E00/sprockets%2Ffe7a64b00672333d2b01b9a1ee9df514
|
628
720
|
- test/dummy/tmp/cache/assets/D31/4B0/sprockets%2Fd022f4cf49e041cea91006350728bdfe
|
629
721
|
- test/dummy/tmp/cache/assets/D31/E00/sprockets%2F23f1eaa83e9b40d52a3377e21fa3830f
|
722
|
+
- test/dummy/tmp/cache/assets/D32/C20/sprockets%2F236ce5587a7ddc1f2da630113fd42b54
|
630
723
|
- test/dummy/tmp/cache/assets/D33/E50/sprockets%2F9a359b1d99b79e9d7952f795bd5e5b06
|
631
724
|
- test/dummy/tmp/cache/assets/D35/360/sprockets%2Faf10ebca1f8b40ce10246f28963581f6
|
632
725
|
- test/dummy/tmp/cache/assets/D38/440/sprockets%2F3ac356e5e9cd5373bbd3bf243091c274
|
@@ -636,10 +729,12 @@ test_files:
|
|
636
729
|
- test/dummy/tmp/cache/assets/D3D/C50/sprockets%2F6f6bb68a571ad0ed0875a3f345650ae6
|
637
730
|
- test/dummy/tmp/cache/assets/D3D/F00/sprockets%2Ffa77735b526e77cb3e1a145df3b4b517
|
638
731
|
- test/dummy/tmp/cache/assets/D3F/B00/sprockets%2Fd64ddc718febf7a96600502e0740b6e6
|
732
|
+
- test/dummy/tmp/cache/assets/D40/3E0/sprockets%2Ff1c2fb813475cbebdb798872557d11b0
|
639
733
|
- test/dummy/tmp/cache/assets/D41/CC0/sprockets%2F4b494edf3456a1266d4c5e9abb1853b7
|
640
734
|
- test/dummy/tmp/cache/assets/D41/CD0/sprockets%2F7a5d516096ee20b5ff6c9c0f57111d9c
|
641
735
|
- test/dummy/tmp/cache/assets/D42/310/sprockets%2F5f7f69d60191bd603a22d8f35e8d71ab
|
642
736
|
- test/dummy/tmp/cache/assets/D44/B60/sprockets%2F50bf1119f3805ad80a9669a8d7b93eea
|
737
|
+
- test/dummy/tmp/cache/assets/D45/620/sprockets%2F52ad19d0bdbf03b61678df9c6555c891
|
643
738
|
- test/dummy/tmp/cache/assets/D46/950/sprockets%2F5034fd78ad2bf870e6921b13e57cf74e
|
644
739
|
- test/dummy/tmp/cache/assets/D4A/150/sprockets%2F58302ee8b45e99ec96257f37da3b3b2b
|
645
740
|
- test/dummy/tmp/cache/assets/D4A/FD0/sprockets%2F7697ec3a4ad7f6c93a24b7c83b82c580
|
@@ -647,6 +742,7 @@ test_files:
|
|
647
742
|
- test/dummy/tmp/cache/assets/D4B/940/sprockets%2F45f9087a16a889bd5c27b4c4dda587a4
|
648
743
|
- test/dummy/tmp/cache/assets/D4B/C90/sprockets%2Fd2dd2dcb1021a01638e42a7ae704f10d
|
649
744
|
- test/dummy/tmp/cache/assets/D4E/6C0/sprockets%2F95e5bebb058da8680eaf07f6d7918434
|
745
|
+
- test/dummy/tmp/cache/assets/D4F/810/sprockets%2F2ffce340a853f3f9e20693fd459760fe
|
650
746
|
- test/dummy/tmp/cache/assets/D53/360/sprockets%2F68fbda37095347e98c362f714aa6edf9
|
651
747
|
- test/dummy/tmp/cache/assets/D55/240/sprockets%2F9fd8685c40d809fab9102fe5f719c57d
|
652
748
|
- test/dummy/tmp/cache/assets/D58/6B0/sprockets%2Fb4fa1b036a2ad06a7096ce6f34bc3155
|
@@ -655,6 +751,8 @@ test_files:
|
|
655
751
|
- test/dummy/tmp/cache/assets/D5F/360/sprockets%2F52a905ac9d5d2c285bbda75a18602cd1
|
656
752
|
- test/dummy/tmp/cache/assets/D63/D50/sprockets%2F6fe911e989a26eba56e87885c7e671fd
|
657
753
|
- test/dummy/tmp/cache/assets/D66/3A0/sprockets%2F5290b688cc391fe427bddd150d3ba0e4
|
754
|
+
- test/dummy/tmp/cache/assets/D6C/810/sprockets%2Fdb43f05e7ec3f149f93bd42742ae8b02
|
755
|
+
- test/dummy/tmp/cache/assets/D6E/990/sprockets%2Ff1a9a2da23e9f1766e4cdc6d84d10455
|
658
756
|
- test/dummy/tmp/cache/assets/D6F/BD0/sprockets%2F8d42e5b5aae95a6a71065729db319cbf
|
659
757
|
- test/dummy/tmp/cache/assets/D6F/C70/sprockets%2F45b57c525f8b6cb60d972c337afab1d7
|
660
758
|
- test/dummy/tmp/cache/assets/D72/F00/sprockets%2F567d23ca5a48504bef5d9d3275fd8c2a
|
@@ -663,6 +761,7 @@ test_files:
|
|
663
761
|
- test/dummy/tmp/cache/assets/D75/D10/sprockets%2F998b7cb098c93b0f5cfa24b7a72bc705
|
664
762
|
- test/dummy/tmp/cache/assets/D76/380/sprockets%2F3dba07871e3815c9dbd014fcfec07989
|
665
763
|
- test/dummy/tmp/cache/assets/D76/F20/sprockets%2F544c1d52dbde4cea686745fea23966d4
|
764
|
+
- test/dummy/tmp/cache/assets/D77/670/sprockets%2Fdd74b4d3c9208f3bf44f6d3d287217df
|
666
765
|
- test/dummy/tmp/cache/assets/D79/320/sprockets%2F3eb7bbd968328afa2598bdf60be92273
|
667
766
|
- test/dummy/tmp/cache/assets/D7A/2B0/sprockets%2Fb1811d164159d4b8943ffed88a83febc
|
668
767
|
- test/dummy/tmp/cache/assets/D7A/590/sprockets%2F488fda9ec61cc67cd66a40d4db686901
|
@@ -698,14 +797,17 @@ test_files:
|
|
698
797
|
- test/dummy/tmp/cache/assets/DB1/1F0/sprockets%2F7bc0ae4c8f2cff29bc5665c497ce3966
|
699
798
|
- test/dummy/tmp/cache/assets/DB1/770/sprockets%2F4c6cdd1f99fd63d4381f8f6d914cb8a3
|
700
799
|
- test/dummy/tmp/cache/assets/DB2/190/sprockets%2Ffa0a00fbc0566cc15efb1e4b550c7b43
|
800
|
+
- test/dummy/tmp/cache/assets/DB2/470/sprockets%2F1cab41bfb83fccbc782404b02a3c932b
|
701
801
|
- test/dummy/tmp/cache/assets/DB5/670/sprockets%2Fbbe79f5c6b52ff7b5999439f9e10d2ba
|
702
802
|
- test/dummy/tmp/cache/assets/DBB/310/sprockets%2F8801a53aae3a5cfbbf6afb4911b6e250
|
803
|
+
- test/dummy/tmp/cache/assets/DBE/570/sprockets%2Ff20a093faa0b3d7ea66188a1dc6b57da
|
703
804
|
- test/dummy/tmp/cache/assets/DBF/090/sprockets%2Fa1d06161a5549a5beb04c1ecf1ee7b8f
|
704
805
|
- test/dummy/tmp/cache/assets/DC1/2E0/sprockets%2F1aced1e5c45bedc05f7f356b7c04c333
|
705
806
|
- test/dummy/tmp/cache/assets/DC6/E80/sprockets%2Fa26bc43d806fbe14e3c98d1aaac7c187
|
706
807
|
- test/dummy/tmp/cache/assets/DC7/160/sprockets%2Ffabb219b45f7a15ecdfe00e9b72e1717
|
707
808
|
- test/dummy/tmp/cache/assets/DC9/1E0/sprockets%2F0cac86d268bd53b4fd345523eff0fd2c
|
708
809
|
- test/dummy/tmp/cache/assets/DCB/D50/sprockets%2F6f9bf42abcffccbf79934c153a03f303
|
810
|
+
- test/dummy/tmp/cache/assets/DCC/3A0/sprockets%2F5ce2960c4a95bcef05f192b3dfe3ae80
|
709
811
|
- test/dummy/tmp/cache/assets/DCC/CC0/sprockets%2F0bda2b37991f01ed84bb1f92dfc4b8e6
|
710
812
|
- test/dummy/tmp/cache/assets/DCD/2C0/sprockets%2F17cc84d7a4feca214ba059e862d72efc
|
711
813
|
- test/dummy/tmp/cache/assets/DCF/B30/sprockets%2F4c59ef59af3722cc5fcab32c62cd3f27
|
@@ -717,6 +819,7 @@ test_files:
|
|
717
819
|
- test/dummy/tmp/cache/assets/DD9/8B0/sprockets%2Fbf4630cdd5ef3bf43759f28c2a8fa9e3
|
718
820
|
- test/dummy/tmp/cache/assets/DDF/0A0/sprockets%2F35947cd516192ee5cedee8d2edb99ca4
|
719
821
|
- test/dummy/tmp/cache/assets/DE6/8B0/sprockets%2F22934a7eedd3cc615d252a41dbcbab0f
|
822
|
+
- test/dummy/tmp/cache/assets/DEA/B10/sprockets%2F7c7b5e457c1e9ff1a3dee9c9f861d68d
|
720
823
|
- test/dummy/tmp/cache/assets/DEC/C40/sprockets%2Ffed907f747c5ddcc7ed1b5d9e7457b97
|
721
824
|
- test/dummy/tmp/cache/assets/DEF/5C0/sprockets%2F817fa2addeaef84032a5ae5f1a3c417d
|
722
825
|
- test/dummy/tmp/cache/assets/DEF/D00/sprockets%2Fad3dc3d3f115e20c7ed4fc227bdc719a
|
@@ -745,6 +848,8 @@ test_files:
|
|
745
848
|
- test/dummy/tmp/cache/assets/E24/520/sprockets%2Fbd16acd2525dbd537dfceb3dc3606f5d
|
746
849
|
- test/dummy/tmp/cache/assets/E27/5D0/sprockets%2Fa74dfa521b6fc1b408446efbfde1b8eb
|
747
850
|
- test/dummy/tmp/cache/assets/E2D/520/sprockets%2Fedded9a73a49058ddaac0feb501a876f
|
851
|
+
- test/dummy/tmp/cache/assets/E37/8A0/sprockets%2F2cf9acecb089dffe23f098bdc64560cf
|
852
|
+
- test/dummy/tmp/cache/assets/E4F/DA0/sprockets%2Faaefeca0d5aa19f5fc392ad8512ccd43
|
748
853
|
- test/dummy/tmp/cache/assets/E7A/ED0/sprockets%2F06aed41ad28cf0c1dc8efdeecdc01f22
|
749
854
|
- test/dummy/tmp/cache/assets/E7E/C20/sprockets%2F2aedb288b2bcdce1bd9a982aff00ae5a
|
750
855
|
- test/dummy/tmp/cache/sass/3fdb360d4d93587da931a45430309bf6099edb9d/bootstrap-responsive.scssc
|
@@ -792,6 +897,7 @@ test_files:
|
|
792
897
|
- test/dummy/tmp/cache/sass/9b321e8af54768180e20e746ee5d44bf1cd3b0f9/responsive.scssc
|
793
898
|
- test/dummy/tmp/cache/sass/a1ca19fc2b3afb4a167a105e195117650bf09684/application.css.scssc
|
794
899
|
- test/dummy/tmp/cache/sass/a1ca19fc2b3afb4a167a105e195117650bf09684/bootstrap_and_overrides.css.scssc
|
900
|
+
- test/dummy/tmp/pids/server.pid
|
795
901
|
- test/fixtures/how_to/admin_users.yml
|
796
902
|
- test/fixtures/how_to/contents.yml
|
797
903
|
- test/fixtures/how_to/sections.yml
|