文件名称:northwind-rails:Ruby on Rails的罗斯文(Northwind)数据库
文件大小:88KB
文件格式:ZIP
更新时间:2024-05-29 02:49:57
Ruby
罗斯文路轨 是否曾经想过在一个不错的数据库上使用ActiveRecord? 现在,您可以使用Northwind来了解Rails的查询语法。 至此,该项目仅设计用于命令行使用,但是也许有一天它也会有一个GUI。 设置 使用您喜欢的方法安装所有gem 创建数据库以匹配config / database.yml,或更改此配置文件以适合您自己 rake db:migrate 运行位于db / northwind.sql的sql dump(它是为MySQL设计的) rails server
【文件预览】:
northwind-rails-master
----.gitignore(477B)
----app()
--------mailers()
--------assets()
--------models()
--------helpers()
--------views()
--------controllers()
----config.ru(154B)
----.ruby-gemset(16B)
----bin()
--------rails(146B)
--------bundle(129B)
--------rake(90B)
----log()
--------.keep(0B)
----db()
--------migrate()
--------northwind.sql(214KB)
--------seeds.rb(343B)
--------schema.rb(3KB)
----.ruby-version(16B)
----public()
--------robots.txt(204B)
--------422.html(1KB)
--------favicon.ico(0B)
--------500.html(1KB)
--------404.html(1KB)
----vendor()
--------assets()
----config()
--------boot.rb(171B)
--------database.yml(885B)
--------routes.rb(2KB)
--------environments()
--------environment.rb(155B)
--------application.rb(986B)
--------locales()
--------initializers()
----lib()
--------assets()
--------tasks()
----readme.md(555B)
----Gemfile(1KB)
----Rakefile(254B)
----test()
--------mailers()
--------integration()
--------models()
--------helpers()
--------test_helper.rb(492B)
--------controllers()
--------fixtures()
----Gemfile.lock(3KB)