File tree Expand file tree Collapse file tree 1 file changed +3
-28
lines changed Expand file tree Collapse file tree 1 file changed +3
-28
lines changed Original file line number Diff line number Diff line change @@ -9,41 +9,16 @@ ComfyBlog is a simple blog management engine for [ComfortableMexicanSofa](https:
9
9
[ ![ Code Climate] ( https://img.shields.io/codeclimate/maintainability/comfy/comfy-blog.svg?style=flat )] ( https://codeclimate.com/github/comfy/comfy-blog )
10
10
[ ![ Coverage Status] ( https://img.shields.io/coveralls/comfy/comfy-blog.svg?style=flat )] ( https://coveralls.io/r/comfy/comfy-blog?branch=master )
11
11
12
+ ## Dependencies
12
13
13
- ## !!! NOTE !!!
14
-
15
- THis is master branch that only works with currently unreleased version 2.0 of CMS and Rails 5.2
16
-
17
- If you want to use it with bleeding-edge Rails, add this to your Gemfile:
18
-
19
- ``` ruby
20
- gem " rails" ,
21
- github: " rails/rails"
22
- gem " arel" ,
23
- github: " rails/arel"
24
-
25
- # There's no gem published for Bootstrap4 just yet
26
- gem " bootstrap_form" ,
27
- github: " bootstrap-ruby/rails-bootstrap-forms" ,
28
- branch: " bootstrap-v4"
29
-
30
- gem " comfortable_mexican_sofa" ,
31
- github: " comfy/comfortable-mexican-sofa"
32
- gem " comfy_blog" ,
33
- github: " comfy/comfy-blog"
34
- ```
35
-
36
- ## Features
37
-
38
- * Ability to set up multiple blogs per site
39
- * User defined layout per blog
14
+ Make sure that you have [ ComfortableMexicanSofa] ( https://github.com/comfy/comfortable-mexican-sofa ) installed first.
40
15
41
16
## Installation
42
17
43
18
Add gem definition to your Gemfile:
44
19
45
20
``` ruby
46
- gem ' comfy_blog' , ' ~> 1.12 .0'
21
+ gem ' comfy_blog' , ' ~> 2.0 .0'
47
22
```
48
23
49
24
Then from the Rails project's root run:
You can’t perform that action at this time.
0 commit comments