Spenser X

Results 6 comments of Spenser X

For other folks that end up here, I think this sheds some light: https://stackoverflow.com/questions/35199766/activeadmin-with-rails-api-app-errors-argumenterror-in-admindashboardcontroll

I'm running into this as well 😭 I believe [this is the problematic line in kaleva](https://github.com/oestrich/kalevala/blob/a7ca8099cbce49c7afc055218344c3783a2f447d/lib/kalevala/character/view.ex#L70) but compiling that project on its own seems ok. Idk much about elixir but...

@bensheldon I almost never use Arel so lmk if this is better/worse.

@bensheldon I am also unsure :[ but my theory is some weird level rails dependency issue 🤷

This is coming back with a bundler update, I wonder if the ruby version is somehow involved 🤔 `ActiveRecord::StatementInvalid in GoodJob::Jobs#index` This prevents me from viewing my jobs page. ```...

Scoping email validations is HUGE - thanks so much for this!