glebtv-ckeditor 4.1.1.3 → 4.1.1.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e3fd1a42d53fc01e49c821126e290ed3169b3083
4
- data.tar.gz: 7a1004bb15c71493fbc67c07df44a2f0c63897f7
3
+ metadata.gz: 5730dd65ada1e4f618fd50f09f597329d664f7dd
4
+ data.tar.gz: 44cc01cd5da292ae0979bd3631b724bae374b925
5
5
  SHA512:
6
- metadata.gz: 8b140a020a727710613f2b4cec11037f9572fd93d7efb9bfd70f7a8e7f1c603e0ce6feae8de257906d5a8b7f2ea86f1ed6608a5c8c147e1b1d406f60f4f4f100
7
- data.tar.gz: ccbf6ef045d02c84334359d40f794bd542b815ba0e50ad6bb2eaa74cb26748c7effbef3ffb1ca1c56067c563cc14faf386fa1a736f643c042106282523ad0d5c
6
+ metadata.gz: a5f52cc86321454f6a006bceb48fd6de89fa6ab8dd74183d270e3957a28f5f1a23210edb4f8a6ae8190240c76b84d9668bb989c04e6bcaf2299f8dd6c6cea312
7
+ data.tar.gz: 17fb9886051ec9d7f0f0b99c0ab7332fbac5c3ccbb454807ec9e31e12b3e34d0808ffa0db6068dad249236ab3c3da8fc24f2d406837fa7ba747017a24341f986
@@ -1,3 +1,3 @@
1
1
  = javascript_include_tag "ckeditor/init"
2
2
 
3
- = form.send 'cktext_area', field.method_name, field.html_attributes
3
+ = form.cktext_area field.method_name, field.html_attributes.reverse_merge((hdv = field.html_default_value).nil? ? { :value => field.formatted_value } : { :value => hdv })
@@ -1,6 +1,6 @@
1
1
  module Ckeditor
2
2
  module Version
3
- GEM = "4.1.1.3".freeze
3
+ GEM = "4.1.1.4".freeze
4
4
  EDITOR = "4.1.1".freeze
5
5
  end
6
6
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: glebtv-ckeditor
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.1.1.3
4
+ version: 4.1.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - GlebTv
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-05-05 00:00:00.000000000 Z
11
+ date: 2013-08-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: mime-types
@@ -45,347 +45,347 @@ extensions: []
45
45
  extra_rdoc_files:
46
46
  - README.rdoc
47
47
  files:
48
+ - app/views/rails_admin/main/_form_ckeditor.html.haml
48
49
  - app/views/layouts/ckeditor/application.html.erb
49
- - app/views/ckeditor/shared/_asset_tmpl.html.erb
50
- - app/views/ckeditor/shared/_asset.html.erb
51
50
  - app/views/ckeditor/pictures/index.html.erb
51
+ - app/views/ckeditor/shared/_asset.html.erb
52
+ - app/views/ckeditor/shared/_asset_tmpl.html.erb
52
53
  - app/views/ckeditor/attachment_files/index.html.erb
53
- - app/views/rails_admin/main/_form_ckeditor.html.haml
54
- - app/controllers/ckeditor/attachment_files_controller.rb
55
- - app/controllers/ckeditor/application_controller.rb
56
- - app/controllers/ckeditor/pictures_controller.rb
57
- - app/assets/javascripts/ckeditor/README.md
58
- - app/assets/javascripts/ckeditor/init.js.erb
54
+ - app/assets/javascripts/ckeditor/LICENSE.md
59
55
  - app/assets/javascripts/ckeditor/filebrowser/javascripts/fileuploader.js
56
+ - app/assets/javascripts/ckeditor/filebrowser/javascripts/application.js
60
57
  - app/assets/javascripts/ckeditor/filebrowser/javascripts/jquery.tmpl.min.js
61
- - app/assets/javascripts/ckeditor/filebrowser/javascripts/jquery.min.js
62
58
  - app/assets/javascripts/ckeditor/filebrowser/javascripts/rails.js
63
- - app/assets/javascripts/ckeditor/filebrowser/javascripts/application.js
64
- - app/assets/javascripts/ckeditor/filebrowser/images/gal_add.jpg
59
+ - app/assets/javascripts/ckeditor/filebrowser/javascripts/jquery.min.js
65
60
  - app/assets/javascripts/ckeditor/filebrowser/images/preloader.gif
66
61
  - app/assets/javascripts/ckeditor/filebrowser/images/gal_more.gif
67
- - app/assets/javascripts/ckeditor/filebrowser/images/thumbs/jpg.gif
68
- - app/assets/javascripts/ckeditor/filebrowser/images/thumbs/doc.gif
69
- - app/assets/javascripts/ckeditor/filebrowser/images/thumbs/docx.gif
70
- - app/assets/javascripts/ckeditor/filebrowser/images/thumbs/tar.gif
71
- - app/assets/javascripts/ckeditor/filebrowser/images/thumbs/psd.gif
72
- - app/assets/javascripts/ckeditor/filebrowser/images/thumbs/gz.gif
73
- - app/assets/javascripts/ckeditor/filebrowser/images/thumbs/xls.gif
62
+ - app/assets/javascripts/ckeditor/filebrowser/images/gal_add.png
63
+ - app/assets/javascripts/ckeditor/filebrowser/images/gal_add.jpg
74
64
  - app/assets/javascripts/ckeditor/filebrowser/images/thumbs/zip.gif
75
- - app/assets/javascripts/ckeditor/filebrowser/images/thumbs/rar.gif
76
- - app/assets/javascripts/ckeditor/filebrowser/images/thumbs/wmv.gif
77
- - app/assets/javascripts/ckeditor/filebrowser/images/thumbs/unknown.gif
78
- - app/assets/javascripts/ckeditor/filebrowser/images/thumbs/txt.gif
79
- - app/assets/javascripts/ckeditor/filebrowser/images/thumbs/mp3.gif
80
- - app/assets/javascripts/ckeditor/filebrowser/images/thumbs/pdf.gif
81
65
  - app/assets/javascripts/ckeditor/filebrowser/images/thumbs/exe.gif
82
- - app/assets/javascripts/ckeditor/filebrowser/images/thumbs/ckfnothumb.gif
83
66
  - app/assets/javascripts/ckeditor/filebrowser/images/thumbs/swf.gif
67
+ - app/assets/javascripts/ckeditor/filebrowser/images/thumbs/pdf.gif
68
+ - app/assets/javascripts/ckeditor/filebrowser/images/thumbs/rar.gif
69
+ - app/assets/javascripts/ckeditor/filebrowser/images/thumbs/gz.gif
70
+ - app/assets/javascripts/ckeditor/filebrowser/images/thumbs/xls.gif
84
71
  - app/assets/javascripts/ckeditor/filebrowser/images/thumbs/avi.gif
72
+ - app/assets/javascripts/ckeditor/filebrowser/images/thumbs/unknown.gif
73
+ - app/assets/javascripts/ckeditor/filebrowser/images/thumbs/mpg.gif
74
+ - app/assets/javascripts/ckeditor/filebrowser/images/thumbs/doc.gif
75
+ - app/assets/javascripts/ckeditor/filebrowser/images/thumbs/mp3.gif
85
76
  - app/assets/javascripts/ckeditor/filebrowser/images/thumbs/xlsx.gif
77
+ - app/assets/javascripts/ckeditor/filebrowser/images/thumbs/jpg.gif
78
+ - app/assets/javascripts/ckeditor/filebrowser/images/thumbs/txt.gif
79
+ - app/assets/javascripts/ckeditor/filebrowser/images/thumbs/tar.gif
80
+ - app/assets/javascripts/ckeditor/filebrowser/images/thumbs/ckfnothumb.gif
81
+ - app/assets/javascripts/ckeditor/filebrowser/images/thumbs/psd.gif
86
82
  - app/assets/javascripts/ckeditor/filebrowser/images/thumbs/htm.gif
87
- - app/assets/javascripts/ckeditor/filebrowser/images/thumbs/mpg.gif
83
+ - app/assets/javascripts/ckeditor/filebrowser/images/thumbs/wmv.gif
84
+ - app/assets/javascripts/ckeditor/filebrowser/images/thumbs/docx.gif
88
85
  - app/assets/javascripts/ckeditor/filebrowser/images/gal_del.png
89
- - app/assets/javascripts/ckeditor/filebrowser/images/gal_add.png
90
86
  - app/assets/javascripts/ckeditor/filebrowser/stylesheets/uploader.css
91
87
  - app/assets/javascripts/ckeditor/contents.css
92
- - app/assets/javascripts/ckeditor/styles.js
93
- - app/assets/javascripts/ckeditor/lang/en.js
94
- - app/assets/javascripts/ckeditor/lang/ru.js
95
- - app/assets/javascripts/ckeditor/build-config.js
96
- - app/assets/javascripts/ckeditor/LICENSE.md
97
- - app/assets/javascripts/ckeditor/config.js.erb
98
88
  - app/assets/javascripts/ckeditor/CHANGES.md
99
- - app/assets/javascripts/ckeditor/ckeditor.js
100
89
  - app/assets/javascripts/ckeditor/application.js
101
- - app/assets/javascripts/ckeditor/skins/moono/dialog_ie8.css
102
- - app/assets/javascripts/ckeditor/skins/moono/editor_ie7.css
103
- - app/assets/javascripts/ckeditor/skins/moono/dialog_opera.css
104
- - app/assets/javascripts/ckeditor/skins/moono/icons.png
105
- - app/assets/javascripts/ckeditor/skins/moono/editor_iequirks.css
106
- - app/assets/javascripts/ckeditor/skins/moono/dialog.css
107
- - app/assets/javascripts/ckeditor/skins/moono/dialog_iequirks.css
108
- - app/assets/javascripts/ckeditor/skins/moono/dialog_ie7.css
109
- - app/assets/javascripts/ckeditor/skins/moono/images/mini.png
110
- - app/assets/javascripts/ckeditor/skins/moono/images/close.png
111
- - app/assets/javascripts/ckeditor/skins/moono/images/arrow.png
112
- - app/assets/javascripts/ckeditor/skins/moono/editor_ie8.css
113
- - app/assets/javascripts/ckeditor/skins/moono/editor_gecko.css
114
- - app/assets/javascripts/ckeditor/skins/moono/dialog_ie.css
115
- - app/assets/javascripts/ckeditor/skins/moono/editor.css
116
- - app/assets/javascripts/ckeditor/skins/moono/readme.md
117
- - app/assets/javascripts/ckeditor/skins/moono/editor_ie.css
118
- - app/assets/javascripts/ckeditor/plugins/colordialog/dialogs/colordialog.js
119
- - app/assets/javascripts/ckeditor/plugins/colordialog/lang/en.js
120
- - app/assets/javascripts/ckeditor/plugins/colordialog/lang/ru.js
121
- - app/assets/javascripts/ckeditor/plugins/colordialog/plugin.js
122
- - app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/a11yhelp.js
123
- - app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/en.js
124
- - app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/ru.js
125
- - app/assets/javascripts/ckeditor/plugins/mediaembed/images/icon.png
90
+ - app/assets/javascripts/ckeditor/plugins/codemirror/icons/AutoFormat.png
91
+ - app/assets/javascripts/ckeditor/plugins/codemirror/icons/SearchCode.png
92
+ - app/assets/javascripts/ckeditor/plugins/codemirror/icons/UncommentSelectedRange.png
93
+ - app/assets/javascripts/ckeditor/plugins/codemirror/icons/AutoComplete.png
94
+ - app/assets/javascripts/ckeditor/plugins/codemirror/icons/CommentSelectedRange.png
126
95
  - app/assets/javascripts/ckeditor/plugins/codemirror/lang/en.js
127
96
  - app/assets/javascripts/ckeditor/plugins/codemirror/lang/ru.js
97
+ - app/assets/javascripts/ckeditor/plugins/codemirror/js/mode/xml.js
98
+ - app/assets/javascripts/ckeditor/plugins/codemirror/js/mode/javascript.js
99
+ - app/assets/javascripts/ckeditor/plugins/codemirror/js/mode/css.js
100
+ - app/assets/javascripts/ckeditor/plugins/codemirror/js/mode/htmlmixed.js
101
+ - app/assets/javascripts/ckeditor/plugins/codemirror/js/codemirror.js
102
+ - app/assets/javascripts/ckeditor/plugins/codemirror/js/codemirror.min.js
128
103
  - app/assets/javascripts/ckeditor/plugins/codemirror/js/addon/fold/xml-fold.js
129
- - app/assets/javascripts/ckeditor/plugins/codemirror/js/addon/fold/brace-fold.js
130
104
  - app/assets/javascripts/ckeditor/plugins/codemirror/js/addon/fold/foldcode.js
131
- - app/assets/javascripts/ckeditor/plugins/codemirror/js/addon/format/formatting.js
132
- - app/assets/javascripts/ckeditor/plugins/codemirror/js/addon/format/autoFormatAll.js
105
+ - app/assets/javascripts/ckeditor/plugins/codemirror/js/addon/fold/brace-fold.js
106
+ - app/assets/javascripts/ckeditor/plugins/codemirror/js/addon/edit/matchbrackets.js
133
107
  - app/assets/javascripts/ckeditor/plugins/codemirror/js/addon/edit/continuecomment.js
108
+ - app/assets/javascripts/ckeditor/plugins/codemirror/js/addon/edit/closebrackets.js
134
109
  - app/assets/javascripts/ckeditor/plugins/codemirror/js/addon/edit/continuelist.js
135
110
  - app/assets/javascripts/ckeditor/plugins/codemirror/js/addon/edit/closetag.js
136
- - app/assets/javascripts/ckeditor/plugins/codemirror/js/addon/edit/matchbrackets.js
137
- - app/assets/javascripts/ckeditor/plugins/codemirror/js/addon/edit/closebrackets.js
138
111
  - app/assets/javascripts/ckeditor/plugins/codemirror/js/addon/dialog/dialog.js
112
+ - app/assets/javascripts/ckeditor/plugins/codemirror/js/addon/format/autoFormatAll.js
113
+ - app/assets/javascripts/ckeditor/plugins/codemirror/js/addon/format/formatting.js
114
+ - app/assets/javascripts/ckeditor/plugins/codemirror/js/addon/search/searchcursor.js
139
115
  - app/assets/javascripts/ckeditor/plugins/codemirror/js/addon/search/search.js
140
116
  - app/assets/javascripts/ckeditor/plugins/codemirror/js/addon/search/match-highlighter.js
141
- - app/assets/javascripts/ckeditor/plugins/codemirror/js/addon/search/searchcursor.js
142
- - app/assets/javascripts/ckeditor/plugins/codemirror/js/codemirror.min.js
143
- - app/assets/javascripts/ckeditor/plugins/codemirror/js/mode/xml.js
144
- - app/assets/javascripts/ckeditor/plugins/codemirror/js/mode/htmlmixed.js
145
- - app/assets/javascripts/ckeditor/plugins/codemirror/js/mode/javascript.js
146
- - app/assets/javascripts/ckeditor/plugins/codemirror/js/mode/css.js
147
- - app/assets/javascripts/ckeditor/plugins/codemirror/js/codemirror.addons.min.js
148
117
  - app/assets/javascripts/ckeditor/plugins/codemirror/js/codemirror.search-addons.min.js
118
+ - app/assets/javascripts/ckeditor/plugins/codemirror/js/codemirror.addons.min.js
149
119
  - app/assets/javascripts/ckeditor/plugins/codemirror/js/codemirror.modes.min.js
150
- - app/assets/javascripts/ckeditor/plugins/codemirror/js/codemirror.js
151
- - app/assets/javascripts/ckeditor/plugins/codemirror/plugin.js
152
- - app/assets/javascripts/ckeditor/plugins/codemirror/icons/SearchCode.png
153
- - app/assets/javascripts/ckeditor/plugins/codemirror/icons/AutoFormat.png
154
- - app/assets/javascripts/ckeditor/plugins/codemirror/icons/CommentSelectedRange.png
155
- - app/assets/javascripts/ckeditor/plugins/codemirror/icons/UncommentSelectedRange.png
156
- - app/assets/javascripts/ckeditor/plugins/codemirror/icons/AutoComplete.png
157
- - app/assets/javascripts/ckeditor/plugins/codemirror/theme/night.css
158
- - app/assets/javascripts/ckeditor/plugins/codemirror/theme/vibrant-ink.css
159
- - app/assets/javascripts/ckeditor/plugins/codemirror/theme/twilight.css
160
- - app/assets/javascripts/ckeditor/plugins/codemirror/theme/elegant.css
161
- - app/assets/javascripts/ckeditor/plugins/codemirror/theme/eclipse.css
162
- - app/assets/javascripts/ckeditor/plugins/codemirror/theme/neat.css
163
- - app/assets/javascripts/ckeditor/plugins/codemirror/theme/erlang-dark.css
164
- - app/assets/javascripts/ckeditor/plugins/codemirror/theme/solarized.css
165
- - app/assets/javascripts/ckeditor/plugins/codemirror/theme/xq-light.css
166
- - app/assets/javascripts/ckeditor/plugins/codemirror/theme/ambiance-mobile.css
167
- - app/assets/javascripts/ckeditor/plugins/codemirror/theme/ambiance.css
120
+ - app/assets/javascripts/ckeditor/plugins/codemirror/css/codemirror.ckeditor.css
121
+ - app/assets/javascripts/ckeditor/plugins/codemirror/css/codemirror.min.css
122
+ - app/assets/javascripts/ckeditor/plugins/codemirror/css/codemirror.css
123
+ - app/assets/javascripts/ckeditor/plugins/codemirror/theme/blackboard.css
168
124
  - app/assets/javascripts/ckeditor/plugins/codemirror/theme/rubyblue.css
169
125
  - app/assets/javascripts/ckeditor/plugins/codemirror/theme/monokai.css
170
126
  - app/assets/javascripts/ckeditor/plugins/codemirror/theme/lesser-dark.css
171
- - app/assets/javascripts/ckeditor/plugins/codemirror/theme/blackboard.css
172
- - app/assets/javascripts/ckeditor/plugins/codemirror/theme/xq-dark.css
127
+ - app/assets/javascripts/ckeditor/plugins/codemirror/theme/erlang-dark.css
128
+ - app/assets/javascripts/ckeditor/plugins/codemirror/theme/vibrant-ink.css
129
+ - app/assets/javascripts/ckeditor/plugins/codemirror/theme/night.css
130
+ - app/assets/javascripts/ckeditor/plugins/codemirror/theme/xq-light.css
131
+ - app/assets/javascripts/ckeditor/plugins/codemirror/theme/solarized.css
173
132
  - app/assets/javascripts/ckeditor/plugins/codemirror/theme/cobalt.css
174
- - app/assets/javascripts/ckeditor/plugins/codemirror/css/codemirror.css
175
- - app/assets/javascripts/ckeditor/plugins/codemirror/css/codemirror.ckeditor.css
176
- - app/assets/javascripts/ckeditor/plugins/codemirror/css/codemirror.min.css
177
- - app/assets/javascripts/ckeditor/plugins/icons.png
178
- - app/assets/javascripts/ckeditor/plugins/fakeobjects/images/spacer.gif
179
- - app/assets/javascripts/ckeditor/plugins/colorbutton/lang/en.js
180
- - app/assets/javascripts/ckeditor/plugins/colorbutton/lang/ru.js
181
- - app/assets/javascripts/ckeditor/plugins/colorbutton/plugin.js
182
- - app/assets/javascripts/ckeditor/plugins/colorbutton/icons/bgcolor.png
183
- - app/assets/javascripts/ckeditor/plugins/colorbutton/icons/textcolor.png
184
- - app/assets/javascripts/ckeditor/plugins/LoremIpsum/plugin.js
133
+ - app/assets/javascripts/ckeditor/plugins/codemirror/theme/eclipse.css
134
+ - app/assets/javascripts/ckeditor/plugins/codemirror/theme/xq-dark.css
135
+ - app/assets/javascripts/ckeditor/plugins/codemirror/theme/elegant.css
136
+ - app/assets/javascripts/ckeditor/plugins/codemirror/theme/ambiance.css
137
+ - app/assets/javascripts/ckeditor/plugins/codemirror/theme/twilight.css
138
+ - app/assets/javascripts/ckeditor/plugins/codemirror/theme/neat.css
139
+ - app/assets/javascripts/ckeditor/plugins/codemirror/theme/ambiance-mobile.css
140
+ - app/assets/javascripts/ckeditor/plugins/codemirror/plugin.js
185
141
  - app/assets/javascripts/ckeditor/plugins/LoremIpsum/images/icon1.png
186
142
  - app/assets/javascripts/ckeditor/plugins/LoremIpsum/images/icon.png
187
- - app/assets/javascripts/ckeditor/plugins/CKCss/dialogs/ckcss.js
188
- - app/assets/javascripts/ckeditor/plugins/CKCss/lang/en.js
189
- - app/assets/javascripts/ckeditor/plugins/CKCss/lang/ru.js
190
- - app/assets/javascripts/ckeditor/plugins/CKCss/plugin.js
191
- - app/assets/javascripts/ckeditor/plugins/CKCss/css/styles.css
192
- - app/assets/javascripts/ckeditor/plugins/CKCss/ckcss.png
143
+ - app/assets/javascripts/ckeditor/plugins/LoremIpsum/plugin.js
144
+ - app/assets/javascripts/ckeditor/plugins/table/dialogs/table.js
145
+ - app/assets/javascripts/ckeditor/plugins/icons.png
146
+ - app/assets/javascripts/ckeditor/plugins/pastefromword/filter/default.js
147
+ - app/assets/javascripts/ckeditor/plugins/flash/dialogs/flash.js
148
+ - app/assets/javascripts/ckeditor/plugins/flash/images/placeholder.png
149
+ - app/assets/javascripts/ckeditor/plugins/colordialog/dialogs/colordialog.js
150
+ - app/assets/javascripts/ckeditor/plugins/colordialog/lang/en.js
151
+ - app/assets/javascripts/ckeditor/plugins/colordialog/lang/ru.js
152
+ - app/assets/javascripts/ckeditor/plugins/colordialog/plugin.js
153
+ - app/assets/javascripts/ckeditor/plugins/mediaembed/images/icon.png
193
154
  - app/assets/javascripts/ckeditor/plugins/image/dialogs/image.js
194
155
  - app/assets/javascripts/ckeditor/plugins/image/images/noimage.png
195
156
  - app/assets/javascripts/ckeditor/plugins/tabletools/dialogs/tableCell.js
196
- - app/assets/javascripts/ckeditor/plugins/highslide/dialogs/hs.js
197
- - app/assets/javascripts/ckeditor/plugins/highslide/readme.txt
198
- - app/assets/javascripts/ckeditor/plugins/highslide/lang/en.js
199
- - app/assets/javascripts/ckeditor/plugins/highslide/lang/ru.js
200
- - app/assets/javascripts/ckeditor/plugins/highslide/plugin.js
201
- - app/assets/javascripts/ckeditor/plugins/highslide/icon.png
202
- - app/assets/javascripts/ckeditor/plugins/font/lang/en.js
203
- - app/assets/javascripts/ckeditor/plugins/font/lang/ru.js
204
- - app/assets/javascripts/ckeditor/plugins/font/plugin.js
205
- - app/assets/javascripts/ckeditor/plugins/pastefromword/filter/default.js
206
- - app/assets/javascripts/ckeditor/plugins/clipboard/dialogs/paste.js
207
- - app/assets/javascripts/ckeditor/plugins/table/dialogs/table.js
208
- - app/assets/javascripts/ckeditor/plugins/wsc/README.md
157
+ - app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/a11yhelp.js
158
+ - app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/en.js
159
+ - app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/ru.js
160
+ - app/assets/javascripts/ckeditor/plugins/scayt/LICENSE.md
161
+ - app/assets/javascripts/ckeditor/plugins/scayt/dialogs/toolbar.css
162
+ - app/assets/javascripts/ckeditor/plugins/scayt/dialogs/options.js
163
+ - app/assets/javascripts/ckeditor/plugins/scayt/README.md
164
+ - app/assets/javascripts/ckeditor/plugins/wsc/LICENSE.md
209
165
  - app/assets/javascripts/ckeditor/plugins/wsc/dialogs/wsc.css
210
- - app/assets/javascripts/ckeditor/plugins/wsc/dialogs/wsc.js
211
166
  - app/assets/javascripts/ckeditor/plugins/wsc/dialogs/tmpFrameset.html
167
+ - app/assets/javascripts/ckeditor/plugins/wsc/dialogs/wsc.js
212
168
  - app/assets/javascripts/ckeditor/plugins/wsc/dialogs/ciframe.html
213
- - app/assets/javascripts/ckeditor/plugins/wsc/LICENSE.md
169
+ - app/assets/javascripts/ckeditor/plugins/wsc/README.md
170
+ - app/assets/javascripts/ckeditor/plugins/font/lang/en.js
171
+ - app/assets/javascripts/ckeditor/plugins/font/lang/ru.js
172
+ - app/assets/javascripts/ckeditor/plugins/font/plugin.js
173
+ - app/assets/javascripts/ckeditor/plugins/fakeobjects/images/spacer.gif
214
174
  - app/assets/javascripts/ckeditor/plugins/dialog/dialogDefinition.js
215
175
  - app/assets/javascripts/ckeditor/plugins/panelbutton/plugin.js
216
- - app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/en.js
217
- - app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/specialchar.js
218
176
  - app/assets/javascripts/ckeditor/plugins/magicline/images/icon.png
219
- - app/assets/javascripts/ckeditor/plugins/scayt/README.md
220
- - app/assets/javascripts/ckeditor/plugins/scayt/dialogs/options.js
221
- - app/assets/javascripts/ckeditor/plugins/scayt/dialogs/toolbar.css
222
- - app/assets/javascripts/ckeditor/plugins/scayt/LICENSE.md
223
- - app/assets/javascripts/ckeditor/plugins/flash/dialogs/flash.js
224
- - app/assets/javascripts/ckeditor/plugins/flash/images/placeholder.png
225
- - app/assets/javascripts/ckeditor/plugins/oembed/images/icon.png
226
- - app/assets/javascripts/ckeditor/plugins/oembed/libs/jquery.oembed.min.js
227
- - app/assets/javascripts/ckeditor/plugins/oembed/libs/jquery.oembed.js
228
177
  - app/assets/javascripts/ckeditor/plugins/link/dialogs/anchor.js
229
178
  - app/assets/javascripts/ckeditor/plugins/link/dialogs/link.js
230
179
  - app/assets/javascripts/ckeditor/plugins/link/images/anchor.png
180
+ - app/assets/javascripts/ckeditor/plugins/clipboard/dialogs/paste.js
181
+ - app/assets/javascripts/ckeditor/plugins/CKCss/ckcss.png
182
+ - app/assets/javascripts/ckeditor/plugins/CKCss/dialogs/ckcss.js
183
+ - app/assets/javascripts/ckeditor/plugins/CKCss/lang/en.js
184
+ - app/assets/javascripts/ckeditor/plugins/CKCss/lang/ru.js
185
+ - app/assets/javascripts/ckeditor/plugins/CKCss/css/styles.css
186
+ - app/assets/javascripts/ckeditor/plugins/CKCss/plugin.js
187
+ - app/assets/javascripts/ckeditor/plugins/highslide/dialogs/hs.js
188
+ - app/assets/javascripts/ckeditor/plugins/highslide/lang/en.js
189
+ - app/assets/javascripts/ckeditor/plugins/highslide/lang/ru.js
190
+ - app/assets/javascripts/ckeditor/plugins/highslide/icon.png
191
+ - app/assets/javascripts/ckeditor/plugins/highslide/readme.txt
192
+ - app/assets/javascripts/ckeditor/plugins/highslide/plugin.js
193
+ - app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/specialchar.js
194
+ - app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/en.js
195
+ - app/assets/javascripts/ckeditor/plugins/oembed/libs/jquery.oembed.js
196
+ - app/assets/javascripts/ckeditor/plugins/oembed/libs/jquery.oembed.min.js
197
+ - app/assets/javascripts/ckeditor/plugins/oembed/images/icon.png
198
+ - app/assets/javascripts/ckeditor/plugins/colorbutton/icons/textcolor.png
199
+ - app/assets/javascripts/ckeditor/plugins/colorbutton/icons/bgcolor.png
200
+ - app/assets/javascripts/ckeditor/plugins/colorbutton/lang/en.js
201
+ - app/assets/javascripts/ckeditor/plugins/colorbutton/lang/ru.js
202
+ - app/assets/javascripts/ckeditor/plugins/colorbutton/plugin.js
231
203
  - app/assets/javascripts/ckeditor/plugins/iframedialog/plugin.js
232
- - app/assets/javascripts/ckeditor/samples/inlinebycode.html
233
- - app/assets/javascripts/ckeditor/samples/xhtmlstyle.html
204
+ - app/assets/javascripts/ckeditor/lang/en.js
205
+ - app/assets/javascripts/ckeditor/lang/ru.js
206
+ - app/assets/javascripts/ckeditor/ckeditor.js
207
+ - app/assets/javascripts/ckeditor/skins/moono/editor.css
208
+ - app/assets/javascripts/ckeditor/skins/moono/editor_iequirks.css
209
+ - app/assets/javascripts/ckeditor/skins/moono/icons.png
210
+ - app/assets/javascripts/ckeditor/skins/moono/dialog_ie.css
211
+ - app/assets/javascripts/ckeditor/skins/moono/dialog_ie8.css
212
+ - app/assets/javascripts/ckeditor/skins/moono/editor_gecko.css
213
+ - app/assets/javascripts/ckeditor/skins/moono/editor_ie7.css
214
+ - app/assets/javascripts/ckeditor/skins/moono/readme.md
215
+ - app/assets/javascripts/ckeditor/skins/moono/editor_ie8.css
216
+ - app/assets/javascripts/ckeditor/skins/moono/images/arrow.png
217
+ - app/assets/javascripts/ckeditor/skins/moono/images/mini.png
218
+ - app/assets/javascripts/ckeditor/skins/moono/images/close.png
219
+ - app/assets/javascripts/ckeditor/skins/moono/dialog_iequirks.css
220
+ - app/assets/javascripts/ckeditor/skins/moono/editor_ie.css
221
+ - app/assets/javascripts/ckeditor/skins/moono/dialog_opera.css
222
+ - app/assets/javascripts/ckeditor/skins/moono/dialog.css
223
+ - app/assets/javascripts/ckeditor/skins/moono/dialog_ie7.css
224
+ - app/assets/javascripts/ckeditor/styles.js
225
+ - app/assets/javascripts/ckeditor/README.md
226
+ - app/assets/javascripts/ckeditor/init.js.erb
227
+ - app/assets/javascripts/ckeditor/config.js.erb
228
+ - app/assets/javascripts/ckeditor/build-config.js
234
229
  - app/assets/javascripts/ckeditor/samples/api.html
235
- - app/assets/javascripts/ckeditor/samples/replacebycode.html
236
230
  - app/assets/javascripts/ckeditor/samples/index.html
237
- - app/assets/javascripts/ckeditor/samples/datafiltering.html
238
- - app/assets/javascripts/ckeditor/samples/uilanguages.html
239
- - app/assets/javascripts/ckeditor/samples/replacebyclass.html
240
- - app/assets/javascripts/ckeditor/samples/tabindex.html
241
- - app/assets/javascripts/ckeditor/samples/divreplace.html
242
- - app/assets/javascripts/ckeditor/samples/ajax.html
243
- - app/assets/javascripts/ckeditor/samples/sample.css
244
- - app/assets/javascripts/ckeditor/samples/uicolor.html
231
+ - app/assets/javascripts/ckeditor/samples/assets/posteddata.php
245
232
  - app/assets/javascripts/ckeditor/samples/assets/outputxhtml/outputxhtml.css
246
- - app/assets/javascripts/ckeditor/samples/assets/sample.css
247
233
  - app/assets/javascripts/ckeditor/samples/assets/inlineall/logo.png
248
- - app/assets/javascripts/ckeditor/samples/assets/uilanguages/languages.js
249
- - app/assets/javascripts/ckeditor/samples/assets/posteddata.php
250
234
  - app/assets/javascripts/ckeditor/samples/assets/sample.jpg
251
- - app/assets/javascripts/ckeditor/samples/readonly.html
252
- - app/assets/javascripts/ckeditor/samples/appendto.html
253
- - app/assets/javascripts/ckeditor/samples/sample.js
254
- - app/assets/javascripts/ckeditor/samples/inlineall.html
235
+ - app/assets/javascripts/ckeditor/samples/assets/uilanguages/languages.js
236
+ - app/assets/javascripts/ckeditor/samples/assets/sample.css
237
+ - app/assets/javascripts/ckeditor/samples/uilanguages.html
255
238
  - app/assets/javascripts/ckeditor/samples/sample_posteddata.php
239
+ - app/assets/javascripts/ckeditor/samples/sample.css
240
+ - app/assets/javascripts/ckeditor/samples/inlineall.html
241
+ - app/assets/javascripts/ckeditor/samples/plugins/htmlwriter/outputforflash.html
242
+ - app/assets/javascripts/ckeditor/samples/plugins/htmlwriter/assets/outputforflash/outputforflash.swf
243
+ - app/assets/javascripts/ckeditor/samples/plugins/htmlwriter/assets/outputforflash/swfobject.js
244
+ - app/assets/javascripts/ckeditor/samples/plugins/htmlwriter/assets/outputforflash/outputforflash.fla
245
+ - app/assets/javascripts/ckeditor/samples/plugins/htmlwriter/outputhtml.html
246
+ - app/assets/javascripts/ckeditor/samples/plugins/stylesheetparser/assets/sample.css
247
+ - app/assets/javascripts/ckeditor/samples/plugins/stylesheetparser/stylesheetparser.html
256
248
  - app/assets/javascripts/ckeditor/samples/plugins/toolbar/toolbar.html
257
249
  - app/assets/javascripts/ckeditor/samples/plugins/dialog/dialog.html
258
250
  - app/assets/javascripts/ckeditor/samples/plugins/dialog/assets/my_dialog.js
259
- - app/assets/javascripts/ckeditor/samples/plugins/stylesheetparser/assets/sample.css
260
- - app/assets/javascripts/ckeditor/samples/plugins/stylesheetparser/stylesheetparser.html
251
+ - app/assets/javascripts/ckeditor/samples/plugins/wysiwygarea/fullpage.html
261
252
  - app/assets/javascripts/ckeditor/samples/plugins/magicline/magicline.html
262
- - app/assets/javascripts/ckeditor/samples/plugins/htmlwriter/outputhtml.html
263
- - app/assets/javascripts/ckeditor/samples/plugins/htmlwriter/assets/outputforflash/outputforflash.swf
264
- - app/assets/javascripts/ckeditor/samples/plugins/htmlwriter/assets/outputforflash/swfobject.js
265
- - app/assets/javascripts/ckeditor/samples/plugins/htmlwriter/assets/outputforflash/outputforflash.fla
266
- - app/assets/javascripts/ckeditor/samples/plugins/htmlwriter/outputforflash.html
267
253
  - app/assets/javascripts/ckeditor/samples/plugins/enterkey/enterkey.html
268
- - app/assets/javascripts/ckeditor/samples/plugins/wysiwygarea/fullpage.html
254
+ - app/assets/javascripts/ckeditor/samples/uicolor.html
255
+ - app/assets/javascripts/ckeditor/samples/datafiltering.html
256
+ - app/assets/javascripts/ckeditor/samples/replacebyclass.html
257
+ - app/assets/javascripts/ckeditor/samples/divreplace.html
258
+ - app/assets/javascripts/ckeditor/samples/replacebycode.html
259
+ - app/assets/javascripts/ckeditor/samples/sample.js
260
+ - app/assets/javascripts/ckeditor/samples/tabindex.html
261
+ - app/assets/javascripts/ckeditor/samples/xhtmlstyle.html
262
+ - app/assets/javascripts/ckeditor/samples/readonly.html
263
+ - app/assets/javascripts/ckeditor/samples/inlinebycode.html
264
+ - app/assets/javascripts/ckeditor/samples/appendto.html
265
+ - app/assets/javascripts/ckeditor/samples/ajax.html
269
266
  - app/assets/stylesheets/ckcontent.css
270
267
  - app/assets/stylesheets/ckeditor/application.css
271
- - config/routes.rb
272
- - config/locales/ru.ckeditor.yml
268
+ - app/controllers/ckeditor/pictures_controller.rb
269
+ - app/controllers/ckeditor/application_controller.rb
270
+ - app/controllers/ckeditor/attachment_files_controller.rb
271
+ - config/locales/es.ckeditor.yml
273
272
  - config/locales/uk.ckeditor.yml
274
273
  - config/locales/en.ckeditor.yml
275
- - config/locales/fr.ckeditor.yml
276
- - config/locales/pt-BR.ckeditor.yml
277
- - config/locales/es.ckeditor.yml
278
- - config/locales/it.ckeditor.yml
279
274
  - config/locales/pl.ckeditor.yml
280
- - config/locales/zh-CN.ckeditor.yml
281
- - config/locales/nl.ckeditor.yml
282
275
  - config/locales/sv-SE.ckeditor.yml
276
+ - config/locales/ru.ckeditor.yml
277
+ - config/locales/fr.ckeditor.yml
278
+ - config/locales/nl.ckeditor.yml
283
279
  - config/locales/cs.ckeditor.yml
280
+ - config/locales/it.ckeditor.yml
281
+ - config/locales/zh-CN.ckeditor.yml
282
+ - config/locales/pt-BR.ckeditor.yml
283
+ - config/routes.rb
284
284
  - lib/ckeditor.rb
285
- - lib/ckeditor/http.rb
286
- - lib/ckeditor/version.rb
287
- - lib/ckeditor/utils.rb
288
- - lib/ckeditor/backend/dragonfly.rb
289
- - lib/ckeditor/backend/paperclip.rb
290
- - lib/ckeditor/backend/carrierwave.rb
291
- - lib/ckeditor/rails_admin/field.rb
292
- - lib/ckeditor/orm/base.rb
293
- - lib/ckeditor/orm/mongoid.rb
294
- - lib/ckeditor/orm/active_record.rb
295
- - lib/ckeditor/helpers/form_builder.rb
296
- - lib/ckeditor/helpers/controllers.rb
297
- - lib/ckeditor/helpers/view_helper.rb
298
- - lib/ckeditor/helpers/form_helper.rb
299
- - lib/ckeditor/hooks/simple_form.rb
300
- - lib/ckeditor/hooks/formtastic.rb
301
- - lib/ckeditor/hooks/cancan.rb
302
- - lib/ckeditor/engine.rb
303
285
  - lib/glebtv-ckeditor.rb
286
+ - lib/generators/ckeditor/install_generator.rb
304
287
  - lib/generators/ckeditor/templates/ckeditor.rb
305
288
  - lib/generators/ckeditor/templates/active_record/carrierwave/migration.rb
306
289
  - lib/generators/ckeditor/templates/active_record/carrierwave/ckeditor/picture.rb
307
290
  - lib/generators/ckeditor/templates/active_record/carrierwave/ckeditor/asset.rb
308
291
  - lib/generators/ckeditor/templates/active_record/carrierwave/ckeditor/attachment_file.rb
309
- - lib/generators/ckeditor/templates/active_record/paperclip/migration.rb
310
- - lib/generators/ckeditor/templates/active_record/paperclip/ckeditor/picture.rb
311
- - lib/generators/ckeditor/templates/active_record/paperclip/ckeditor/asset.rb
312
- - lib/generators/ckeditor/templates/active_record/paperclip/ckeditor/attachment_file.rb
313
292
  - lib/generators/ckeditor/templates/active_record/dragonfly/migration.rb
314
293
  - lib/generators/ckeditor/templates/active_record/dragonfly/ckeditor/picture.rb
315
294
  - lib/generators/ckeditor/templates/active_record/dragonfly/ckeditor/asset.rb
316
295
  - lib/generators/ckeditor/templates/active_record/dragonfly/ckeditor/attachment_file.rb
317
- - lib/generators/ckeditor/templates/base/carrierwave/uploaders/ckeditor_picture_uploader.rb
318
- - lib/generators/ckeditor/templates/base/carrierwave/uploaders/ckeditor_attachment_file_uploader.rb
319
- - lib/generators/ckeditor/templates/base/dragonfly/initializer.rb
296
+ - lib/generators/ckeditor/templates/active_record/paperclip/migration.rb
297
+ - lib/generators/ckeditor/templates/active_record/paperclip/ckeditor/picture.rb
298
+ - lib/generators/ckeditor/templates/active_record/paperclip/ckeditor/asset.rb
299
+ - lib/generators/ckeditor/templates/active_record/paperclip/ckeditor/attachment_file.rb
320
300
  - lib/generators/ckeditor/templates/mongoid/carrierwave/ckeditor/picture.rb
321
301
  - lib/generators/ckeditor/templates/mongoid/carrierwave/ckeditor/asset.rb
322
302
  - lib/generators/ckeditor/templates/mongoid/carrierwave/ckeditor/attachment_file.rb
323
303
  - lib/generators/ckeditor/templates/mongoid/paperclip/ckeditor/picture.rb
324
304
  - lib/generators/ckeditor/templates/mongoid/paperclip/ckeditor/asset.rb
325
305
  - lib/generators/ckeditor/templates/mongoid/paperclip/ckeditor/attachment_file.rb
326
- - lib/generators/ckeditor/install_generator.rb
306
+ - lib/generators/ckeditor/templates/base/carrierwave/uploaders/ckeditor_picture_uploader.rb
307
+ - lib/generators/ckeditor/templates/base/carrierwave/uploaders/ckeditor_attachment_file_uploader.rb
308
+ - lib/generators/ckeditor/templates/base/dragonfly/initializer.rb
309
+ - lib/ckeditor/utils.rb
310
+ - lib/ckeditor/rails_admin/field.rb
311
+ - lib/ckeditor/engine.rb
312
+ - lib/ckeditor/helpers/controllers.rb
313
+ - lib/ckeditor/helpers/form_helper.rb
314
+ - lib/ckeditor/helpers/view_helper.rb
315
+ - lib/ckeditor/helpers/form_builder.rb
316
+ - lib/ckeditor/version.rb
317
+ - lib/ckeditor/hooks/formtastic.rb
318
+ - lib/ckeditor/hooks/simple_form.rb
319
+ - lib/ckeditor/hooks/cancan.rb
320
+ - lib/ckeditor/orm/active_record.rb
321
+ - lib/ckeditor/orm/base.rb
322
+ - lib/ckeditor/orm/mongoid.rb
323
+ - lib/ckeditor/backend/paperclip.rb
324
+ - lib/ckeditor/backend/carrierwave.rb
325
+ - lib/ckeditor/backend/dragonfly.rb
326
+ - lib/ckeditor/http.rb
327
327
  - MIT-LICENSE
328
328
  - Rakefile
329
329
  - Gemfile
330
330
  - README.rdoc
331
- - test/dummy/config.ru
331
+ - test/ckeditor_test.rb
332
+ - test/support/controller_hooks.rb
333
+ - test/support/raw_post.rb
334
+ - test/support/routes.txt
335
+ - test/support/integration_case.rb
336
+ - test/support/helpers.rb
337
+ - test/controllers/pictures_controller_test.rb
338
+ - test/controllers/attachment_files_controller_test.rb
339
+ - test/functional/posts_controller_test.rb
340
+ - test/integration/navigation_test.rb
341
+ - test/generators/install_generator_test.rb
342
+ - test/test_helper.rb
343
+ - test/orm/active_record.rb
344
+ - test/orm/mongoid.rb
345
+ - test/models/picture_test.rb
346
+ - test/models/utils_test.rb
347
+ - test/models/attachment_file_test.rb
348
+ - test/dummy/Rakefile
332
349
  - test/dummy/script/rails
333
- - test/dummy/db/migrate/20110623120047_create_posts.rb
334
- - test/dummy/public/404.html
335
- - test/dummy/public/favicon.ico
336
350
  - test/dummy/public/500.html
351
+ - test/dummy/public/favicon.ico
352
+ - test/dummy/public/404.html
337
353
  - test/dummy/public/422.html
338
- - test/dummy/Rakefile
354
+ - test/dummy/test/fixtures/files/rails.png
355
+ - test/dummy/test/fixtures/files/rails.tar.gz
356
+ - test/dummy/config.ru
357
+ - test/dummy/config/environment.rb
358
+ - test/dummy/config/mongoid.yml
359
+ - test/dummy/config/locales/en.yml
360
+ - test/dummy/config/initializers/inflections.rb
361
+ - test/dummy/config/initializers/ckeditor.rb
362
+ - test/dummy/config/initializers/secret_token.rb
363
+ - test/dummy/config/initializers/mime_types.rb
364
+ - test/dummy/config/initializers/wrap_parameters.rb
365
+ - test/dummy/config/initializers/backtrace_silencers.rb
366
+ - test/dummy/config/initializers/session_store.rb
367
+ - test/dummy/config/boot.rb
368
+ - test/dummy/config/database.yml
369
+ - test/dummy/config/environments/development.rb
370
+ - test/dummy/config/environments/test.rb
371
+ - test/dummy/config/environments/production.rb
372
+ - test/dummy/config/routes.rb
373
+ - test/dummy/config/application.rb
374
+ - test/dummy/app/views/posts/index.html.erb
339
375
  - test/dummy/app/views/posts/new.html.erb
340
376
  - test/dummy/app/views/posts/edit.html.erb
341
377
  - test/dummy/app/views/posts/_form.html.erb
342
378
  - test/dummy/app/views/posts/show.html.erb
343
- - test/dummy/app/views/posts/index.html.erb
344
379
  - test/dummy/app/views/layouts/application.html.erb
380
+ - test/dummy/app/assets/javascripts/application.js
381
+ - test/dummy/app/assets/stylesheets/scaffold.css
382
+ - test/dummy/app/assets/stylesheets/application.css
345
383
  - test/dummy/app/controllers/posts_controller.rb
346
384
  - test/dummy/app/controllers/application_controller.rb
347
- - test/dummy/app/helpers/posts_helper.rb
348
385
  - test/dummy/app/helpers/application_helper.rb
349
- - test/dummy/app/assets/javascripts/application.js
350
- - test/dummy/app/assets/stylesheets/application.css
351
- - test/dummy/app/assets/stylesheets/scaffold.css
386
+ - test/dummy/app/helpers/posts_helper.rb
352
387
  - test/dummy/app/models/post.rb
353
- - test/dummy/test/fixtures/files/rails.tar.gz
354
- - test/dummy/test/fixtures/files/rails.png
355
- - test/dummy/config/environment.rb
356
- - test/dummy/config/application.rb
357
- - test/dummy/config/mongoid.yml
358
- - test/dummy/config/routes.rb
359
- - test/dummy/config/database.yml
360
- - test/dummy/config/boot.rb
361
- - test/dummy/config/environments/production.rb
362
- - test/dummy/config/environments/development.rb
363
- - test/dummy/config/environments/test.rb
364
- - test/dummy/config/initializers/secret_token.rb
365
- - test/dummy/config/initializers/ckeditor.rb
366
- - test/dummy/config/initializers/inflections.rb
367
- - test/dummy/config/initializers/session_store.rb
368
- - test/dummy/config/initializers/wrap_parameters.rb
369
- - test/dummy/config/initializers/backtrace_silencers.rb
370
- - test/dummy/config/initializers/mime_types.rb
371
- - test/dummy/config/locales/en.yml
372
- - test/test_helper.rb
373
- - test/controllers/attachment_files_controller_test.rb
374
- - test/controllers/pictures_controller_test.rb
375
- - test/integration/navigation_test.rb
376
- - test/orm/mongoid.rb
377
- - test/orm/active_record.rb
378
- - test/support/integration_case.rb
379
- - test/support/helpers.rb
380
- - test/support/routes.txt
381
- - test/support/controller_hooks.rb
382
- - test/support/raw_post.rb
383
- - test/ckeditor_test.rb
384
- - test/functional/posts_controller_test.rb
385
- - test/models/utils_test.rb
386
- - test/models/attachment_file_test.rb
387
- - test/models/picture_test.rb
388
- - test/generators/install_generator_test.rb
388
+ - test/dummy/db/migrate/20110623120047_create_posts.rb
389
389
  homepage: https://github.com/glebtv/ckeditor
390
390
  licenses: []
391
391
  metadata: {}
@@ -410,61 +410,62 @@ signing_key:
410
410
  specification_version: 4
411
411
  summary: Rails gem for easy integration ckeditor in your application
412
412
  test_files:
413
- - test/dummy/config.ru
413
+ - test/ckeditor_test.rb
414
+ - test/support/controller_hooks.rb
415
+ - test/support/raw_post.rb
416
+ - test/support/routes.txt
417
+ - test/support/integration_case.rb
418
+ - test/support/helpers.rb
419
+ - test/controllers/pictures_controller_test.rb
420
+ - test/controllers/attachment_files_controller_test.rb
421
+ - test/functional/posts_controller_test.rb
422
+ - test/integration/navigation_test.rb
423
+ - test/generators/install_generator_test.rb
424
+ - test/test_helper.rb
425
+ - test/orm/active_record.rb
426
+ - test/orm/mongoid.rb
427
+ - test/models/picture_test.rb
428
+ - test/models/utils_test.rb
429
+ - test/models/attachment_file_test.rb
430
+ - test/dummy/Rakefile
414
431
  - test/dummy/script/rails
415
- - test/dummy/db/migrate/20110623120047_create_posts.rb
416
- - test/dummy/public/404.html
417
- - test/dummy/public/favicon.ico
418
432
  - test/dummy/public/500.html
433
+ - test/dummy/public/favicon.ico
434
+ - test/dummy/public/404.html
419
435
  - test/dummy/public/422.html
420
- - test/dummy/Rakefile
436
+ - test/dummy/test/fixtures/files/rails.png
437
+ - test/dummy/test/fixtures/files/rails.tar.gz
438
+ - test/dummy/config.ru
439
+ - test/dummy/config/environment.rb
440
+ - test/dummy/config/mongoid.yml
441
+ - test/dummy/config/locales/en.yml
442
+ - test/dummy/config/initializers/inflections.rb
443
+ - test/dummy/config/initializers/ckeditor.rb
444
+ - test/dummy/config/initializers/secret_token.rb
445
+ - test/dummy/config/initializers/mime_types.rb
446
+ - test/dummy/config/initializers/wrap_parameters.rb
447
+ - test/dummy/config/initializers/backtrace_silencers.rb
448
+ - test/dummy/config/initializers/session_store.rb
449
+ - test/dummy/config/boot.rb
450
+ - test/dummy/config/database.yml
451
+ - test/dummy/config/environments/development.rb
452
+ - test/dummy/config/environments/test.rb
453
+ - test/dummy/config/environments/production.rb
454
+ - test/dummy/config/routes.rb
455
+ - test/dummy/config/application.rb
456
+ - test/dummy/app/views/posts/index.html.erb
421
457
  - test/dummy/app/views/posts/new.html.erb
422
458
  - test/dummy/app/views/posts/edit.html.erb
423
459
  - test/dummy/app/views/posts/_form.html.erb
424
460
  - test/dummy/app/views/posts/show.html.erb
425
- - test/dummy/app/views/posts/index.html.erb
426
461
  - test/dummy/app/views/layouts/application.html.erb
462
+ - test/dummy/app/assets/javascripts/application.js
463
+ - test/dummy/app/assets/stylesheets/scaffold.css
464
+ - test/dummy/app/assets/stylesheets/application.css
427
465
  - test/dummy/app/controllers/posts_controller.rb
428
466
  - test/dummy/app/controllers/application_controller.rb
429
- - test/dummy/app/helpers/posts_helper.rb
430
467
  - test/dummy/app/helpers/application_helper.rb
431
- - test/dummy/app/assets/javascripts/application.js
432
- - test/dummy/app/assets/stylesheets/application.css
433
- - test/dummy/app/assets/stylesheets/scaffold.css
468
+ - test/dummy/app/helpers/posts_helper.rb
434
469
  - test/dummy/app/models/post.rb
435
- - test/dummy/test/fixtures/files/rails.tar.gz
436
- - test/dummy/test/fixtures/files/rails.png
437
- - test/dummy/config/environment.rb
438
- - test/dummy/config/application.rb
439
- - test/dummy/config/mongoid.yml
440
- - test/dummy/config/routes.rb
441
- - test/dummy/config/database.yml
442
- - test/dummy/config/boot.rb
443
- - test/dummy/config/environments/production.rb
444
- - test/dummy/config/environments/development.rb
445
- - test/dummy/config/environments/test.rb
446
- - test/dummy/config/initializers/secret_token.rb
447
- - test/dummy/config/initializers/ckeditor.rb
448
- - test/dummy/config/initializers/inflections.rb
449
- - test/dummy/config/initializers/session_store.rb
450
- - test/dummy/config/initializers/wrap_parameters.rb
451
- - test/dummy/config/initializers/backtrace_silencers.rb
452
- - test/dummy/config/initializers/mime_types.rb
453
- - test/dummy/config/locales/en.yml
454
- - test/test_helper.rb
455
- - test/controllers/attachment_files_controller_test.rb
456
- - test/controllers/pictures_controller_test.rb
457
- - test/integration/navigation_test.rb
458
- - test/orm/mongoid.rb
459
- - test/orm/active_record.rb
460
- - test/support/integration_case.rb
461
- - test/support/helpers.rb
462
- - test/support/routes.txt
463
- - test/support/controller_hooks.rb
464
- - test/support/raw_post.rb
465
- - test/ckeditor_test.rb
466
- - test/functional/posts_controller_test.rb
467
- - test/models/utils_test.rb
468
- - test/models/attachment_file_test.rb
469
- - test/models/picture_test.rb
470
- - test/generators/install_generator_test.rb
470
+ - test/dummy/db/migrate/20110623120047_create_posts.rb
471
+ has_rdoc: