-
Notifications
You must be signed in to change notification settings - Fork 798
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Persistence implementation: ActiveRecord pattern #78
Comments
I would like to create example repository pattern application with PORO including Anima and Grape for presentation. It would be derived from my current work, so it could bear some practicality. [1] https://github.com/intridea/grape |
@pepe There's an example using Sinatra and POROs here: https://github.com/elasticsearch/elasticsearch-rails/tree/persistence/elasticsearch-persistence/examples/sinatra. I'd like to add an example with Rails + the (future) model implementation, but wouldn't like to add more. I've been thinking about adding an example with Virtus, but that can be an integration test. |
Oh I missed the Sinatra example. And also, it would be actually too heavyweight for example. I will prepare it as an template repo tho :) |
Closed in favour of #91 |
The text was updated successfully, but these errors were encountered: