Commit Graph

3 Commits

Author SHA1 Message Date
Joshua Clayton
6db5cb0120 Rails allowed terms covering inflections, concerns, rendering 2016-05-22 07:51:11 -04:00
Joshua Clayton
c5f2a38e80 Rails config: handle i18n and migration methods 2016-05-21 06:29:28 -04:00
Joshua Clayton
307dd2030f Introduce internal yaml configuration of auto low likelihood match handling
Why?
====

Handling low likelihood configuration was previously a huge pain,
because the syntax in Haskell was fairly terse. This introduces a yaml
format internally that ships with the app covering basic cases for
Rails, Phoenix, and Haskell. I could imagine getting baselines in here
for other languages and frameworks (especially ones I've used and am
comfortable with) as a baseline.

This also paves the way for searching for user-provided additions and
loading those configurations in addition to what we have here.
2016-05-21 05:34:18 -04:00