Sha256: fb618eaaa8204c3e600172966727493c217dfa117a2a79b13bf55078c736c01c
Contents?: true
Size: 798 Bytes
Versions: 37
Compression:
Stored size: 798 Bytes
Contents
# frozen_string_literal: true # bcrypt() is a sophisticated and secure hash algorithm designed by The OpenBSD project for hashing passwords. # # exe/rag addons/bcrypt self.local_template_path = File.dirname(__FILE__) gac 'base rails 7 image created' prepare_environment add_controller('home', 'index') route("root 'home#index'") force_copy directory "app/controllers" directory "app/views/home" directory "app/views/layouts" template 'app/views/layouts/application.html.erb' , 'app/views/layouts/application.html.erb' template 'db/seeds.rb' , 'db/seeds.rb' after_bundle do setup_db end def setup_db add_scaffold('user', 'name', 'password', 'password_hash') directory "app/models" directory "app/views/users" db_migrate db_seed end
Version data entries
37 entries across 37 versions & 1 rubygems