erubis icon indicating copy to clipboard operation
erubis copied to clipboard

Co-maintainer?

Open junaruga opened this issue 7 years ago • 5 comments

Good day @kwatch ,

erubis is a dependency of Rails 3, 4, 5.0 [1][2][3] When we install the Rails, erubis is used.

However when we install rails5.1, erubi is used instead of erubis [4][5] erubi is a fork version of erubis.

But I think that we still need to maintain erubis for the users to use Rails 3, 4, 5.0. So, I think that it's time to add co-maintainer newly.

Are there any people who are happy to maintain this?

I am happy to be maintainer of erubis. I want to merge current PRs to fix tests for Rubies, and improve the development environment running Travis CI.

[1] https://github.com/junaruga/rails-install-tester/blob/master/rails/3.2.22.5/bundle_list.txt#L11 [2] https://github.com/junaruga/rails-install-tester/blob/master/rails/4.2.8/bundle_list.txt#L13 [3] https://github.com/junaruga/rails-install-tester/blob/master/rails/5.0.2/bundle_list.txt#L14 [4] https://rubygems.org/gems/erubi [5] https://github.com/junaruga/rails-install-tester/blob/master/rails/5.1.0.rc1/bundle_list.txt#L14

junaruga avatar Apr 03 '17 16:04 junaruga

Any news about it? It would be nice to get this gem back from the graveyard.

krzysiek1507 avatar May 12 '20 13:05 krzysiek1507

Any news about it? It would be nice to get this gem back from the graveyard.

Do you need for Rails < 5.1? If no — please, use erubi instead.

AlexWayfer avatar May 12 '20 13:05 AlexWayfer

Unfortunately no news from me. As this ticket is 3 years ago, I forget some thing. The situation around Rails might be changed. It might be good to send @kwatch email, if someone has a motivation to be a co-maintainer.

junaruga avatar May 12 '20 13:05 junaruga

Do you need for Rails < 5.1? If no — please, use erubi instead.

Unfortunately, I have an application on Rails 4.2 and I cannot easily update it.

krzysiek1507 avatar May 12 '20 14:05 krzysiek1507

Unfortunately, I have an application on Rails 4.2 and I cannot easily update it.

OK. Can you just use the latest version of erubis or you have problems with it? Like, outdated gem in an outdated stack of outdated application — sounds logically.

AlexWayfer avatar May 12 '20 19:05 AlexWayfer