contact-book

时间:2024-05-16 05:47:29
【文件属性】:

文件名称:contact-book

文件大小:72KB

文件格式:ZIP

更新时间:2024-05-16 05:47:29

Ruby

联络书 在此项目中,我们将首次接触将数据永久保存在数据库中。 设置 从,设置一个工作区。 通过在终端提示符下运行以下命令来设置项目: bin/setup 关键代码段 要生成您的迁移文件,请将以下命令复制到终端提示符: rails generate migration CreateContacts 然后将此代码放在db/migrate文件夹中创建的文件中: class CreateContacts < ActiveRecord :: Migration [ 5.2 ] def change create_table ( :contacts ) do | table | table . string ( :first_name ) table . string ( :last_name ) table . date ( :date_of_


【文件预览】:
contact-book-master
----circle.yml(281B)
----log()
--------.keep(0B)
----public()
--------500.html(2KB)
--------robots.txt(98B)
--------422.html(2KB)
--------favicon.ico(15KB)
--------apple-touch-icon.png(0B)
--------apple-touch-icon-precomposed.png(0B)
--------404.html(2KB)
----config.ru(130B)
----db()
--------seeds.rb(498B)
--------schema.rb(2KB)
--------migrate()
----tmp()
--------.keep(0B)
----.ruby-version(10B)
----lib()
--------tasks()
--------assets()
----Gemfile(2KB)
----spec()
--------spec_helper.rb(5KB)
--------rails_helper.rb(3KB)
--------support()
----Rakefile(227B)
----config()
--------initializers()
--------application.rb(1KB)
--------environments()
--------storage.yml(1KB)
--------locales()
--------boot.rb(207B)
--------spring.rb(111B)
--------credentials.yml.enc(464B)
--------puma.rb(1KB)
--------routes.rb(220B)
--------database.yml(594B)
--------environment.rb(128B)
----README.md(2KB)
----default_whitelist.yml(40B)
----.rspec(69B)
----Gemfile.lock(11KB)
----.gitignore(805B)
----storage()
--------.keep(0B)
----app()
--------admin()
--------views()
--------models()
--------controllers()
--------helpers()
--------mailers()
--------assets()
--------jobs()
----bin()
--------setup(3KB)
--------whitelist(578B)
--------bundle(125B)
--------rake(213B)
--------rails(264B)
--------server(96B)
--------update(745B)
--------spring(507B)
----vendor()
--------.keep(0B)

网友评论