sitepress-rails 4.0.6 → 4.0.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a19ae6fa84afd56632baf90af377e18dbe8374abf482622bd7830a1ed489e8d1
4
- data.tar.gz: 86a015c072a56d17595588c5d6bd547e264054a5ed2c752dfdc0e2c07c058dcf
3
+ metadata.gz: efe41283d87d1ffa4fb1fe0f07be2d15b9840a497cad726820be67c89977fbe4
4
+ data.tar.gz: 1dcf419f4d2372e95314a6d0fcfeddcb2cb56dd93be7bf37de0436c36cb22256
5
5
  SHA512:
6
- metadata.gz: e218c3abb19c61323938b506b8613bfac2e721e4dd62330c72ab19531110e73d1e3cd49812244a9a183911634b956c2a7c17006b9fe1e412fb6bf7dab05df351
7
- data.tar.gz: 07c3d578d2bb4749f8087c7bb6958e3bc8d7e79d50b553a05f5d38f302aa1434629f19fca12a59b4a1503f8cafd29a3b3e33515339f20591c2a2c0425acb189a
6
+ metadata.gz: a41a7cfa3221ce4544bd5678e16f834b1299dec6761fceb2438f7c87475e0199340ebbb464dfdd695b7b58b7b0c5e2adde205981b159f245257118ea97a67b32
7
+ data.tar.gz: 7a0bb60bb7ed40aa0c3b204eb90872fc69ed62962d0897a0848e8985342fc78c33c115a2c877a46a1f3dbc61e9ab113fcaf0ea3067192daef09a2ee0a256a265
@@ -113,7 +113,7 @@ module Sitepress
113
113
  # versions of Rails, so I try my best to hack out the path to the layout below.
114
114
  def resource_layout(resource)
115
115
  resource.data.fetch "layout" do
116
- case template = _layout(lookup_context, resource.node.formats)
116
+ case template = find_layout(formats: resource.node.formats)
117
117
  when ActionView::Template
118
118
  template.virtual_path
119
119
  else
@@ -122,6 +122,17 @@ module Sitepress
122
122
  end
123
123
  end
124
124
 
125
+ # For whatever reason, Rails can't stablize this API so we need to check
126
+ # the version of Rails to make the right call and stablize it.
127
+ def find_layout(formats:)
128
+ case Rails::VERSION::MAJOR
129
+ when 8
130
+ _layout(lookup_context, formats, lookup_context.prefixes)
131
+ else
132
+ _layout(lookup_context, formats)
133
+ end
134
+ end
135
+
125
136
  # When in development mode, the site is reloaded and rebuilt between each request so
126
137
  # that users can see changes to content and site structure. These rebuilds are unnecessary and
127
138
  # slow per-request in a production environment, so they should not be reloaded.
@@ -12,8 +12,10 @@ module Sitepress
12
12
  end
13
13
 
14
14
  def append_sitepress_path_to_tailwind_config
15
- inject_into_file 'config/tailwind.config.js', ",\n './app/content/**/*.{erb,haml,html,slim,rb}'",
16
- after: " './app/views/**/*.{erb,haml,html,slim}'"
15
+ if File.exist? 'config/tailwind.config.js'
16
+ inject_into_file 'config/tailwind.config.js', ",\n './app/content/**/*.{erb,haml,html,slim,rb}'",
17
+ after: " './app/views/**/*.{erb,haml,html,slim}'"
18
+ end
17
19
  end
18
20
  end
19
21
  end
@@ -4,22 +4,34 @@ title: Getting started with Sitepress in Rails
4
4
 
5
5
  <style>
6
6
  .sitepress {
7
- max-width: 90%;
7
+ max-width: 40rem;
8
+ margin: 4rem auto;
9
+ font-family: ui-sans-serif, system-ui, -apple-system, sans-serif;
10
+ }
11
+ .sitepress .logo {
12
+ margin: 4rem auto;
13
+ display: block;
14
+ }
15
+ .sitepress p {
16
+ line-height: 1.5;
8
17
  }
9
18
  .sitepress h1 {
10
- font-weight: bold;
19
+ font-weight: 800;
11
20
  font-size: 3rem;
12
21
  margin-bottom: 4rem;
22
+ text-align: center;
13
23
  }
14
24
  .sitepress h2 {
15
25
  font-weight: bold;
16
26
  font-size: 1.5rem;
27
+ margin-top: 2rem;
17
28
  }
18
29
  .sitepress * {
19
30
  margin-top: 1rem;
20
31
  }
21
32
  .sitepress code {
22
33
  font-family: monospace;
34
+ background: #efefef;
23
35
  font-size: 1rem;
24
36
  }
25
37
  .sitepress a {
@@ -40,4 +52,16 @@ title: Getting started with Sitepress in Rails
40
52
 
41
53
  <h2>Documentation</h2>
42
54
  <p>Check out the <a href="https://sitepress.cc">Sitepress website</a> for help on getting started and documentation. Since Sitepress is also built on top of Rails, most of the <a href="https://guides.rubyonrails.org/action_view_helpers.html">Rails view helpers</a> work too.</p>
43
- </article>
55
+
56
+ <a href="https://sitepress.cc">
57
+ <svg class="logo" width="260px" height="260px" viewBox="0 0 895 895" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
58
+ <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
59
+ <g id="logo" fill="#573D2B">
60
+ <path d="M334.72,537.93 C325.82,530.6 313.41,526.88 297.83,526.88 L254.05,526.88 L254.05,618.4 L297.84,618.4 C313.41,618.4 325.84,614.63 334.72,607.2 C343.6,599.77 348.01,588.2 348.01,572.49 C348.01,556.78 343.54,545.2 334.72,537.93 L334.72,537.93 Z" id="Shape"></path>
61
+ <path d="M859.29,274.59 C770.211759,62.9463102 535.248488,-46.7589164 315.795351,20.8303235 C96.3422149,88.4195635 -36.1856795,311.308174 9.24445457,536.395018 C54.6745886,761.481862 263.278739,915.518494 491.767697,892.697877 C720.256655,869.87726 894.274848,677.625748 894.29,448 C894.373576,388.434111 882.470683,329.460375 859.29,274.59 L859.29,274.59 Z M573.53,155.3 C573.53,150.7 576.17,148.06 580.77,148.06 L684.32,148.06 C688.73,148.06 691.27,150.59 691.27,155.01 C691.27,159.79 688.74,162.54 684.32,162.54 L588,162.54 L588,249 L632.54,249 C636.95,249 639.48,251.74 639.48,256.53 C639.48,260.94 636.95,263.48 632.54,263.48 L588,263.48 L588,350.23 L684.32,350.23 C688.73,350.23 691.27,352.97 691.27,357.76 C691.27,362.17 688.74,364.71 684.32,364.71 L580.77,364.71 C576.17,364.71 573.53,362.07 573.53,357.47 L573.53,155.3 Z M401.53,89.3 C402.779293,87.9227726 404.571684,87.1655789 406.43,87.23 L553.75,87.23 C558.27,87.23 560.53,89.3666667 560.53,93.64 C560.53,98.4133333 558.27,100.8 553.75,100.8 L487.06,100.8 L487.06,355.91 C487.06,360.43 484.8,362.69 480.28,362.69 C475.76,362.69 473.5,360.43 473.5,355.91 L473.5,100.83 L406.43,100.83 C404.571176,100.897181 402.777669,100.139516 401.53,98.76 C399.018254,96.1222984 399.018254,91.9777016 401.53,89.34 L401.53,89.3 Z M361.08,93.63 C361.08,89.3633333 363.34,87.2266667 367.86,87.22 C372.38,87.2133333 374.64,89.35 374.64,93.63 L374.64,355.91 C374.64,360.43 372.38,362.69 367.86,362.69 C363.34,362.69 361.08,360.43 361.08,355.91 L361.08,93.63 Z M208.57,329.63 C210.15,327.79 211.7,326.89 213.29,326.89 C214.88,326.89 216.79,328.24 219.49,331.55 C221.62,334.16 224.09,337.02 226.84,340.05 C229.42,342.91 233.97,345.62 240.34,348.11 C247.586888,350.800137 255.270834,352.119225 263,352 C278.29,352 290,348.13 297.82,340.5 C305.64,332.87 309.58,321.57 309.58,306.88 C309.58,297.17 307.85,288.88 304.43,282.35 C301.410563,276.249269 296.784618,271.087433 291.05,267.42 C285.097567,263.784066 278.78788,260.768283 272.22,258.42 L251.58,251.15 C244.726443,248.889218 238.156396,245.84579 232,242.08 C225.705868,238.108684 220.588935,232.525633 217.18,225.91 C213.45,218.97 211.56,210.38 211.56,200.39 C211.56,190.23 213.44,181.39 217.16,174.03 C220.484889,167.084479 225.841413,161.312965 232.52,157.48 C238.378086,154.162981 244.677689,151.694992 251.23,150.15 C257.679927,148.734499 264.266659,148.036922 270.87,148.07 C281.863142,147.943398 292.800246,149.653588 303.23,153.13 C313.87,156.83 318.83,160.66 318.83,165.2 C318.754645,167.219913 317.98465,169.151963 316.65,170.67 C315.09,172.62 313.39,173.6 311.6,173.6 C310.78,173.6 309.49,173.37 304.51,170.6 C300.133975,168.352176 295.540237,166.556229 290.8,165.24 C284.225834,163.369844 277.414361,162.467037 270.58,162.56 C263.351008,162.469822 256.146813,163.422972 249.19,165.39 C243.12,167.2 237.67,171.04 233.01,176.8 C228.35,182.56 226.01,190.16 226.01,199.54 C226.01,207.46 227.72,214.2 231.09,219.54 C234.303387,224.772292 238.912858,229.004278 244.4,231.76 C250.482431,234.769407 256.763789,237.358797 263.2,239.51 C270.06,241.83 277.09,244.44 284.1,247.26 C291.011648,250.019216 297.587203,253.555254 303.7,257.8 C309.78,262.06 314.76,268.35 318.48,276.5 C322.2,284.65 324.04,294.5 324.04,305.98 C324.04,326.24 318.59,341.56 307.84,351.52 C297.09,361.48 282.53,366.45 264.45,366.45 C256.023647,366.517248 247.635543,365.310279 239.57,362.87 C231.93,360.49 225.72,357.61 221.11,354.3 C217.052927,351.515289 213.430344,348.145445 210.36,344.3 C207.64,340.72 206.36,337.7 206.36,335.09 C206.41612,333.079377 207.205725,331.158715 208.58,329.69 L208.57,329.63 Z M128.83,453.11 L296.96,413.11 C299.21742,412.571572 301.590658,413.277552 303.186737,414.962302 C304.782816,416.647052 305.359576,419.054959 304.7,421.28 L296,450.51 L453.2,413.11 C455.45742,412.571572 457.830658,413.277552 459.426737,414.962302 C461.022816,416.647052 461.599576,419.054959 460.94,421.28 L452.27,450.51 L609.47,413.11 C611.72742,412.571572 614.100658,413.277552 615.696737,414.962302 C617.292816,416.647052 617.869576,419.054959 617.21,421.28 L608.54,450.51 L765.74,413.11 C767.999705,412.574102 770.373657,413.284449 771.967611,414.973462 C773.561565,416.662475 774.133361,419.073551 773.467611,421.298462 C772.80186,423.523373 770.999705,425.224102 768.74,425.76 L600.61,465.76 C598.35258,466.298428 595.979342,465.592448 594.383263,463.907698 C592.787184,462.222948 592.210424,459.815041 592.87,457.59 L601.54,428.36 L444.34,465.76 C442.08258,466.298428 439.709342,465.592448 438.113263,463.907698 C436.517184,462.222948 435.940424,459.815041 436.6,457.59 L445.27,428.36 L288.07,465.76 C285.81258,466.298428 283.439342,465.592448 281.843263,463.907698 C280.247184,462.222948 279.670424,459.815041 280.33,457.59 L289,428.36 L131.8,465.76 C131.305299,465.878067 130.798593,465.93847 130.29,465.94 C126.983263,465.951866 124.194638,463.479226 123.810649,460.194838 C123.426659,456.910451 125.569705,453.861232 128.79,453.11 L128.83,453.11 Z M219.36,568.38 C219.36,586.66 214.64,600.38 205.36,609.03 C196.08,617.68 183.68,622.03 168.41,622.03 L131.51,622.03 L131.51,690.84 C131.51,695.17 128.92,697.76 124.59,697.76 C120.26,697.76 117.67,695.17 117.67,690.84 L117.67,518.64 C117.67,516.86 118.32,512.64 124.31,511.98 L124.58,511.98 L168.38,511.98 C183.63,511.98 196.06,516.32 205.32,524.89 C214.58,533.46 219.32,547.14 219.32,565.43 L219.36,568.38 Z M360.87,727.12 C361.533457,728.352283 361.903078,729.721252 361.95,731.12 C362.033205,733.000791 361.322464,734.830022 359.991243,736.161243 C358.660022,737.492464 356.830791,738.203205 354.95,738.12 C353.896221,738.11813 352.861519,737.838761 351.95,737.31 C350.899467,736.658391 350.007755,735.780345 349.34,734.74 C348.62,733.74 348.06,732.9 347.65,732.28 L347.49,731.96 L346.31,728.7 C345.91,727.92 345.65,727.45 345.49,727.17 L345.26,727.17 L344.84,726.35 L296.63,632.35 L254.05,632.35 L254.05,731.15 C254.05,735.65 251.57,738.15 247.05,738.15 C242.53,738.15 240.05,735.67 240.05,731.15 L240.05,519.6 C240.05,517.4 240.93,513.6 246.86,512.94 L297.78,512.94 C316.68,512.94 332.23,517.65 344,526.94 C355.77,536.23 361.89,551.64 361.89,572.49 C361.89,606.93 344.98,626.76 311.64,631.49 L360.87,727.12 Z M459,644.64 C463.246667,644.64 465.373333,647.016667 465.38,651.77 C465.38,656.023333 463.253333,658.15 459,658.15 L399,658.15 L399,775.22 L525.79,775.22 C530.043333,775.22 532.17,777.596667 532.17,782.35 C532.17,786.603333 530.043333,788.73 525.79,788.73 L392.2,788.73 C387.7,788.73 385.45,786.48 385.45,781.98 L385.45,521.19 C385.45,516.69 387.7,514.44 392.2,514.44 L525.79,514.44 C530.043333,514.44 532.17,516.566667 532.17,520.82 C532.17,525.573333 530.043333,527.95 525.79,527.95 L399,527.95 L399,644.65 L459,644.64 Z M643.77,724.49 C632.69,734.74 617.57,739.93 598.83,739.93 C590.082311,740.000953 581.374084,738.750178 573,736.22 C565.08,733.75 558.65,730.76 553.88,727.34 C549.685777,724.461626 545.941701,720.977041 542.77,717 C540.01,713.36 538.67,710.33 538.67,707.74 C538.734283,705.789092 539.509619,703.928997 540.85,702.51 C542.39,700.72 543.85,699.86 545.33,699.86 C546.81,699.86 548.69,701.25 551.33,704.51 C553.57,707.26 556.16,710.26 559.03,713.42 C561.9,716.58 566.61,719.36 573.36,722 C580.11,724.64 588.19,726 597.28,726 C613.41,726 625.79,721.9 634.07,713.81 C642.35,705.72 646.53,693.81 646.53,678.26 C646.53,668.02 644.7,659.26 641.08,652.36 C637.874282,645.8902 632.964805,640.41717 626.88,636.53 C620.626732,632.715387 613.998721,629.552171 607.1,627.09 L585.53,619.5 C578.407687,617.155538 571.579303,613.998039 565.18,610.09 C558.689278,605.99337 553.413379,600.234076 549.9,593.41 C546.05,586.24 544.1,577.36 544.1,567.02 C544.1,556.49 546.05,547.32 549.88,539.75 C553.71,532.18 559.06,526.39 565.69,522.75 C571.760835,519.311259 578.289388,516.752362 585.08,515.15 C591.7762,513.680181 598.61447,512.955774 605.47,512.99 C616.890766,512.856493 628.25367,514.630891 639.09,518.24 C650,522 655,525.78 655,530.24 C654.916423,532.213781 654.157409,534.098961 652.85,535.58 C651.34,537.47 649.72,538.42 648.03,538.42 C647.19,538.42 645.75,538.05 640.91,535.34 C636.30085,532.971571 631.462578,531.07848 626.47,529.69 C619.544449,527.721432 612.369222,526.771473 605.17,526.87 C597.558092,526.781289 589.97323,527.791706 582.65,529.87 C576.19,531.8 570.4,535.87 565.46,541.99 C560.52,548.11 558.04,556.19 558.04,566.12 C558.04,574.52 559.85,581.66 563.43,587.36 C566.838785,592.927174 571.736573,597.43009 577.57,600.36 C583.94981,603.517486 590.538592,606.233855 597.29,608.49 C604.46,610.91 611.79,613.63 619.1,616.57 C626.282202,619.451958 633.112871,623.142398 639.46,627.57 C645.73,631.96 650.86,638.45 654.71,646.87 C658.56,655.29 660.47,665.52 660.47,677.43 C660.51,698.35 654.87,714.21 643.76,724.49 L643.77,724.49 Z M765.92,686.38 C756.67,694.94 744.07,699.29 728.49,699.29 C721.242168,699.348298 714.027215,698.309885 707.09,696.21 C701.428334,694.592844 696.056089,692.095694 691.17,688.81 C687.654637,686.392813 684.517177,683.467661 681.86,680.13 C679.44,676.94 678.27,674.23 678.27,671.84 C678.322752,669.953085 679.062359,668.150293 680.35,666.77 C681.85,665.02 683.35,664.18 684.94,664.18 C686.53,664.18 688.35,665.41 690.81,668.43 C692.62,670.65 694.71,673.07 697.04,675.63 C699.16,677.97 702.92,680.21 708.24,682.29 C714.32226,684.514605 720.764973,685.589521 727.24,685.46 C740.04,685.46 749.82,682.24 756.33,675.89 C762.84,669.54 766.1,660.12 766.1,647.83 C766.1,639.7 764.65,632.83 761.8,627.32 C759.297736,622.247998 755.460166,617.95407 750.7,614.9 C745.678978,611.841159 740.357883,609.304592 734.82,607.33 L717.27,601.15 C711.38642,599.215288 705.745772,596.608041 700.46,593.38 C694.996887,589.94318 690.550437,585.110082 687.58,579.38 C684.35,573.38 682.71,565.93 682.71,557.3 C682.71,548.67 684.34,540.87 687.55,534.53 C690.448442,528.485526 695.11436,523.46391 700.93,520.13 C705.977623,517.274361 711.405115,515.149827 717.05,513.82 C722.592378,512.592976 728.253448,511.9826 733.93,512 C743.367043,511.889982 752.756198,513.356827 761.71,516.34 C771.11,519.61 775.49,523.1 775.49,527.34 C775.433713,529.229237 774.727297,531.041195 773.49,532.47 C772.02,534.31 770.37,535.25 768.6,535.25 C767.77,535.25 766.6,535.04 762.2,532.58 C758.525602,530.696709 754.669063,529.19229 750.69,528.09 C745.162798,526.517786 739.435902,525.759815 733.69,525.84 C727.607224,525.759866 721.544725,526.558095 715.69,528.21 C710.365486,529.922249 705.692777,533.223505 702.3,537.67 C698.48,542.39 696.54,548.74 696.54,556.53 C696.54,563.13 697.95,568.72 700.74,573.16 C703.393404,577.491303 707.202977,580.996109 711.74,583.28 C716.884382,585.823473 722.196793,588.011919 727.64,589.83 C733.5,591.83 739.5,594.04 745.46,596.44 C751.395098,598.808559 757.041415,601.844754 762.29,605.49 C767.58,609.19 771.89,614.65 775.12,621.7 C778.35,628.75 779.92,637.22 779.92,647.1 C779.95,664.54 775.23,677.76 765.92,686.38 L765.92,686.38 Z" id="Shape"></path>
62
+ <path d="M168.39,525.81 L131.51,525.81 L131.51,608.24 L168.39,608.24 C180.34,608.24 189.61,604.91 195.94,598.35 C202.27,591.79 205.52,581.68 205.52,568.35 L205.52,565.35 C205.52,552.06 202.3,542.03 195.95,535.52 C189.6,529.01 180.34,525.81 168.39,525.81 L168.39,525.81 Z" id="Shape"></path>
63
+ </g>
64
+ </g>
65
+ </svg>
66
+ </a>
67
+ </article>
@@ -28166,3 +28166,908 @@ Sitepress resolved asset /Users/bradgessler/Projects/sitepress/sitepress/sitepre
28166
28166
  Rendered Sitepress::Resource within layouts/application (Duration: 0.2ms | Allocations: 279)
28167
28167
  Rendered layout layouts/application.html.erb (Duration: 0.2ms | Allocations: 320)
28168
28168
  Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 604)
28169
+ Processing by Sitepress::SiteController#show as HTML
28170
+ Parameters: {"resource_path" => "time"}
28171
+ Sitepress resolved asset /Users/bradgessler/Projects/sitepress/sitepress/sitepress-rails/spec/dummy/app/content/pages/time.html.erb
28172
+ Rendering layout app/content/layouts/sitepress_test_layout.html.erb
28173
+ Rendering Sitepress::Resource within layouts/sitepress_test_layout
28174
+ Rendering inline template
28175
+ Rendered app/content/pages/_stupid.html.erb (Duration: 0.2ms | Allocations: 98)
28176
+ Rendered app/content/pages/partials/_really_stupid.html.erb (Duration: 0.1ms | Allocations: 65)
28177
+ Rendered inline template (Duration: 1.1ms | Allocations: 746)
28178
+ Rendered Sitepress::Resource within layouts/sitepress_test_layout (Duration: 1.4ms | Allocations: 870)
28179
+ Rendered layout app/content/layouts/sitepress_test_layout.html.erb (Duration: 1.6ms | Allocations: 1035)
28180
+ Completed 200 OK in 5ms (Views: 4.6ms | Allocations: 3291)
28181
+ Processing by Sitepress::SiteController#show as HTML
28182
+ Parameters: {"resource_path" => "hi"}
28183
+ Sitepress resolved asset /Users/bradgessler/Projects/sitepress/sitepress/sitepress-rails/spec/dummy/app/content/pages/hi.html
28184
+ Rendering layout layouts/application.html.erb
28185
+ Rendering Sitepress::Resource within layouts/application
28186
+ Rendering inline template
28187
+ Rendered inline template (Duration: 0.0ms | Allocations: 51)
28188
+ Rendered Sitepress::Resource within layouts/application (Duration: 0.1ms | Allocations: 94)
28189
+ Rendered layout layouts/application.html.erb (Duration: 0.3ms | Allocations: 220)
28190
+ Completed 200 OK in 1ms (Views: 0.3ms | Allocations: 638)
28191
+ Processing by Sitepress::SiteController#show as HTML
28192
+ Parameters: {"resource_path" => "all_pages"}
28193
+ Sitepress resolved asset /Users/bradgessler/Projects/sitepress/sitepress/sitepress-rails/spec/dummy/app/content/pages/all_pages.html.erb
28194
+ Rendering layout layouts/application.html.erb
28195
+ Rendering Sitepress::Resource within layouts/application
28196
+ Rendering inline template
28197
+ Rendered inline template (Duration: 0.1ms | Allocations: 205)
28198
+ Rendered Sitepress::Resource within layouts/application (Duration: 0.2ms | Allocations: 247)
28199
+ Rendered layout layouts/application.html.erb (Duration: 0.2ms | Allocations: 287)
28200
+ Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 560)
28201
+ Processing by Sitepress::SiteController#show as HTML
28202
+ Parameters: {"resource_path" => "/all_pages"}
28203
+ Sitepress resolved asset /Users/bradgessler/Projects/sitepress/sitepress/sitepress-rails/spec/dummy/app/content/pages/all_pages.html.erb
28204
+ Rendering layout layouts/application.html.erb
28205
+ Rendering Sitepress::Resource within layouts/application
28206
+ Rendering inline template
28207
+ Rendered inline template (Duration: 0.1ms | Allocations: 191)
28208
+ Rendered Sitepress::Resource within layouts/application (Duration: 0.2ms | Allocations: 233)
28209
+ Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
28210
+ Rendered layout layouts/application.html.erb (Duration: 0.2ms | Allocations: 307)
28211
+ Completed 200 OK in 1ms (Views: 0.4ms | Allocations: 806)
28212
+ Processing by Sitepress::SiteController#show as HTML
28213
+ Parameters: {"resource_path" => "/time"}
28214
+ Sitepress resolved asset /Users/bradgessler/Projects/sitepress/sitepress/sitepress-rails/spec/dummy/app/content/pages/time.html.erb
28215
+ Rendering layout app/content/layouts/sitepress_test_layout.html.erb
28216
+ Rendering Sitepress::Resource within layouts/sitepress_test_layout
28217
+ Rendering inline template
28218
+ Rendered app/content/pages/_stupid.html.erb (Duration: 0.0ms | Allocations: 6)
28219
+ Rendered app/content/pages/partials/_really_stupid.html.erb (Duration: 0.0ms | Allocations: 5)
28220
+ Rendered inline template (Duration: 0.2ms | Allocations: 224)
28221
+ Rendered Sitepress::Resource within layouts/sitepress_test_layout (Duration: 0.2ms | Allocations: 266)
28222
+ Rendered layout app/content/layouts/sitepress_test_layout.html.erb (Duration: 0.2ms | Allocations: 306)
28223
+ Completed 200 OK in 1ms (Views: 0.3ms | Allocations: 907)
28224
+ Processing by Sitepress::SiteController#show as HTML
28225
+ Parameters: {"resource_path" => "/time"}
28226
+ Sitepress resolved asset /Users/bradgessler/Projects/sitepress/sitepress/sitepress-rails/spec/dummy/app/content/pages/time.html.erb
28227
+ Rendering layout app/content/layouts/sitepress_test_layout.html.erb
28228
+ Rendering Sitepress::Resource within layouts/sitepress_test_layout
28229
+ Rendering inline template
28230
+ Rendered app/content/pages/_stupid.html.erb (Duration: 0.0ms | Allocations: 6)
28231
+ Rendered app/content/pages/partials/_really_stupid.html.erb (Duration: 0.0ms | Allocations: 5)
28232
+ Rendered inline template (Duration: 0.1ms | Allocations: 224)
28233
+ Rendered Sitepress::Resource within layouts/sitepress_test_layout (Duration: 0.2ms | Allocations: 266)
28234
+ Rendered layout app/content/layouts/sitepress_test_layout.html.erb (Duration: 0.2ms | Allocations: 306)
28235
+ Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 907)
28236
+ Processing by Sitepress::SiteController#show as HTML
28237
+ Parameters: {"resource_path" => "/time"}
28238
+ Sitepress resolved asset /Users/bradgessler/Projects/sitepress/sitepress/sitepress-rails/spec/dummy/app/content/pages/time.html.erb
28239
+ Rendering layout app/content/layouts/sitepress_test_layout.html.erb
28240
+ Rendering Sitepress::Resource within layouts/sitepress_test_layout
28241
+ Rendering inline template
28242
+ Rendered app/content/pages/_stupid.html.erb (Duration: 0.0ms | Allocations: 6)
28243
+ Rendered app/content/pages/partials/_really_stupid.html.erb (Duration: 0.0ms | Allocations: 5)
28244
+ Rendered inline template (Duration: 0.1ms | Allocations: 224)
28245
+ Rendered Sitepress::Resource within layouts/sitepress_test_layout (Duration: 0.2ms | Allocations: 266)
28246
+ Rendered layout app/content/layouts/sitepress_test_layout.html.erb (Duration: 0.2ms | Allocations: 306)
28247
+ Completed 200 OK in 1ms (Views: 0.3ms | Allocations: 907)
28248
+ Processing by Sitepress::SiteController#show as HTML
28249
+ Parameters: {"resource_path" => "/time"}
28250
+ Sitepress resolved asset /Users/bradgessler/Projects/sitepress/sitepress/sitepress-rails/spec/dummy/app/content/pages/time.html.erb
28251
+ Rendering layout app/content/layouts/sitepress_test_layout.html.erb
28252
+ Rendering Sitepress::Resource within layouts/sitepress_test_layout
28253
+ Rendering inline template
28254
+ Rendered app/content/pages/_stupid.html.erb (Duration: 0.0ms | Allocations: 6)
28255
+ Rendered app/content/pages/partials/_really_stupid.html.erb (Duration: 0.0ms | Allocations: 5)
28256
+ Rendered inline template (Duration: 0.1ms | Allocations: 224)
28257
+ Rendered Sitepress::Resource within layouts/sitepress_test_layout (Duration: 0.2ms | Allocations: 266)
28258
+ Rendered layout app/content/layouts/sitepress_test_layout.html.erb (Duration: 0.2ms | Allocations: 306)
28259
+ Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 907)
28260
+ Processing by Sitepress::SiteController#show as HTML
28261
+ Parameters: {"resource_path" => "/time"}
28262
+ Sitepress resolved asset /Users/bradgessler/Projects/sitepress/sitepress/sitepress-rails/spec/dummy/app/content/pages/time.html.erb
28263
+ Rendering layout app/content/layouts/sitepress_test_layout.html.erb
28264
+ Rendering Sitepress::Resource within layouts/sitepress_test_layout
28265
+ Rendering inline template
28266
+ Rendered app/content/pages/_stupid.html.erb (Duration: 0.0ms | Allocations: 6)
28267
+ Rendered app/content/pages/partials/_really_stupid.html.erb (Duration: 0.0ms | Allocations: 5)
28268
+ Rendered inline template (Duration: 0.1ms | Allocations: 224)
28269
+ Rendered Sitepress::Resource within layouts/sitepress_test_layout (Duration: 0.2ms | Allocations: 266)
28270
+ Rendered layout app/content/layouts/sitepress_test_layout.html.erb (Duration: 0.2ms | Allocations: 306)
28271
+ Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 907)
28272
+ Processing by Sitepress::SiteController#show as HTML
28273
+ Parameters: {"resource_path" => "/time"}
28274
+ Sitepress resolved asset /Users/bradgessler/Projects/sitepress/sitepress/sitepress-rails/spec/dummy/app/content/pages/time.html.erb
28275
+ Rendering layout app/content/layouts/sitepress_test_layout.html.erb
28276
+ Rendering Sitepress::Resource within layouts/sitepress_test_layout
28277
+ Rendering inline template
28278
+ Rendered app/content/pages/_stupid.html.erb (Duration: 0.0ms | Allocations: 6)
28279
+ Rendered app/content/pages/partials/_really_stupid.html.erb (Duration: 0.0ms | Allocations: 5)
28280
+ Rendered inline template (Duration: 0.2ms | Allocations: 224)
28281
+ Rendered Sitepress::Resource within layouts/sitepress_test_layout (Duration: 0.3ms | Allocations: 266)
28282
+ Rendered layout app/content/layouts/sitepress_test_layout.html.erb (Duration: 0.3ms | Allocations: 306)
28283
+ Completed 200 OK in 1ms (Views: 0.5ms | Allocations: 907)
28284
+ Processing by Sitepress::SiteController#show as HTML
28285
+ Parameters: {"resource_path" => "/hi"}
28286
+ Sitepress resolved asset /Users/bradgessler/Projects/sitepress/sitepress/sitepress-rails/spec/dummy/app/content/pages/hi.html
28287
+ Rendering layout layouts/application.html.erb
28288
+ Rendering Sitepress::Resource within layouts/application
28289
+ Rendering inline template
28290
+ Rendered inline template (Duration: 0.0ms | Allocations: 46)
28291
+ Rendered Sitepress::Resource within layouts/application (Duration: 0.1ms | Allocations: 88)
28292
+ Rendered layout layouts/application.html.erb (Duration: 0.1ms | Allocations: 127)
28293
+ Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 725)
28294
+ Processing by Sitepress::SiteController#show as HTML
28295
+ Parameters: {"resource_path" => "/hi"}
28296
+ Sitepress resolved asset /Users/bradgessler/Projects/sitepress/sitepress/sitepress-rails/spec/dummy/app/content/pages/hi.html
28297
+ Rendering layout layouts/application.html.erb
28298
+ Rendering Sitepress::Resource within layouts/application
28299
+ Rendering inline template
28300
+ Rendered inline template (Duration: 0.0ms | Allocations: 46)
28301
+ Rendered Sitepress::Resource within layouts/application (Duration: 0.1ms | Allocations: 88)
28302
+ Rendered layout layouts/application.html.erb (Duration: 0.1ms | Allocations: 127)
28303
+ Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 725)
28304
+ Processing by Sitepress::SiteController#show as HTML
28305
+ Parameters: {"resource_path" => "/hi"}
28306
+ Sitepress resolved asset /Users/bradgessler/Projects/sitepress/sitepress/sitepress-rails/spec/dummy/app/content/pages/hi.html
28307
+ Rendering layout layouts/application.html.erb
28308
+ Rendering Sitepress::Resource within layouts/application
28309
+ Rendering inline template
28310
+ Rendered inline template (Duration: 0.0ms | Allocations: 46)
28311
+ Rendered Sitepress::Resource within layouts/application (Duration: 0.1ms | Allocations: 88)
28312
+ Rendered layout layouts/application.html.erb (Duration: 0.1ms | Allocations: 127)
28313
+ Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 725)
28314
+ Processing by Sitepress::SiteController#show as HTML
28315
+ Parameters: {"resource_path" => "/hi"}
28316
+ Sitepress resolved asset /Users/bradgessler/Projects/sitepress/sitepress/sitepress-rails/spec/dummy/app/content/pages/hi.html
28317
+ Rendering layout layouts/application.html.erb
28318
+ Rendering Sitepress::Resource within layouts/application
28319
+ Rendering inline template
28320
+ Rendered inline template (Duration: 0.0ms | Allocations: 46)
28321
+ Rendered Sitepress::Resource within layouts/application (Duration: 0.1ms | Allocations: 88)
28322
+ Rendered layout layouts/application.html.erb (Duration: 0.1ms | Allocations: 127)
28323
+ Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 725)
28324
+ Processing by Sitepress::SiteController#show as HTML
28325
+ Parameters: {"resource_path" => "/non-existent"}
28326
+ Completed 404 Not Found in 0ms (Allocations: 675)
28327
+ Processing by Sitepress::SiteController#show as HTML
28328
+ Parameters: {"resource_path" => "/all_pages"}
28329
+ Sitepress resolved asset /Users/bradgessler/Projects/sitepress/sitepress/sitepress-rails/spec/dummy/app/content/pages/all_pages.html.erb
28330
+ Completed 500 Internal Server Error in 1ms (Allocations: 1126)
28331
+ Processing by Sitepress::SiteController#show as HTML
28332
+ Parameters: {"resource_path" => "/hi"}
28333
+ Sitepress resolved asset /Users/bradgessler/Projects/sitepress/sitepress/sitepress-rails/spec/dummy/app/content/pages/hi.html
28334
+ Completed 500 Internal Server Error in 1ms (Allocations: 704)
28335
+ Processing by Sitepress::SiteController#show as HTML
28336
+ Parameters: {"resource_path" => "/hi"}
28337
+ Sitepress resolved asset /Users/bradgessler/Projects/sitepress/sitepress/sitepress-rails/spec/dummy/app/content/pages/hi.html
28338
+ Completed 500 Internal Server Error in 0ms (Allocations: 674)
28339
+ Processing by Sitepress::SiteController#show as HTML
28340
+ Parameters: {"resource_path" => "/hi"}
28341
+ Sitepress resolved asset /Users/bradgessler/Projects/sitepress/sitepress/sitepress-rails/spec/dummy/app/content/pages/hi.html
28342
+ Completed 500 Internal Server Error in 0ms (Allocations: 674)
28343
+ Processing by Sitepress::SiteController#show as HTML
28344
+ Parameters: {"resource_path" => "/hi"}
28345
+ Sitepress resolved asset /Users/bradgessler/Projects/sitepress/sitepress/sitepress-rails/spec/dummy/app/content/pages/hi.html
28346
+ Completed 500 Internal Server Error in 0ms (Allocations: 674)
28347
+ Processing by Sitepress::SiteController#show as HTML
28348
+ Parameters: {"resource_path" => "/non-existent"}
28349
+ Completed 404 Not Found in 0ms (Allocations: 652)
28350
+ Processing by Sitepress::SiteController#show as HTML
28351
+ Parameters: {"resource_path" => "/time"}
28352
+ Sitepress resolved asset /Users/bradgessler/Projects/sitepress/sitepress/sitepress-rails/spec/dummy/app/content/pages/time.html.erb
28353
+ Rendering layout app/content/layouts/sitepress_test_layout.html.erb
28354
+ Rendering Sitepress::Resource within layouts/sitepress_test_layout
28355
+ Rendering inline template
28356
+ Rendered app/content/pages/_stupid.html.erb (Duration: 0.1ms | Allocations: 98)
28357
+ Rendered app/content/pages/partials/_really_stupid.html.erb (Duration: 0.1ms | Allocations: 65)
28358
+ Rendered inline template (Duration: 1.2ms | Allocations: 741)
28359
+ Rendered Sitepress::Resource within layouts/sitepress_test_layout (Duration: 1.5ms | Allocations: 865)
28360
+ Rendered layout app/content/layouts/sitepress_test_layout.html.erb (Duration: 1.6ms | Allocations: 1030)
28361
+ Completed 200 OK in 6ms (Views: 5.1ms | Allocations: 2956)
28362
+ Processing by Sitepress::SiteController#show as HTML
28363
+ Parameters: {"resource_path" => "/time"}
28364
+ Sitepress resolved asset /Users/bradgessler/Projects/sitepress/sitepress/sitepress-rails/spec/dummy/app/content/pages/time.html.erb
28365
+ Rendering layout app/content/layouts/sitepress_test_layout.html.erb
28366
+ Rendering Sitepress::Resource within layouts/sitepress_test_layout
28367
+ Rendering inline template
28368
+ Rendered app/content/pages/_stupid.html.erb (Duration: 0.0ms | Allocations: 6)
28369
+ Rendered app/content/pages/partials/_really_stupid.html.erb (Duration: 0.0ms | Allocations: 5)
28370
+ Rendered inline template (Duration: 0.2ms | Allocations: 224)
28371
+ Rendered Sitepress::Resource within layouts/sitepress_test_layout (Duration: 0.2ms | Allocations: 266)
28372
+ Rendered layout app/content/layouts/sitepress_test_layout.html.erb (Duration: 0.2ms | Allocations: 306)
28373
+ Completed 200 OK in 1ms (Views: 0.3ms | Allocations: 913)
28374
+ Processing by Sitepress::SiteController#show as HTML
28375
+ Parameters: {"resource_path" => "/time"}
28376
+ Sitepress resolved asset /Users/bradgessler/Projects/sitepress/sitepress/sitepress-rails/spec/dummy/app/content/pages/time.html.erb
28377
+ Rendering layout app/content/layouts/sitepress_test_layout.html.erb
28378
+ Rendering Sitepress::Resource within layouts/sitepress_test_layout
28379
+ Rendering inline template
28380
+ Rendered app/content/pages/_stupid.html.erb (Duration: 0.0ms | Allocations: 6)
28381
+ Rendered app/content/pages/partials/_really_stupid.html.erb (Duration: 0.0ms | Allocations: 5)
28382
+ Rendered inline template (Duration: 0.2ms | Allocations: 224)
28383
+ Rendered Sitepress::Resource within layouts/sitepress_test_layout (Duration: 0.2ms | Allocations: 266)
28384
+ Rendered layout app/content/layouts/sitepress_test_layout.html.erb (Duration: 0.2ms | Allocations: 306)
28385
+ Completed 200 OK in 1ms (Views: 0.3ms | Allocations: 907)
28386
+ Processing by Sitepress::SiteController#show as HTML
28387
+ Parameters: {"resource_path" => "/time"}
28388
+ Sitepress resolved asset /Users/bradgessler/Projects/sitepress/sitepress/sitepress-rails/spec/dummy/app/content/pages/time.html.erb
28389
+ Rendering layout app/content/layouts/sitepress_test_layout.html.erb
28390
+ Rendering Sitepress::Resource within layouts/sitepress_test_layout
28391
+ Rendering inline template
28392
+ Rendered app/content/pages/_stupid.html.erb (Duration: 0.0ms | Allocations: 6)
28393
+ Rendered app/content/pages/partials/_really_stupid.html.erb (Duration: 0.0ms | Allocations: 5)
28394
+ Rendered inline template (Duration: 0.2ms | Allocations: 224)
28395
+ Rendered Sitepress::Resource within layouts/sitepress_test_layout (Duration: 0.2ms | Allocations: 266)
28396
+ Rendered layout app/content/layouts/sitepress_test_layout.html.erb (Duration: 0.2ms | Allocations: 306)
28397
+ Completed 200 OK in 1ms (Views: 0.3ms | Allocations: 907)
28398
+ Processing by Sitepress::SiteController#show as HTML
28399
+ Parameters: {"resource_path" => "/time"}
28400
+ Sitepress resolved asset /Users/bradgessler/Projects/sitepress/sitepress/sitepress-rails/spec/dummy/app/content/pages/time.html.erb
28401
+ Rendering layout app/content/layouts/sitepress_test_layout.html.erb
28402
+ Rendering Sitepress::Resource within layouts/sitepress_test_layout
28403
+ Rendering inline template
28404
+ Rendered app/content/pages/_stupid.html.erb (Duration: 0.0ms | Allocations: 6)
28405
+ Rendered app/content/pages/partials/_really_stupid.html.erb (Duration: 0.0ms | Allocations: 5)
28406
+ Rendered inline template (Duration: 0.2ms | Allocations: 224)
28407
+ Rendered Sitepress::Resource within layouts/sitepress_test_layout (Duration: 0.2ms | Allocations: 266)
28408
+ Rendered layout app/content/layouts/sitepress_test_layout.html.erb (Duration: 0.2ms | Allocations: 306)
28409
+ Completed 200 OK in 1ms (Views: 0.3ms | Allocations: 907)
28410
+ Processing by Sitepress::SiteController#show as HTML
28411
+ Parameters: {"resource_path" => "/time"}
28412
+ Sitepress resolved asset /Users/bradgessler/Projects/sitepress/sitepress/sitepress-rails/spec/dummy/app/content/pages/time.html.erb
28413
+ Rendering layout app/content/layouts/sitepress_test_layout.html.erb
28414
+ Rendering Sitepress::Resource within layouts/sitepress_test_layout
28415
+ Rendering inline template
28416
+ Rendered app/content/pages/_stupid.html.erb (Duration: 0.0ms | Allocations: 6)
28417
+ Rendered app/content/pages/partials/_really_stupid.html.erb (Duration: 0.0ms | Allocations: 5)
28418
+ Rendered inline template (Duration: 0.2ms | Allocations: 224)
28419
+ Rendered Sitepress::Resource within layouts/sitepress_test_layout (Duration: 0.2ms | Allocations: 266)
28420
+ Rendered layout app/content/layouts/sitepress_test_layout.html.erb (Duration: 0.3ms | Allocations: 306)
28421
+ Completed 200 OK in 1ms (Views: 0.4ms | Allocations: 907)
28422
+ Processing by Sitepress::SiteController#show as HTML
28423
+ Parameters: {"resource_path" => "time"}
28424
+ Sitepress resolved asset /Users/bradgessler/Projects/sitepress/sitepress/sitepress-rails/spec/dummy/app/content/pages/time.html.erb
28425
+ Rendering layout app/content/layouts/sitepress_test_layout.html.erb
28426
+ Rendering Sitepress::Resource within layouts/sitepress_test_layout
28427
+ Rendering inline template
28428
+ Rendered app/content/pages/_stupid.html.erb (Duration: 0.0ms | Allocations: 6)
28429
+ Rendered app/content/pages/partials/_really_stupid.html.erb (Duration: 0.0ms | Allocations: 5)
28430
+ Rendered inline template (Duration: 0.2ms | Allocations: 224)
28431
+ Rendered Sitepress::Resource within layouts/sitepress_test_layout (Duration: 0.3ms | Allocations: 266)
28432
+ Rendered layout app/content/layouts/sitepress_test_layout.html.erb (Duration: 0.3ms | Allocations: 306)
28433
+ Completed 200 OK in 1ms (Views: 0.4ms | Allocations: 566)
28434
+ Processing by Sitepress::SiteController#show as HTML
28435
+ Parameters: {"resource_path" => "hi"}
28436
+ Sitepress resolved asset /Users/bradgessler/Projects/sitepress/sitepress/sitepress-rails/spec/dummy/app/content/pages/hi.html
28437
+ Completed 500 Internal Server Error in 0ms (Allocations: 297)
28438
+ Processing by Sitepress::SiteController#show as HTML
28439
+ Parameters: {"resource_path" => "all_pages"}
28440
+ Sitepress resolved asset /Users/bradgessler/Projects/sitepress/sitepress/sitepress-rails/spec/dummy/app/content/pages/all_pages.html.erb
28441
+ Completed 500 Internal Server Error in 0ms (Allocations: 329)
28442
+ Processing by Sitepress::SiteController#show as HTML
28443
+ Parameters: {"resource_path" => "time"}
28444
+ Sitepress resolved asset /Users/bradgessler/Projects/sitepress/sitepress/sitepress-rails/spec/dummy/app/content/pages/time.html.erb
28445
+ Rendering layout app/content/layouts/sitepress_test_layout.html.erb
28446
+ Rendering Sitepress::Resource within layouts/sitepress_test_layout
28447
+ Rendering inline template
28448
+ Rendered app/content/pages/_stupid.html.erb (Duration: 0.1ms | Allocations: 98)
28449
+ Rendered app/content/pages/partials/_really_stupid.html.erb (Duration: 0.1ms | Allocations: 65)
28450
+ Rendered inline template (Duration: 1.0ms | Allocations: 748)
28451
+ Rendered Sitepress::Resource within layouts/sitepress_test_layout (Duration: 1.2ms | Allocations: 872)
28452
+ Rendered layout app/content/layouts/sitepress_test_layout.html.erb (Duration: 1.4ms | Allocations: 1037)
28453
+ Completed 200 OK in 5ms (Views: 3.9ms | Allocations: 3293)
28454
+ Processing by Sitepress::SiteController#show as HTML
28455
+ Parameters: {"resource_path" => "hi"}
28456
+ Sitepress resolved asset /Users/bradgessler/Projects/sitepress/sitepress/sitepress-rails/spec/dummy/app/content/pages/hi.html
28457
+ Rendering layout layouts/application.html.erb
28458
+ Rendering Sitepress::Resource within layouts/application
28459
+ Rendering inline template
28460
+ Rendered inline template (Duration: 0.0ms | Allocations: 51)
28461
+ Rendered Sitepress::Resource within layouts/application (Duration: 0.1ms | Allocations: 94)
28462
+ Rendered layout layouts/application.html.erb (Duration: 0.2ms | Allocations: 220)
28463
+ Completed 200 OK in 1ms (Views: 0.3ms | Allocations: 642)
28464
+ Processing by Sitepress::SiteController#show as HTML
28465
+ Parameters: {"resource_path" => "all_pages"}
28466
+ Sitepress resolved asset /Users/bradgessler/Projects/sitepress/sitepress/sitepress-rails/spec/dummy/app/content/pages/all_pages.html.erb
28467
+ Rendering layout layouts/application.html.erb
28468
+ Rendering Sitepress::Resource within layouts/application
28469
+ Rendering inline template
28470
+ Rendered inline template (Duration: 0.1ms | Allocations: 205)
28471
+ Rendered Sitepress::Resource within layouts/application (Duration: 0.1ms | Allocations: 247)
28472
+ Rendered layout layouts/application.html.erb (Duration: 0.2ms | Allocations: 287)
28473
+ Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 560)
28474
+ Processing by Sitepress::SiteController#show as HTML
28475
+ Parameters: {"resource_path" => "/all_pages"}
28476
+ Sitepress resolved asset /Users/bradgessler/Projects/sitepress/sitepress/sitepress-rails/spec/dummy/app/content/pages/all_pages.html.erb
28477
+ Rendering layout layouts/application.html.erb
28478
+ Rendering Sitepress::Resource within layouts/application
28479
+ Rendering inline template
28480
+ Rendered inline template (Duration: 0.2ms | Allocations: 192)
28481
+ Rendered Sitepress::Resource within layouts/application (Duration: 0.2ms | Allocations: 234)
28482
+ Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
28483
+ Rendered layout layouts/application.html.erb (Duration: 0.3ms | Allocations: 308)
28484
+ Completed 200 OK in 1ms (Views: 0.4ms | Allocations: 821)
28485
+ Processing by Sitepress::SiteController#show as HTML
28486
+ Parameters: {"resource_path" => "/hi"}
28487
+ Sitepress resolved asset /Users/bradgessler/Projects/sitepress/sitepress/sitepress-rails/spec/dummy/app/content/pages/hi.html
28488
+ Rendering layout layouts/application.html.erb
28489
+ Rendering Sitepress::Resource within layouts/application
28490
+ Rendering inline template
28491
+ Rendered inline template (Duration: 0.0ms | Allocations: 46)
28492
+ Rendered Sitepress::Resource within layouts/application (Duration: 0.1ms | Allocations: 88)
28493
+ Rendered layout layouts/application.html.erb (Duration: 0.1ms | Allocations: 127)
28494
+ Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 725)
28495
+ Processing by Sitepress::SiteController#show as HTML
28496
+ Parameters: {"resource_path" => "/hi"}
28497
+ Sitepress resolved asset /Users/bradgessler/Projects/sitepress/sitepress/sitepress-rails/spec/dummy/app/content/pages/hi.html
28498
+ Rendering layout layouts/application.html.erb
28499
+ Rendering Sitepress::Resource within layouts/application
28500
+ Rendering inline template
28501
+ Rendered inline template (Duration: 0.0ms | Allocations: 46)
28502
+ Rendered Sitepress::Resource within layouts/application (Duration: 0.1ms | Allocations: 88)
28503
+ Rendered layout layouts/application.html.erb (Duration: 0.1ms | Allocations: 127)
28504
+ Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 725)
28505
+ Processing by Sitepress::SiteController#show as HTML
28506
+ Parameters: {"resource_path" => "/hi"}
28507
+ Sitepress resolved asset /Users/bradgessler/Projects/sitepress/sitepress/sitepress-rails/spec/dummy/app/content/pages/hi.html
28508
+ Rendering layout layouts/application.html.erb
28509
+ Rendering Sitepress::Resource within layouts/application
28510
+ Rendering inline template
28511
+ Rendered inline template (Duration: 0.0ms | Allocations: 46)
28512
+ Rendered Sitepress::Resource within layouts/application (Duration: 0.1ms | Allocations: 88)
28513
+ Rendered layout layouts/application.html.erb (Duration: 0.1ms | Allocations: 127)
28514
+ Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 725)
28515
+ Processing by Sitepress::SiteController#show as HTML
28516
+ Parameters: {"resource_path" => "/hi"}
28517
+ Sitepress resolved asset /Users/bradgessler/Projects/sitepress/sitepress/sitepress-rails/spec/dummy/app/content/pages/hi.html
28518
+ Rendering layout layouts/application.html.erb
28519
+ Rendering Sitepress::Resource within layouts/application
28520
+ Rendering inline template
28521
+ Rendered inline template (Duration: 0.0ms | Allocations: 46)
28522
+ Rendered Sitepress::Resource within layouts/application (Duration: 0.1ms | Allocations: 88)
28523
+ Rendered layout layouts/application.html.erb (Duration: 0.1ms | Allocations: 127)
28524
+ Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 725)
28525
+ Processing by Sitepress::SiteController#show as HTML
28526
+ Parameters: {"resource_path" => "/non-existent"}
28527
+ Completed 404 Not Found in 0ms (Allocations: 675)
28528
+ Processing by Sitepress::SiteController#show as HTML
28529
+ Parameters: {"resource_path" => "/time"}
28530
+ Sitepress resolved asset /Users/bradgessler/Projects/sitepress/sitepress/sitepress-rails/spec/dummy/app/content/pages/time.html.erb
28531
+ Rendering layout app/content/layouts/sitepress_test_layout.html.erb
28532
+ Rendering Sitepress::Resource within layouts/sitepress_test_layout
28533
+ Rendering inline template
28534
+ Rendered app/content/pages/_stupid.html.erb (Duration: 0.0ms | Allocations: 6)
28535
+ Rendered app/content/pages/partials/_really_stupid.html.erb (Duration: 0.0ms | Allocations: 5)
28536
+ Rendered inline template (Duration: 0.2ms | Allocations: 224)
28537
+ Rendered Sitepress::Resource within layouts/sitepress_test_layout (Duration: 0.2ms | Allocations: 266)
28538
+ Rendered layout app/content/layouts/sitepress_test_layout.html.erb (Duration: 0.3ms | Allocations: 306)
28539
+ Completed 200 OK in 1ms (Views: 0.3ms | Allocations: 907)
28540
+ Processing by Sitepress::SiteController#show as HTML
28541
+ Parameters: {"resource_path" => "/time"}
28542
+ Sitepress resolved asset /Users/bradgessler/Projects/sitepress/sitepress/sitepress-rails/spec/dummy/app/content/pages/time.html.erb
28543
+ Rendering layout app/content/layouts/sitepress_test_layout.html.erb
28544
+ Rendering Sitepress::Resource within layouts/sitepress_test_layout
28545
+ Rendering inline template
28546
+ Rendered app/content/pages/_stupid.html.erb (Duration: 0.0ms | Allocations: 6)
28547
+ Rendered app/content/pages/partials/_really_stupid.html.erb (Duration: 0.0ms | Allocations: 5)
28548
+ Rendered inline template (Duration: 0.1ms | Allocations: 224)
28549
+ Rendered Sitepress::Resource within layouts/sitepress_test_layout (Duration: 0.2ms | Allocations: 266)
28550
+ Rendered layout app/content/layouts/sitepress_test_layout.html.erb (Duration: 0.2ms | Allocations: 306)
28551
+ Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 907)
28552
+ Processing by Sitepress::SiteController#show as HTML
28553
+ Parameters: {"resource_path" => "/time"}
28554
+ Sitepress resolved asset /Users/bradgessler/Projects/sitepress/sitepress/sitepress-rails/spec/dummy/app/content/pages/time.html.erb
28555
+ Rendering layout app/content/layouts/sitepress_test_layout.html.erb
28556
+ Rendering Sitepress::Resource within layouts/sitepress_test_layout
28557
+ Rendering inline template
28558
+ Rendered app/content/pages/_stupid.html.erb (Duration: 0.0ms | Allocations: 6)
28559
+ Rendered app/content/pages/partials/_really_stupid.html.erb (Duration: 0.0ms | Allocations: 5)
28560
+ Rendered inline template (Duration: 0.1ms | Allocations: 224)
28561
+ Rendered Sitepress::Resource within layouts/sitepress_test_layout (Duration: 0.2ms | Allocations: 266)
28562
+ Rendered layout app/content/layouts/sitepress_test_layout.html.erb (Duration: 0.2ms | Allocations: 306)
28563
+ Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 907)
28564
+ Processing by Sitepress::SiteController#show as HTML
28565
+ Parameters: {"resource_path" => "/time"}
28566
+ Sitepress resolved asset /Users/bradgessler/Projects/sitepress/sitepress/sitepress-rails/spec/dummy/app/content/pages/time.html.erb
28567
+ Rendering layout app/content/layouts/sitepress_test_layout.html.erb
28568
+ Rendering Sitepress::Resource within layouts/sitepress_test_layout
28569
+ Rendering inline template
28570
+ Rendered app/content/pages/_stupid.html.erb (Duration: 0.0ms | Allocations: 6)
28571
+ Rendered app/content/pages/partials/_really_stupid.html.erb (Duration: 0.0ms | Allocations: 5)
28572
+ Rendered inline template (Duration: 0.2ms | Allocations: 224)
28573
+ Rendered Sitepress::Resource within layouts/sitepress_test_layout (Duration: 0.2ms | Allocations: 266)
28574
+ Rendered layout app/content/layouts/sitepress_test_layout.html.erb (Duration: 0.2ms | Allocations: 306)
28575
+ Completed 200 OK in 1ms (Views: 0.3ms | Allocations: 907)
28576
+ Processing by Sitepress::SiteController#show as HTML
28577
+ Parameters: {"resource_path" => "/time"}
28578
+ Sitepress resolved asset /Users/bradgessler/Projects/sitepress/sitepress/sitepress-rails/spec/dummy/app/content/pages/time.html.erb
28579
+ Rendering layout app/content/layouts/sitepress_test_layout.html.erb
28580
+ Rendering Sitepress::Resource within layouts/sitepress_test_layout
28581
+ Rendering inline template
28582
+ Rendered app/content/pages/_stupid.html.erb (Duration: 0.0ms | Allocations: 6)
28583
+ Rendered app/content/pages/partials/_really_stupid.html.erb (Duration: 0.0ms | Allocations: 5)
28584
+ Rendered inline template (Duration: 0.2ms | Allocations: 224)
28585
+ Rendered Sitepress::Resource within layouts/sitepress_test_layout (Duration: 0.2ms | Allocations: 266)
28586
+ Rendered layout app/content/layouts/sitepress_test_layout.html.erb (Duration: 0.3ms | Allocations: 306)
28587
+ Completed 200 OK in 1ms (Views: 0.4ms | Allocations: 907)
28588
+ Processing by Sitepress::SiteController#show as HTML
28589
+ Parameters: {"resource_path" => "/time"}
28590
+ Sitepress resolved asset /Users/bradgessler/Projects/sitepress/sitepress/sitepress-rails/spec/dummy/app/content/pages/time.html.erb
28591
+ Rendering layout app/content/layouts/sitepress_test_layout.html.erb
28592
+ Rendering Sitepress::Resource within layouts/sitepress_test_layout
28593
+ Rendering inline template
28594
+ Rendered app/content/pages/_stupid.html.erb (Duration: 0.0ms | Allocations: 6)
28595
+ Rendered app/content/pages/partials/_really_stupid.html.erb (Duration: 0.0ms | Allocations: 5)
28596
+ Rendered inline template (Duration: 0.2ms | Allocations: 224)
28597
+ Rendered Sitepress::Resource within layouts/sitepress_test_layout (Duration: 0.2ms | Allocations: 266)
28598
+ Rendered layout app/content/layouts/sitepress_test_layout.html.erb (Duration: 0.3ms | Allocations: 306)
28599
+ Completed 200 OK in 1ms (Views: 0.4ms | Allocations: 907)
28600
+ Processing by Sitepress::SiteController#show as HTML
28601
+ Parameters: {"resource_path" => "time"}
28602
+ Sitepress resolved asset /Users/bradgessler/Projects/sitepress/sitepress/sitepress-rails/spec/dummy/app/content/pages/time.html.erb
28603
+ Rendering layout app/content/layouts/sitepress_test_layout.html.erb
28604
+ Rendering Sitepress::Resource within layouts/sitepress_test_layout
28605
+ Rendering inline template
28606
+ Rendered app/content/pages/_stupid.html.erb (Duration: 0.1ms | GC: 0.0ms)
28607
+ Rendered app/content/pages/partials/_really_stupid.html.erb (Duration: 0.0ms | GC: 0.0ms)
28608
+ Rendered inline template (Duration: 0.7ms | GC: 0.0ms)
28609
+ Rendered Sitepress::Resource within layouts/sitepress_test_layout (Duration: 0.9ms | GC: 0.0ms)
28610
+ Rendered layout app/content/layouts/sitepress_test_layout.html.erb (Duration: 1.0ms | GC: 0.0ms)
28611
+ Completed 200 OK in 7ms (Views: 5.8ms | GC: 0.0ms)
28612
+ Processing by Sitepress::SiteController#show as HTML
28613
+ Parameters: {"resource_path" => "hi"}
28614
+ Sitepress resolved asset /Users/bradgessler/Projects/sitepress/sitepress/sitepress-rails/spec/dummy/app/content/pages/hi.html
28615
+ Rendering layout layouts/application.html.erb
28616
+ Rendering Sitepress::Resource within layouts/application
28617
+ Rendering inline template
28618
+ Rendered inline template (Duration: 0.1ms | GC: 0.0ms)
28619
+ Rendered Sitepress::Resource within layouts/application (Duration: 0.1ms | GC: 0.0ms)
28620
+ Rendered layout layouts/application.html.erb (Duration: 0.2ms | GC: 0.0ms)
28621
+ Completed 200 OK in 1ms (Views: 0.3ms | GC: 0.0ms)
28622
+ Processing by Sitepress::SiteController#show as HTML
28623
+ Parameters: {"resource_path" => "all_pages"}
28624
+ Sitepress resolved asset /Users/bradgessler/Projects/sitepress/sitepress/sitepress-rails/spec/dummy/app/content/pages/all_pages.html.erb
28625
+ Rendering layout layouts/application.html.erb
28626
+ Rendering Sitepress::Resource within layouts/application
28627
+ Rendering inline template
28628
+ Rendered inline template (Duration: 0.1ms | GC: 0.0ms)
28629
+ Rendered Sitepress::Resource within layouts/application (Duration: 0.2ms | GC: 0.0ms)
28630
+ Rendered layout layouts/application.html.erb (Duration: 0.2ms | GC: 0.0ms)
28631
+ Completed 200 OK in 0ms (Views: 0.3ms | GC: 0.0ms)
28632
+ Processing by Sitepress::SiteController#show as HTML
28633
+ Parameters: {"resource_path" => "/all_pages"}
28634
+ Sitepress resolved asset /Users/bradgessler/Projects/sitepress/sitepress/sitepress-rails/spec/dummy/app/content/pages/all_pages.html.erb
28635
+ Rendering layout layouts/application.html.erb
28636
+ Rendering Sitepress::Resource within layouts/application
28637
+ Rendering inline template
28638
+ Rendered inline template (Duration: 0.2ms | GC: 0.0ms)
28639
+ Rendered Sitepress::Resource within layouts/application (Duration: 0.2ms | GC: 0.0ms)
28640
+ Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
28641
+ Rendered layout layouts/application.html.erb (Duration: 0.3ms | GC: 0.0ms)
28642
+ Completed 200 OK in 1ms (Views: 0.4ms | GC: 0.0ms)
28643
+ Processing by Sitepress::SiteController#show as HTML
28644
+ Parameters: {"resource_path" => "/time"}
28645
+ Sitepress resolved asset /Users/bradgessler/Projects/sitepress/sitepress/sitepress-rails/spec/dummy/app/content/pages/time.html.erb
28646
+ Rendering layout app/content/layouts/sitepress_test_layout.html.erb
28647
+ Rendering Sitepress::Resource within layouts/sitepress_test_layout
28648
+ Rendering inline template
28649
+ Rendered app/content/pages/_stupid.html.erb (Duration: 0.0ms | GC: 0.0ms)
28650
+ Rendered app/content/pages/partials/_really_stupid.html.erb (Duration: 0.0ms | GC: 0.0ms)
28651
+ Rendered inline template (Duration: 0.2ms | GC: 0.0ms)
28652
+ Rendered Sitepress::Resource within layouts/sitepress_test_layout (Duration: 0.3ms | GC: 0.0ms)
28653
+ Rendered layout app/content/layouts/sitepress_test_layout.html.erb (Duration: 0.4ms | GC: 0.0ms)
28654
+ Completed 200 OK in 1ms (Views: 0.6ms | GC: 0.0ms)
28655
+ Processing by Sitepress::SiteController#show as HTML
28656
+ Parameters: {"resource_path" => "/time"}
28657
+ Sitepress resolved asset /Users/bradgessler/Projects/sitepress/sitepress/sitepress-rails/spec/dummy/app/content/pages/time.html.erb
28658
+ Rendering layout app/content/layouts/sitepress_test_layout.html.erb
28659
+ Rendering Sitepress::Resource within layouts/sitepress_test_layout
28660
+ Rendering inline template
28661
+ Rendered app/content/pages/_stupid.html.erb (Duration: 0.0ms | GC: 0.0ms)
28662
+ Rendered app/content/pages/partials/_really_stupid.html.erb (Duration: 0.0ms | GC: 0.0ms)
28663
+ Rendered inline template (Duration: 0.1ms | GC: 0.0ms)
28664
+ Rendered Sitepress::Resource within layouts/sitepress_test_layout (Duration: 0.2ms | GC: 0.0ms)
28665
+ Rendered layout app/content/layouts/sitepress_test_layout.html.erb (Duration: 0.2ms | GC: 0.0ms)
28666
+ Completed 200 OK in 1ms (Views: 0.3ms | GC: 0.0ms)
28667
+ Processing by Sitepress::SiteController#show as HTML
28668
+ Parameters: {"resource_path" => "/time"}
28669
+ Sitepress resolved asset /Users/bradgessler/Projects/sitepress/sitepress/sitepress-rails/spec/dummy/app/content/pages/time.html.erb
28670
+ Rendering layout app/content/layouts/sitepress_test_layout.html.erb
28671
+ Rendering Sitepress::Resource within layouts/sitepress_test_layout
28672
+ Rendering inline template
28673
+ Rendered app/content/pages/_stupid.html.erb (Duration: 0.0ms | GC: 0.0ms)
28674
+ Rendered app/content/pages/partials/_really_stupid.html.erb (Duration: 0.0ms | GC: 0.0ms)
28675
+ Rendered inline template (Duration: 0.1ms | GC: 0.0ms)
28676
+ Rendered Sitepress::Resource within layouts/sitepress_test_layout (Duration: 0.2ms | GC: 0.0ms)
28677
+ Rendered layout app/content/layouts/sitepress_test_layout.html.erb (Duration: 0.2ms | GC: 0.0ms)
28678
+ Completed 200 OK in 1ms (Views: 0.3ms | GC: 0.0ms)
28679
+ Processing by Sitepress::SiteController#show as HTML
28680
+ Parameters: {"resource_path" => "/time"}
28681
+ Sitepress resolved asset /Users/bradgessler/Projects/sitepress/sitepress/sitepress-rails/spec/dummy/app/content/pages/time.html.erb
28682
+ Rendering layout app/content/layouts/sitepress_test_layout.html.erb
28683
+ Rendering Sitepress::Resource within layouts/sitepress_test_layout
28684
+ Rendering inline template
28685
+ Rendered app/content/pages/_stupid.html.erb (Duration: 0.0ms | GC: 0.0ms)
28686
+ Rendered app/content/pages/partials/_really_stupid.html.erb (Duration: 0.0ms | GC: 0.0ms)
28687
+ Rendered inline template (Duration: 0.2ms | GC: 0.0ms)
28688
+ Rendered Sitepress::Resource within layouts/sitepress_test_layout (Duration: 0.3ms | GC: 0.0ms)
28689
+ Rendered layout app/content/layouts/sitepress_test_layout.html.erb (Duration: 0.3ms | GC: 0.0ms)
28690
+ Completed 200 OK in 1ms (Views: 0.4ms | GC: 0.0ms)
28691
+ Processing by Sitepress::SiteController#show as HTML
28692
+ Parameters: {"resource_path" => "/time"}
28693
+ Sitepress resolved asset /Users/bradgessler/Projects/sitepress/sitepress/sitepress-rails/spec/dummy/app/content/pages/time.html.erb
28694
+ Rendering layout app/content/layouts/sitepress_test_layout.html.erb
28695
+ Rendering Sitepress::Resource within layouts/sitepress_test_layout
28696
+ Rendering inline template
28697
+ Rendered app/content/pages/_stupid.html.erb (Duration: 0.0ms | GC: 0.0ms)
28698
+ Rendered app/content/pages/partials/_really_stupid.html.erb (Duration: 0.0ms | GC: 0.0ms)
28699
+ Rendered inline template (Duration: 0.2ms | GC: 0.0ms)
28700
+ Rendered Sitepress::Resource within layouts/sitepress_test_layout (Duration: 0.2ms | GC: 0.0ms)
28701
+ Rendered layout app/content/layouts/sitepress_test_layout.html.erb (Duration: 0.2ms | GC: 0.0ms)
28702
+ Completed 200 OK in 1ms (Views: 0.3ms | GC: 0.0ms)
28703
+ Processing by Sitepress::SiteController#show as HTML
28704
+ Parameters: {"resource_path" => "/time"}
28705
+ Sitepress resolved asset /Users/bradgessler/Projects/sitepress/sitepress/sitepress-rails/spec/dummy/app/content/pages/time.html.erb
28706
+ Rendering layout app/content/layouts/sitepress_test_layout.html.erb
28707
+ Rendering Sitepress::Resource within layouts/sitepress_test_layout
28708
+ Rendering inline template
28709
+ Rendered app/content/pages/_stupid.html.erb (Duration: 0.0ms | GC: 0.0ms)
28710
+ Rendered app/content/pages/partials/_really_stupid.html.erb (Duration: 0.0ms | GC: 0.0ms)
28711
+ Rendered inline template (Duration: 0.1ms | GC: 0.0ms)
28712
+ Rendered Sitepress::Resource within layouts/sitepress_test_layout (Duration: 0.2ms | GC: 0.0ms)
28713
+ Rendered layout app/content/layouts/sitepress_test_layout.html.erb (Duration: 0.2ms | GC: 0.0ms)
28714
+ Completed 200 OK in 1ms (Views: 0.3ms | GC: 0.0ms)
28715
+ Processing by Sitepress::SiteController#show as HTML
28716
+ Parameters: {"resource_path" => "/non-existent"}
28717
+ Completed 404 Not Found in 0ms (GC: 0.0ms)
28718
+ Processing by Sitepress::SiteController#show as HTML
28719
+ Parameters: {"resource_path" => "/hi"}
28720
+ Sitepress resolved asset /Users/bradgessler/Projects/sitepress/sitepress/sitepress-rails/spec/dummy/app/content/pages/hi.html
28721
+ Rendering layout layouts/application.html.erb
28722
+ Rendering Sitepress::Resource within layouts/application
28723
+ Rendering inline template
28724
+ Rendered inline template (Duration: 0.0ms | GC: 0.0ms)
28725
+ Rendered Sitepress::Resource within layouts/application (Duration: 0.1ms | GC: 0.0ms)
28726
+ Rendered layout layouts/application.html.erb (Duration: 0.1ms | GC: 0.0ms)
28727
+ Completed 200 OK in 0ms (Views: 0.2ms | GC: 0.0ms)
28728
+ Processing by Sitepress::SiteController#show as HTML
28729
+ Parameters: {"resource_path" => "/hi"}
28730
+ Sitepress resolved asset /Users/bradgessler/Projects/sitepress/sitepress/sitepress-rails/spec/dummy/app/content/pages/hi.html
28731
+ Rendering layout layouts/application.html.erb
28732
+ Rendering Sitepress::Resource within layouts/application
28733
+ Rendering inline template
28734
+ Rendered inline template (Duration: 0.1ms | GC: 0.0ms)
28735
+ Rendered Sitepress::Resource within layouts/application (Duration: 0.1ms | GC: 0.0ms)
28736
+ Rendered layout layouts/application.html.erb (Duration: 0.2ms | GC: 0.0ms)
28737
+ Completed 200 OK in 0ms (Views: 0.3ms | GC: 0.0ms)
28738
+ Processing by Sitepress::SiteController#show as HTML
28739
+ Parameters: {"resource_path" => "/hi"}
28740
+ Sitepress resolved asset /Users/bradgessler/Projects/sitepress/sitepress/sitepress-rails/spec/dummy/app/content/pages/hi.html
28741
+ Rendering layout layouts/application.html.erb
28742
+ Rendering Sitepress::Resource within layouts/application
28743
+ Rendering inline template
28744
+ Rendered inline template (Duration: 0.0ms | GC: 0.0ms)
28745
+ Rendered Sitepress::Resource within layouts/application (Duration: 0.1ms | GC: 0.0ms)
28746
+ Rendered layout layouts/application.html.erb (Duration: 0.1ms | GC: 0.0ms)
28747
+ Completed 200 OK in 0ms (Views: 0.2ms | GC: 0.0ms)
28748
+ Processing by Sitepress::SiteController#show as HTML
28749
+ Parameters: {"resource_path" => "/hi"}
28750
+ Sitepress resolved asset /Users/bradgessler/Projects/sitepress/sitepress/sitepress-rails/spec/dummy/app/content/pages/hi.html
28751
+ Rendering layout layouts/application.html.erb
28752
+ Rendering Sitepress::Resource within layouts/application
28753
+ Rendering inline template
28754
+ Rendered inline template (Duration: 0.0ms | GC: 0.0ms)
28755
+ Rendered Sitepress::Resource within layouts/application (Duration: 0.1ms | GC: 0.0ms)
28756
+ Rendered layout layouts/application.html.erb (Duration: 0.1ms | GC: 0.0ms)
28757
+ Completed 200 OK in 0ms (Views: 0.2ms | GC: 0.0ms)
28758
+ Processing by Sitepress::SiteController#show as HTML
28759
+ Parameters: {"resource_path" => "/all_pages"}
28760
+ Sitepress resolved asset /Users/bradgessler/Projects/sitepress/sitepress/sitepress-rails/spec/dummy/app/content/pages/all_pages.html.erb
28761
+ Rendering layout layouts/application.html.erb
28762
+ Rendering Sitepress::Resource within layouts/application
28763
+ Rendering inline template
28764
+ Rendered inline template (Duration: 0.2ms | GC: 0.0ms)
28765
+ Rendered Sitepress::Resource within layouts/application (Duration: 0.4ms | GC: 0.0ms)
28766
+ Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
28767
+ Rendered layout layouts/application.html.erb (Duration: 0.5ms | GC: 0.0ms)
28768
+ Completed 200 OK in 7ms (Views: 2.7ms | GC: 0.6ms)
28769
+ Processing by Sitepress::SiteController#show as HTML
28770
+ Parameters: {"resource_path" => "/non-existent"}
28771
+ Completed 404 Not Found in 0ms (GC: 0.0ms)
28772
+ Processing by Sitepress::SiteController#show as HTML
28773
+ Parameters: {"resource_path" => "/hi"}
28774
+ Sitepress resolved asset /Users/bradgessler/Projects/sitepress/sitepress/sitepress-rails/spec/dummy/app/content/pages/hi.html
28775
+ Rendering layout layouts/application.html.erb
28776
+ Rendering Sitepress::Resource within layouts/application
28777
+ Rendering inline template
28778
+ Rendered inline template (Duration: 0.1ms | GC: 0.0ms)
28779
+ Rendered Sitepress::Resource within layouts/application (Duration: 0.1ms | GC: 0.0ms)
28780
+ Rendered layout layouts/application.html.erb (Duration: 0.3ms | GC: 0.0ms)
28781
+ Completed 200 OK in 1ms (Views: 0.5ms | GC: 0.0ms)
28782
+ Processing by Sitepress::SiteController#show as HTML
28783
+ Parameters: {"resource_path" => "/hi"}
28784
+ Sitepress resolved asset /Users/bradgessler/Projects/sitepress/sitepress/sitepress-rails/spec/dummy/app/content/pages/hi.html
28785
+ Rendering layout layouts/application.html.erb
28786
+ Rendering Sitepress::Resource within layouts/application
28787
+ Rendering inline template
28788
+ Rendered inline template (Duration: 0.1ms | GC: 0.0ms)
28789
+ Rendered Sitepress::Resource within layouts/application (Duration: 0.1ms | GC: 0.0ms)
28790
+ Rendered layout layouts/application.html.erb (Duration: 0.2ms | GC: 0.0ms)
28791
+ Completed 200 OK in 1ms (Views: 0.3ms | GC: 0.0ms)
28792
+ Processing by Sitepress::SiteController#show as HTML
28793
+ Parameters: {"resource_path" => "/hi"}
28794
+ Sitepress resolved asset /Users/bradgessler/Projects/sitepress/sitepress/sitepress-rails/spec/dummy/app/content/pages/hi.html
28795
+ Rendering layout layouts/application.html.erb
28796
+ Rendering Sitepress::Resource within layouts/application
28797
+ Rendering inline template
28798
+ Rendered inline template (Duration: 0.0ms | GC: 0.0ms)
28799
+ Rendered Sitepress::Resource within layouts/application (Duration: 0.1ms | GC: 0.0ms)
28800
+ Rendered layout layouts/application.html.erb (Duration: 0.1ms | GC: 0.0ms)
28801
+ Completed 200 OK in 0ms (Views: 0.2ms | GC: 0.0ms)
28802
+ Processing by Sitepress::SiteController#show as HTML
28803
+ Parameters: {"resource_path" => "/hi"}
28804
+ Sitepress resolved asset /Users/bradgessler/Projects/sitepress/sitepress/sitepress-rails/spec/dummy/app/content/pages/hi.html
28805
+ Rendering layout layouts/application.html.erb
28806
+ Rendering Sitepress::Resource within layouts/application
28807
+ Rendering inline template
28808
+ Rendered inline template (Duration: 0.0ms | GC: 0.0ms)
28809
+ Rendered Sitepress::Resource within layouts/application (Duration: 0.1ms | GC: 0.0ms)
28810
+ Rendered layout layouts/application.html.erb (Duration: 0.1ms | GC: 0.0ms)
28811
+ Completed 200 OK in 0ms (Views: 0.2ms | GC: 0.0ms)
28812
+ Processing by Sitepress::SiteController#show as HTML
28813
+ Parameters: {"resource_path" => "/time"}
28814
+ Sitepress resolved asset /Users/bradgessler/Projects/sitepress/sitepress/sitepress-rails/spec/dummy/app/content/pages/time.html.erb
28815
+ Rendering layout app/content/layouts/sitepress_test_layout.html.erb
28816
+ Rendering Sitepress::Resource within layouts/sitepress_test_layout
28817
+ Rendering inline template
28818
+ Rendered app/content/pages/_stupid.html.erb (Duration: 0.1ms | GC: 0.0ms)
28819
+ Rendered app/content/pages/partials/_really_stupid.html.erb (Duration: 0.0ms | GC: 0.0ms)
28820
+ Rendered inline template (Duration: 0.5ms | GC: 0.0ms)
28821
+ Rendered Sitepress::Resource within layouts/sitepress_test_layout (Duration: 0.6ms | GC: 0.0ms)
28822
+ Rendered layout app/content/layouts/sitepress_test_layout.html.erb (Duration: 0.7ms | GC: 0.0ms)
28823
+ Completed 200 OK in 1ms (Views: 1.0ms | GC: 0.0ms)
28824
+ Processing by Sitepress::SiteController#show as HTML
28825
+ Parameters: {"resource_path" => "/time"}
28826
+ Sitepress resolved asset /Users/bradgessler/Projects/sitepress/sitepress/sitepress-rails/spec/dummy/app/content/pages/time.html.erb
28827
+ Rendering layout app/content/layouts/sitepress_test_layout.html.erb
28828
+ Rendering Sitepress::Resource within layouts/sitepress_test_layout
28829
+ Rendering inline template
28830
+ Rendered app/content/pages/_stupid.html.erb (Duration: 0.0ms | GC: 0.0ms)
28831
+ Rendered app/content/pages/partials/_really_stupid.html.erb (Duration: 0.0ms | GC: 0.0ms)
28832
+ Rendered inline template (Duration: 0.2ms | GC: 0.0ms)
28833
+ Rendered Sitepress::Resource within layouts/sitepress_test_layout (Duration: 0.2ms | GC: 0.0ms)
28834
+ Rendered layout app/content/layouts/sitepress_test_layout.html.erb (Duration: 0.2ms | GC: 0.0ms)
28835
+ Completed 200 OK in 1ms (Views: 0.3ms | GC: 0.0ms)
28836
+ Processing by Sitepress::SiteController#show as HTML
28837
+ Parameters: {"resource_path" => "/time"}
28838
+ Sitepress resolved asset /Users/bradgessler/Projects/sitepress/sitepress/sitepress-rails/spec/dummy/app/content/pages/time.html.erb
28839
+ Rendering layout app/content/layouts/sitepress_test_layout.html.erb
28840
+ Rendering Sitepress::Resource within layouts/sitepress_test_layout
28841
+ Rendering inline template
28842
+ Rendered app/content/pages/_stupid.html.erb (Duration: 0.0ms | GC: 0.0ms)
28843
+ Rendered app/content/pages/partials/_really_stupid.html.erb (Duration: 0.0ms | GC: 0.0ms)
28844
+ Rendered inline template (Duration: 0.2ms | GC: 0.0ms)
28845
+ Rendered Sitepress::Resource within layouts/sitepress_test_layout (Duration: 0.2ms | GC: 0.0ms)
28846
+ Rendered layout app/content/layouts/sitepress_test_layout.html.erb (Duration: 0.2ms | GC: 0.0ms)
28847
+ Completed 200 OK in 1ms (Views: 0.3ms | GC: 0.0ms)
28848
+ Processing by Sitepress::SiteController#show as HTML
28849
+ Parameters: {"resource_path" => "/time"}
28850
+ Sitepress resolved asset /Users/bradgessler/Projects/sitepress/sitepress/sitepress-rails/spec/dummy/app/content/pages/time.html.erb
28851
+ Rendering layout app/content/layouts/sitepress_test_layout.html.erb
28852
+ Rendering Sitepress::Resource within layouts/sitepress_test_layout
28853
+ Rendering inline template
28854
+ Rendered app/content/pages/_stupid.html.erb (Duration: 0.0ms | GC: 0.0ms)
28855
+ Rendered app/content/pages/partials/_really_stupid.html.erb (Duration: 0.0ms | GC: 0.0ms)
28856
+ Rendered inline template (Duration: 0.1ms | GC: 0.0ms)
28857
+ Rendered Sitepress::Resource within layouts/sitepress_test_layout (Duration: 0.2ms | GC: 0.0ms)
28858
+ Rendered layout app/content/layouts/sitepress_test_layout.html.erb (Duration: 0.2ms | GC: 0.0ms)
28859
+ Completed 200 OK in 0ms (Views: 0.3ms | GC: 0.0ms)
28860
+ Processing by Sitepress::SiteController#show as HTML
28861
+ Parameters: {"resource_path" => "/time"}
28862
+ Sitepress resolved asset /Users/bradgessler/Projects/sitepress/sitepress/sitepress-rails/spec/dummy/app/content/pages/time.html.erb
28863
+ Rendering layout app/content/layouts/sitepress_test_layout.html.erb
28864
+ Rendering Sitepress::Resource within layouts/sitepress_test_layout
28865
+ Rendering inline template
28866
+ Rendered app/content/pages/_stupid.html.erb (Duration: 0.0ms | GC: 0.0ms)
28867
+ Rendered app/content/pages/partials/_really_stupid.html.erb (Duration: 0.0ms | GC: 0.0ms)
28868
+ Rendered inline template (Duration: 0.2ms | GC: 0.0ms)
28869
+ Rendered Sitepress::Resource within layouts/sitepress_test_layout (Duration: 0.2ms | GC: 0.0ms)
28870
+ Rendered layout app/content/layouts/sitepress_test_layout.html.erb (Duration: 0.3ms | GC: 0.0ms)
28871
+ Completed 200 OK in 1ms (Views: 0.4ms | GC: 0.0ms)
28872
+ Processing by Sitepress::SiteController#show as HTML
28873
+ Parameters: {"resource_path" => "/time"}
28874
+ Sitepress resolved asset /Users/bradgessler/Projects/sitepress/sitepress/sitepress-rails/spec/dummy/app/content/pages/time.html.erb
28875
+ Rendering layout app/content/layouts/sitepress_test_layout.html.erb
28876
+ Rendering Sitepress::Resource within layouts/sitepress_test_layout
28877
+ Rendering inline template
28878
+ Rendered app/content/pages/_stupid.html.erb (Duration: 0.0ms | GC: 0.0ms)
28879
+ Rendered app/content/pages/partials/_really_stupid.html.erb (Duration: 0.0ms | GC: 0.0ms)
28880
+ Rendered inline template (Duration: 0.2ms | GC: 0.0ms)
28881
+ Rendered Sitepress::Resource within layouts/sitepress_test_layout (Duration: 0.3ms | GC: 0.0ms)
28882
+ Rendered layout app/content/layouts/sitepress_test_layout.html.erb (Duration: 0.3ms | GC: 0.0ms)
28883
+ Completed 200 OK in 1ms (Views: 0.4ms | GC: 0.0ms)
28884
+ Processing by Sitepress::SiteController#show as HTML
28885
+ Parameters: {"resource_path" => "time"}
28886
+ Sitepress resolved asset /Users/bradgessler/Projects/sitepress/sitepress/sitepress-rails/spec/dummy/app/content/pages/time.html.erb
28887
+ Rendering layout app/content/layouts/sitepress_test_layout.html.erb
28888
+ Rendering Sitepress::Resource within layouts/sitepress_test_layout
28889
+ Rendering inline template
28890
+ Rendered app/content/pages/_stupid.html.erb (Duration: 0.0ms | GC: 0.0ms)
28891
+ Rendered app/content/pages/partials/_really_stupid.html.erb (Duration: 0.0ms | GC: 0.0ms)
28892
+ Rendered inline template (Duration: 0.2ms | GC: 0.0ms)
28893
+ Rendered Sitepress::Resource within layouts/sitepress_test_layout (Duration: 0.3ms | GC: 0.0ms)
28894
+ Rendered layout app/content/layouts/sitepress_test_layout.html.erb (Duration: 0.4ms | GC: 0.0ms)
28895
+ Completed 200 OK in 1ms (Views: 0.6ms | GC: 0.0ms)
28896
+ Processing by Sitepress::SiteController#show as HTML
28897
+ Parameters: {"resource_path" => "hi"}
28898
+ Sitepress resolved asset /Users/bradgessler/Projects/sitepress/sitepress/sitepress-rails/spec/dummy/app/content/pages/hi.html
28899
+ Rendering layout layouts/application.html.erb
28900
+ Rendering Sitepress::Resource within layouts/application
28901
+ Rendering inline template
28902
+ Rendered inline template (Duration: 0.0ms | GC: 0.0ms)
28903
+ Rendered Sitepress::Resource within layouts/application (Duration: 0.1ms | GC: 0.0ms)
28904
+ Rendered layout layouts/application.html.erb (Duration: 0.1ms | GC: 0.0ms)
28905
+ Completed 200 OK in 0ms (Views: 0.2ms | GC: 0.0ms)
28906
+ Processing by Sitepress::SiteController#show as HTML
28907
+ Parameters: {"resource_path" => "all_pages"}
28908
+ Sitepress resolved asset /Users/bradgessler/Projects/sitepress/sitepress/sitepress-rails/spec/dummy/app/content/pages/all_pages.html.erb
28909
+ Rendering layout layouts/application.html.erb
28910
+ Rendering Sitepress::Resource within layouts/application
28911
+ Rendering inline template
28912
+ Rendered inline template (Duration: 0.1ms | GC: 0.0ms)
28913
+ Rendered Sitepress::Resource within layouts/application (Duration: 0.2ms | GC: 0.0ms)
28914
+ Rendered layout layouts/application.html.erb (Duration: 0.2ms | GC: 0.0ms)
28915
+ Completed 200 OK in 0ms (Views: 0.3ms | GC: 0.0ms)
28916
+ Processing by Sitepress::SiteController#show as HTML
28917
+ Parameters: {"resource_path" => "/all_pages"}
28918
+ Sitepress resolved asset /Users/bradgessler/Projects/sitepress/sitepress/sitepress-rails/spec/dummy/app/content/pages/all_pages.html.erb
28919
+ Rendering layout layouts/application.html.erb
28920
+ Rendering Sitepress::Resource within layouts/application
28921
+ Rendering inline template
28922
+ Rendered inline template (Duration: 0.2ms | GC: 0.0ms)
28923
+ Rendered Sitepress::Resource within layouts/application (Duration: 0.5ms | GC: 0.0ms)
28924
+ Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
28925
+ Rendered layout layouts/application.html.erb (Duration: 0.6ms | GC: 0.0ms)
28926
+ Completed 200 OK in 7ms (Views: 2.7ms | GC: 0.0ms)
28927
+ Processing by Sitepress::SiteController#show as HTML
28928
+ Parameters: {"resource_path" => "/time"}
28929
+ Sitepress resolved asset /Users/bradgessler/Projects/sitepress/sitepress/sitepress-rails/spec/dummy/app/content/pages/time.html.erb
28930
+ Rendering layout app/content/layouts/sitepress_test_layout.html.erb
28931
+ Rendering Sitepress::Resource within layouts/sitepress_test_layout
28932
+ Rendering inline template
28933
+ Rendered app/content/pages/_stupid.html.erb (Duration: 0.1ms | GC: 0.0ms)
28934
+ Rendered app/content/pages/partials/_really_stupid.html.erb (Duration: 0.1ms | GC: 0.0ms)
28935
+ Rendered inline template (Duration: 0.7ms | GC: 0.0ms)
28936
+ Rendered Sitepress::Resource within layouts/sitepress_test_layout (Duration: 0.7ms | GC: 0.0ms)
28937
+ Rendered layout app/content/layouts/sitepress_test_layout.html.erb (Duration: 0.8ms | GC: 0.0ms)
28938
+ Completed 200 OK in 2ms (Views: 1.4ms | GC: 0.0ms)
28939
+ Processing by Sitepress::SiteController#show as HTML
28940
+ Parameters: {"resource_path" => "/time"}
28941
+ Sitepress resolved asset /Users/bradgessler/Projects/sitepress/sitepress/sitepress-rails/spec/dummy/app/content/pages/time.html.erb
28942
+ Rendering layout app/content/layouts/sitepress_test_layout.html.erb
28943
+ Rendering Sitepress::Resource within layouts/sitepress_test_layout
28944
+ Rendering inline template
28945
+ Rendered app/content/pages/_stupid.html.erb (Duration: 0.0ms | GC: 0.0ms)
28946
+ Rendered app/content/pages/partials/_really_stupid.html.erb (Duration: 0.0ms | GC: 0.0ms)
28947
+ Rendered inline template (Duration: 0.2ms | GC: 0.0ms)
28948
+ Rendered Sitepress::Resource within layouts/sitepress_test_layout (Duration: 0.3ms | GC: 0.0ms)
28949
+ Rendered layout app/content/layouts/sitepress_test_layout.html.erb (Duration: 0.3ms | GC: 0.0ms)
28950
+ Completed 200 OK in 1ms (Views: 0.4ms | GC: 0.0ms)
28951
+ Processing by Sitepress::SiteController#show as HTML
28952
+ Parameters: {"resource_path" => "/time"}
28953
+ Sitepress resolved asset /Users/bradgessler/Projects/sitepress/sitepress/sitepress-rails/spec/dummy/app/content/pages/time.html.erb
28954
+ Rendering layout app/content/layouts/sitepress_test_layout.html.erb
28955
+ Rendering Sitepress::Resource within layouts/sitepress_test_layout
28956
+ Rendering inline template
28957
+ Rendered app/content/pages/_stupid.html.erb (Duration: 0.0ms | GC: 0.0ms)
28958
+ Rendered app/content/pages/partials/_really_stupid.html.erb (Duration: 0.0ms | GC: 0.0ms)
28959
+ Rendered inline template (Duration: 0.2ms | GC: 0.0ms)
28960
+ Rendered Sitepress::Resource within layouts/sitepress_test_layout (Duration: 0.2ms | GC: 0.0ms)
28961
+ Rendered layout app/content/layouts/sitepress_test_layout.html.erb (Duration: 0.2ms | GC: 0.0ms)
28962
+ Completed 200 OK in 1ms (Views: 0.3ms | GC: 0.0ms)
28963
+ Processing by Sitepress::SiteController#show as HTML
28964
+ Parameters: {"resource_path" => "/time"}
28965
+ Sitepress resolved asset /Users/bradgessler/Projects/sitepress/sitepress/sitepress-rails/spec/dummy/app/content/pages/time.html.erb
28966
+ Rendering layout app/content/layouts/sitepress_test_layout.html.erb
28967
+ Rendering Sitepress::Resource within layouts/sitepress_test_layout
28968
+ Rendering inline template
28969
+ Rendered app/content/pages/_stupid.html.erb (Duration: 0.0ms | GC: 0.0ms)
28970
+ Rendered app/content/pages/partials/_really_stupid.html.erb (Duration: 0.0ms | GC: 0.0ms)
28971
+ Rendered inline template (Duration: 0.1ms | GC: 0.0ms)
28972
+ Rendered Sitepress::Resource within layouts/sitepress_test_layout (Duration: 0.2ms | GC: 0.0ms)
28973
+ Rendered layout app/content/layouts/sitepress_test_layout.html.erb (Duration: 0.2ms | GC: 0.0ms)
28974
+ Completed 200 OK in 1ms (Views: 0.3ms | GC: 0.0ms)
28975
+ Processing by Sitepress::SiteController#show as HTML
28976
+ Parameters: {"resource_path" => "/time"}
28977
+ Sitepress resolved asset /Users/bradgessler/Projects/sitepress/sitepress/sitepress-rails/spec/dummy/app/content/pages/time.html.erb
28978
+ Rendering layout app/content/layouts/sitepress_test_layout.html.erb
28979
+ Rendering Sitepress::Resource within layouts/sitepress_test_layout
28980
+ Rendering inline template
28981
+ Rendered app/content/pages/_stupid.html.erb (Duration: 0.0ms | GC: 0.0ms)
28982
+ Rendered app/content/pages/partials/_really_stupid.html.erb (Duration: 0.0ms | GC: 0.0ms)
28983
+ Rendered inline template (Duration: 0.1ms | GC: 0.0ms)
28984
+ Rendered Sitepress::Resource within layouts/sitepress_test_layout (Duration: 0.2ms | GC: 0.0ms)
28985
+ Rendered layout app/content/layouts/sitepress_test_layout.html.erb (Duration: 0.2ms | GC: 0.0ms)
28986
+ Completed 200 OK in 1ms (Views: 0.3ms | GC: 0.0ms)
28987
+ Processing by Sitepress::SiteController#show as HTML
28988
+ Parameters: {"resource_path" => "/time"}
28989
+ Sitepress resolved asset /Users/bradgessler/Projects/sitepress/sitepress/sitepress-rails/spec/dummy/app/content/pages/time.html.erb
28990
+ Rendering layout app/content/layouts/sitepress_test_layout.html.erb
28991
+ Rendering Sitepress::Resource within layouts/sitepress_test_layout
28992
+ Rendering inline template
28993
+ Rendered app/content/pages/_stupid.html.erb (Duration: 0.0ms | GC: 0.0ms)
28994
+ Rendered app/content/pages/partials/_really_stupid.html.erb (Duration: 0.0ms | GC: 0.0ms)
28995
+ Rendered inline template (Duration: 0.2ms | GC: 0.0ms)
28996
+ Rendered Sitepress::Resource within layouts/sitepress_test_layout (Duration: 0.2ms | GC: 0.0ms)
28997
+ Rendered layout app/content/layouts/sitepress_test_layout.html.erb (Duration: 0.2ms | GC: 0.0ms)
28998
+ Completed 200 OK in 1ms (Views: 0.3ms | GC: 0.0ms)
28999
+ Processing by Sitepress::SiteController#show as HTML
29000
+ Parameters: {"resource_path" => "/hi"}
29001
+ Sitepress resolved asset /Users/bradgessler/Projects/sitepress/sitepress/sitepress-rails/spec/dummy/app/content/pages/hi.html
29002
+ Rendering layout layouts/application.html.erb
29003
+ Rendering Sitepress::Resource within layouts/application
29004
+ Rendering inline template
29005
+ Rendered inline template (Duration: 0.0ms | GC: 0.0ms)
29006
+ Rendered Sitepress::Resource within layouts/application (Duration: 0.1ms | GC: 0.0ms)
29007
+ Rendered layout layouts/application.html.erb (Duration: 0.2ms | GC: 0.0ms)
29008
+ Completed 200 OK in 1ms (Views: 0.3ms | GC: 0.0ms)
29009
+ Processing by Sitepress::SiteController#show as HTML
29010
+ Parameters: {"resource_path" => "/hi"}
29011
+ Sitepress resolved asset /Users/bradgessler/Projects/sitepress/sitepress/sitepress-rails/spec/dummy/app/content/pages/hi.html
29012
+ Rendering layout layouts/application.html.erb
29013
+ Rendering Sitepress::Resource within layouts/application
29014
+ Rendering inline template
29015
+ Rendered inline template (Duration: 0.0ms | GC: 0.0ms)
29016
+ Rendered Sitepress::Resource within layouts/application (Duration: 0.1ms | GC: 0.0ms)
29017
+ Rendered layout layouts/application.html.erb (Duration: 0.1ms | GC: 0.0ms)
29018
+ Completed 200 OK in 0ms (Views: 0.2ms | GC: 0.0ms)
29019
+ Processing by Sitepress::SiteController#show as HTML
29020
+ Parameters: {"resource_path" => "/hi"}
29021
+ Sitepress resolved asset /Users/bradgessler/Projects/sitepress/sitepress/sitepress-rails/spec/dummy/app/content/pages/hi.html
29022
+ Rendering layout layouts/application.html.erb
29023
+ Rendering Sitepress::Resource within layouts/application
29024
+ Rendering inline template
29025
+ Rendered inline template (Duration: 0.0ms | GC: 0.0ms)
29026
+ Rendered Sitepress::Resource within layouts/application (Duration: 0.1ms | GC: 0.0ms)
29027
+ Rendered layout layouts/application.html.erb (Duration: 0.1ms | GC: 0.0ms)
29028
+ Completed 200 OK in 0ms (Views: 0.2ms | GC: 0.0ms)
29029
+ Processing by Sitepress::SiteController#show as HTML
29030
+ Parameters: {"resource_path" => "/hi"}
29031
+ Sitepress resolved asset /Users/bradgessler/Projects/sitepress/sitepress/sitepress-rails/spec/dummy/app/content/pages/hi.html
29032
+ Rendering layout layouts/application.html.erb
29033
+ Rendering Sitepress::Resource within layouts/application
29034
+ Rendering inline template
29035
+ Rendered inline template (Duration: 0.0ms | GC: 0.0ms)
29036
+ Rendered Sitepress::Resource within layouts/application (Duration: 0.1ms | GC: 0.0ms)
29037
+ Rendered layout layouts/application.html.erb (Duration: 0.1ms | GC: 0.0ms)
29038
+ Completed 200 OK in 0ms (Views: 0.2ms | GC: 0.0ms)
29039
+ Processing by Sitepress::SiteController#show as HTML
29040
+ Parameters: {"resource_path" => "/non-existent"}
29041
+ Completed 404 Not Found in 0ms (GC: 0.0ms)
29042
+ Processing by Sitepress::SiteController#show as HTML
29043
+ Parameters: {"resource_path" => "time"}
29044
+ Sitepress resolved asset /Users/bradgessler/Projects/sitepress/sitepress/sitepress-rails/spec/dummy/app/content/pages/time.html.erb
29045
+ Rendering layout app/content/layouts/sitepress_test_layout.html.erb
29046
+ Rendering Sitepress::Resource within layouts/sitepress_test_layout
29047
+ Rendering inline template
29048
+ Rendered app/content/pages/_stupid.html.erb (Duration: 0.0ms | GC: 0.0ms)
29049
+ Rendered app/content/pages/partials/_really_stupid.html.erb (Duration: 0.0ms | GC: 0.0ms)
29050
+ Rendered inline template (Duration: 0.2ms | GC: 0.0ms)
29051
+ Rendered Sitepress::Resource within layouts/sitepress_test_layout (Duration: 0.3ms | GC: 0.0ms)
29052
+ Rendered layout app/content/layouts/sitepress_test_layout.html.erb (Duration: 0.3ms | GC: 0.0ms)
29053
+ Completed 200 OK in 1ms (Views: 0.5ms | GC: 0.0ms)
29054
+ Processing by Sitepress::SiteController#show as HTML
29055
+ Parameters: {"resource_path" => "hi"}
29056
+ Sitepress resolved asset /Users/bradgessler/Projects/sitepress/sitepress/sitepress-rails/spec/dummy/app/content/pages/hi.html
29057
+ Rendering layout layouts/application.html.erb
29058
+ Rendering Sitepress::Resource within layouts/application
29059
+ Rendering inline template
29060
+ Rendered inline template (Duration: 0.1ms | GC: 0.0ms)
29061
+ Rendered Sitepress::Resource within layouts/application (Duration: 0.1ms | GC: 0.0ms)
29062
+ Rendered layout layouts/application.html.erb (Duration: 0.1ms | GC: 0.0ms)
29063
+ Completed 200 OK in 0ms (Views: 0.2ms | GC: 0.0ms)
29064
+ Processing by Sitepress::SiteController#show as HTML
29065
+ Parameters: {"resource_path" => "all_pages"}
29066
+ Sitepress resolved asset /Users/bradgessler/Projects/sitepress/sitepress/sitepress-rails/spec/dummy/app/content/pages/all_pages.html.erb
29067
+ Rendering layout layouts/application.html.erb
29068
+ Rendering Sitepress::Resource within layouts/application
29069
+ Rendering inline template
29070
+ Rendered inline template (Duration: 0.1ms | GC: 0.0ms)
29071
+ Rendered Sitepress::Resource within layouts/application (Duration: 0.2ms | GC: 0.0ms)
29072
+ Rendered layout layouts/application.html.erb (Duration: 0.2ms | GC: 0.0ms)
29073
+ Completed 200 OK in 0ms (Views: 0.2ms | GC: 0.0ms)
@@ -0,0 +1 @@
1
+ 0b6fbfb4055bb9947ef9e77eb2089e22f780ba281a366a3757aef872cb5b307085e5997b666ffd715290bfa71774092d2fe20727495f8719a0a6bcffd550c151
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sitepress-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.6
4
+ version: 4.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brad Gessler
@@ -57,14 +57,14 @@ dependencies:
57
57
  requirements:
58
58
  - - '='
59
59
  - !ruby/object:Gem::Version
60
- version: 4.0.6
60
+ version: 4.0.8
61
61
  type: :runtime
62
62
  prerelease: false
63
63
  version_requirements: !ruby/object:Gem::Requirement
64
64
  requirements:
65
65
  - - '='
66
66
  - !ruby/object:Gem::Version
67
- version: 4.0.6
67
+ version: 4.0.8
68
68
  - !ruby/object:Gem::Dependency
69
69
  name: railties
70
70
  requirement: !ruby/object:Gem::Requirement
@@ -203,6 +203,7 @@ files:
203
203
  - spec/dummy/public/apple-touch-icon-precomposed.png
204
204
  - spec/dummy/public/apple-touch-icon.png
205
205
  - spec/dummy/public/favicon.ico
206
+ - spec/dummy/tmp/local_secret.txt
206
207
  - spec/sitepress-rails_spec.rb
207
208
  - spec/sitepress/compiler_spec.rb
208
209
  - spec/sitepress/model_spec.rb
@@ -300,6 +301,7 @@ test_files:
300
301
  - spec/dummy/public/apple-touch-icon-precomposed.png
301
302
  - spec/dummy/public/apple-touch-icon.png
302
303
  - spec/dummy/public/favicon.ico
304
+ - spec/dummy/tmp/local_secret.txt
303
305
  - spec/sitepress/compiler_spec.rb
304
306
  - spec/sitepress/model_spec.rb
305
307
  - spec/sitepress/rails_configuration_spec.rb