impress/app
Matchu 4ac1304c74 Improve not_occupied solution
Not being a subquery is better! I realized later that a LEFT JOIN would probably do it even betterer? with like `HAVING count(x) = 0`? but the `left_outer_joins` method doesn't seem to be in Rails 4, and I don't want to do stringy joins, so this is fine for now!
2023-07-28 14:10:13 -07:00
..
assets Fix SASS @extend of non-existant class 2023-07-22 13:47:56 -07:00
controllers Start building new item search 2023-07-22 19:01:40 -07:00
helpers Fix modeling_i18n_tag crash 2023-07-22 13:34:08 -07:00
mailers donation mailer 2014-09-10 14:32:54 -05:00
models Improve not_occupied solution 2023-07-28 14:10:13 -07:00
views Remove references to the Stripe gem 2023-07-21 18:54:15 -07:00