morshedalam / rename

To rename rails application
https://github.com/morshedalam/rename
MIT License
238 stars 33 forks source link

Rails 7 support? #14

Closed staleo closed 7 months ago

staleo commented 2 years ago

Dear contributors, thank you for this nice solution!

However, under Rails 7, it claims [Error] Already in use, please choose another name. Any plans to make Rename gem work properly for Rails 7?

Best!

morshedalam commented 2 years ago

Thank you Stas for bringing this to my attention. I will go through and take necessary action.

On Thu, Apr 14, 2022 at 11:43 PM Stas Syritsyn @.***> wrote:

Dear contributors, thank you for this nice solution!

However, under Rails 7, it claims [Error] Already in use, please choose another name. Any plans to make Rename gem work properly for Rails 7?

Best!

— Reply to this email directly, view it on GitHub https://github.com/morshedalam/rename/issues/14, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAKXIIX6QE2IYR3RT37IMALVFBKLHANCNFSM5TOOCFMA . You are receiving this because you are subscribed to this thread.Message ID: @.***>

--

Regards,

Morshed Alam Founder, http://www.dymicbit.com Skype: morshed201 | Cell: +8801731213878

dekhaus commented 2 years ago

Is this gem now compatible with Rails 7 ?

Thanks Dave

morshedalam commented 7 months ago

Hi @staleo and @dekhaus, Thank you for using the lib and your feedback.

@dekhaus Just tested on rails 7.0.8 and get it working without any issue. Had a deprecation issue with ruby 2.3 and removed in ruby 3.2 which already been fixed though.

@staleo Your error said - your desired folder name was already exists in the directory. Made changes to the error message to include folder name into the message.

staleo commented 7 months ago

Hey Morshad thanks for your help and efforts!