Miles Gould 2a260abf05 Fix Postgres problem with PlantParts#crops
Postgres complains if the ORDER BY clause of a SELECT DISTINCT query is
not precisely one of the SELECTed fields. The default sort order on
crops is lower(name), and Postgres is not smart enough to notice that it
can calculate this from fields which are selected. The solution is to
override PlantParts#crops to remove the ORDER BY clause, and replace it
with `ORDER BY name`. This is not perfect, because it means the crops
associated to plant parts will not be sorted in the same order as crops
on the rest of the site.
2013-12-03 12:56:57 +00:00
2013-10-30 23:32:20 +00:00
2013-10-31 00:19:48 +00:00
2012-08-23 12:56:37 -07:00
2013-02-12 13:17:14 +00:00
2012-11-15 23:22:40 +00:00
2013-07-23 19:33:02 +10:00
2013-07-29 14:07:50 +10:00
2012-08-23 07:38:57 +01:00
2013-03-19 14:10:06 +11:00

Growstuff

Build Status Coverage Status

Welcome to the Growstuff project.

Growstuff is an open source/open data project to create a website for food gardeners.

You can find most of our documentation at: http://wiki.growstuff.org/

Our development uses Extreme Programming practices, which means we pair on all our work. Feel free to fork our code and explore, but if you would like to contribute back to us, please read http://wiki.growstuff.org/index.php/Development_process_overview before sending us a pull request.

Description
No description provided
Readme 52 MiB
Languages
Ruby 76.3%
Haml 19.5%
SCSS 1.3%
HTML 1%
JavaScript 0.9%
Other 1%