morrigan_editor_rails 0.0.7 → 0.0.8

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: b1919d016e4efd3762beaee0ecbb86f2f7aec4da
4
- data.tar.gz: 179e57398e0d0a40e9714c206269d122dd087268
3
+ metadata.gz: a454fea7d1b4bb94941456975d74bacf9edf83d8
4
+ data.tar.gz: 02b4c9b60b0bdbf092179251d74f6e2c2269b142
5
5
  SHA512:
6
- metadata.gz: 71289018b1451f06bdb0e79958d0f4333fb54ab1fa49514babba7c620594e2360572e540fc66d80641251783e28768a04a6de80c2550992b42c8d26265e7e052
7
- data.tar.gz: a37b607729aae7710d4c0d0ae0fd80107dde47398efce517a31b2ecd79ec186414a690478c99e97394f897896bed094a54ec6a45f308c825f97880762769ce6c
6
+ metadata.gz: 4dc599928911001fa9c0d40a16cc57f676f59109c10f14aeee089a906e1e7f769acd22c5d797683d0f75bf2c53a9365ddb840404506deff9897ce9bfa7d48993
7
+ data.tar.gz: 37ec2e68ea8952e9ecb93cba204a58967c649b43d35538c2c404d69f17db7ee05b934e91d560d4139d73698d7b7fb155f196e61d5d6b573ccf13727b45e2746a
@@ -116,7 +116,7 @@ $.widget( "morrigan.morrigan_editor", {
116
116
  var html = '<form action="' + editor.options.imageUpload + '" method="post" enctype="multipart/form-data" target="mrge-support-iframe">' +
117
117
  '<div class="mrge-option"><input type="file" name="upload_img"/></div><div class="mrge-divider">or</div>' +
118
118
  '<div class="mrge-option"><input type="text" placeholder=" add image link here" name="upload_url"></div></form>';
119
- container.html(html);
119
+ container.html($(html));
120
120
  },
121
121
  onShow: function (element, editor) {
122
122
  var savedTextRange;
@@ -1,3 +1,3 @@
1
1
  module MorriganEditorRails
2
- VERSION = '0.0.7'
2
+ VERSION = '0.0.8'
3
3
  end
Binary file
@@ -10808,3 +10808,737 @@ Started GET "/assets/editor_iframe.css" for 127.0.0.1 at 2014-07-28 11:18:30 +04
10808
10808
 
10809
10809
 
10810
10810
  Started GET "/assets/fontawesome-webfont.woff" for 127.0.0.1 at 2014-07-28 11:18:30 +0400
10811
+
10812
+
10813
+ Started GET "/" for 127.0.0.1 at 2014-07-28 15:03:58 +0400
10814
+ Processing by TestController#index as HTML
10815
+ Rendered test/index.html.erb within layouts/application (0.9ms)
10816
+ Completed 200 OK in 58ms (Views: 57.5ms | ActiveRecord: 0.0ms)
10817
+
10818
+
10819
+ Started GET "/assets/editor_iframe.css?body=1" for 127.0.0.1 at 2014-07-28 15:03:58 +0400
10820
+
10821
+
10822
+ Started GET "/assets/morrigan_editor_rails/morrigan-jquery-editor.css?body=1" for 127.0.0.1 at 2014-07-28 15:03:58 +0400
10823
+
10824
+
10825
+ Started GET "/assets/font-awesome.css?body=1" for 127.0.0.1 at 2014-07-28 15:03:58 +0400
10826
+
10827
+
10828
+ Started GET "/assets/morrigan_editor_rails/application.css?body=1" for 127.0.0.1 at 2014-07-28 15:03:58 +0400
10829
+
10830
+
10831
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-07-28 15:03:58 +0400
10832
+
10833
+
10834
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-07-28 15:03:58 +0400
10835
+
10836
+
10837
+ Started GET "/assets/jquery-ui/core.js?body=1" for 127.0.0.1 at 2014-07-28 15:03:58 +0400
10838
+
10839
+
10840
+ Started GET "/assets/jquery-ui/widget.js?body=1" for 127.0.0.1 at 2014-07-28 15:03:58 +0400
10841
+
10842
+
10843
+ Started GET "/assets/morrigan_editor_rails/main.js?body=1" for 127.0.0.1 at 2014-07-28 15:03:58 +0400
10844
+
10845
+
10846
+ Started GET "/assets/morrigan_editor_rails/morrigan-jquery-editor.js?body=1" for 127.0.0.1 at 2014-07-28 15:03:58 +0400
10847
+
10848
+
10849
+ Started GET "/assets/morrigan_editor_rails/application.js?body=1" for 127.0.0.1 at 2014-07-28 15:03:58 +0400
10850
+
10851
+
10852
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-07-28 15:03:58 +0400
10853
+
10854
+
10855
+ Started GET "/assets/editor_iframe.css" for 127.0.0.1 at 2014-07-28 15:03:59 +0400
10856
+
10857
+
10858
+ Started GET "/assets/fontawesome-webfont.woff" for 127.0.0.1 at 2014-07-28 15:03:59 +0400
10859
+
10860
+
10861
+ Started GET "/" for 127.0.0.1 at 2014-07-28 15:04:22 +0400
10862
+ Processing by TestController#index as HTML
10863
+ Rendered test/index.html.erb within layouts/application (0.8ms)
10864
+ Completed 200 OK in 7ms (Views: 6.5ms | ActiveRecord: 0.0ms)
10865
+
10866
+
10867
+ Started GET "/assets/editor_iframe.css?body=1" for 127.0.0.1 at 2014-07-28 15:04:22 +0400
10868
+
10869
+
10870
+ Started GET "/assets/morrigan_editor_rails/morrigan-jquery-editor.css?body=1" for 127.0.0.1 at 2014-07-28 15:04:22 +0400
10871
+
10872
+
10873
+ Started GET "/assets/font-awesome.css?body=1" for 127.0.0.1 at 2014-07-28 15:04:22 +0400
10874
+
10875
+
10876
+ Started GET "/assets/morrigan_editor_rails/application.css?body=1" for 127.0.0.1 at 2014-07-28 15:04:22 +0400
10877
+
10878
+
10879
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-07-28 15:04:22 +0400
10880
+
10881
+
10882
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-07-28 15:04:22 +0400
10883
+
10884
+
10885
+ Started GET "/assets/jquery-ui/core.js?body=1" for 127.0.0.1 at 2014-07-28 15:04:22 +0400
10886
+
10887
+
10888
+ Started GET "/assets/jquery-ui/widget.js?body=1" for 127.0.0.1 at 2014-07-28 15:04:22 +0400
10889
+
10890
+
10891
+ Started GET "/assets/morrigan_editor_rails/main.js?body=1" for 127.0.0.1 at 2014-07-28 15:04:22 +0400
10892
+
10893
+
10894
+ Started GET "/assets/morrigan_editor_rails/morrigan-jquery-editor.js?body=1" for 127.0.0.1 at 2014-07-28 15:04:22 +0400
10895
+
10896
+
10897
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-07-28 15:04:22 +0400
10898
+
10899
+
10900
+ Started GET "/assets/morrigan_editor_rails/application.js?body=1" for 127.0.0.1 at 2014-07-28 15:04:22 +0400
10901
+
10902
+
10903
+ Started GET "/assets/editor_iframe.css" for 127.0.0.1 at 2014-07-28 15:04:22 +0400
10904
+
10905
+
10906
+ Started GET "/assets/fontawesome-webfont.woff" for 127.0.0.1 at 2014-07-28 15:04:22 +0400
10907
+
10908
+
10909
+ Started GET "/" for 127.0.0.1 at 2014-07-28 15:04:35 +0400
10910
+ Processing by TestController#index as HTML
10911
+ Rendered test/index.html.erb within layouts/application (2.9ms)
10912
+ Completed 200 OK in 55ms (Views: 55.0ms | ActiveRecord: 0.0ms)
10913
+
10914
+
10915
+ Started GET "/assets/morrigan_editor_rails/morrigan-jquery-editor.css?body=1" for 127.0.0.1 at 2014-07-28 15:04:35 +0400
10916
+
10917
+
10918
+ Started GET "/assets/editor_iframe.css?body=1" for 127.0.0.1 at 2014-07-28 15:04:35 +0400
10919
+
10920
+
10921
+ Started GET "/assets/font-awesome.css?body=1" for 127.0.0.1 at 2014-07-28 15:04:35 +0400
10922
+
10923
+
10924
+ Started GET "/assets/morrigan_editor_rails/application.css?body=1" for 127.0.0.1 at 2014-07-28 15:04:35 +0400
10925
+
10926
+
10927
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-07-28 15:04:35 +0400
10928
+
10929
+
10930
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-07-28 15:04:35 +0400
10931
+
10932
+
10933
+ Started GET "/assets/jquery-ui/core.js?body=1" for 127.0.0.1 at 2014-07-28 15:04:35 +0400
10934
+
10935
+
10936
+ Started GET "/assets/jquery-ui/widget.js?body=1" for 127.0.0.1 at 2014-07-28 15:04:35 +0400
10937
+
10938
+
10939
+ Started GET "/assets/morrigan_editor_rails/main.js?body=1" for 127.0.0.1 at 2014-07-28 15:04:35 +0400
10940
+
10941
+
10942
+ Started GET "/assets/morrigan_editor_rails/morrigan-jquery-editor.js?body=1" for 127.0.0.1 at 2014-07-28 15:04:35 +0400
10943
+
10944
+
10945
+ Started GET "/assets/morrigan_editor_rails/application.js?body=1" for 127.0.0.1 at 2014-07-28 15:04:35 +0400
10946
+
10947
+
10948
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-07-28 15:04:35 +0400
10949
+
10950
+
10951
+ Started GET "/assets/editor_iframe.css" for 127.0.0.1 at 2014-07-28 15:04:36 +0400
10952
+
10953
+
10954
+ Started GET "/assets/fontawesome-webfont.woff" for 127.0.0.1 at 2014-07-28 15:04:36 +0400
10955
+
10956
+
10957
+ Started GET "/" for 127.0.0.1 at 2014-07-28 15:04:50 +0400
10958
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
10959
+ Processing by TestController#index as HTML
10960
+ Rendered test/index.html.erb within layouts/application (6.3ms)
10961
+ Completed 200 OK in 210ms (Views: 208.9ms | ActiveRecord: 0.0ms)
10962
+
10963
+
10964
+ Started GET "/assets/editor_iframe.css?body=1" for 127.0.0.1 at 2014-07-28 15:04:50 +0400
10965
+
10966
+
10967
+ Started GET "/assets/font-awesome.css?body=1" for 127.0.0.1 at 2014-07-28 15:04:50 +0400
10968
+
10969
+
10970
+ Started GET "/assets/morrigan_editor_rails/morrigan-jquery-editor.css?body=1" for 127.0.0.1 at 2014-07-28 15:04:50 +0400
10971
+
10972
+
10973
+ Started GET "/assets/morrigan_editor_rails/application.css?body=1" for 127.0.0.1 at 2014-07-28 15:04:50 +0400
10974
+
10975
+
10976
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-07-28 15:04:50 +0400
10977
+
10978
+
10979
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-07-28 15:04:50 +0400
10980
+
10981
+
10982
+ Started GET "/assets/jquery-ui/core.js?body=1" for 127.0.0.1 at 2014-07-28 15:04:50 +0400
10983
+
10984
+
10985
+ Started GET "/assets/jquery-ui/widget.js?body=1" for 127.0.0.1 at 2014-07-28 15:04:50 +0400
10986
+
10987
+
10988
+ Started GET "/assets/morrigan_editor_rails/main.js?body=1" for 127.0.0.1 at 2014-07-28 15:04:50 +0400
10989
+
10990
+
10991
+ Started GET "/assets/morrigan_editor_rails/morrigan-jquery-editor.js?body=1" for 127.0.0.1 at 2014-07-28 15:04:50 +0400
10992
+
10993
+
10994
+ Started GET "/assets/morrigan_editor_rails/application.js?body=1" for 127.0.0.1 at 2014-07-28 15:04:50 +0400
10995
+
10996
+
10997
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-07-28 15:04:50 +0400
10998
+
10999
+
11000
+ Started GET "/assets/editor_iframe.css" for 127.0.0.1 at 2014-07-28 15:04:50 +0400
11001
+
11002
+
11003
+ Started GET "/assets/fontawesome-webfont.woff" for 127.0.0.1 at 2014-07-28 15:04:50 +0400
11004
+
11005
+
11006
+ Started GET "/" for 127.0.0.1 at 2014-07-28 15:06:14 +0400
11007
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
11008
+ Processing by TestController#index as HTML
11009
+ Rendered test/index.html.erb within layouts/application (6.9ms)
11010
+ Completed 200 OK in 217ms (Views: 217.2ms | ActiveRecord: 0.0ms)
11011
+
11012
+
11013
+ Started GET "/assets/editor_iframe.css?body=1" for 127.0.0.1 at 2014-07-28 15:06:14 +0400
11014
+
11015
+
11016
+ Started GET "/assets/morrigan_editor_rails/morrigan-jquery-editor.css?body=1" for 127.0.0.1 at 2014-07-28 15:06:14 +0400
11017
+
11018
+
11019
+ Started GET "/assets/morrigan_editor_rails/application.css?body=1" for 127.0.0.1 at 2014-07-28 15:06:14 +0400
11020
+
11021
+
11022
+ Started GET "/assets/font-awesome.css?body=1" for 127.0.0.1 at 2014-07-28 15:06:14 +0400
11023
+
11024
+
11025
+ Started GET "/assets/jquery-ui/core.js?body=1" for 127.0.0.1 at 2014-07-28 15:06:14 +0400
11026
+
11027
+
11028
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-07-28 15:06:14 +0400
11029
+
11030
+
11031
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-07-28 15:06:14 +0400
11032
+
11033
+
11034
+ Started GET "/assets/jquery-ui/widget.js?body=1" for 127.0.0.1 at 2014-07-28 15:06:14 +0400
11035
+
11036
+
11037
+ Started GET "/assets/morrigan_editor_rails/main.js?body=1" for 127.0.0.1 at 2014-07-28 15:06:14 +0400
11038
+
11039
+
11040
+ Started GET "/assets/morrigan_editor_rails/morrigan-jquery-editor.js?body=1" for 127.0.0.1 at 2014-07-28 15:06:14 +0400
11041
+
11042
+
11043
+ Started GET "/assets/morrigan_editor_rails/application.js?body=1" for 127.0.0.1 at 2014-07-28 15:06:14 +0400
11044
+
11045
+
11046
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-07-28 15:06:14 +0400
11047
+
11048
+
11049
+ Started GET "/assets/editor_iframe.css" for 127.0.0.1 at 2014-07-28 15:06:15 +0400
11050
+
11051
+
11052
+ Started GET "/assets/fontawesome-webfont.woff" for 127.0.0.1 at 2014-07-28 15:06:15 +0400
11053
+
11054
+
11055
+ Started GET "/" for 127.0.0.1 at 2014-07-28 15:07:19 +0400
11056
+ Processing by TestController#index as HTML
11057
+ Rendered test/index.html.erb within layouts/application (1.0ms)
11058
+ Completed 200 OK in 50ms (Views: 49.8ms | ActiveRecord: 0.0ms)
11059
+
11060
+
11061
+ Started GET "/assets/editor_iframe.css?body=1" for 127.0.0.1 at 2014-07-28 15:07:19 +0400
11062
+
11063
+
11064
+ Started GET "/assets/morrigan_editor_rails/morrigan-jquery-editor.css?body=1" for 127.0.0.1 at 2014-07-28 15:07:19 +0400
11065
+
11066
+
11067
+ Started GET "/assets/morrigan_editor_rails/application.css?body=1" for 127.0.0.1 at 2014-07-28 15:07:19 +0400
11068
+
11069
+
11070
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-07-28 15:07:19 +0400
11071
+
11072
+
11073
+ Started GET "/assets/font-awesome.css?body=1" for 127.0.0.1 at 2014-07-28 15:07:19 +0400
11074
+
11075
+
11076
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-07-28 15:07:19 +0400
11077
+
11078
+
11079
+ Started GET "/assets/jquery-ui/core.js?body=1" for 127.0.0.1 at 2014-07-28 15:07:19 +0400
11080
+
11081
+
11082
+ Started GET "/assets/jquery-ui/widget.js?body=1" for 127.0.0.1 at 2014-07-28 15:07:19 +0400
11083
+
11084
+
11085
+ Started GET "/assets/morrigan_editor_rails/main.js?body=1" for 127.0.0.1 at 2014-07-28 15:07:19 +0400
11086
+
11087
+
11088
+ Started GET "/assets/morrigan_editor_rails/application.js?body=1" for 127.0.0.1 at 2014-07-28 15:07:19 +0400
11089
+
11090
+
11091
+ Started GET "/assets/morrigan_editor_rails/morrigan-jquery-editor.js?body=1" for 127.0.0.1 at 2014-07-28 15:07:19 +0400
11092
+
11093
+
11094
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-07-28 15:07:19 +0400
11095
+
11096
+
11097
+ Started GET "/assets/editor_iframe.css" for 127.0.0.1 at 2014-07-28 15:07:20 +0400
11098
+
11099
+
11100
+ Started GET "/assets/fontawesome-webfont.woff" for 127.0.0.1 at 2014-07-28 15:07:20 +0400
11101
+
11102
+
11103
+ Started GET "/" for 127.0.0.1 at 2014-07-28 15:07:24 +0400
11104
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
11105
+ Processing by TestController#index as HTML
11106
+ Rendered test/index.html.erb within layouts/application (6.3ms)
11107
+ Completed 200 OK in 218ms (Views: 217.6ms | ActiveRecord: 0.0ms)
11108
+
11109
+
11110
+ Started GET "/assets/editor_iframe.css?body=1" for 127.0.0.1 at 2014-07-28 15:07:25 +0400
11111
+
11112
+
11113
+ Started GET "/assets/morrigan_editor_rails/morrigan-jquery-editor.css?body=1" for 127.0.0.1 at 2014-07-28 15:07:25 +0400
11114
+
11115
+
11116
+ Started GET "/assets/font-awesome.css?body=1" for 127.0.0.1 at 2014-07-28 15:07:25 +0400
11117
+
11118
+
11119
+ Started GET "/assets/morrigan_editor_rails/application.css?body=1" for 127.0.0.1 at 2014-07-28 15:07:25 +0400
11120
+
11121
+
11122
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-07-28 15:07:25 +0400
11123
+
11124
+
11125
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-07-28 15:07:25 +0400
11126
+
11127
+
11128
+ Started GET "/assets/jquery-ui/core.js?body=1" for 127.0.0.1 at 2014-07-28 15:07:25 +0400
11129
+
11130
+
11131
+ Started GET "/assets/jquery-ui/widget.js?body=1" for 127.0.0.1 at 2014-07-28 15:07:25 +0400
11132
+
11133
+
11134
+ Started GET "/assets/morrigan_editor_rails/main.js?body=1" for 127.0.0.1 at 2014-07-28 15:07:25 +0400
11135
+
11136
+
11137
+ Started GET "/assets/morrigan_editor_rails/morrigan-jquery-editor.js?body=1" for 127.0.0.1 at 2014-07-28 15:07:25 +0400
11138
+
11139
+
11140
+ Started GET "/assets/morrigan_editor_rails/application.js?body=1" for 127.0.0.1 at 2014-07-28 15:07:25 +0400
11141
+
11142
+
11143
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-07-28 15:07:25 +0400
11144
+
11145
+
11146
+ Started GET "/assets/editor_iframe.css" for 127.0.0.1 at 2014-07-28 15:07:25 +0400
11147
+
11148
+
11149
+ Started GET "/assets/fontawesome-webfont.woff" for 127.0.0.1 at 2014-07-28 15:07:25 +0400
11150
+
11151
+
11152
+ Started GET "/" for 127.0.0.1 at 2014-07-28 15:07:55 +0400
11153
+ Processing by TestController#index as HTML
11154
+ Rendered test/index.html.erb within layouts/application (1.0ms)
11155
+ Completed 200 OK in 54ms (Views: 53.4ms | ActiveRecord: 0.0ms)
11156
+
11157
+
11158
+ Started GET "/assets/editor_iframe.css?body=1" for 127.0.0.1 at 2014-07-28 15:07:55 +0400
11159
+
11160
+
11161
+ Started GET "/assets/morrigan_editor_rails/morrigan-jquery-editor.css?body=1" for 127.0.0.1 at 2014-07-28 15:07:55 +0400
11162
+
11163
+
11164
+ Started GET "/assets/font-awesome.css?body=1" for 127.0.0.1 at 2014-07-28 15:07:55 +0400
11165
+
11166
+
11167
+ Started GET "/assets/morrigan_editor_rails/application.css?body=1" for 127.0.0.1 at 2014-07-28 15:07:55 +0400
11168
+
11169
+
11170
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-07-28 15:07:55 +0400
11171
+
11172
+
11173
+ Started GET "/assets/jquery-ui/core.js?body=1" for 127.0.0.1 at 2014-07-28 15:07:55 +0400
11174
+
11175
+
11176
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-07-28 15:07:55 +0400
11177
+
11178
+
11179
+ Started GET "/assets/jquery-ui/widget.js?body=1" for 127.0.0.1 at 2014-07-28 15:07:55 +0400
11180
+
11181
+
11182
+ Started GET "/assets/morrigan_editor_rails/main.js?body=1" for 127.0.0.1 at 2014-07-28 15:07:55 +0400
11183
+
11184
+
11185
+ Started GET "/assets/morrigan_editor_rails/morrigan-jquery-editor.js?body=1" for 127.0.0.1 at 2014-07-28 15:07:55 +0400
11186
+
11187
+
11188
+ Started GET "/assets/morrigan_editor_rails/application.js?body=1" for 127.0.0.1 at 2014-07-28 15:07:55 +0400
11189
+
11190
+
11191
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-07-28 15:07:55 +0400
11192
+
11193
+
11194
+ Started GET "/assets/editor_iframe.css" for 127.0.0.1 at 2014-07-28 15:07:55 +0400
11195
+
11196
+
11197
+ Started GET "/assets/fontawesome-webfont.woff" for 127.0.0.1 at 2014-07-28 15:07:55 +0400
11198
+
11199
+
11200
+ Started GET "/" for 127.0.0.1 at 2014-07-28 15:11:06 +0400
11201
+ Processing by TestController#index as HTML
11202
+ Rendered test/index.html.erb within layouts/application (0.9ms)
11203
+ Completed 200 OK in 6ms (Views: 5.7ms | ActiveRecord: 0.0ms)
11204
+
11205
+
11206
+ Started GET "/assets/editor_iframe.css?body=1" for 127.0.0.1 at 2014-07-28 15:11:06 +0400
11207
+
11208
+
11209
+ Started GET "/assets/morrigan_editor_rails/morrigan-jquery-editor.css?body=1" for 127.0.0.1 at 2014-07-28 15:11:06 +0400
11210
+
11211
+
11212
+ Started GET "/assets/font-awesome.css?body=1" for 127.0.0.1 at 2014-07-28 15:11:06 +0400
11213
+
11214
+
11215
+ Started GET "/assets/morrigan_editor_rails/application.css?body=1" for 127.0.0.1 at 2014-07-28 15:11:06 +0400
11216
+
11217
+
11218
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-07-28 15:11:06 +0400
11219
+
11220
+
11221
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-07-28 15:11:06 +0400
11222
+
11223
+
11224
+ Started GET "/assets/jquery-ui/core.js?body=1" for 127.0.0.1 at 2014-07-28 15:11:06 +0400
11225
+
11226
+
11227
+ Started GET "/assets/jquery-ui/widget.js?body=1" for 127.0.0.1 at 2014-07-28 15:11:06 +0400
11228
+
11229
+
11230
+ Started GET "/assets/morrigan_editor_rails/main.js?body=1" for 127.0.0.1 at 2014-07-28 15:11:06 +0400
11231
+
11232
+
11233
+ Started GET "/assets/morrigan_editor_rails/morrigan-jquery-editor.js?body=1" for 127.0.0.1 at 2014-07-28 15:11:06 +0400
11234
+
11235
+
11236
+ Started GET "/assets/morrigan_editor_rails/application.js?body=1" for 127.0.0.1 at 2014-07-28 15:11:06 +0400
11237
+
11238
+
11239
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-07-28 15:11:06 +0400
11240
+
11241
+
11242
+ Started GET "/assets/editor_iframe.css" for 127.0.0.1 at 2014-07-28 15:11:06 +0400
11243
+
11244
+
11245
+ Started GET "/assets/fontawesome-webfont.woff" for 127.0.0.1 at 2014-07-28 15:11:06 +0400
11246
+
11247
+
11248
+ Started GET "/" for 127.0.0.1 at 2014-07-28 15:13:09 +0400
11249
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
11250
+ Processing by TestController#index as HTML
11251
+ Rendered test/index.html.erb within layouts/application (9.5ms)
11252
+ Completed 200 OK in 231ms (Views: 231.0ms | ActiveRecord: 0.0ms)
11253
+
11254
+
11255
+ Started GET "/assets/editor_iframe.css?body=1" for 127.0.0.1 at 2014-07-28 15:13:10 +0400
11256
+
11257
+
11258
+ Started GET "/assets/morrigan_editor_rails/morrigan-jquery-editor.css?body=1" for 127.0.0.1 at 2014-07-28 15:13:10 +0400
11259
+
11260
+
11261
+ Started GET "/assets/morrigan_editor_rails/application.css?body=1" for 127.0.0.1 at 2014-07-28 15:13:10 +0400
11262
+
11263
+
11264
+ Started GET "/assets/font-awesome.css?body=1" for 127.0.0.1 at 2014-07-28 15:13:10 +0400
11265
+
11266
+
11267
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-07-28 15:13:10 +0400
11268
+
11269
+
11270
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-07-28 15:13:10 +0400
11271
+
11272
+
11273
+ Started GET "/assets/jquery-ui/core.js?body=1" for 127.0.0.1 at 2014-07-28 15:13:10 +0400
11274
+
11275
+
11276
+ Started GET "/assets/jquery-ui/widget.js?body=1" for 127.0.0.1 at 2014-07-28 15:13:10 +0400
11277
+
11278
+
11279
+ Started GET "/assets/morrigan_editor_rails/main.js?body=1" for 127.0.0.1 at 2014-07-28 15:13:10 +0400
11280
+
11281
+
11282
+ Started GET "/assets/morrigan_editor_rails/morrigan-jquery-editor.js?body=1" for 127.0.0.1 at 2014-07-28 15:13:10 +0400
11283
+
11284
+
11285
+ Started GET "/assets/morrigan_editor_rails/application.js?body=1" for 127.0.0.1 at 2014-07-28 15:13:10 +0400
11286
+
11287
+
11288
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-07-28 15:13:10 +0400
11289
+
11290
+
11291
+ Started GET "/assets/editor_iframe.css" for 127.0.0.1 at 2014-07-28 15:13:10 +0400
11292
+
11293
+
11294
+ Started GET "/assets/fontawesome-webfont.woff" for 127.0.0.1 at 2014-07-28 15:13:10 +0400
11295
+
11296
+
11297
+ Started GET "/" for 127.0.0.1 at 2014-07-28 15:14:09 +0400
11298
+ Processing by TestController#index as HTML
11299
+ Rendered test/index.html.erb within layouts/application (0.7ms)
11300
+ Completed 200 OK in 47ms (Views: 47.2ms | ActiveRecord: 0.0ms)
11301
+
11302
+
11303
+ Started GET "/assets/editor_iframe.css?body=1" for 127.0.0.1 at 2014-07-28 15:14:09 +0400
11304
+
11305
+
11306
+ Started GET "/assets/morrigan_editor_rails/morrigan-jquery-editor.css?body=1" for 127.0.0.1 at 2014-07-28 15:14:09 +0400
11307
+
11308
+
11309
+ Started GET "/assets/font-awesome.css?body=1" for 127.0.0.1 at 2014-07-28 15:14:09 +0400
11310
+
11311
+
11312
+ Started GET "/assets/morrigan_editor_rails/application.css?body=1" for 127.0.0.1 at 2014-07-28 15:14:09 +0400
11313
+
11314
+
11315
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-07-28 15:14:09 +0400
11316
+
11317
+
11318
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-07-28 15:14:09 +0400
11319
+
11320
+
11321
+ Started GET "/assets/jquery-ui/core.js?body=1" for 127.0.0.1 at 2014-07-28 15:14:09 +0400
11322
+
11323
+
11324
+ Started GET "/assets/jquery-ui/widget.js?body=1" for 127.0.0.1 at 2014-07-28 15:14:09 +0400
11325
+
11326
+
11327
+ Started GET "/assets/morrigan_editor_rails/main.js?body=1" for 127.0.0.1 at 2014-07-28 15:14:09 +0400
11328
+
11329
+
11330
+ Started GET "/assets/morrigan_editor_rails/morrigan-jquery-editor.js?body=1" for 127.0.0.1 at 2014-07-28 15:14:09 +0400
11331
+
11332
+
11333
+ Started GET "/assets/morrigan_editor_rails/application.js?body=1" for 127.0.0.1 at 2014-07-28 15:14:09 +0400
11334
+
11335
+
11336
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-07-28 15:14:09 +0400
11337
+
11338
+
11339
+ Started GET "/assets/editor_iframe.css" for 127.0.0.1 at 2014-07-28 15:14:09 +0400
11340
+
11341
+
11342
+ Started GET "/assets/fontawesome-webfont.woff" for 127.0.0.1 at 2014-07-28 15:14:09 +0400
11343
+
11344
+
11345
+ Started GET "/" for 127.0.0.1 at 2014-07-28 15:15:10 +0400
11346
+ Processing by TestController#index as HTML
11347
+ Rendered test/index.html.erb within layouts/application (0.8ms)
11348
+ Completed 200 OK in 73ms (Views: 73.2ms | ActiveRecord: 0.0ms)
11349
+
11350
+
11351
+ Started GET "/assets/editor_iframe.css?body=1" for 127.0.0.1 at 2014-07-28 15:15:10 +0400
11352
+
11353
+
11354
+ Started GET "/assets/font-awesome.css?body=1" for 127.0.0.1 at 2014-07-28 15:15:10 +0400
11355
+
11356
+
11357
+ Started GET "/assets/morrigan_editor_rails/morrigan-jquery-editor.css?body=1" for 127.0.0.1 at 2014-07-28 15:15:10 +0400
11358
+
11359
+
11360
+ Started GET "/assets/morrigan_editor_rails/application.css?body=1" for 127.0.0.1 at 2014-07-28 15:15:10 +0400
11361
+
11362
+
11363
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-07-28 15:15:10 +0400
11364
+
11365
+
11366
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-07-28 15:15:10 +0400
11367
+
11368
+
11369
+ Started GET "/assets/jquery-ui/core.js?body=1" for 127.0.0.1 at 2014-07-28 15:15:10 +0400
11370
+
11371
+
11372
+ Started GET "/assets/jquery-ui/widget.js?body=1" for 127.0.0.1 at 2014-07-28 15:15:10 +0400
11373
+
11374
+
11375
+ Started GET "/assets/morrigan_editor_rails/main.js?body=1" for 127.0.0.1 at 2014-07-28 15:15:10 +0400
11376
+
11377
+
11378
+ Started GET "/assets/morrigan_editor_rails/application.js?body=1" for 127.0.0.1 at 2014-07-28 15:15:10 +0400
11379
+
11380
+
11381
+ Started GET "/assets/morrigan_editor_rails/morrigan-jquery-editor.js?body=1" for 127.0.0.1 at 2014-07-28 15:15:10 +0400
11382
+
11383
+
11384
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-07-28 15:15:10 +0400
11385
+
11386
+
11387
+ Started GET "/assets/editor_iframe.css" for 127.0.0.1 at 2014-07-28 15:15:11 +0400
11388
+
11389
+
11390
+ Started GET "/assets/fontawesome-webfont.woff" for 127.0.0.1 at 2014-07-28 15:15:11 +0400
11391
+
11392
+
11393
+ Started GET "/" for 127.0.0.1 at 2014-07-28 15:16:34 +0400
11394
+ Processing by TestController#index as HTML
11395
+ Rendered test/index.html.erb within layouts/application (0.8ms)
11396
+ Completed 200 OK in 52ms (Views: 51.9ms | ActiveRecord: 0.0ms)
11397
+
11398
+
11399
+ Started GET "/assets/editor_iframe.css?body=1" for 127.0.0.1 at 2014-07-28 15:16:35 +0400
11400
+
11401
+
11402
+ Started GET "/assets/morrigan_editor_rails/morrigan-jquery-editor.css?body=1" for 127.0.0.1 at 2014-07-28 15:16:35 +0400
11403
+
11404
+
11405
+ Started GET "/assets/font-awesome.css?body=1" for 127.0.0.1 at 2014-07-28 15:16:35 +0400
11406
+
11407
+
11408
+ Started GET "/assets/morrigan_editor_rails/application.css?body=1" for 127.0.0.1 at 2014-07-28 15:16:35 +0400
11409
+
11410
+
11411
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-07-28 15:16:35 +0400
11412
+
11413
+
11414
+ Started GET "/assets/jquery-ui/core.js?body=1" for 127.0.0.1 at 2014-07-28 15:16:35 +0400
11415
+
11416
+
11417
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-07-28 15:16:35 +0400
11418
+
11419
+
11420
+ Started GET "/assets/jquery-ui/widget.js?body=1" for 127.0.0.1 at 2014-07-28 15:16:35 +0400
11421
+
11422
+
11423
+ Started GET "/assets/morrigan_editor_rails/main.js?body=1" for 127.0.0.1 at 2014-07-28 15:16:35 +0400
11424
+
11425
+
11426
+ Started GET "/assets/morrigan_editor_rails/morrigan-jquery-editor.js?body=1" for 127.0.0.1 at 2014-07-28 15:16:35 +0400
11427
+
11428
+
11429
+ Started GET "/assets/morrigan_editor_rails/application.js?body=1" for 127.0.0.1 at 2014-07-28 15:16:35 +0400
11430
+
11431
+
11432
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-07-28 15:16:35 +0400
11433
+
11434
+
11435
+ Started GET "/assets/editor_iframe.css" for 127.0.0.1 at 2014-07-28 15:16:35 +0400
11436
+
11437
+
11438
+ Started GET "/assets/fontawesome-webfont.woff" for 127.0.0.1 at 2014-07-28 15:16:35 +0400
11439
+
11440
+
11441
+ Started GET "/" for 127.0.0.1 at 2014-07-28 15:18:14 +0400
11442
+ Processing by TestController#index as HTML
11443
+ Rendered test/index.html.erb within layouts/application (0.9ms)
11444
+ Completed 200 OK in 51ms (Views: 50.5ms | ActiveRecord: 0.0ms)
11445
+
11446
+
11447
+ Started GET "/assets/editor_iframe.css?body=1" for 127.0.0.1 at 2014-07-28 15:18:14 +0400
11448
+
11449
+
11450
+ Started GET "/assets/morrigan_editor_rails/morrigan-jquery-editor.css?body=1" for 127.0.0.1 at 2014-07-28 15:18:14 +0400
11451
+
11452
+
11453
+ Started GET "/assets/font-awesome.css?body=1" for 127.0.0.1 at 2014-07-28 15:18:14 +0400
11454
+
11455
+
11456
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-07-28 15:18:14 +0400
11457
+
11458
+
11459
+ Started GET "/assets/morrigan_editor_rails/application.css?body=1" for 127.0.0.1 at 2014-07-28 15:18:14 +0400
11460
+
11461
+
11462
+ Started GET "/assets/jquery-ui/core.js?body=1" for 127.0.0.1 at 2014-07-28 15:18:14 +0400
11463
+
11464
+
11465
+ Started GET "/assets/morrigan_editor_rails/main.js?body=1" for 127.0.0.1 at 2014-07-28 15:18:14 +0400
11466
+
11467
+
11468
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-07-28 15:18:14 +0400
11469
+
11470
+
11471
+ Started GET "/assets/jquery-ui/widget.js?body=1" for 127.0.0.1 at 2014-07-28 15:18:14 +0400
11472
+
11473
+
11474
+ Started GET "/assets/morrigan_editor_rails/morrigan-jquery-editor.js?body=1" for 127.0.0.1 at 2014-07-28 15:18:14 +0400
11475
+
11476
+
11477
+ Started GET "/assets/morrigan_editor_rails/application.js?body=1" for 127.0.0.1 at 2014-07-28 15:18:14 +0400
11478
+
11479
+
11480
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-07-28 15:18:14 +0400
11481
+
11482
+
11483
+ Started GET "/assets/editor_iframe.css" for 127.0.0.1 at 2014-07-28 15:18:15 +0400
11484
+
11485
+
11486
+ Started GET "/assets/fontawesome-webfont.woff" for 127.0.0.1 at 2014-07-28 15:18:15 +0400
11487
+
11488
+
11489
+ Started GET "/" for 127.0.0.1 at 2014-07-28 15:20:19 +0400
11490
+ Processing by TestController#index as HTML
11491
+ Rendered test/index.html.erb within layouts/application (1.1ms)
11492
+ Completed 200 OK in 58ms (Views: 58.2ms | ActiveRecord: 0.0ms)
11493
+
11494
+
11495
+ Started GET "/assets/editor_iframe.css?body=1" for 127.0.0.1 at 2014-07-28 15:20:19 +0400
11496
+
11497
+
11498
+ Started GET "/assets/morrigan_editor_rails/morrigan-jquery-editor.css?body=1" for 127.0.0.1 at 2014-07-28 15:20:19 +0400
11499
+
11500
+
11501
+ Started GET "/assets/font-awesome.css?body=1" for 127.0.0.1 at 2014-07-28 15:20:19 +0400
11502
+
11503
+
11504
+ Started GET "/assets/morrigan_editor_rails/application.css?body=1" for 127.0.0.1 at 2014-07-28 15:20:19 +0400
11505
+
11506
+
11507
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-07-28 15:20:19 +0400
11508
+
11509
+
11510
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-07-28 15:20:19 +0400
11511
+
11512
+
11513
+ Started GET "/assets/jquery-ui/core.js?body=1" for 127.0.0.1 at 2014-07-28 15:20:19 +0400
11514
+
11515
+
11516
+ Started GET "/assets/morrigan_editor_rails/main.js?body=1" for 127.0.0.1 at 2014-07-28 15:20:19 +0400
11517
+
11518
+
11519
+ Started GET "/assets/jquery-ui/widget.js?body=1" for 127.0.0.1 at 2014-07-28 15:20:19 +0400
11520
+
11521
+
11522
+ Started GET "/assets/morrigan_editor_rails/morrigan-jquery-editor.js?body=1" for 127.0.0.1 at 2014-07-28 15:20:19 +0400
11523
+
11524
+
11525
+ Started GET "/assets/morrigan_editor_rails/application.js?body=1" for 127.0.0.1 at 2014-07-28 15:20:19 +0400
11526
+
11527
+
11528
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-07-28 15:20:20 +0400
11529
+
11530
+
11531
+ Started GET "/assets/editor_iframe.css" for 127.0.0.1 at 2014-07-28 15:20:20 +0400
11532
+
11533
+
11534
+ Started GET "/assets/fontawesome-webfont.woff" for 127.0.0.1 at 2014-07-28 15:20:20 +0400
11535
+
11536
+
11537
+ Started POST "/morrigan_editor_rails/editor_images" for 127.0.0.1 at 2014-07-28 15:20:26 +0400
11538
+ Processing by MorriganEditorRails::EditorImagesController#create as HTML
11539
+ Parameters: {"upload_img"=>#<ActionDispatch::Http::UploadedFile:0xb48d0f4 @tempfile=#<Tempfile:/tmp/RackMultipart20140728-32700-1bshdo1>, @original_filename="22129_b.jpeg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"upload_img\"; filename=\"22129_b.jpeg\"\r\nContent-Type: image/jpeg\r\n">, "upload_url"=>""}
11540
+  (0.4ms) begin transaction
11541
+ SQL (0.3ms) INSERT INTO "morrigan_editor_rails_editor_images" ("created_at", "image", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-07-28 11:20:26.218072"], ["image", "22129_b.jpeg"], ["updated_at", "2014-07-28 11:20:26.218072"]]
11542
+  (20.2ms) commit transaction
11543
+ Rendered text template (0.0ms)
11544
+ Completed 200 OK in 35ms (Views: 1.1ms | ActiveRecord: 21.2ms)
@@ -1 +1 @@
1
- 22487
1
+ 32700
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: morrigan_editor_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sergey Sokolov
@@ -196,6 +196,7 @@ files:
196
196
  - test/dummy/public/uploads/morrigan_editor_rails/editor_image/image/1/22129_b.jpeg
197
197
  - test/dummy/public/uploads/morrigan_editor_rails/editor_image/image/2/22129_b.jpeg
198
198
  - test/dummy/public/uploads/morrigan_editor_rails/editor_image/image/3/22129_b.jpeg
199
+ - test/dummy/public/uploads/morrigan_editor_rails/editor_image/image/4/22129_b.jpeg
199
200
  - test/dummy/tmp/pids/server.pid
200
201
  - test/integration/navigation_test.rb
201
202
  - test/morrigan_editor_rails_test.rb
@@ -250,6 +251,7 @@ test_files:
250
251
  - test/dummy/public/uploads/morrigan_editor_rails/editor_image/image/3/22129_b.jpeg
251
252
  - test/dummy/public/uploads/morrigan_editor_rails/editor_image/image/1/22129_b.jpeg
252
253
  - test/dummy/public/uploads/morrigan_editor_rails/editor_image/image/2/22129_b.jpeg
254
+ - test/dummy/public/uploads/morrigan_editor_rails/editor_image/image/4/22129_b.jpeg
253
255
  - test/dummy/public/500.html
254
256
  - test/dummy/Rakefile
255
257
  - test/dummy/tmp/pids/server.pid