文件名称:sinatra-template:Sinatra应用程序的框架。 它可以帮助我组织代码
文件大小:17KB
文件格式:ZIP
更新时间:2024-03-15 11:06:42
Ruby
这是github上sinatra-template项目的源代码。 这是我在Sinatra项目中使用的基本结构,它使事情更有条理。 里面有什么? 使用ruby 1.9.3-p125的模块化Sinatra应用程序版本1.3.2 单元级测试的迷你测试 机架测试,用于路线测试 capybara +用于集成测试的minitest(无需rspec) 文件码 Rakefile,Gemfile,.rvmrc,.gitignore 文件夹结构 app.rb # require sinatra, vendor'd gems, models/init, routes/init, helpers/init helpers/ init.rb # Require each helper file helper1.rb # Related helper me
【文件预览】:
sinatra-template-master
----public()
--------favicon.ico(5KB)
--------css()
----config.ru(68B)
----views()
--------my_partial.erb(15B)
--------index.erb(2KB)
--------layout.erb(802B)
----models()
--------picture.rb(0B)
--------init.rb(51B)
--------user.rb(43B)
----Gemfile(214B)
----helpers()
--------helper1.rb(582B)
--------init.rb(27B)
----.rvmrc(46B)
----Rakefile(703B)
----.bundle()
--------config(39B)
----test()
--------test_helper.rb(25B)
--------models()
--------acceptance()
--------routes()
----README.md(2KB)
----Gemfile.lock(1KB)
----.gitignore(17B)
----app.rb(635B)
----sinatra-template()
--------Gemfile(214B)
--------helpers()
--------Rakefile(703B)
--------.bundle()
--------Gemfile.lock(1KB)
----routes()
--------admin.rb(73B)
--------init.rb(50B)
--------user.rb(228B)