- Oct 02, 2012
-
-
Alex Reisner authored
-
Alex Reisner authored
This fixes issue #256.
-
Alex Reisner authored
Auto-detect which one is being used. It's necessary to continue supporting 1.0 because of the existing data in people's caches. See discussion: http://github.com/alexreisner/geocoder/pull/307
-
- Oct 01, 2012
-
-
Alex Reisner authored
This provides a sort of poor man's SQL escaping to prevent injection attacks. Note that the latitude and longitude column names are not escaped, but those values should be coming from app configuration and hence should be safe.
-
Alex Reisner authored
Need to be testing that it works without additional requires.
-
Alex Reisner authored
For readability.
-
Alex Reisner authored
-
Alex Reisner authored
Extend with self so we can private methods are actually private.
-
Alex Reisner authored
"Results" key is now "Result" and is not an array when only one result. Update code and response fixtures to reflect this.
-
Alex Reisner authored
This fixes issue #305.
-
Alex Reisner authored
-
Alex Reisner authored
"Results" key is now "Result" and is not an array when only one result.
-
- Sep 29, 2012
-
-
Alex Reisner authored
-
Alex Reisner authored
-
Alex Reisner authored
-
Alex Reisner authored
-
Alex Reisner authored
Reduces code duplication.
-
Alex Reisner authored
-
Alex Reisner authored
-
Alex Reisner authored
There is no :method option.
-
Alex Reisner authored
-
Alex Reisner authored
-
Alex Reisner authored
-
Alex Reisner authored
This fixes issue #260.
-
Alex Reisner authored
This addresses issue #199 and is more directly a response to the excellent comments from github.com/zetetic on commit 1b658304.
-
Alex Reisner authored
-
Alex Reisner authored
-
- Sep 28, 2012
-
-
Alex Reisner authored
-
Alex Reisner authored
-
Alex Reisner authored
Autoexpire cache
-
Florian Frank authored
This change will call the writer methods defined on an AR model, if they're implemented, instead of going behind their back. This also avoids a rails 3 deprecation warning, if the named attributes aren't actually database attributes.
-
Alex Reisner authored
do not redefine "type" method
-
- Sep 27, 2012
- Sep 24, 2012
-
-
Alex Reisner authored
The `del` method must be defined on the cache store too
-
Jérémy Lecour authored
-
Jérémy Lecour authored
-
- Sep 18, 2012
-
-
Alex Reisner authored
-
Alex Reisner authored
-
Alex Reisner authored
Deprecate 'class' method for Nominatim result instance
-