compony 0.5.8
Compony is a Gem that allows you to write your Rails application in component-style fashion. It combines a controller action and route along \ with its view into a single Ruby class. This allows writing much DRYer code, using inheritance even in views and much easier refactoring for your Rails \ applications, helping you to keep the code clean as the application evolves.
          Gemfile:
          =
        
        
          安装:
          =
        
      Runtime 依赖 (8):
            anchormodel
            ~> 0.2.1
          
          
            cancancan
            ~> 3.6.1
          
          
            dslblend
            >= 0.0.3
          
          
            dyny
            >= 0.0.3
          
          
            rails
            >= 7.2.1
          
          
            request_store
            >= 1.7
          
          
            schemacop
            >= 3.0.17
          
          
            simple_form
            >= 5.3.1
          
    