Skud
e7dd50c3f1
Added scopes for finished and current plantings
2014-08-30 09:28:02 +10:00
Skud
b07d9d8db0
Added finished fields for plantings
2014-08-30 09:27:41 +10:00
Skud
40c7124769
Merge pull request #379 from tygriffin/crop-suggest
...
Crop suggest
2014-08-29 11:35:25 +10:00
Skud
8a5d1f2e5e
Fixed crop wrangler tests to not be order dependent
2014-08-29 10:38:35 +10:00
Taylor Griffin
7fa05d81e9
fix tests to match new implementation of of auto_suggest
2014-08-29 07:38:55 +10:00
Taylor Griffin
2c50c3b703
merge in a bunch of (mostly bootstrap 3) changes
2014-08-29 07:14:44 +10:00
Skud
c68b029d50
Switch to match_array to get around spuriously failing tests
2014-08-28 10:16:31 +10:00
Skud
840a5efc4e
Merge remote-tracking branch 'upstream/bootstrap3' into dev
...
Conflicts:
Gemfile.lock
2014-08-28 08:00:10 +10:00
Skud
a5c2c0bb5c
Fixed twitter link on contact page
2014-08-25 13:41:15 +10:00
Taylor Griffin
2a51f66d88
fix seed view tests
2014-08-24 12:11:10 +10:00
Taylor Griffin
fd651de7ea
implement auto suggest on new seed page
2014-08-24 12:02:53 +10:00
Taylor Griffin
d038ac6d8a
test that input value is not affected by auto suggest
2014-08-24 10:53:24 +10:00
Marlena Compton
36199054c0
changed method so that you can now call crop_wranglers and admins. meta-programming ftw
2014-08-21 20:11:10 -07:00
Marlena Compton
13e015b441
fixed role factory to not create extra roles when new members
2014-08-21 20:11:10 -07:00
Marlena Compton
ec25f2ab91
created list of crop wranglers on the crop wranglers page
2014-08-21 20:11:10 -07:00
Skud
561b7c45ac
b3ify and improve design of edit profile page
2014-08-11 14:42:00 +10:00
Mackenzie Morgan
f3c3d73ef1
updating test for harvest units to list the valid units and adding a task to correct misspelled pint harvests already in the database
2014-08-10 19:49:10 -04:00
Taylor Griffin
e0d81f5693
improve and abstract auto_suggest api
2014-08-02 22:14:10 +10:00
Taylor Griffin
7aef1264ce
fix edge case where user types in full name of crop and doesn't use autocomplete suggestions
2014-08-02 20:44:19 +10:00
Taylor Griffin
c282b3b208
abstract crop suggest autocomplete tests into a shared example
2014-08-01 20:18:28 +10:00
Taylor Griffin
69162cf228
write feature specs for harvesting a crop
2014-08-01 19:38:47 +10:00
Taylor Griffin
63673112a7
repair failing view tests after implementing crop-suggest on harvest
2014-08-01 19:26:33 +10:00
Taylor Griffin
b4fdf97056
switch to poltergeist-phantomjs from selenium for js webdriver
2014-07-31 14:48:35 +10:00
Mackenzie Morgan
0a256a2dd0
update harvest model test for oz
2014-07-30 09:15:53 -04:00
Taylor Griffin
094d9c509a
write feature spec for create planting functionality
2014-07-29 10:14:20 +10:00
Taylor Griffin
1054f08206
write feature spec for crop-suggest functionality on new planting form
2014-07-28 00:23:13 +10:00
Taylor Griffin
a707d9a2ea
write feature spec that tests crop suggest functionality in new planting form
2014-07-28 00:15:31 +10:00
Taylor Griffin
9d6e787883
set up database_cleaner so js specs will use the same database connection as regular specs
2014-07-28 00:14:06 +10:00
Taylor Griffin
ec060b9cc0
fix most view tests that broke after changing new planting form to auto-suggest crop name
2014-07-27 22:40:14 +10:00
Taylor Griffin
948aeb1289
working on getting Selenium tests to pass
2014-07-27 21:04:52 +10:00
Taylor Griffin
1ee79c25f1
set up selenium test but encountering jQuery not defined error
2014-07-27 07:38:56 +10:00
Taylor Griffin
29752e049e
remove stray reference to capybara
2014-07-26 20:19:46 +10:00
Taylor Griffin
5df0c9c71a
sketch feature test for planting a crop
2014-07-26 08:36:48 +10:00
Taylor Griffin
b940644ef3
add capybara and selenium gems
2014-07-26 07:58:05 +10:00
Skud
d558353e4c
Merge branch 'scinames' of github.com:Skud/growstuff into Skud-scinames
...
Conflicts:
CONTRIBUTORS.md
2014-07-22 11:23:08 +10:00
Skud
846a2c89c5
Tweaked FactoryGirl to use create_list
2014-07-20 19:29:06 +10:00
Skud
a0fc8802b2
Allow selection of crop display order (popularity or alphabetical)
...
Had some trouble with tests; apparently the counter_cache behaves
differently when it starts counting from 0, which meant that some tests
started failing unless you do @crop.reload to refresh the
plantings_count. Weird, but oh well.
2014-07-18 18:37:47 +10:00
Skud
aeb14021f3
Removed unpopular scope (guess it really was unpopular)
2014-07-18 18:17:37 +10:00
Skud
573e555bcf
Added unpopular scope to crop
2014-07-18 17:52:11 +10:00
Skud
c9857bf1c8
popular scope for crops
2014-07-18 17:38:15 +10:00
Skud
7184a0d5d5
Added scientific name field tests for edit form
2014-07-18 17:29:10 +10:00
Skud
e63b2fb472
Set up sci names in spec file so fields are shown
2014-07-18 17:27:25 +10:00
Taylor Griffin
8b45a1759c
got scientific names working on the crop page but view tests are failing
2014-07-13 17:57:55 +10:00
Skud
77d2b0e950
make crop search case insensitive
2014-07-06 20:16:59 +10:00
Skud
99c473ab40
Changed headings on places maps to match new menu ('Community map')
2014-07-04 11:13:35 +10:00
Skud
0dac36df74
fixed tests to pass with new map div ids
2014-07-04 11:08:13 +10:00
pozorvlak
ec9bd2bd7b
Merge pull request #361 from Skud/crop-map
...
Crop map
2014-07-03 10:44:01 +01:00
Skud
fea7da3546
rearranged crop page headings and added tests
2014-06-30 12:14:06 -07:00
Skud
d10c9d96f1
Fixed whitespace issues and tests
2014-06-28 11:27:26 -07:00
Skud
997186a701
Rearranged menus to save space
2014-06-12 19:27:02 -07:00