-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
About half of methods don't seem to work #1
Comments
I'm sorry. I stopped using Rails 2 years ago. I guess it needs some more work... but I don't belive "half of the methods don't work"... I think it just needs a few tweaks. Try to clone it and see how far you get in a couple of hours. Look at the specs and improve ;) Cheers! |
I get that you don't want to work on this anymore, but the current state is really broken, perhaps you could roll back to a previous gem release, because now we got dependency services bitching about outdated dependencies and the updated one just doesn't work. Also note that you bumped the Today I did what you suggested, cloned it and tried to fix, but after an hour of fiddling, I gave up because there's a whole chain of dependencies that breaks things, after fixing So, it would be really appreciated if you either rollback or fix this. Thx |
Yeah, I'm really sorry. I was trying to be clever, splitting it up in multiple smaller gems but then ended up in a dependency nightmare. I think there must be other/better geo solutions out there to suit your needs? If you really want this functionality, take what you need and like, mix it into your own thing and discard the rest. I won't do any more ruby development if I can help it... I agree, that trying to resolve this mess is likely futile unless you have 2-3 days to spare. |
OK, I will try to fix it now. Could you post your changes ;) thanks! |
Nice to hear that. Unfortunately I don't have the changes anymore |
I did quite a bit of work on it today. Check the Also added a broken status notice at the top of the readme as you suggested. |
Ex:
Change it to the .distance method? Nope:
So I do;
Of course now I'm stuck using radians. I guess I multiply the number * 630.0944 to get the right number? (3959 / 2*pi). Hell if I know.
The text was updated successfully, but these errors were encountered: