文件名称:ruby_rails_res_api
文件大小:36KB
文件格式:ZIP
更新时间:2024-03-10 17:10:16
Ruby
SIMPLE RAILS 5 REST API 执行CRUD功能的基本REST API的示例。 默认情况下使用MySQL。 请添加您自己的数据库和凭据 安装依赖 $ bundle install 运行迁移 $ rails db:migrate 运行服务器 $ rails s
【文件预览】:
ruby_rails_res_api-master
----log()
--------.keep(0B)
----bin()
--------rake(213B)
--------setup(1008B)
--------spring(507B)
--------rails(264B)
--------bundle(3KB)
----vendor()
--------.keep(0B)
----config()
--------locales()
--------database.yml(679B)
--------initializers()
--------puma.rb(2KB)
--------application.rb(1KB)
--------routes.rb(119B)
--------credentials.yml.enc(464B)
--------boot.rb(207B)
--------storage.yml(1KB)
--------spring.rb(97B)
--------cable.yml(189B)
--------environment.rb(128B)
--------environments()
----db()
--------seeds.rb(118B)
--------migrate()
--------schema.rb(1KB)
----Rakefile(227B)
----test()
--------models()
--------test_helper.rb(386B)
--------controllers()
--------mailers()
--------integration()
--------fixtures()
--------channels()
----app()
--------models()
--------jobs()
--------controllers()
--------views()
--------mailers()
--------channels()
----.DS_Store(6KB)
----storage()
--------.keep(0B)
----Gemfile(1KB)
----Gemfile.lock(4KB)
----tmp()
--------.keep(0B)
----.ruby-version(6B)
----.gitignore(665B)
----lib()
--------tasks()
----public()
--------robots.txt(99B)
----README.md(293B)
----config.ru(130B)