Ramaze / ramaze

Ramaze is a simple, light and modular open-source web application framework written in Ruby.
http://ramaze.net
371 stars 37 forks source link

End support for localmemcache #93

Closed mfaughn closed 1 year ago

mfaughn commented 1 year ago

localmemcache doesn't play nicely with OSX. The localmemcache gem appears to be defunct. Its homepage is gone and it hasn't been updated since 2009. I also see that it is only a development dependency for JRuby. The most recent version of the gem has been downloaded only ~30K times since 2009. I propose removing localmemcache from Ramaze. Alternatively, leave it in but throw a warning that says it's continued use is unsupported and untested?

manveru commented 1 year ago

I really doubt anybody will miss it :)

Pistos commented 1 year ago

Sounds good to me, as long as it doesn't really break anything, or is replaced with an equivalent (unless this is one of several alternatives).

mfaughn commented 1 year ago

It is (was) one of several alternatives.