Scott Burton

Results 5 comments of Scott Burton

I think you're on the right path, but the file you've created preceeded Badgeable's config.rb in the load paths. That's why you're getting `undefined method badge_definitions=`. You probably want to...

@jcroca take a look at #3 and see if it'll do what you are looking for.

@jcroca try https://github.com/scottburton11/Badgeable/pull/3 (pull #3) again, I restored the original behavior for `icon` and `description`, which should fix the icon bug in the short term.

I could take a look. Any ORM could theoretically be supported, and adapters are really easy to write: https://github.com/scottburton11/badgeable_active_record I'm accepting pull requests hint hint.

I've been able to calm this behavior by using `useEffect` to initialize `stripeConnectInstance`, thereby skipping the server-side render: ``` 'use client'; import { ConnectComponentsProvider } from '@stripe/react-connect-js' import { loadConnectAndInitialize...