Noel Rappin

Results 3 issues of Noel Rappin

Per slack discussion, linting the title of a PR https://shoryuken.slack.com/archives/C038FG58HFW/p1648158793317999?thread_ts=1648129846.926439&cid=C038FG58HFW

Not sure whether this is premature, but the sprockets-es6 support in foundation-rails collides with the support in Sprockets 4 beta 2. ``` Gem Load Error is: undefined method `register_engine' for...

The test video does something like ``` Put.desc(case user.level when :staff then 1 when :manager then 2 when :director then 3 when :vp then 4 when :c_suite then 5 end)...