settingslogic icon indicating copy to clipboard operation
settingslogic copied to clipboard

Abandoned project? Any active development?

Open theopolis opened this issue 10 years ago • 36 comments

Has this gem been abandoned? From the increase in pull requests and lack of merging I'm assuming so.

But I'm still happily using SettingsLogic in my projects. :) I'm curious if anyone is maintaining a replacement or has found a better implementation of the project's features?

theopolis avatar May 18 '14 00:05 theopolis

+1

romikoops avatar May 20 '14 07:05 romikoops

I've been looking around, this gem seems to still be pretty good compared to others, its a shame its seems kinda a dead and there are some bugs that seem pretty basic to fix.

aysark avatar May 27 '14 03:05 aysark

+1

squiter avatar May 27 '14 19:05 squiter

@aysark why not forking the project and fix the bugs?

andywenk avatar May 28 '14 15:05 andywenk

It is not problem with bug fixing, it's problem because it is not supported anymore((((

romikoops avatar May 28 '14 16:05 romikoops

@romikoops I am not sure what you mean here: "... it's problem because it is not supported anymore". What is not supported anymore and where?

andywenk avatar May 28 '14 19:05 andywenk

@andywenk See topic of issue. Last commit Dec 31, 2012 and 18 opened pull requests. Looks like we need new maintainer to support upstream

romikoops avatar May 28 '14 20:05 romikoops

I don't mind forking and merging some of these bug fixes, but my Ruby isn't very strong. If no one wants to take over by the end of the weekend I'll try my hand. I've been using settingslogic for a while and I'd hate to see it become incompatible in the near future due to lack of maintenance.

theopolis avatar May 29 '14 05:05 theopolis

@theopolis Great! Thank you. I am happy to review your changes. Unfortunately I will not have the time to work on it by myself. You can get in touch with me via [email protected] ...

andywenk avatar May 29 '14 13:05 andywenk

hey guys, I'd be happy to help out with maintenance as well -- I've been using this gem for awhile now.

I setup a fork under settingslogic/settingslogic that could be a new home - anyone else want to pitch in?

@yourewelcome Ben, you cool if the community starts taking over?

goosetav avatar Jun 03 '14 04:06 goosetav

@goosetav this sounds great. I think the proper way would be to take over the repository to the new home and change the README in this repo here ... but this requires @yourewelcome to be happy with this :)

andywenk avatar Jun 03 '14 07:06 andywenk

Count me in.

aysark avatar Jun 03 '14 12:06 aysark

Count me in.

@aysark - done!

anyone other volunteers? I'll also try pinging @yourewelcome outside of github

goosetav avatar Jun 03 '14 16:06 goosetav

I would love to help also.

/cc @goosetav

X0nic avatar Jun 27 '14 17:06 X0nic

@X0nic I added you to the forked repo -- I still haven't been able to get in touch with @yourewelcome

goosetav avatar Jun 27 '14 17:06 goosetav

This is cool. I am using Settingslogic, too, and I like it a lot. Will the gem be hosted on rubygems under a different name?

P.S. If you need some help, count me in as well.

chrean avatar Jun 30 '14 15:06 chrean

I'm working on assigning a new maintainer and will have one by the end of the week. Thanks.

binarylogic avatar Jul 02 '14 01:07 binarylogic

+1

shlima avatar Jul 17 '14 21:07 shlima

+1 I use this gem quite heavily, and would probably have some contributions - what's the progress on new maintainer?

cofiem avatar Jul 19 '14 10:07 cofiem

@yourewelcome Can we help you with assigning a new maintainer? Maybe following the Pull Request Hack would also work?

X0nic avatar Jul 22 '14 19:07 X0nic

@cofiem I just added you to the new repo

updates: I have been in touch with @yourewelcome and he's willing to give us access

I could use some help bringing over some of the PR's to settingslogic/settingslogic and submitting a PR to this repo to update the README

Once all that's done, we'd need to have @yourewelcome grant us rights at rubygems.org so we can publish updates

goosetav avatar Jul 23 '14 02:07 goosetav

Cheers @goosetav

What's involved in bringing over PRs? Does this mean re-creating the PR, or can they be re-targeted in some way?

cofiem avatar Jul 23 '14 03:07 cofiem

What's involved in bringing over PRs? Does this mean re-creating the PR, or can they be re-targeted in some way?

I was hoping someone had a smart answer for that question...

goosetav avatar Jul 23 '14 03:07 goosetav

Maybe something along these lines? Pull requests from other forks into my fork

cofiem avatar Jul 23 '14 03:07 cofiem

Great find @cofiem. After playing around with git, and trying those suggestions it looks like this would work. I say we start going through the open PR's and :+1: them. If a PR gets a couple :+1: 's then it is fair game to merge into the new repo.

We will just need some way to keep track of what is merged into the new repo, and what is not.

/cc @goosetav

X0nic avatar Jul 23 '14 04:07 X0nic

Excellent. I've already found 3 PR's that have quite a few existing :+1: . I added my own, just sort the issues by recently updated.

cofiem avatar Jul 23 '14 05:07 cofiem

I merged a couple PR's into https://github.com/settingslogic/settingslogic

X0nic avatar Jul 23 '14 22:07 X0nic

Hello all, where are we at with this? I gather we still need to go through PRs, and get access to publish gem udpates at rubygems.org?

cofiem avatar Aug 07 '14 04:08 cofiem

@cofiem yep, that pretty much sums it up.

any volunteers to put a PR against the README in this repo explaining the shift over?

goosetav avatar Aug 07 '14 05:08 goosetav

PR #73 is the beginnings of that - any other info that needs to be included?

cofiem avatar Aug 07 '14 05:08 cofiem

:+1: didn't see that before

@yourewelcome could you merge #73?

goosetav avatar Aug 07 '14 05:08 goosetav

As to the existing PRs - @X0nic merged some two weeks ago, and there's probably more that could easily be accepted.

cofiem avatar Aug 07 '14 05:08 cofiem

ok, we're all set now to manage the switch now! thanks @yourewelcome

opened settingslogic/settingslogic#1 to start tracking what everyone wants to push into the new repo

goosetav avatar Aug 07 '14 14:08 goosetav

+1 - thats up with maintenance of this gem?

mensfeld avatar Oct 14 '15 13:10 mensfeld

Rails 4.2.1 has suitable config_for method http://apidock.com/rails/v4.2.1/Rails/Application/config_for + secrets.yml + rails .env.

So this gem has to be dead.

shlima avatar Oct 14 '15 14:10 shlima

@shlima keep in mind that there's a whole interesting world outside of Rails ;)

mensfeld avatar Oct 14 '15 14:10 mensfeld