Skip to content

Commit 31b7ffb

Browse files
authored
Rename application layout (#25)
* Rename playground application layout to editor This prevents the mounted app to hve name conflict with playouground assets. There is some instances where the app application layout is getting fetched instead of the playouground/application layout. * Rebuild assets
1 parent 693970f commit 31b7ffb

File tree

5 files changed

+7
-2
lines changed

5 files changed

+7
-2
lines changed

Gemfile.lock

+3
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,8 @@ GEM
130130
nio4r (2.5.8)
131131
nokogiri (1.13.3-arm64-darwin)
132132
racc (~> 1.4)
133+
nokogiri (1.13.3-x86_64-darwin)
134+
racc (~> 1.4)
133135
public_suffix (4.0.6)
134136
puma (5.6.2)
135137
nio4r (~> 2.0)
@@ -203,6 +205,7 @@ GEM
203205

204206
PLATFORMS
205207
arm64-darwin-21
208+
x86_64-darwin-21
206209

207210
DEPENDENCIES
208211
capybara

app/controllers/playground/consoles_controller.rb

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
module Playground
22
class ConsolesController < ApplicationController
3+
layout 'playground/editor'
4+
35
def show
46
console
57
end

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/stylesheets/playground/application.css.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)