site_generator 0.6
In a Productized Rails Application (see the rails_product gem) it is necessary to add a site for each derivative application. With the site_generator gem, you will be able to create a site within your application with the command: ./script/generate site <site_name>
          Gemfile:
          =
        
        
          installieren:
          =
        
      Runtime Abhängigkeiten (2):
            rails_product
            = 0.5
          
          
            rake
            >= 0.5.3
          
    