sales_app_demo:用于 RailsConf 2015 演示的演示销售应用程序

时间:2021-06-10 19:48:41
【文件属性】:
文件名称:sales_app_demo:用于 RailsConf 2015 演示的演示销售应用程序
文件大小:48KB
文件格式:ZIP
更新时间:2021-06-10 19:48:41
Ruby 销售应用 在 RailsConf 2015 上演示数据仓库和多维分析演示的销售应用程序。 查询 按产品系列获取 2014 年第一季度加利福尼亚州的总销售额 OrderItem . joins ( :order => :customer ) . where ( "customers.country" => "USA" , "customers.state_province" => "CA" ) . where ( "extract(year from orders.order_date) = ?" , 2014 ) . where ( "extract(quarter from orders.order_date) = ?" , 1 ) . joins ( :product => :product_class ) . group ( "product_classes.product_fam
【文件预览】:
sales_app_demo-master
----log()
--------.keep(0B)
----public()
--------500.html(1KB)
--------robots.txt(202B)
--------422.html(2KB)
--------favicon.ico(0B)
--------404.html(2KB)
----config.ru(153B)
----db()
--------dwh_schema.sql(2KB)
--------seeds.rb(4KB)
--------schema.rb(3KB)
--------migrate()
----lib()
--------tasks()
--------assets()
----Gemfile(1KB)
----spec()
--------models()
--------spec_helper.rb(4KB)
--------rails_helper.rb(2KB)
----Rakefile(249B)
----config()
--------initializers()
--------application.rb(1KB)
--------environments()
--------locales()
--------boot.rb(132B)
--------secrets.yml(964B)
--------routes.rb(2KB)
--------database.yml(2KB)
--------environment.rb(150B)
----README.md(8KB)
----.rspec(30B)
----Gemfile.lock(5KB)
----.gitignore(408B)
----app()
--------views()
--------models()
--------controllers()
--------helpers()
--------mailers()
--------assets()
----bin()
--------setup(805B)
--------bundle(129B)
--------rake(90B)
--------rails(145B)
----vendor()
--------assets()

网友评论