文件名称:active_blog:活跃博客
文件大小:52KB
文件格式:ZIP
更新时间:2024-06-22 06:16:47
Ruby
ActiveBlog 正在进行中。 ActiveBlog 是为满足最低的博客需求而编写的 Rails 引擎。 ActiveBlog 博客帖子模型: create_table :blog_posts do |t| t.string :title t.string :body t.boolean :draft t.datetime :published_at t.string :cached_slug t.string :custom_url t.timestamps end 它绝不是一个完整的博客引擎。 没有分类,没有评论,当然也没有标签。 ActiveBlog 具有以下依赖项: ActiveAdmin,用于后端 设计,用于管理员身份验证 Redcarpet,用于降价渲染 PostgreSQL,用于存储 如何安装 ActiveBlog 将以下行添加到
【文件预览】:
active_blog-master
----.gitignore(84B)
----test()
--------active_blog_test.rb(136B)
--------integration()
--------dummy()
--------fixtures()
--------unit()
--------functional()
--------test_helper.rb(290B)
----Gemfile(633B)
----db()
--------migrate()
----MIT-LICENSE(1KB)
----app()
--------views()
--------mailers()
--------models()
--------helpers()
--------assets()
--------controllers()
----README.markdown(2KB)
----active_blog.gemspec(860B)
----script()
--------rails(283B)
----config()
--------routes.rb(40B)
----lib()
--------generators()
--------tasks()
--------active_blog.rb(903B)
--------active_blog()
----Rakefile(803B)