Jeanine Soterwood
Jeanine Soterwood
It seems that this is a hard problem to solve, because even if `config.paginate = false`, ActiveAdmin is still using pagination underneath; it is just setting the `per_page` value equal...
I am also encountering this behavior: ``` # .ebignore ... /storage/* !/storage/.keep ... ``` Results in: ``` $ eb deploy -v INFO: +adding: ./storage/v6/oc/v6oc5ko1eembqt1u2mr25mii4iue INFO: +adding: ./storage/9y/xi/ INFO: +adding: ./storage/9y/xi/9yxi0znpqwrgkdksewg4vhl1bsek...
@bjthompson805 you can take it!
@bjthompson805 these can be tricky. In this case it should go on the `in_organization` scope in the users model: ``` scope :in_organization, lambda { |org| where(casa_org_id: org.id).includes(casa_org: :logo_attachment) } ```
@bjthompson805 since I commented 3 days ago, shouldn't this not get marked as inactive?
Great, thanks @bjthompson805 !
Nope! There was a very weird issue I found with the logo, which maybe I can pair with you if you are interested in working on this. Since the logo...
@Luke-kb maybe this has been fixed??? Not sure. It looks like `Bullet.enable = true` and `Bullet.raise = true` in the `config/environments/test.rb` file. There is an override for `SKIP_BULLET`, but it...
Initial plan: - [ ] Add `supervisor_id` reference to `casa_cases` table. Not a required field. - [ ] Write after party task that fills in the correct supervisor by using...
@compwron @FireLemons what are your thoughts about removing Pundit requirements for `all_casa_admins` controllers? An `all_casa_admin` user should have access to any action in those controllers (currently). I'm leaning towards just...