backbone_coffeescript_demo:使用Backbone.js,CoffeeScript和Jasmine的演示Rails应用程序

时间:2021-05-14 10:56:33
【文件属性】:
文件名称:backbone_coffeescript_demo:使用Backbone.js,CoffeeScript和Jasmine的演示Rails应用程序
文件大小:131KB
文件格式:ZIP
更新时间:2021-05-14 10:56:33
Ruby 概述 这是示例Rails应用程序,演示了如何使用 在会议演示中, 演示。 源代码基于 原始。 正在运行的应用程序 安装gem,运行迁移并使用以下命令启动应用程序 bundle install rake db:migrate rails server 然后访问http://localhost:3000 。 运行测试 运行rake jasmine ,然后访问http://localhost:8888以执行Jasmine测试并查看结果。 应用程序源代码 用CoffeeScript编写的Backbone.js模型和视图位于app/coffeescripts目录中,而Jasmine测试位于spec/coffeescripts目录中。
【文件预览】:
backbone_coffeescript_demo-master
----public()
--------500.html(728B)
--------robots.txt(204B)
--------422.html(711B)
--------favicon.ico(0B)
--------images()
--------stylesheets()
--------404.html(728B)
--------javascripts()
----config.ru(162B)
----db()
--------seeds.rb(353B)
--------schema.rb(960B)
--------migrate()
----script()
--------rails(295B)
----lib()
--------tasks()
----Gemfile(280B)
----doc()
--------README_FOR_APP(211B)
----spec()
--------models()
--------spec_helper.rb(978B)
--------coffeescripts()
--------javascripts()
----Rakefile(272B)
----config()
--------initializers()
--------application.rb(2KB)
--------environments()
--------assets.yml(445B)
--------locales()
--------boot.rb(326B)
--------routes.rb(2KB)
--------database.yml(538B)
--------environment.rb(156B)
----README.md(1KB)
----.rspec(9B)
----Gemfile.lock(3KB)
----.gitignore(125B)
----app()
--------views()
--------models()
--------controllers()
--------helpers()
--------coffeescripts()
----vendor()
--------plugins()

网友评论