Skip to content

tizoc/armonk-skeleton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Monk skeleton with ActiveRecord.

Thor tasks:

db:migrate          # Runs ActiveRecord migrations. If the VERSION
                    # environment variable is set, its value is used as the
                    # version to be migrated to. After the migration is
                    # complete db/schema.rb is regenerated

db:create_migration # Creates an ActiveRecord migration, takes the migration
                    # name as a parameter. The current timestamp is used as
                    # the version.

db:dump_schema      # Generates db/schema.rb

About

Monk skeleton with ActiveRecord.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages