Coder Social home page Coder Social logo

kindergarten's People

Contributors

coffeeaddict avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

hazah

kindergarten's Issues

Remove CanCan dependency

I can see that it's the default implementation for the guards, but I think this should be more generic. Perhaps a strategy adaptor for forwarding the method calls? This way you're not tied to a particular authorization solution, simply relying on one being provided.

Further to that, if no authorization is available, you can default to an always allow state.

Service objects via kinder garten

I have a rails application in which I want to achieve the following:

a) Create a data access layer/service that hides the ORM models and exposes higher level methods (instead of ORM specific methods ... like say chained query building via where).

b) The reason why I need (a) is so that I can change the implementation of those higher level data access methods to instead use http calls or make RPC(via say thrift) calls later when we want to scale the system and split the app into front end and backend responsibilities, while keeping the code that consumes the data (relatively?) unchanged.

Can Kindergarten help me write that service/data wrapper ? How much would be the performance overhead ?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.