penman 1.0.2
This project is a highly configurable rails engine that provides means to track database changes in realtime for models that you're interested in, when you're interested in them. Once recorded, Penman can produce seed / migration files that reflect these changes, allowing you to propagate them to other environments.
          Gemfile:
          =
        
        
          インストール:
          =
        
      Runtime依存関係 (1):
            rails
            >= 4
          
    Development依存関係 (4):
            database_cleaner
            >= 1.5.1, ~> 1.5
          
          
            mysql2
            >= 0.3.18, ~> 0.3
          
          
            pry-rails
            >= 0.3.4, ~> 0.3
          
          
            rspec-rails
            >= 3.3.3, ~> 3.3
          
    