Skip to content

Commit a82d412

Browse files
committed
Update assignments
1 parent f802a92 commit a82d412

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ Check out the [`dockerized`](https://github.com/jfahrer/dockerizing_rails/tree/d
112112
There are more topics that didn't quite fit into the workshop.
113113
* Running the application as a different user
114114
* Advanced caching mechanisms for gems and libraries
115+
* Making use of environment variables to change the development environment
115116
* Integration testing with Capybara/Cypress
116117
* Utilizing CI/CD
117118
* Preparing your image for production

_assignments/assignment_11.md

+5-7
Original file line numberDiff line numberDiff line change
@@ -187,12 +187,6 @@ Now that we've replaced everything in the asset pipeline, we can remove the othe
187187

188188
Now refresh the page and you can see that dark mode is now working! Sprockets has been completely replaced by webpacker now.
189189

190-
# What changed
191-
192-
You can find our changes in the [`webpacker`](~https://github.com/jfahrer/dockerizing_rails/tree/webpacker~) branch. [Compare it](~https://github.com/jfahrer/dockerizing_rails/compare/sidekiq...webpacker~) to the previous branch to see what changed.
193-
194-
[Back to the overview](~../README.md#assignments~)
195-
196190
## Bonus
197191

198192
Notice how each render takes quite a bit of time? Rails is generating those assets when the web request is issued.
@@ -212,4 +206,8 @@ policy.connect_src :self, :https, "http://localhost:3035", "ws://localhost:3035"
212206

213207
> **Super-hint**: [webpacker/docker.md at master · rails/webpacker · GitHub](~https://github.com/rails/webpacker/blob/master/docs/docker.md~)
214208
215-
[Back to the overview](../README.md#assignments)
209+
# What changed
210+
211+
You can find our changes in the [`webpacker`](~https://github.com/jfahrer/dockerizing_rails/tree/webpacker~) branch. [Compare it](~https://github.com/jfahrer/dockerizing_rails/compare/sidekiq...webpacker~) to the previous branch to see what changed.
212+
213+
[Back to the overview](~../README.md#assignments~)

0 commit comments

Comments
 (0)