Let $R = F[x,y]/(ax^2+by^2-1)$, where $F$ is a field with $\text{char}(F) \neq 2$ and $a, b \neq 0$. Then $R$ is Dedekind.
My attempt:
$R$ is Dedekind if and only if it is Noetherian, integrally closed, and if every prime ideal is maximal, so it suffices to show these conditions.
Noetherian: I wasn't able to explicitly prove this, but I'm pretty sure that every polynomial in $F[x,y]$ of degree greater than 3 can be expressed as the sum of factors of $ax^2+by^2-1$ and polynomials of degree at most 2, so that $R$ consists of polynomials of degree at most 2. If this is true, then the possible non-units are the possible sums and products of $x, y, x^2, y^2$, and since these are the possible generators of nonzero proper ideals, every ideal is finitely generated, so $R$ is noetherian.
Integrally closed: My idea was to show the stronger condition that $R$ is a UFD. Since $ax^2+by^2-1$ is irreducible over $F[x,y]$, $R$ is a domain. Since $ax^2 + by^2 = 1 \in R$, $f \in R^x$ if and only if $f \mid ax^2 + by^2$. But when I tried to use this to show that irreducible elements are prime, I got stuck, and I'm no longer sure $R$ is a UFD, but I can't think of a counterexample either.
Every nonzero prime ideal is maximal: Let $P$ be a nonzero prime ideal of $R$. Then, there exists a nonzero ideal $P' \subset F[x,y]$ such that $P'/(ax^2+by^2-1) \cong P$, where this projection comes from the first isomorphism theorem and the canonical projection $\phi: P' \rightarrow P$, where $\text{ker}(\phi) = (ax^2+by^2-1)$. Since the preimage of a prime ideal is also a prime ideal, $P'$ is a prime ideal, and since $$R/P \cong \left(F[x,y]/(ax^2+by^2-1) \right) / \left(P' / (ax^2+by^2-1) \right) \cong F[x,y] / P'$$ by the third isomorphism theorem, it suffices to show that $P'$ is maximal. I feel like $P'$ should be maximal in $F[x,y]$ since $P'$ must contain polynomials of degree at most two, and since these polynomials are "small", the ideal containing them should be "large", but I'm stuck trying to turn this intuition into something formal.