文件名称:myblog
介绍说明--下载内容均来自于网络,请自行研究使用
这是我在学习ruby的时候写的一个blog系统,系统比较简单,但包含了ruby设计的基本步骤和一些常见插件的使用。-it is made in ruby by myself,and it s not good enough,but still a complete application.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
myblog
......\app
......\...\controllers
......\...\...........\application.rb
......\...\...........\blogs_controller.rb
......\...\...........\comments_controller.rb
......\...\...........\tags_controller.rb
......\...\helpers
......\...\.......\application_helper.rb
......\...\.......\blogs_helper.rb
......\...\models
......\...\......\blog.rb
......\...\......\blogs_tags.rb
......\...\......\comment.rb
......\...\......\tag.rb
......\...\views
......\...\.....\blogs
......\...\.....\.....\edit.html.erb
......\...\.....\.....\index.html.erb
......\...\.....\.....\new.html.erb
......\...\.....\.....\show.html.erb
......\...\.....\.....\_blog.html.erb
......\...\.....\.....\_comment.html.erb
......\...\.....\comments
......\...\.....\........\create.rjs
......\...\.....\layouts
......\...\.....\.......\blogs.html.erb
......\config
......\......\boot.rb
......\......\database.yml
......\......\environment.rb
......\......\environments
......\......\............\development.rb
......\......\............\production.rb
......\......\............\test.rb
......\......\initializers
......\......\............\inflections.rb
......\......\............\mime_types.rb
......\......\............\new_rails_defaults.rb
......\......\locales
......\......\.......\en.yml
......\......\routes.rb
......\db
......\..\migrate
......\..\.......\20090111071912_create_blogs.rb
......\..\.......\20090113131846_create_comments.rb
......\..\.......\20090115115857_create_tags.rb
......\..\.......\20090115120027_create_blogs_tags.rb
......\..\schema.rb
......\doc
......\...\README_FOR_APP
......\lib
......\...\tasks
......\log
......\...\development.log
......\nbproject
......\.........\private
......\.........\.......\private.properties
......\.........\.......\private.xml
......\.........\.......\rake-d.txt
......\.........\project.properties
......\.........\project.xml
......\public
......\......\404.html
......\......\422.html
......\......\500.html
......\......\dispatch.cgi
......\......\dispatch.fcgi
......\......\dispatch.rb
......\......\favicon.ico
......\......\images
......\......\index.html
......\......\javascripts
......\......\...........\application.js
......\......\...........\controls.js
......\......\...........\dragdrop.js
......\......\...........\effects.js
......\......\...........\prototype.js
......\......\robots.txt
......\......\stylesheets
......\......\...........\scaffold.css
......\Rakefile
......\README
......\script
......\......\about
......\......\console
......\......\dbconsole
......\......\destroy
......\......\generate
......\......\performance
......\......\...........\benchmarker
......\......\...........\profiler
......\......\...........\request
......\......\plugin
......\......\process
......\......\.......\inspector
......\......\.......\reaper
......\......\.......\spawner
......\......\runner
......\app
......\...\controllers
......\...\...........\application.rb
......\...\...........\blogs_controller.rb
......\...\...........\comments_controller.rb
......\...\...........\tags_controller.rb
......\...\helpers
......\...\.......\application_helper.rb
......\...\.......\blogs_helper.rb
......\...\models
......\...\......\blog.rb
......\...\......\blogs_tags.rb
......\...\......\comment.rb
......\...\......\tag.rb
......\...\views
......\...\.....\blogs
......\...\.....\.....\edit.html.erb
......\...\.....\.....\index.html.erb
......\...\.....\.....\new.html.erb
......\...\.....\.....\show.html.erb
......\...\.....\.....\_blog.html.erb
......\...\.....\.....\_comment.html.erb
......\...\.....\comments
......\...\.....\........\create.rjs
......\...\.....\layouts
......\...\.....\.......\blogs.html.erb
......\config
......\......\boot.rb
......\......\database.yml
......\......\environment.rb
......\......\environments
......\......\............\development.rb
......\......\............\production.rb
......\......\............\test.rb
......\......\initializers
......\......\............\inflections.rb
......\......\............\mime_types.rb
......\......\............\new_rails_defaults.rb
......\......\locales
......\......\.......\en.yml
......\......\routes.rb
......\db
......\..\migrate
......\..\.......\20090111071912_create_blogs.rb
......\..\.......\20090113131846_create_comments.rb
......\..\.......\20090115115857_create_tags.rb
......\..\.......\20090115120027_create_blogs_tags.rb
......\..\schema.rb
......\doc
......\...\README_FOR_APP
......\lib
......\...\tasks
......\log
......\...\development.log
......\nbproject
......\.........\private
......\.........\.......\private.properties
......\.........\.......\private.xml
......\.........\.......\rake-d.txt
......\.........\project.properties
......\.........\project.xml
......\public
......\......\404.html
......\......\422.html
......\......\500.html
......\......\dispatch.cgi
......\......\dispatch.fcgi
......\......\dispatch.rb
......\......\favicon.ico
......\......\images
......\......\index.html
......\......\javascripts
......\......\...........\application.js
......\......\...........\controls.js
......\......\...........\dragdrop.js
......\......\...........\effects.js
......\......\...........\prototype.js
......\......\robots.txt
......\......\stylesheets
......\......\...........\scaffold.css
......\Rakefile
......\README
......\script
......\......\about
......\......\console
......\......\dbconsole
......\......\destroy
......\......\generate
......\......\performance
......\......\...........\benchmarker
......\......\...........\profiler
......\......\...........\request
......\......\plugin
......\......\process
......\......\.......\inspector
......\......\.......\reaper
......\......\.......\spawner
......\......\runner