Matchu
09c9e3f346
Use strong parameters for ClosetHanger
2023-10-23 19:05:04 -07:00
Matchu
a29e016555
Update to new scope
syntax
...
Ohh ok, without this change all of our `scope`s were just immediately evaluating the argument and fetching _all_ such matching records immediately, instead of waiting to actually be called. This led to bugs like `pet_type.as_json` returning ALL pet states in the whole db, because the `PetState.emotion_order` scope was being treated as a single predefined query, rather than a query fragment to merge into the current context.
This also explains what happened in 724ed83
: that's why things before the scope in the query were being ignored.
2023-10-23 19:05:03 -07:00
Matchu
b35c773be3
Remove flex from the app (breaks search!)
...
We'll need to replace the item search query stuff with direct MySQL queries, but that's not ready yet bc the app still isn't booting, so we're committing this in a known broken state for now!
2023-10-23 19:05:02 -07:00
Matchu
e6a2b978f1
oh huh. looks like remove/move are ready.
2015-09-26 19:55:09 -07:00
4d0c72f3b1
Stop freaking out if we try to remove a closet hanger but it's already dropped from search
2014-11-10 13:22:00 -06:00
b6247fa22f
prepare partials for closet_hangers#index, too
2013-12-27 21:48:28 -05:00
6b340f906e
Cache trade info on items#show, finally! I think it's the performance culprit.
2013-12-27 14:49:46 -05:00
e48d00294d
fix silly closet hanger merge bug involving flex
2013-07-28 23:30:29 -07:00
d132567931
move closet-hanger-destroy form to JS
2013-06-22 15:45:59 -07:00
6cad85cec1
iron out some rails 3.1 compatibility issues
2013-03-05 15:41:55 -06:00
9c6797699e
enable hangers in development, disable in production
2013-01-29 23:06:37 -06:00
206811a2fb
oops, deal with missing item fields better
2013-01-28 03:01:25 -06:00
d0dffd6cff
fix ClosetHanger.set_quantity to not call destroy on a new hanger; it confuses flex
2013-01-25 10:44:15 -06:00
7f18fe12c1
user:owns, user:wants queries
2013-01-25 10:35:35 -06:00
44156c5b21
can now have the same item in more than one list
2012-03-23 16:25:10 -05:00
4e74589118
privacy bug: would show hangers even in private lists as Trading if unlisted hangers were marked Trading
2011-08-06 23:15:32 -04:00
137aeac8d4
show traders on items#show
2011-07-31 00:19:28 -04:00
c76c261444
validate that closet hanger list belongs to the same user
2011-07-29 13:47:01 -04:00
358840076c
closet lists, round one
2011-07-29 10:52:04 -04:00
b86ce67c02
first pass at closet lists, including form
2011-07-26 20:27:23 -04:00
c592459d02
improve Your Items copy given the different groups
2011-07-26 18:41:15 -04:00
d9f94ae3fa
Your Items page aware of wanting items
2011-07-22 17:55:05 -04:00
85af53417b
distinguish between owning and wanting an item
2011-07-22 15:35:38 -04:00
fab612950a
basic hanger interface from item
2011-07-14 13:56:44 -04:00
1c84a4bef9
closet page, closet hanger
2011-07-14 13:56:20 -04:00