Andy Allan
|
a41d500b9f
|
Create an ApplicationRecord for models to inherit from
This is the default for Rails 5+, and also paves the way for
multiple database support.
|
2019-11-27 11:50:48 +01:00 |
|
Andy Allan
|
4377e2bd55
|
Update annotations to correctly show bigint types
|
2019-05-29 11:52:20 +02:00 |
|
Andy Allan
|
b2a8df0bd7
|
Add annotate gem and associated rake task. Annotate models.
|
2017-10-22 22:18:26 +01:00 |
|
Tom Hughes
|
dbe165bbb3
|
Fix some rubocop rails style issues
|
2015-02-26 00:12:54 +00:00 |
|
Tom Hughes
|
dc2a2c8ebd
|
Standardise on double quoted strings
|
2015-02-20 19:47:26 +00:00 |
|
Tom Hughes
|
ef7f3d800c
|
Fix most auto-correctable rubocop issues
|
2015-02-20 08:56:16 +00:00 |
|
Tom Hughes
|
5a8c4faf3e
|
Replace deprecated methods with modern equivalents
|
2012-02-15 17:48:17 +00:00 |
|
Tom Hughes
|
565171486f
|
Add extra visibility options for GPS traces, and enhance the API call
that returns trace data to return more information if the owner of the
trace has allowed it. Based on a patch from Matt Amos.
|
2009-08-13 17:06:11 +00:00 |
|
Tom Hughes
|
b72fedb162
|
Make the polymorphic relation association work properly.
|
2008-06-22 14:44:34 +00:00 |
|
Tom Hughes
|
dd33fc633c
|
Factor out common code for models which deal with geographic points
into a base class.
|
2007-10-10 23:00:25 +00:00 |
|
Tom Hughes
|
6595f97c53
|
Make the name of the lon/lng virtual attribute on trace points consistent.
|
2007-09-28 23:19:19 +00:00 |
|
Tom Hughes
|
9afb35449b
|
Change the gps_points table to store latitude and longitude values to
seven decimal places to given a worse case precision of about 1cm.
|
2007-09-18 23:29:47 +00:00 |
|
Tom Hughes
|
d19ca7c44b
|
Fill in the tile ID before saving a trace point. Also add appropriate
validation to the tracepoint model.
|
2007-09-12 14:33:37 +00:00 |
|
Tom Hughes
|
0423884184
|
Use QuadTiling in GPS point queries.
|
2007-09-12 12:14:45 +00:00 |
|
John McKerrell
|
14b8e7619f
|
Added trackpoint serving support to 0.4 API
|
2007-05-10 14:07:37 +00:00 |
|
Steve Coast
|
89e976c6e5
|
updates from hacking day
|
2007-05-06 10:08:00 +00:00 |
|
Steve Coast
|
93dab8a127
|
lots of rails gpx stuff
|
2006-12-01 20:38:29 +00:00 |
|
Steve Coast
|
fac305e87b
|
various gpx bits
|
2006-12-01 15:59:13 +00:00 |
|