Tim

Joined

240 Experience
1 Lesson Completed
0 Questions Solved

Activity

Posted in Is Something Wrong With Jumpstart?

Well, I updated all my Homebrew Packages and Jumpstart still stops in the same place. Luckily I have several existing Jumpstart apps I can add on any new tutorials too. Will also try your suggestion about adding it to an existing app. Cheers!

Posted in Is Something Wrong With Jumpstart?

Tried it again. Same thing happens where it stops at:
run spring stop from "."

Maybe I'll try to update the Homebrew Packages next and see if that works. Thanks so much for your help!

Posted in Is Something Wrong With Jumpstart?

I did that yesterday but will try again. I was thinking of updating Homebrew too as there are so many gems in Jumpstart that maybe my packages might be out of date. I did update them a few months ago.

Posted in Is Something Wrong With Jumpstart?

Chris, the same thing happened again today. Webpacker gets installed and then it just stops where it used to go and run the other installer scripts. Thanks again!

https://gist.github.com/timdisab/d8c34d85b25a29db537e686d43c4d98b

Posted in Is Something Wrong With Jumpstart?

Yes, I'll do another fresh install. I suspect that it's probably one of my dependencies is out of date or something like that. It's not a huge deal but I like to use Jumpstart to go through the tutorials. Thanks for your help!

Posted in Is Something Wrong With Jumpstart?

They look fine. Everything seems to install okay and there's no errors. The install time did take considerably less time than it normally does so something is not completing. Wondering if it could be something with Spring. I'll try disabling it first as it says in the README. It's always been a very smooth process.

Posted in Is Something Wrong With Jumpstart?

I've tried to install Jumpstart three times in the last two days and each time all the gems get installed but none of the views or anything else does. When I boot the server it just shows the normal Rails welcome page. Did something change?

Thanks John and Dino! That fixed both the old and new versions. I've been trying to figure that out for awhile now. Much appreciated!

Chris, thank you so much for this! I was actually going through the old drag and drop tutorial yesterday and today to update it for Rails 6.

I seem to be having an issue both with this tutorial and the other where the Rails.ajax line in both of them is causing the error message:

Uncaught ReferenceError: Rails is not defined

In the old tutorial, I was able to get it to work by changing Rails.ajax to $.ajax but that only works with jQuery and not Stimulus. Do you know what might be causing this?

Posted in Introduction to Stimulus Reflex Discussion

This is really awesome! Yes, please do more videos on Stimulus Reflex. Would love to see how you do a drag-and-drop on the list and other cool client-side interactive tricks.