Sha256: 0eca01a0338a22dade84c1262e6e368be8f85a9a92dc294a7205b51477c3309a
Contents?: true
Size: 706 Bytes
Versions: 7
Compression:
Stored size: 706 Bytes
Contents
after_bundle do # We just installed Rails, let's create a commit git add: "." git commit: %( -m 'initial commit' ) # Run the base install rails_command "app:template LOCATION=https://radioactive-labs.github.io/plutonium-core/templates/base.rb" # Add development tools generate "pu:gem:dotenv" git add: "." git commit: %( -m 'add dotenv' ) generate "pu:gem:annotate" git add: "." git commit: %( -m 'add annotate' ) generate "pu:gem:standard" git add: "." git commit: %( -m 'add standardrb' ) generate "pu:gem:letter_opener" git add: "." git commit: %( -m 'add letter_opener' ) generate "pu:core:assets" git add: "." git commit: %( -m 'integrate assets' ) end
Version data entries
7 entries across 7 versions & 1 rubygems