Strategy To Track Progress For Completed Nested Lessons
You're welcome, Dale. Glad it helped :)

4
Rails
Upgrade strategy from Rails 4.2.4 to 6.0.3.4?
Upgrading from 4.2 to 5.2 to 6.1 would certainly give you some thorough testing of the changes and would be a bit less daunting.
You can probably upgrade straight to 6.1, but you'll want to go th...

2
Rails
Is there a way to validate image uploads to validate dimensions?
@axel kee how can I write model test for the ```aspect_ratio```?

3
Rails
Shrine default_url with webpacker
I figured it out, and yes it is using the asset helper in the uploader.
```ruby
Attacher.default_url do |**_options|
ActionController::Base.helpers.asset_pack_path "media/images/#{name}-miss...

2
Rails
"rails for beginners part 21"
thank you very much, you'r the man!🙌

5
Rails
How to build a chat app with Ruby on Rails ?.
thanks my issue has been fixed.
_________________________________
https://krogerfeedback.nl https://talktosonic.onl https://talktowendys.vip https://whataburgersurvey.onl

3
General
I joined GitHub Education
I advise them to eat well and go to the gym. Some of the people I know are looking very good now. So how to lose 10 pounds in 2 weeks? To do this, it is important to take advice from a good trainer...

5
Tips
how to make the forum lagg free
I think you may want to take a look at your internet connection, this is a common reason for lagging websites.
If other people are not reporting the same issue, then I would start with looking loc...

2
General
Why is this image_tag not working?
I've just hit this same issue. Did you ever solve it?

2
Rails
Hatchbox: How do I point a Godaddy Domain to a wildcard sub-domain?
@bradley I'm in the same situation with an app like Shopify, have you found a good resource to tackle it?

4
Servers
Running multiple Rails versions
I am trying to test out the jumpstart rails template. However, I'm running into this issue. Something about different rails versions?
I read the above, but not sure how to fix this. Can anyone ...

10
Rails
How to create new contacts from nested attributes form
Hey Red, I am running into a new challenge that I thought you would understand well. Picking up the discussion above, now I would like to update my form action to create a new contact (if a contact...

7
Rails
Whats the best way to allow embedded content from another site
Thanks Chris, this is really helpful

3
Rails
Multiple user types App design
You can use a gem like cancancan to manage what your different user types can see and do

4
Rails