ruby on rails blog(博客)制作

时间:2015-05-23 11:02:26
【文件属性】:
文件名称:ruby on rails blog(博客)制作
文件大小:116KB
文件格式:ZIP
更新时间:2015-05-23 11:02:26
博客源码 ruby语言blog 通过一个极简单的博客例子,展示一些基本的Ruby on Rails特性和开发方法。在这里我把详细的制作文档以及源码放出来。
【文件预览】:
blog
----.gitignore(36B)
----app()
--------mailers()
--------models()
--------helpers()
--------views()
--------controllers()
----config.ru(154B)
----log()
--------server.log(0B)
--------production.log(0B)
--------development.log(65KB)
--------test.log(0B)
----db()
--------migrate()
--------seeds.rb(353B)
--------schema.rb(1KB)
----public()
--------images()
--------javascripts()
--------robots.txt(204B)
--------stylesheets()
--------422.html(711B)
--------index.html(6KB)
--------favicon.ico(0B)
--------500.html(728B)
--------404.html(728B)
----doc()
--------README_FOR_APP(211B)
----vendor()
--------plugins()
----config()
--------boot.rb(191B)
--------database.yml(927B)
--------routes.rb(2KB)
--------environments()
--------environment.rb(148B)
--------application.rb(2KB)
--------locales()
--------initializers()
----script()
--------rails(295B)
----lib()
--------tasks()
----tmp()
--------cache()
--------pids()
--------sockets()
--------sessions()
----Gemfile(754B)
----README(9KB)
----Rakefile(264B)
----test()
--------integration()
--------unit()
--------performance()
--------functional()
--------test_helper.rb(454B)
--------fixtures()
----Gemfile.lock(2KB)
blog制作

网友评论

  • 积分需要狠了点。看了后发现是rails2.x的,如果改写成3.x就更加OK。
  • 还不错,虽然有些地方感觉不是很有条理,语法习惯问题吧