1
0
Fork 0
forked from OpenNeo/impress
impress/app
Matchu 62f1d883af 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-10-23 19:05:03 -07:00
..
assets Fix SASS @extend of non-existant class 2023-10-23 19:05:03 -07:00
controllers Start building new item search 2023-10-23 19:05:03 -07:00
helpers Fix modeling_i18n_tag crash 2023-10-23 19:05:02 -07:00
mailers donation mailer 2014-09-10 14:32:54 -05:00
models Improve not_occupied solution 2023-10-23 19:05:03 -07:00
views Remove references to the Stripe gem 2023-07-21 18:54:15 -07:00