.gitignore | 100644 | 0 | 0 | | | 172 Bytes | e0265deb5496a97fd4157838d4d61e5834299e055449e466aa932771c92612bb |
.travis.yml | 100644 | 0 | 0 | | | 133 Bytes | 6475ed630ed6ab3b99f923c3161fcc2cb7d77ba8cb277bb254a798619bc2b136 |
Gemfile | 100644 | 0 | 0 | | | 228 Bytes | 61215894e94086d8414fcae86c9dd4fbb415fc8e2f2be220536787b4f8db3137 |
LICENSE | 100644 | 0 | 0 | | | 1.03 KB | 9bdb7c68192da47ef9fabc3e716cda8a3a47adc7465f7f5b189745b4ca97cbf8 |
README.md | 100644 | 0 | 0 | | | 1.37 KB | 52ab4f9c2971b53bb892ac18c9f63410b4ddaaecb0b082c6c3100510ba5ed0aa |
Rakefile | 100644 | 0 | 0 | | | 468 Bytes | dd87430138a6413a9bee524f607a76c76964c3f7150c3d75c254cca8cc543e51 |
app/controllers/admin/blog/base_controller.rb | 100644 | 0 | 0 | | | 280 Bytes | 50a49184fa47a4995e4de1f51a097530f87f11ab5cd7d2fa95e0413225d0d4a3 |
app/controllers/admin/blog/blogs_controller.rb | 100644 | 0 | 0 | | | 1.04 KB | 08543f5a8109eee43cb94c7127392a4c6d9d123a0466f891d5f432150b8afef7 |
app/controllers/admin/blog/comments_controller.rb | 100644 | 0 | 0 | | | 783 Bytes | d5c4155164bf5ecac57efab9cf2084652aed5314e8d005537c9290879c7d39a5 |
app/controllers/admin/blog/posts_controller.rb | 100644 | 0 | 0 | | | 1.32 KB | d4a2da9e5ceeabab072aaafbb86f25b2e38e801ecdae75fea40117b725f9841b |
app/controllers/blog/base_controller.rb | 100644 | 0 | 0 | | | 629 Bytes | 21efb2c9d7378f3fa4b57fab64505649efeb4e7e64c8587db298c39545b405b3 |
app/controllers/blog/comments_controller.rb | 100644 | 0 | 0 | | | 811 Bytes | 6137ef6cbb9cc8e2abf2c67ecf8767d0d3e354d451659cbf27ed6b51964cdce9 |
app/controllers/blog/posts_controller.rb | 100644 | 0 | 0 | | | 1.36 KB | 0fa395c3045c935e04131fe07eb3ed68e1205ba251e5a7558184e3f171191e1d |
app/models/blog/blog.rb | 100644 | 0 | 0 | | | 815 Bytes | 8c6644c43959b2fbd930a6af0fdb6650723c81874b8dfec142c97a97322f532a |
app/models/blog/comment.rb | 100644 | 0 | 0 | | | 816 Bytes | ceefaf9065a29df95c06b60d6919e4b5a6fc6d9ccf7d70c040a0f7a7a95643c8 |
app/models/blog/post.rb | 100644 | 0 | 0 | | | 1.27 KB | 2fe1839ac4790ae203eb34b193cf1a0f708148c0065ec0b7d6ca355348c521f3 |
app/views/admin/blog/blogs/_form.html.haml | 100644 | 0 | 0 | | | 354 Bytes | 6e77fd7ffebb48211e8de2dc0424ca71704a2ff29e8022930a002e763cfb6cb1 |
app/views/admin/blog/blogs/edit.html.haml | 100644 | 0 | 0 | | | 122 Bytes | c0cae66d99002569c48b8107bea8a01d760d80f2ca031989af7c8d03bf1fab0b |
app/views/admin/blog/blogs/index.html.haml | 100644 | 0 | 0 | | | 1.04 KB | 8c9c3b8b519c602cce6335e8dd34cdc91976dd78b1583754c2041bfe463c3b11 |
app/views/admin/blog/blogs/new.html.haml | 100644 | 0 | 0 | | | 122 Bytes | 15ed0391477ace3ce689bcc259e5859134b0b4a3abe9ff98ce591954c06cd978 |
app/views/admin/blog/comments/_comment.html.haml | 100644 | 0 | 0 | | | 756 Bytes | 4a48f17418ecb51dd813e20fbded4e66bddfb39c8f2bb5c585fd4a66c85c303b |
app/views/admin/blog/comments/index.html.haml | 100644 | 0 | 0 | | | 293 Bytes | 207cdb54a7852fc196ec593db8031bdb609b0bf533876cea76046979a96f933f |
app/views/admin/blog/comments/toggle_publish.js.erb | 100644 | 0 | 0 | | | 123 Bytes | 4a13177312ded2ac041e58a17de8ef92f7ec5437e1983a82e85711f02ebda10e |
app/views/admin/blog/partials/_navigation.html.haml | 100644 | 0 | 0 | | | 292 Bytes | 184f9ce8395bf7227375362fef6b3117c406e78dab54a3ee62ba4a75891ad520 |
app/views/admin/blog/posts/_form.html.haml | 100644 | 0 | 0 | | | 531 Bytes | 9637c3a492a4c24d590b6e66afdca06cfbc36141b62e82e5310ec0c8ef8a7e43 |
app/views/admin/blog/posts/edit.html.haml | 100644 | 0 | 0 | | | 127 Bytes | 373d2c5de18c9b53397cb2b9db1721a1b2df43e5f655c1c147d685f5c3588c77 |
app/views/admin/blog/posts/index.html.haml | 100644 | 0 | 0 | | | 1.01 KB | 3e8c39cc71a2786938d020a4bc2a6f3ce4e20550f9d87f051a4c1266d5d2b430 |
app/views/admin/blog/posts/new.html.haml | 100644 | 0 | 0 | | | 127 Bytes | 5b109b534b93be7d040f4bbb0a90f6a1fc99ae8625f8c0a2b0e1639fb1bdb1df |
app/views/blog/comments/_form.html.haml | 100644 | 0 | 0 | | | 368 Bytes | dd3e0b91d0ebbe737509aa099dbbbb5f094685b56f34bfae8f86a65dabfde620 |
app/views/blog/posts/index.html.haml | 100644 | 0 | 0 | | | 254 Bytes | 4044c621926b38b7a03ae3d0da2138fb8701bdbec151e2ccffd58d438be3480b |
app/views/blog/posts/index.rss.builder | 100644 | 0 | 0 | | | 510 Bytes | 48a974678055c9870d2dfc9f242ed5943c02422edb01d0c70a163a03fe14d5e7 |
app/views/blog/posts/show.html.haml | 100644 | 0 | 0 | | | 313 Bytes | c577cf9e20c962cb45cca0522a94660edbac1729a1f107637243707b8227c26c |
app/views/layouts/blog/application.html.haml | 100644 | 0 | 0 | | | 64 Bytes | 6294f30ceb390247af67dd798cc418e6fa5a93ead439a681fd82625534271eb5 |
comfy_blog.gemspec | 100644 | 0 | 0 | | | 715 Bytes | 3e1a8c570ddc384ea4211f17872c326e9617d707ef9dde206899144d1c25f088 |
config.ru | 100644 | 0 | 0 | | | 158 Bytes | c52cea1d3623e21f65ff9eade12b7654a68b20d8876f92517a95237834b71514 |
config/application.rb | 100644 | 0 | 0 | | | 1.14 KB | 91ff5b6c2ee8ff9b9a0f9d4a611eb4bc6f21d38e827c71910e71b1cde77e9033 |
config/blog_routes.rb | 100644 | 0 | 0 | | | 149 Bytes | 24c5108755d48dbaa594f4e9e143acee9e3c3dfe2de1f68f467337f5a456f7a9 |
config/boot.rb | 100644 | 0 | 0 | | | 206 Bytes | 74771af9faac0f7afc1acad6ce497521954f63ac278c6977f2df92b4ffab84ba |
config/database.yml | 100644 | 0 | 0 | | | 174 Bytes | b8a14314ffd7db57e2b2110fd168656d5234d8d3839509fbde24ce5f06501b50 |
config/environment.rb | 100644 | 0 | 0 | | | 153 Bytes | 9a3886299a7f585fa7e992e18af268d0aa55a87d796705f5a07430219d36c4a3 |
config/environments/development.rb | 100644 | 0 | 0 | | | 1.02 KB | 46b414de2c9ebc22407c3bc5808f4dae0631f1af076279ef2ddca80c2bf14469 |
config/environments/test.rb | 100644 | 0 | 0 | | | 1.56 KB | fdc012f0f952316265c80acdb86365c8970dd6f7711103b37a9f9084ddf9e9d7 |
config/initializers/comfy_blog.rb | 100644 | 0 | 0 | | | 265 Bytes | 11e12e8397b20ba85b4bd6f14fcf457ffea47a77a133c626ba9aa6083da93c8d |
config/initializers/secret_token.rb | 100644 | 0 | 0 | | | 585 Bytes | ceb5cc15a26c4c8010899a26a34f5120e49ffc0e045ad6a682bf8f6754ff7dfe |
db/migrate/00_create_cms.rb | 100644 | 0 | 0 | | | 5.27 KB | 482afb4d514feca98f4e66536561528ef005a015c9cdb494964b6905b60be140 |
db/migrate/01_create_blog.rb | 100755 | 0 | 0 | | | 1.78 KB | d1614a3d1058320e19416da54833352ac9e7f63091f02ba7947d9f1cb3b84910 |
lib/comfy_blog.rb | 100644 | 0 | 0 | | | 570 Bytes | 998bb0ee9d8f7dac127221d9d88d669cf52cfb746cfdfee2097a54e281d46a58 |
lib/comfy_blog/configuration.rb | 100644 | 0 | 0 | | | 423 Bytes | f69cab1cbf9dc284014993fa6fdb024a56efe0f4187edacd9f8f5da125a6b0f6 |
lib/comfy_blog/engine.rb | 100644 | 0 | 0 | | | 592 Bytes | 6f9f61a8f2bb6d2efb94f3e958c5d76802a8031b62e6f4039a74c8476c3a07db |
lib/comfy_blog/routes/blog.rb | 100644 | 0 | 0 | | | 797 Bytes | 89fb4d1639c5b706c03fe2c5c00dde1acf22dd6cb9b38dd63147a85dc4b87a60 |
lib/comfy_blog/routes/blog_admin.rb | 100644 | 0 | 0 | | | 505 Bytes | 1116c42a376e6d547842288222487428bcfa7514d51df63364218d522ed4f8ca |
lib/comfy_blog/routing.rb | 100644 | 0 | 0 | | | 67 Bytes | bc4ec54736c486de680bc49370b9c3b1c70396cabe2689d570d8de491d28fa32 |
lib/comfy_blog/version.rb | 100644 | 0 | 0 | | | 41 Bytes | 88e84c2fd2006a88f718a440752e40e54e13b3d74461e4cff58955ff342445e9 |
lib/generators/comfy/blog/README | 100644 | 0 | 0 | | | 416 Bytes | 0cb3e16226224626b6d2a7fc60fd47c7c5d8706d52b92299a1c35c55f7ba9c1e |
lib/generators/comfy/blog/blog_generator.rb | 100644 | 0 | 0 | | | 1.48 KB | 924a0b2d024d19799c9951ceef163d2c1f1c58a30e74c4e5c649a5b238d007eb |
script/rails | 100644 | 0 | 0 | | | 294 Bytes | d6d7a8aa34ebc9d6a2657c4614e9f4747ff2eb0cdf4290ecaee920c4ec1d0c70 |
test/controllers/admin/blog/blogs_controller_test.rb | 100644 | 0 | 0 | | | 2.52 KB | a45284981ad5c3f664bf0d2d3788d01d23b3fd236ff0d8dfda886b9c5a9abb20 |
test/controllers/admin/blog/comments_controller_test.rb | 100644 | 0 | 0 | | | 1.61 KB | 76869c3df1686fd3fe55a997148618627f72acc07d3468598df065649ea5abda |
test/controllers/admin/blog/posts_controller_test.rb | 100644 | 0 | 0 | | | 2.9 KB | 26cb75f0122c234f01f9144a82e024a590d547ad7fff6364c4ccb3c1f9d0e095 |
test/controllers/blog/comments_controller_test.rb | 100644 | 0 | 0 | | | 965 Bytes | b97ec0f0a5873d43454336a471fb6e3bcf32f76064e30c05a1a6997dd188cfb1 |
test/controllers/blog/posts_controller_test.rb | 100644 | 0 | 0 | | | 1.97 KB | ab0dba8e316be6def1e518824315396395e9c5c04f35172f3a6122655965c9f2 |
test/fixtures/blog/blogs.yml | 100644 | 0 | 0 | | | 147 Bytes | 01048f5296bcf096c0eeed2c4585aa141518339890127c5a9483f75cf359fa0d |
test/fixtures/blog/comments.yml | 100644 | 0 | 0 | | | 122 Bytes | 18cc7d1cdb007037982ce2cbb7f611d204bd55602a1443661995ca58f87409c6 |
test/fixtures/blog/posts.yml | 100644 | 0 | 0 | | | 200 Bytes | 72833adbed43b0fa45ce1ee28519b0c066223c19e472a585bdce0be7f86624c8 |
test/fixtures/cms/sites.yml | 100644 | 0 | 0 | | | 79 Bytes | f8adfd8631462c9ad5dd9e46dd831b7be596be1972fc0796759b82f0f2da9530 |
test/fixtures/generators/blog/routes.rb | 100644 | 0 | 0 | | | 121 Bytes | 2856e9c22ba304f2addbb73bc6cff2445e3784218cb9b2133fa8519797e4f1ef |
test/generators/blog_generator_test.rb | 100644 | 0 | 0 | | | 472 Bytes | 204db4ecea198bcfbe50374b861dd0e127169effd4753797c677f5975e5c51c6 |
test/lib/configuration_test.rb | 100644 | 0 | 0 | | | 405 Bytes | 2c124a8a7493c4bafb46bb5e1cc6cd28691809bb6d37a33472d521ea8b9a1eae |
test/models/blog/blog_test.rb | 100644 | 0 | 0 | | | 1.36 KB | 64ec21cca3df21b0a5d5445056496f98b417e694824ed64d5f0bd56af7915939 |
test/models/blog/comments_test.rb | 100644 | 0 | 0 | | | 1.16 KB | 3923c705fc1a97d9a2b1e54985f781b383859c37c375c858dc30fe53e71a26af |
test/models/blog/posts_test.rb | 100644 | 0 | 0 | | | 2.22 KB | 647c9095fbbd77d17128a8b870fc9104e8127452812cd6179cfde07c49c3cb15 |
test/test_helper.rb | 100644 | 0 | 0 | | | 2.51 KB | a27c36e632aa67a28f15646958bcc2c5e3c72fc10cec816cf37b4c09ba34a1bf |