文件名称:RailsLite:围绕Rack构建的基本的类似Rails的框架
文件大小:250KB
文件格式:ZIP
更新时间:2024-03-15 01:55:18
Ruby
RailsLite:围绕Rack构建的基本的类似Rails的框架
【文件预览】:
RailsLite-master
----views()
--------my_controller()
--------dogs_controller()
--------dummy_controller()
--------cats_controller()
----bin()
--------p02_controller_server.rb(413B)
--------p01_basic_server.rb(190B)
--------p07_flash_server.rb(2KB)
--------p04_session_server.rb(372B)
--------p03_template_server.rb(310B)
--------p08_exception_server.rb(1KB)
--------p10_csrf_server.rb(2KB)
--------p05_router_server.rb(1003B)
--------p09_static_server.rb(554B)
----public()
--------cage2.jpg(15KB)
--------hello.txt(19B)
--------cage3.png(8KB)
--------cage.zip(76KB)
--------cage.jpg(54KB)
--------cage()
----Gemfile(119B)
----Gemfile.lock(1KB)
----spec()
--------p10_csrf_spec.rb(3KB)
--------p09_static_spec.rb(674B)
--------p06_integration_spec.rb(2KB)
--------p05_router_spec.rb(5KB)
--------p02_controller_spec.rb(2KB)
--------p03_template_spec.rb(2KB)
--------p07_flash_spec.rb(3KB)
--------p08_exceptions_spec.rb(1KB)
--------p04_session_spec.rb(3KB)
----lib()
--------controller_base.rb(3KB)
--------flash.rb(575B)
--------router.rb(2KB)
--------show_exceptions.rb(528B)
--------session.rb(548B)
--------static.rb(933B)
--------action_view_lite()
--------templates()