- Nov 23, 2010
-
-
Alex Reisner authored
-
- Nov 04, 2010
-
-
Alex Reisner authored
-
Alex Reisner authored
This fixes an incompatibility with the will_paginate gem.
-
- Oct 15, 2010
-
-
Alex Reisner authored
-
Alex Reisner authored
-
Alex Reisner authored
-
Alex Reisner authored
-
Alex Reisner authored
This fixes SQLite near methods and speeds up MySQL and Postgres.
-
Alex Reisner authored
Add a GROUP BY clause which yields correct SQL. (Incorrect query is accepted by MySQL and SQLite but not PostgreSQL.)
-
- Oct 05, 2010
-
-
Alex Reisner authored
Stop allowing full :conditions option to near_scope_options (was deprecated, now it's gone). Update installation documentation.
-
Alex Reisner authored
Should be slightly faster and we avoid an ugly REXML require statement.
-
- Sep 15, 2010
-
-
Alex Reisner authored
"bad" = non-200 HTTP code
-
Alex Reisner authored
We were checking for a blank query in fetch_coordinates, now we do it in _fetch_xml.
-
Alex Reisner authored
-
Alex Reisner authored
-
- Sep 07, 2010
-
-
Alex Reisner authored
-
- Aug 02, 2010
-
-
Alex Reisner authored
-
Alex Reisner authored
-
Alex Reisner authored
Was using version 2. Version 3 no longer requires an API key so this is a big improvement to the getting started experience.
-
Alex Reisner authored
-
Alex Reisner authored
Update to-do list and changelog.
-
Alex Reisner authored
The 'nearbys' method previously returned an array. It now returns a scope, which is much better. It was also passing an options argument to default_near_scope_options which was being ignored. It is no longer ignored, but passing options this way is now deprecated due to the scope chaining syntax provided by Rails 3. Support for Rails 2 will be discontinued soon, or at least moved to a different branch.
-
Alex Reisner authored
The method was removed from Rails 3 RC 1, though it appears it will be included in the final release. See: Removed: http://github.com/rails/rails/commit/b0b9bf320409b66c6c6b680371aca590297cd4cc Reinstated: http://github.com/rails/rails/commit/88b5f938cf7d3eb26ad204451a4dbb9c2cf4f571
-
- Jun 22, 2010
-
-
Alex Reisner authored
-
- Jun 21, 2010
-
-
Alex Reisner authored
-
Alex Reisner authored
-
Alex Reisner authored
This option is not recommended but it must be available for consistency. The API should support the same options regardless of the algorithm used for finding nearby objects. Also move shared :conditions to default_near_scope_options.
-
- Jun 20, 2010
-
-
Weston Triemstra authored
-
- Jun 03, 2010
-
-
Alex Reisner authored
-
Alex Reisner authored
-
Alex Reisner authored
-
Alex Reisner authored
PostgreSQL doesn't support the "X,Y" format for the LIMIT clause, and this is proper use of ActiveRecord anyway. In response to bug reported by Github user kenzie.
-
- May 05, 2010
-
-
Alex Reisner authored
-
- May 04, 2010
-
-
Alex Reisner authored
-
- Apr 30, 2010
-
-
Alex Reisner authored
-
Alex Reisner authored
-
- Apr 02, 2010
-
-
alexreisner authored
Update changelog and bump version.
-
- Mar 31, 2010
-
-
alexreisner authored
-
alexreisner authored
-
alexreisner authored
Avoid using column aliases in the HAVING clause (not allowed by PostgreSQL).
-