blob: 42ba28d7b4e4d7015ca832026fdcc9d49f4e1fb6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
|
Gem::Specification.new do |s|
s.name = %q{refinerycms-blog}
s.version = %q{1.3.2}
s.description = %q{A really straightforward open source Ruby on Rails blog engine designed for integration with RefineryCMS.}
s.date = %q{2011-03-09}
s.summary = %q{Ruby on Rails blogging engine for RefineryCMS.}
s.email = %q{info@refinerycms.com}
s.homepage = %q{http://refinerycms.com}
s.authors = %w(Resolve\ Digital Neoteric\ Design)
s.require_paths = %w(lib)
s.add_dependency 'refinerycms', '>= 0.9.8'
s.add_dependency 'filters_spam', '~> 0.2'
s.add_dependency 'acts-as-taggable-on', '~> 2.0.6'
s.files = %w(
app
app/controllers
app/controllers/admin
app/controllers/admin/blog
app/controllers/admin/blog/categories_controller.rb
app/controllers/admin/blog/comments_controller.rb
app/controllers/admin/blog/posts_controller.rb
app/controllers/admin/blog/settings_controller.rb
app/controllers/blog
app/controllers/blog/categories_controller.rb
app/controllers/blog/posts_controller.rb
app/controllers/blog_controller.rb
app/helpers
app/helpers/blog_posts_helper.rb
app/mailers
app/mailers/blog
app/mailers/blog/comment_mailer.rb
app/models
app/models/blog
app/models/blog/comment_mailer.rb
app/models/blog_category.rb
app/models/blog_comment.rb
app/models/blog_post.rb
app/models/categorization.rb
app/views
app/views/admin
app/views/admin/blog
app/views/admin/blog/_submenu.html.erb
app/views/admin/blog/categories
app/views/admin/blog/categories/_category.html.erb
app/views/admin/blog/categories/_form.html.erb
app/views/admin/blog/categories/_sortable_list.html.erb
app/views/admin/blog/categories/edit.html.erb
app/views/admin/blog/categories/index.html.erb
app/views/admin/blog/categories/new.html.erb
app/views/admin/blog/comments
app/views/admin/blog/comments/_comment.html.erb
app/views/admin/blog/comments/_sortable_list.html.erb
app/views/admin/blog/comments/index.html.erb
app/views/admin/blog/comments/show.html.erb
app/views/admin/blog/posts
app/views/admin/blog/posts/_form.css.erb
app/views/admin/blog/posts/_form.html.erb
app/views/admin/blog/posts/_form.js.erb
app/views/admin/blog/posts/_post.html.erb
app/views/admin/blog/posts/_sortable_list.html.erb
app/views/admin/blog/posts/edit.html.erb
app/views/admin/blog/posts/index.html.erb
app/views/admin/blog/posts/new.html.erb
app/views/admin/blog/posts/uncategorized.html.erb
app/views/admin/blog/settings
app/views/admin/blog/settings/notification_recipients.html.erb
app/views/blog
app/views/blog/categories
app/views/blog/categories/show.html.erb
app/views/blog/comment_mailer
app/views/blog/comment_mailer/notification.html.erb
app/views/blog/posts
app/views/blog/posts/_comment.html.erb
app/views/blog/posts/_nav.html.erb
app/views/blog/posts/_post.html.erb
app/views/blog/posts/archive.html.erb
app/views/blog/posts/index.html.erb
app/views/blog/posts/index.rss.builder
app/views/blog/posts/show.html.erb
app/views/blog/shared
app/views/blog/shared/_categories.html.erb
app/views/blog/shared/_post.html.erb
app/views/blog/shared/_posts.html.erb
app/views/blog/shared/_rss_feed.html.erb
changelog.md
config
config/locales
config/locales/de.yml
config/locales/en.yml
config/locales/es.yml
config/locales/fr.yml
config/locales/it.yml
config/locales/nb.yml
config/locales/nl.yml
config/locales/pl.yml
config/locales/pt-BR.yml
config/locales/ru.yml
config/routes.rb
db
db/migrate
db/migrate/1_create_blog_structure.rb
db/migrate/2_add_user_id_to_blog_posts.rb
db/seeds
db/seeds/refinerycms_blog.rb
features
features/authors.feature
features/support
features/support/factories
features/support/factories/blog_categories.rb
features/support/factories/blog_comments.rb
features/support/factories/blog_posts.rb
features/support/paths.rb
features/support/step_definitions
features/support/step_definitions/authors_steps.rb
lib
lib/gemspec.rb
lib/generators
lib/generators/refinerycms_blog
lib/generators/refinerycms_blog/templates
lib/generators/refinerycms_blog_generator.rb
lib/refinerycms-blog.rb
public
public/images
public/images/refinerycms-blog
public/images/refinerycms-blog/icons
public/images/refinerycms-blog/icons/cog.png
public/images/refinerycms-blog/icons/comment.png
public/images/refinerycms-blog/icons/comment_cross.png
public/images/refinerycms-blog/icons/comment_tick.png
public/images/refinerycms-blog/icons/comments.png
public/images/refinerycms-blog/icons/down.gif
public/images/refinerycms-blog/icons/folder.png
public/images/refinerycms-blog/icons/folder_add.png
public/images/refinerycms-blog/icons/folder_edit.png
public/images/refinerycms-blog/icons/page.png
public/images/refinerycms-blog/icons/page_add.png
public/images/refinerycms-blog/icons/page_copy.png
public/images/refinerycms-blog/icons/up.gif
public/images/refinerycms-blog/rss-feed.png
public/javascripts
public/javascripts/refinery
public/javascripts/refinery/refinerycms-blog.js
public/javascripts/refinerycms-blog.js
public/stylesheets
public/stylesheets/refinery
public/stylesheets/refinery/refinerycms-blog.css
public/stylesheets/refinerycms-blog.css
readme.md
spec
spec/models
spec/models/blog_categories_spec.rb
spec/models/blog_comments_spec.rb
spec/models/blog_posts_spec.rb
)
end
|