toast 1.1.10
Toast is a Rack application that hooks into Ruby on Rails. It exposes ActiveRecord models as a web service (REST API). The main difference from doing that with Ruby on Rails itself is it's DSL that covers all aspects of an API in one single configuration.
          Gemfile:
          =
        
        
          instalar:
          =
        
      Runtime Dependencies (2):
            link_header
            ~> 0.0.8
          
          
            rails
            >= 4.2.9
          
    