mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-01-27 02:37:53 -05:00
42e3b5e04edda58b0366ae17b4d6b0aa2afff595
Also removed the superfluous .plantings_count method on Crop, which was causing some confusion. A thing we learned today: we should use .size to find the size of ActiveRecord collections, not .count, because .count doesn't use the cache (while .size does).
Growstuff
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
Languages
Ruby
76.3%
Haml
19.5%
SCSS
1.3%
HTML
1%
JavaScript
0.9%
Other
1%

