Class: ActiveGraph::Generators::UpgradeV8Generator
  
  
  
  
  
    - Inherits:
 
    - 
      Rails::Generators::Base
      
        
          - Object
 
          
            - Rails::Generators::Base
 
          
            - ActiveGraph::Generators::UpgradeV8Generator
 
          
        
        show all
      
     
  
  
  
  
  
  
  
      - Includes:
 
      - MigrationHelper, SourcePathHelper
 
  
  
  
  
  
  
    - Defined in:
 
    - lib/rails/generators/active_graph/upgrade_v8/upgrade_v8_generator.rb
 
  
  
 
  
    
      Instance Method Summary
      collapse
    
    
  
  
  
  
  
  
  
  
  
  
  #base_migration_file_name, #existing_migration, #migration_file_name, #migration_lookup_at, #migration_template
  
  
  
  
  
  
  
  
  
  
    Instance Method Details
    
      
  
  
    #create_upgrade_v8_file  ⇒ Object 
  
  
  
  
    
      
10
11
12
13 
     | 
    
      # File 'lib/rails/generators/active_graph/upgrade_v8/upgrade_v8_generator.rb', line 10
def create_upgrade_v8_file
  @schema = load_all_models_schema!
  migration_template 'migration.erb'
end 
     | 
  
 
    
      
  
  
    #file_name  ⇒ Object 
  
  
  
  
    
      
15
16
17 
     | 
    
      # File 'lib/rails/generators/active_graph/upgrade_v8/upgrade_v8_generator.rb', line 15
def file_name
  'upgrate_to_v8'
end 
     |