Search Results for "docker-and-docker-compose-for-rails"
Lessons
Forum Threads
Setup Ubuntu 14.10 Utopic Unicorn Discussion
53
General
thanks!
Someone replied
Docker Basics for Rails Discussion
15
General
If I run rails inside of Docker, does this set-up require more resources from my my machine?
How to resolve the master.key problem with a Rails 5.2 dockerized project, using Gitlab CI ?
3
General
Hi everyone,
First, a great thank you for this platform: I learned a lot here!
I'm trying to deploy a dockerized Rails 5.2 application, using Gitlab CI/CD... First steps were going fine, but when...
Chris Oliver replied
Docker rails assets:precompile
2
Rails
Hello I'm learning docker and faced this error while testing it locally
```
banstein@DESKTOP-I54N512:~/Projects/icb$ docker-compose build
[+] Building 4.2s (12/12) FINISHED ...
Islam Bahnas replied
Using Docker with Rails on M1 Mac
2
Rails
I have an M1 Mac and I always get errors for either sprocket-rails or nokogiri. I am using Ruby 3 and Rails 7. Is anyone using Docker with an M1 Mac and Ruby 3/Rails 7 with success? If so, could yo...
Rails 6, Webpacker and Docker on Apple M1
0
Rails
Hi Chris,
I tried to leave a comment for episode #389 but was not successful. Not sure why. Anyway, I'm developing in Apple M1 and trying to dockerize a Rails 6 application, but running into a lot...
Gabriela Jack posted
Single Responsibility Principle Discussion
25
General
Great series. I would love if you continue with this, plus with testing. Testing is something that you haven't really touched upon much here. Also with some design patterns that follow along w...
Aaron replied
docker mysql
1
Rails
Hey guys i was wondering if you ever get to connect a rails app in local host without dockerizing it and be able to use a docker image of mysql with it.i already got the mysql image running in dock...
KevinNafziger replied
How to use Dev Containers with Rails Discussion
20
General
Pretty excited about this because it makes Rails development so much easier to start for beginners or for teams using various operating systems.
I also forgot to mention, there is a `devcontainer`...
Chris Oliver replied
Using Vagrant for Rails Development Discussion
159
General
Trying to install the librarian-chef plugin first produces an error about not being able to find the vmware-workstation plugin (or rather gem). Installing the vbguest plugin first fixed the issue.
Bob Bannister replied
Deploy rails 7.2+
2
Servers
Rails 7.2 dev containers include a compose file, enabling me to run Rails, PostgreSQL, and Redis locally with just Docker installed on my system.
So I created run: rails new --rails-version 7.2.0...
Greg S replied
How can I render \\n as newlines in <pre><code> elements?
2
Ruby
I need to render the post's body as HTML, but as it is given to me, it has some "\\n", "\\r" and "\\t" characters. How can I replace them with newlines, carriage return and tab characters respectiv...
Solved
Started to learn JS, now I'm just overwhelmed. Please help.
2
Javascript
Hello everyone,,
After learning the basics of the languages I listed above, I decided to try and expand my knowledge of web development. When I started doing my research I was just overwhelmed by t...
Jim Ryan replied
Build Multitenancy App in a different way
10
General
I have seen many questions and topics in gorails about multitenancy but I am a bit undecided about which way to go. I would like my app not to carry the subdomain name in the url. Indeed, I wo...
BKSpurgeon replied
Start development instantly using devcontainers
0
Rails
Hello everyone, I learnt about devcontainers weeks ago and start using them and they are very helpful and easy to use. So, I putted this GitHub repo with a starter devcontainer template to setup an...
Does anyone happen to know how to get wicked_pdf working on Alpine Linux 3.15+ (because Docker)
0
Gems / Libraries
My problem is that Alpine dropped support for wkhtmltopdf with version 3.14 and all of the Ruby 3+ Docker images for Alpine are 3.15+ and the wkhtmltopdf-binary gem hasn't been updated since 2016....
Lee McAlilly posted
Webpacker error from Vue.js Trello Clone Series
4
Rails
Hey all, I have an error that I just can't get to the bottom of. While going through the awesome Vue.js Trello Clone tutorial I started seeing this:(Webpacker can't find application.css in /trello-...
Matthias Orgler replied
Solved
Who is using Hashicorp Otto?
7
General
Hi All,
I've recently gotten back into my rails development after some Salesforce related projects at my work. In that time I had to format my laptop from Ubuntu to Windows 10.
I've been struggli...
Docker build fails with "cssbundling-rails: Command build failed, ensure `yarn build:css` runs without errors" (it does)
1
General
Hi! I'm having a little trouble with building a docker image for an out-of-the-box rails app. It's failing with the error below (`cssbundling-rails: Command build failed, ensure yarn build:css run...
Jay replied
Can you help me out where is the knowledge gap in my skills?
0
Javascript
I was at the last stage of for a full stack JS role. I was asked to do a technical challenge and I think my solution to that was not met the expectation. I decided to learn more details about react...
Scott104 posted