cloudinary / cloudinary_gem

Cloudinary GEM for Ruby on Rails integration
https://cloudinary.com
420 stars 285 forks source link

Update sample projects dependencies #523

Closed const-cloudinary closed 5 months ago

const-cloudinary commented 11 months ago

Feature request for Cloudinary Ruby SDK

Sample projects located here: https://github.com/cloudinary/cloudinary_gem/tree/master/samples

are a bit outdated, they use old ruby/rails versions.

Since they are not a part of the library delivered to users, they can be safely updated to the latest versions of ruby, rails and other dependencies.

Do you have a proposed solution?

Update samples to use the latest versions of language/frameworks.

HeetVekariya commented 11 months ago

@const-cloudinary I would like work on this issue, can you please give me the details that what samples i have to add.

const-cloudinary commented 11 months ago

@HeetVekariya thank you for your interest in this. It's not about adding new samples, but updating existing projects, for example this one: https://github.com/cloudinary/cloudinary_gem/blob/master/samples/user_profiles_active_storage/Gemfile

You can see that the versions there are a bit old.

It would be nice to update this sample to the latest version of ruby(3.2), rails(7), perform migrations, make sure everything works as expected, maybe add a few examples of the things that were introduced in the latest rails.

Vishalk91-4 commented 10 months ago

@const-cloudinary, can you please assign this issue to me You mean I have to use rvm to change ruby version and gem rails, latest to update rails version Then I have to change outdated methods in each project also

Do I have to do something like this or something else

colbyfayock commented 10 months ago

@HeetVekariya are you working on this?