Skip to content

Conversation

@bobbytables
Copy link
Contributor

This is a start to having:

  • Default connection builder! This addresses Default Connection Factory #6 and allows you to specify how a connection is built, removing the need to always pass in a connection.
  • Singleton behavior! You can now mix-in ResourceKit::SingletonResources to gain your actions on the class level. It will define the method on demand to prevent slow method_missing calls every time.

@bobbytables
Copy link
Contributor Author

The duplication behavior on resources collection I hate, but it was the only way I could make the inheritance test past. We'll need to look into it. Inheriting DSL's is hard. 💩

@vjustov
Copy link
Contributor

vjustov commented Aug 6, 2015

Hello, why hasn't this been merged?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants