Search Results for "lazy-load-guide"

Forum Threads

How do I find out why Stimulus controllers aren't getting compiled? Asset Pipeline problem

1
Javascript
I updated a Rails 6 app to Rails 7 and changed from Webpacker to esbuild/webpack. Added Stimulus, and after not getting controllers to work tried a basic hello_controller and then searched the appl...
Greg S replied

Errors Following the Deploy Rails Tutorial

18
General
I am literally following the Setup and Deploy tutorials line for line. I have my local dummy rails app up and running and I am trying to run my first deploy to DigitalOcean. Here is the error I a...
Chris Oliver replied

Setup MacOS 11.0 Big Sur Discussion

29
General
When installing the headers: 'sudo installer -pkg /Library/Developer/CommandLineTools/Packages/macOS_SDK_headers_for_macOS_10.14.pkg -target / ' Got this error: ' installer: Error - the package pa...
anniesteuber replied

Rails Lazy Load Hooks Cheatsheet Discussion

0
General

Lazy Requiring Dependencies in Ruby Discussion

5
General
I love removing dependencies. 💖 Also, learning how libraries can make features or dependencies optional is a great thing to learn along the way.
donaldrhoward replied

Hatchbox deployment questions

20
Rails
Im launching my app and using your Hatchbox service to help. I was planning on using digitaloceans managed database and wondering how that works with hatchbox and if I need to change anything in m...
Alex Deering replied

Using Purchased Themes with Rails | GoRails - GoRails

28
General
2 Pro episodes in a row? :(
Chris Oliver replied

lazy high charts gem

1
Gems / Libraries
Hi there, I have been tinkering `lazy high gem` trying to get charts up and running, it works well with hard-coded data into the chart but when I try passing data dynamically i cant make some he...
Francisco Quinones replied

Extracting Reusable Base Classes In Ruby Discussion

3
General
The cat is still playing in the background 😂

How do I implement john hancock gem into jumpstart

0
General
Hi Everyone. I need document signing in my app, and want to implement john hancock. https://github.com/Brantron/john_hancock I am lazy so I like to start with Chris's https://github.com/excid3/go...
Jeremy Bray posted

Passenger Spinning down in Production

5
Servers
My favorite combination of Rails/HTTP is Nginx + Passenger. They work wonderfully together and it's been super easy to setup across all of my apps. One thing I've noticed in some of my apps that ...
shakycode replied

Setting Up Rails 4 with MongoDB and Mongoid Discussion

11
General
If you have time could you please make a guide for OSX Users? :)
Joe Guerra replied

Iterating using css grid

13
CSS
Hi Chris - I am using CSS grid for a three-column blog layout. Unfortunately, when I run the do bock it creates three instances of the same post. I guess this is to be expected. Not sure how to ge...
Brian Gilbank replied
Solved

Direct Uploads with ActiveStorage Discussion

21
General
I'm running to a small error I think. Alright, so when I try to get the a file to upload It seems to begin the process and then commit but then it stops. I get a completed 200 ok but the issue is t...
Aaron replied