Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
schedules
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
11
Issues
11
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
SRCT
schedules
Commits
c7f8b5e9
Commit
c7f8b5e9
authored
Jan 25, 2020
by
Zac Wood
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
don't cache section lists
memory usage on prod is too high for now
parent
cc3724c7
Pipeline
#5361
passed with stage
in 11 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
8 deletions
+2
-8
schedules/Gemfile.lock
schedules/Gemfile.lock
+1
-7
schedules/app/views/courses/show.html.erb
schedules/app/views/courses/show.html.erb
+1
-1
No files found.
schedules/Gemfile.lock
View file @
c7f8b5e9
...
@@ -71,7 +71,6 @@ GEM
...
@@ -71,7 +71,6 @@ GEM
rack-test (>= 0.5.4)
rack-test (>= 0.5.4)
xpath (>= 2.0, < 4.0)
xpath (>= 2.0, < 4.0)
childprocess (3.0.0)
childprocess (3.0.0)
chronic (0.10.2)
coderay (1.1.2)
coderay (1.1.2)
concurrent-ruby (1.1.5)
concurrent-ruby (1.1.5)
crass (1.0.5)
crass (1.0.5)
...
@@ -215,7 +214,6 @@ GEM
...
@@ -215,7 +214,6 @@ GEM
actionpack (>= 4.0)
actionpack (>= 4.0)
activesupport (>= 4.0)
activesupport (>= 4.0)
sprockets (>= 3.0.0)
sprockets (>= 3.0.0)
sqlite3 (1.4.1)
thor (0.20.3)
thor (0.20.3)
thread_safe (0.3.6)
thread_safe (0.3.6)
tilt (2.0.10)
tilt (2.0.10)
...
@@ -239,8 +237,6 @@ GEM
...
@@ -239,8 +237,6 @@ GEM
websocket-driver (0.7.1)
websocket-driver (0.7.1)
websocket-extensions (>= 0.1.0)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.4)
websocket-extensions (0.1.4)
whenever (1.0.0)
chronic (>= 0.6.3)
xpath (3.2.0)
xpath (3.2.0)
nokogiri (~> 1.8)
nokogiri (~> 1.8)
yard (0.9.20)
yard (0.9.20)
...
@@ -269,13 +265,11 @@ DEPENDENCIES
...
@@ -269,13 +265,11 @@ DEPENDENCIES
solargraph
solargraph
spring
spring
spring-watcher-listen (~> 2.0.0)
spring-watcher-listen (~> 2.0.0)
sqlite3
turbolinks
turbolinks
tzinfo-data
tzinfo-data
uglifier
uglifier
web-console (>= 3.3.0)
web-console (>= 3.3.0)
webpacker
webpacker
whenever
BUNDLED WITH
BUNDLED WITH
2.
0.2
2.
1.4
schedules/app/views/courses/show.html.erb
View file @
c7f8b5e9
...
@@ -43,7 +43,7 @@
...
@@ -43,7 +43,7 @@
<h5
class=
"section-type-label"
>
<%=
type
%>
</h5>
<h5
class=
"section-type-label"
>
<%=
type
%>
</h5>
<%
end
%>
<%
end
%>
<ul
class=
"section-list"
>
<ul
class=
"section-list"
>
<%=
render
partial:
'shared/section'
,
collection:
sections
,
cached:
true
%>
<%=
render
partial:
'shared/section'
,
collection:
sections
%>
</ul>
</ul>
<%
end
%>
<%
end
%>
</div>
</div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment