文件名称:myblog
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:104.31kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
这是我在学习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
myblog/app/controllers/blogs_controller.rb
myblog/app/controllers/comments_controller.rb
myblog/app/controllers/tags_controller.rb
myblog/app/controllers
myblog/app/helpers/application_helper.rb
myblog/app/helpers/blogs_helper.rb
myblog/app/helpers
myblog/app/models/blog.rb
myblog/app/models/blogs_tags.rb
myblog/app/models/comment.rb
myblog/app/models/tag.rb
myblog/app/models
myblog/app/views/blogs/edit.html.erb
myblog/app/views/blogs/index.html.erb
myblog/app/views/blogs/new.html.erb
myblog/app/views/blogs/show.html.erb
myblog/app/views/blogs/_blog.html.erb
myblog/app/views/blogs/_comment.html.erb
myblog/app/views/blogs
myblog/app/views/comments/create.rjs
myblog/app/views/comments
myblog/app/views/layouts/blogs.html.erb
myblog/app/views/layouts
myblog/app/views
myblog/app
myblog/config/boot.rb
myblog/config/database.yml
myblog/config/environment.rb
myblog/config/environments/development.rb
myblog/config/environments/production.rb
myblog/config/environments/test.rb
myblog/config/environments
myblog/config/initializers/inflections.rb
myblog/config/initializers/mime_types.rb
myblog/config/initializers/new_rails_defaults.rb
myblog/config/initializers
myblog/config/locales/en.yml
myblog/config/locales
myblog/config/routes.rb
myblog/config
myblog/db/migrate/20090111071912_create_blogs.rb
myblog/db/migrate/20090113131846_create_comments.rb
myblog/db/migrate/20090115115857_create_tags.rb
myblog/db/migrate/20090115120027_create_blogs_tags.rb
myblog/db/migrate
myblog/db/schema.rb
myblog/db
myblog/doc/README_FOR_APP
myblog/doc
myblog/lib/tasks
myblog/lib
myblog/log/development.log
myblog/log
myblog/nbproject/private/private.properties
myblog/nbproject/private/private.xml
myblog/nbproject/private/rake-d.txt
myblog/nbproject/private
myblog/nbproject/project.properties
myblog/nbproject/project.xml
myblog/nbproject
myblog/public/404.html
myblog/public/422.html
myblog/public/500.html
myblog/public/dispatch.cgi
myblog/public/dispatch.fcgi
myblog/public/dispatch.rb
myblog/public/favicon.ico
myblog/public/images/rails.png
myblog/public/images
myblog/public/index.html
myblog/public/javascripts/application.js
myblog/public/javascripts/controls.js
myblog/public/javascripts/dragdrop.js
myblog/public/javascripts/effects.js
myblog/public/javascripts/prototype.js
myblog/public/javascripts
myblog/public/robots.txt
myblog/public/stylesheets/scaffold.css
myblog/public/stylesheets
myblog/public
myblog/Rakefile
myblog/README
myblog/script/about
myblog/script/console
myblog/script/dbconsole
myblog/script/destroy
myblog/script/generate
myblog/script/performance/benchmarker
myblog/script/performance/profiler
myblog/script/performance/request
myblog/script/performance
myblog/script/plugin
myblog/script/process/inspector
myblog/script/process/reaper
myblog/script/process/spawner
myblog/script/process
myblog/script/runner
myblog/script/server
myblog/script
myblog/test/fixtures/blogs.yml
myblog/test/fixtures/blogs_tags.yml
myblog/test/fixtures/comments.yml
myblog/test/fixtures/tags.yml
myblog/test/fixtures
myblog/test/functional/blogs_controller_test.rb
myblog/test/functional
myblog/test/integration
myblog/test/performance/browsing_test.rb
myblog/test/performance
myblog/test/test_helper.rb
myblog/test/unit/blogs_tags_test.rb
myblog/test/unit/blog_test.rb
myblog/test/unit/comment_test.rb
myblog/test/unit/tag_test.rb
myblog/test/unit
myblog/test
myblog/tmp/cache
myblog/tmp/pids
myblog/tmp/sessions
myblog/tmp/sockets
myblog/tmp
myblog/vendor/plugins
myblog/vendor
myblog
myblog/app/controllers/blogs_controller.rb
myblog/app/controllers/comments_controller.rb
myblog/app/controllers/tags_controller.rb
myblog/app/controllers
myblog/app/helpers/application_helper.rb
myblog/app/helpers/blogs_helper.rb
myblog/app/helpers
myblog/app/models/blog.rb
myblog/app/models/blogs_tags.rb
myblog/app/models/comment.rb
myblog/app/models/tag.rb
myblog/app/models
myblog/app/views/blogs/edit.html.erb
myblog/app/views/blogs/index.html.erb
myblog/app/views/blogs/new.html.erb
myblog/app/views/blogs/show.html.erb
myblog/app/views/blogs/_blog.html.erb
myblog/app/views/blogs/_comment.html.erb
myblog/app/views/blogs
myblog/app/views/comments/create.rjs
myblog/app/views/comments
myblog/app/views/layouts/blogs.html.erb
myblog/app/views/layouts
myblog/app/views
myblog/app
myblog/config/boot.rb
myblog/config/database.yml
myblog/config/environment.rb
myblog/config/environments/development.rb
myblog/config/environments/production.rb
myblog/config/environments/test.rb
myblog/config/environments
myblog/config/initializers/inflections.rb
myblog/config/initializers/mime_types.rb
myblog/config/initializers/new_rails_defaults.rb
myblog/config/initializers
myblog/config/locales/en.yml
myblog/config/locales
myblog/config/routes.rb
myblog/config
myblog/db/migrate/20090111071912_create_blogs.rb
myblog/db/migrate/20090113131846_create_comments.rb
myblog/db/migrate/20090115115857_create_tags.rb
myblog/db/migrate/20090115120027_create_blogs_tags.rb
myblog/db/migrate
myblog/db/schema.rb
myblog/db
myblog/doc/README_FOR_APP
myblog/doc
myblog/lib/tasks
myblog/lib
myblog/log/development.log
myblog/log
myblog/nbproject/private/private.properties
myblog/nbproject/private/private.xml
myblog/nbproject/private/rake-d.txt
myblog/nbproject/private
myblog/nbproject/project.properties
myblog/nbproject/project.xml
myblog/nbproject
myblog/public/404.html
myblog/public/422.html
myblog/public/500.html
myblog/public/dispatch.cgi
myblog/public/dispatch.fcgi
myblog/public/dispatch.rb
myblog/public/favicon.ico
myblog/public/images/rails.png
myblog/public/images
myblog/public/index.html
myblog/public/javascripts/application.js
myblog/public/javascripts/controls.js
myblog/public/javascripts/dragdrop.js
myblog/public/javascripts/effects.js
myblog/public/javascripts/prototype.js
myblog/public/javascripts
myblog/public/robots.txt
myblog/public/stylesheets/scaffold.css
myblog/public/stylesheets
myblog/public
myblog/Rakefile
myblog/README
myblog/script/about
myblog/script/console
myblog/script/dbconsole
myblog/script/destroy
myblog/script/generate
myblog/script/performance/benchmarker
myblog/script/performance/profiler
myblog/script/performance/request
myblog/script/performance
myblog/script/plugin
myblog/script/process/inspector
myblog/script/process/reaper
myblog/script/process/spawner
myblog/script/process
myblog/script/runner
myblog/script/server
myblog/script
myblog/test/fixtures/blogs.yml
myblog/test/fixtures/blogs_tags.yml
myblog/test/fixtures/comments.yml
myblog/test/fixtures/tags.yml
myblog/test/fixtures
myblog/test/functional/blogs_controller_test.rb
myblog/test/functional
myblog/test/integration
myblog/test/performance/browsing_test.rb
myblog/test/performance
myblog/test/test_helper.rb
myblog/test/unit/blogs_tags_test.rb
myblog/test/unit/blog_test.rb
myblog/test/unit/comment_test.rb
myblog/test/unit/tag_test.rb
myblog/test/unit
myblog/test
myblog/tmp/cache
myblog/tmp/pids
myblog/tmp/sessions
myblog/tmp/sockets
myblog/tmp
myblog/vendor/plugins
myblog/vendor
myblog
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.