Search Results for "lazy-load-guide"
Lessons
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
"NoMethodError: undefined method `deep_symbolize_keys'" when trying to deploy my application
2
Rails
Hey I followed the deploying guide for Ubuntu 20.04 LTS. When deploying my application I get the following error. Googling around I haven't been able to locate any leads on what to do... anyone h...
Solved
Deploy with problems
1
Rails
hello everyone I have installed a ruby ββand rails application in vps of dreamhost with many problems and I have solved a lot but apparently this is too big or very complex. Just starting with this...
Chris Oliver replied
Setup Windows 10 Discussion
236
General
Hi,I got all the way through this so thanks for the walk through! I run "rails server -b 0.0.0.0" and the server boots fine but when I go to localhost:3000 in the browser, the browser icon spins bu...
Setup MacOS 10.10 Yosemite Discussion
141
General
When I try to install Homebrew, I get:csu:~$ ruby -e "$(curl -fsSL https://raw.github.com/Home..."dyld: Library not loaded: /usr/local/lib/libgmp.10.dylib Referenced from: /Users/christophersu/.rv...
Someone 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
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
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
How to add Lazy Load Hooks to Rails Plugins Discussion
0
General
Have you used lazy load hooks to extend a gem with some interesting features?
Rails Lazy Load Hooks Cheatsheet Discussion
0
General
Lazy Requiring Dependencies in Ruby Discussion
8
General
I love removing dependencies. π
Also, learning how libraries can make features or dependencies optional is a great thing to learn along the way.
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
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
Extracting Reusable Base Classes In Ruby Discussion
3
General
The cat is still playing in the background π
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
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
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