文件名称:rails5_2_3_postgres11:Rails 5.2.3和PostgreSQL 11的基本设置
文件大小:76KB
文件格式:ZIP
更新时间:2024-05-04 04:17:14
Ruby
rails_university rails_university是大学部门的通用Web应用程序。 该项目将演变为用于此类Web应用程序后端的通用Rails API,该API允许在其顶部轻松构建各种UI(桌面,移动设备等)的开发。 最终,该项目将被分叉,还将提供有关如何为其构建Docker映像并将其作为容器运行的文档。 已为该项目选择的基础数据库是PostgreSQL,因为它是开源的,并且对于大量访问量具有很高的鲁棒性。 本README应提供有关如何启动和运行此应用程序的基本信息,以便使您可以专注于根据机构的需求对其进行修改。 依存关系 PostgreSQL安装高度依赖于操作系统以及RVM。 满足这些依赖性后,请跳至“设置”部分,以详细了解如何正确设置和配置PostgreSQL和RVM。 设置 使用RVM安装Ruby 2.6.2。 rvm install 2.6.2 # if y
【文件预览】:
rails5_2_3_postgres11-master
----log()
--------.keep(0B)
----bin()
--------update(819B)
--------rake(213B)
--------yarn(303B)
--------setup(957B)
--------spring(507B)
--------rails(264B)
--------bundle(125B)
----vendor()
--------.keep(0B)
----config()
--------locales()
--------initializers()
--------database.yml.bak(3KB)
--------puma.rb(1KB)
--------application.rb(666B)
--------routes.rb(139B)
--------credentials.yml.enc(464B)
--------boot.rb(207B)
--------storage.yml(1KB)
--------spring.rb(111B)
--------cable.yml(198B)
--------environment.rb(128B)
--------environments()
----package.json(74B)
----db()
--------seeds.rb(370B)
--------schema.rb(881B)
----Rakefile(227B)
----test()
--------application_system_test_case.rb(157B)
--------models()
--------test_helper.rb(290B)
--------system()
--------controllers()
--------mailers()
--------integration()
--------fixtures()
--------helpers()
----rails_guide.md(16KB)
----app()
--------models()
--------jobs()
--------assets()
--------controllers()
--------views()
--------mailers()
--------helpers()
--------channels()
----storage()
--------.keep(0B)
----Gemfile(2KB)
----Gemfile.lock(5KB)
----tmp()
--------.keep(0B)
----.ruby-version(10B)
----.gitignore(732B)
----lib()
--------tasks()
--------assets()
----public()
--------404.html(2KB)
--------apple-touch-icon.png(0B)
--------apple-touch-icon-precomposed.png(0B)
--------robots.txt(98B)
--------500.html(2KB)
--------422.html(2KB)
--------favicon.ico(0B)
----README.md(10KB)
----config.ru(130B)
----specifications()
--------erd()
--------spec.md(3KB)