morrigan_editor_rails 0.0.8 → 0.0.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/app/assets/javascripts/morrigan_editor_rails/main.js.erb +1 -1
- data/lib/morrigan_editor_rails/version.rb +1 -1
- data/test/dummy/db/development.sqlite3 +0 -0
- data/test/dummy/log/development.log +427 -0
- data/test/dummy/public/uploads/morrigan_editor_rails/editor_image/image/5/22129_b.jpeg +0 -0
- data/test/dummy/public/uploads/morrigan_editor_rails/editor_image/image/6/22129_b.jpeg +0 -0
- data/test/dummy/tmp/pids/server.pid +1 -1
- metadata +5 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f067ad4a9c9d63b2d2593f9335b98138eb490e86
|
|
4
|
+
data.tar.gz: 77bafe3eea8b6e3e21a054f69f16aee613ad69a3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fd59dd62e369d3978a80b3ed92a38a06d96688db83e48684452b64661307df924835eef28a8bd9fae472339b5a4bf31c783bb5f5462a1dd7f891372903a7ff7e
|
|
7
|
+
data.tar.gz: 63cd84cdad8f2d3bda3cde40f85eccd1ec67c528ed00b9c5e1be34ab969ed27eb4112a62417fbce1e51666ab29f391891d52da07aec59963d9dc810ef9917f87
|
|
@@ -7,7 +7,7 @@ $(function () {
|
|
|
7
7
|
var height = container.attr('editor-height');
|
|
8
8
|
var editor = container.morrigan_editor({
|
|
9
9
|
iframeStyles: "<%= iframe_stylesheet %>",
|
|
10
|
-
imageUpload: 'morrigan_editor_rails/editor_images',
|
|
10
|
+
imageUpload: '/morrigan_editor_rails/editor_images',
|
|
11
11
|
width: width,
|
|
12
12
|
height: height
|
|
13
13
|
});
|
|
Binary file
|
|
@@ -11542,3 +11542,430 @@ Processing by MorriganEditorRails::EditorImagesController#create as HTML
|
|
|
11542
11542
|
[1m[35m (20.2ms)[0m commit transaction
|
|
11543
11543
|
Rendered text template (0.0ms)
|
|
11544
11544
|
Completed 200 OK in 35ms (Views: 1.1ms | ActiveRecord: 21.2ms)
|
|
11545
|
+
|
|
11546
|
+
|
|
11547
|
+
Started GET "/" for 127.0.0.1 at 2014-07-28 15:29:30 +0400
|
|
11548
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
|
11549
|
+
Processing by TestController#index as HTML
|
|
11550
|
+
Rendered test/index.html.erb within layouts/application (5.7ms)
|
|
11551
|
+
Completed 500 Internal Server Error in 157ms
|
|
11552
|
+
|
|
11553
|
+
ActionView::Template::Error (undefined local variable or method `editor_images_path' for #<#<Class:0x9138784>:0x9ef1664>
|
|
11554
|
+
(in /media/workspace/repo/public_projects/morrigan_editor_rails/app/assets/javascripts/morrigan_editor_rails/main.js.erb)):
|
|
11555
|
+
3: <head>
|
|
11556
|
+
4: <title>Dummy</title>
|
|
11557
|
+
5: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
|
|
11558
|
+
6: <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
|
|
11559
|
+
7: <%= csrf_meta_tags %>
|
|
11560
|
+
8: </head>
|
|
11561
|
+
9: <body>
|
|
11562
|
+
app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb___647242713_75303410'
|
|
11563
|
+
|
|
11564
|
+
|
|
11565
|
+
Rendered /home/salkar/.rvm/gems/ruby-2.1.0/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms)
|
|
11566
|
+
Rendered /home/salkar/.rvm/gems/ruby-2.1.0/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (13.2ms)
|
|
11567
|
+
Rendered /home/salkar/.rvm/gems/ruby-2.1.0/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (20.2ms)
|
|
11568
|
+
|
|
11569
|
+
|
|
11570
|
+
Started GET "/" for 127.0.0.1 at 2014-07-28 15:29:44 +0400
|
|
11571
|
+
Processing by TestController#index as HTML
|
|
11572
|
+
Rendered test/index.html.erb within layouts/application (1.2ms)
|
|
11573
|
+
Completed 500 Internal Server Error in 24ms
|
|
11574
|
+
|
|
11575
|
+
ActionView::Template::Error (undefined local variable or method `view_context' for #<#<Class:0x9138784>:0x99e6084>
|
|
11576
|
+
(in /media/workspace/repo/public_projects/morrigan_editor_rails/app/assets/javascripts/morrigan_editor_rails/main.js.erb)):
|
|
11577
|
+
3: <head>
|
|
11578
|
+
4: <title>Dummy</title>
|
|
11579
|
+
5: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
|
|
11580
|
+
6: <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
|
|
11581
|
+
7: <%= csrf_meta_tags %>
|
|
11582
|
+
8: </head>
|
|
11583
|
+
9: <body>
|
|
11584
|
+
app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb___647242713_75303410'
|
|
11585
|
+
|
|
11586
|
+
|
|
11587
|
+
Rendered /home/salkar/.rvm/gems/ruby-2.1.0/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms)
|
|
11588
|
+
Rendered /home/salkar/.rvm/gems/ruby-2.1.0/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms)
|
|
11589
|
+
Rendered /home/salkar/.rvm/gems/ruby-2.1.0/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (8.2ms)
|
|
11590
|
+
|
|
11591
|
+
|
|
11592
|
+
Started GET "/" for 127.0.0.1 at 2014-07-28 15:29:50 +0400
|
|
11593
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
|
11594
|
+
Processing by TestController#index as HTML
|
|
11595
|
+
Rendered test/index.html.erb within layouts/application (5.6ms)
|
|
11596
|
+
Completed 500 Internal Server Error in 163ms
|
|
11597
|
+
|
|
11598
|
+
ActionView::Template::Error (undefined local variable or method `view_context' for #<#<Class:0xa29a590>:0xb023158>
|
|
11599
|
+
(in /media/workspace/repo/public_projects/morrigan_editor_rails/app/assets/javascripts/morrigan_editor_rails/main.js.erb)):
|
|
11600
|
+
3: <head>
|
|
11601
|
+
4: <title>Dummy</title>
|
|
11602
|
+
5: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
|
|
11603
|
+
6: <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
|
|
11604
|
+
7: <%= csrf_meta_tags %>
|
|
11605
|
+
8: </head>
|
|
11606
|
+
9: <body>
|
|
11607
|
+
app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb__650861636_84294250'
|
|
11608
|
+
|
|
11609
|
+
|
|
11610
|
+
Rendered /home/salkar/.rvm/gems/ruby-2.1.0/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.8ms)
|
|
11611
|
+
Rendered /home/salkar/.rvm/gems/ruby-2.1.0/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (13.1ms)
|
|
11612
|
+
Rendered /home/salkar/.rvm/gems/ruby-2.1.0/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (20.7ms)
|
|
11613
|
+
|
|
11614
|
+
|
|
11615
|
+
Started GET "/" for 127.0.0.1 at 2014-07-28 15:33:17 +0400
|
|
11616
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
|
11617
|
+
Processing by TestController#index as HTML
|
|
11618
|
+
Rendered test/index.html.erb within layouts/application (6.0ms)
|
|
11619
|
+
Completed 500 Internal Server Error in 170ms
|
|
11620
|
+
|
|
11621
|
+
ActionView::Template::Error (undefined local variable or method `view_context' for #<#<Class:0x9d91df0>:0xab1f738>
|
|
11622
|
+
(in /media/workspace/repo/public_projects/morrigan_editor_rails/app/assets/javascripts/morrigan_editor_rails/main.js.erb)):
|
|
11623
|
+
3: <head>
|
|
11624
|
+
4: <title>Dummy</title>
|
|
11625
|
+
5: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
|
|
11626
|
+
6: <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
|
|
11627
|
+
7: <%= csrf_meta_tags %>
|
|
11628
|
+
8: </head>
|
|
11629
|
+
9: <body>
|
|
11630
|
+
app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb___180194073_81672980'
|
|
11631
|
+
|
|
11632
|
+
|
|
11633
|
+
Rendered /home/salkar/.rvm/gems/ruby-2.1.0/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms)
|
|
11634
|
+
Rendered /home/salkar/.rvm/gems/ruby-2.1.0/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (13.8ms)
|
|
11635
|
+
Rendered /home/salkar/.rvm/gems/ruby-2.1.0/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (20.3ms)
|
|
11636
|
+
|
|
11637
|
+
|
|
11638
|
+
Started GET "/" for 127.0.0.1 at 2014-07-28 15:33:18 +0400
|
|
11639
|
+
Processing by TestController#index as HTML
|
|
11640
|
+
Rendered test/index.html.erb within layouts/application (1.3ms)
|
|
11641
|
+
Completed 500 Internal Server Error in 30ms
|
|
11642
|
+
|
|
11643
|
+
ActionView::Template::Error (undefined local variable or method `view_context' for #<#<Class:0x9d91df0>:0xa654c80>
|
|
11644
|
+
(in /media/workspace/repo/public_projects/morrigan_editor_rails/app/assets/javascripts/morrigan_editor_rails/main.js.erb)):
|
|
11645
|
+
3: <head>
|
|
11646
|
+
4: <title>Dummy</title>
|
|
11647
|
+
5: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
|
|
11648
|
+
6: <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
|
|
11649
|
+
7: <%= csrf_meta_tags %>
|
|
11650
|
+
8: </head>
|
|
11651
|
+
9: <body>
|
|
11652
|
+
app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb___180194073_81672980'
|
|
11653
|
+
|
|
11654
|
+
|
|
11655
|
+
Rendered /home/salkar/.rvm/gems/ruby-2.1.0/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms)
|
|
11656
|
+
Rendered /home/salkar/.rvm/gems/ruby-2.1.0/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms)
|
|
11657
|
+
Rendered /home/salkar/.rvm/gems/ruby-2.1.0/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (8.9ms)
|
|
11658
|
+
|
|
11659
|
+
|
|
11660
|
+
Started GET "/" for 127.0.0.1 at 2014-07-28 15:33:36 +0400
|
|
11661
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
|
11662
|
+
Processing by TestController#index as HTML
|
|
11663
|
+
Rendered test/index.html.erb within layouts/application (7.3ms)
|
|
11664
|
+
Completed 500 Internal Server Error in 166ms
|
|
11665
|
+
|
|
11666
|
+
ActionView::Template::Error (undefined local variable or method `editor_images_path' for #<#<Class:0x95be574>:0xa3797cc>
|
|
11667
|
+
(in /media/workspace/repo/public_projects/morrigan_editor_rails/app/assets/javascripts/morrigan_editor_rails/main.js.erb)):
|
|
11668
|
+
3: <head>
|
|
11669
|
+
4: <title>Dummy</title>
|
|
11670
|
+
5: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
|
|
11671
|
+
6: <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
|
|
11672
|
+
7: <%= csrf_meta_tags %>
|
|
11673
|
+
8: </head>
|
|
11674
|
+
9: <body>
|
|
11675
|
+
app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb__775180700_77769860'
|
|
11676
|
+
|
|
11677
|
+
|
|
11678
|
+
Rendered /home/salkar/.rvm/gems/ruby-2.1.0/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms)
|
|
11679
|
+
Rendered /home/salkar/.rvm/gems/ruby-2.1.0/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (14.4ms)
|
|
11680
|
+
Rendered /home/salkar/.rvm/gems/ruby-2.1.0/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (21.1ms)
|
|
11681
|
+
|
|
11682
|
+
|
|
11683
|
+
Started GET "/" for 127.0.0.1 at 2014-07-28 15:34:06 +0400
|
|
11684
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
|
11685
|
+
Processing by TestController#index as HTML
|
|
11686
|
+
Rendered test/index.html.erb within layouts/application (7.9ms)
|
|
11687
|
+
Completed 500 Internal Server Error in 157ms
|
|
11688
|
+
|
|
11689
|
+
ActionView::Template::Error (undefined method `editor_images_path' for #<ActionView::Base:0xaac0c4c>
|
|
11690
|
+
(in /media/workspace/repo/public_projects/morrigan_editor_rails/app/assets/javascripts/morrigan_editor_rails/main.js.erb)):
|
|
11691
|
+
3: <head>
|
|
11692
|
+
4: <title>Dummy</title>
|
|
11693
|
+
5: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
|
|
11694
|
+
6: <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
|
|
11695
|
+
7: <%= csrf_meta_tags %>
|
|
11696
|
+
8: </head>
|
|
11697
|
+
9: <body>
|
|
11698
|
+
app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb__405834779_81606860'
|
|
11699
|
+
|
|
11700
|
+
|
|
11701
|
+
Rendered /home/salkar/.rvm/gems/ruby-2.1.0/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms)
|
|
11702
|
+
Rendered /home/salkar/.rvm/gems/ruby-2.1.0/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (13.6ms)
|
|
11703
|
+
Rendered /home/salkar/.rvm/gems/ruby-2.1.0/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (21.3ms)
|
|
11704
|
+
|
|
11705
|
+
|
|
11706
|
+
Started GET "/" for 127.0.0.1 at 2014-07-28 15:37:24 +0400
|
|
11707
|
+
[1m[36mActiveRecord::SchemaMigration Load (1.0ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
|
11708
|
+
Processing by TestController#index as HTML
|
|
11709
|
+
Rendered test/index.html.erb within layouts/application (5.8ms)
|
|
11710
|
+
Completed 500 Internal Server Error in 159ms
|
|
11711
|
+
|
|
11712
|
+
ActionView::Template::Error (undefined method `url_for' for ActionController::Base:Class
|
|
11713
|
+
(in /media/workspace/repo/public_projects/morrigan_editor_rails/app/assets/javascripts/morrigan_editor_rails/main.js.erb)):
|
|
11714
|
+
3: <head>
|
|
11715
|
+
4: <title>Dummy</title>
|
|
11716
|
+
5: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
|
|
11717
|
+
6: <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
|
|
11718
|
+
7: <%= csrf_meta_tags %>
|
|
11719
|
+
8: </head>
|
|
11720
|
+
9: <body>
|
|
11721
|
+
app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb__350026035_91356600'
|
|
11722
|
+
|
|
11723
|
+
|
|
11724
|
+
Rendered /home/salkar/.rvm/gems/ruby-2.1.0/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.9ms)
|
|
11725
|
+
Rendered /home/salkar/.rvm/gems/ruby-2.1.0/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (13.4ms)
|
|
11726
|
+
Rendered /home/salkar/.rvm/gems/ruby-2.1.0/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (21.1ms)
|
|
11727
|
+
|
|
11728
|
+
|
|
11729
|
+
Started GET "/" for 127.0.0.1 at 2014-07-28 15:38:23 +0400
|
|
11730
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
|
11731
|
+
Processing by TestController#index as HTML
|
|
11732
|
+
Rendered test/index.html.erb within layouts/application (6.7ms)
|
|
11733
|
+
Completed 500 Internal Server Error in 166ms
|
|
11734
|
+
|
|
11735
|
+
ActionView::Template::Error (undefined method `url_for' for ActionView::Helpers::UrlHelper:Module
|
|
11736
|
+
(in /media/workspace/repo/public_projects/morrigan_editor_rails/app/assets/javascripts/morrigan_editor_rails/main.js.erb)):
|
|
11737
|
+
3: <head>
|
|
11738
|
+
4: <title>Dummy</title>
|
|
11739
|
+
5: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
|
|
11740
|
+
6: <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
|
|
11741
|
+
7: <%= csrf_meta_tags %>
|
|
11742
|
+
8: </head>
|
|
11743
|
+
9: <body>
|
|
11744
|
+
app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb__454376074_85309650'
|
|
11745
|
+
|
|
11746
|
+
|
|
11747
|
+
Rendered /home/salkar/.rvm/gems/ruby-2.1.0/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.4ms)
|
|
11748
|
+
Rendered /home/salkar/.rvm/gems/ruby-2.1.0/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (14.0ms)
|
|
11749
|
+
Rendered /home/salkar/.rvm/gems/ruby-2.1.0/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (21.0ms)
|
|
11750
|
+
|
|
11751
|
+
|
|
11752
|
+
Started GET "/" for 127.0.0.1 at 2014-07-28 15:38:27 +0400
|
|
11753
|
+
Processing by TestController#index as HTML
|
|
11754
|
+
Rendered test/index.html.erb within layouts/application (1.3ms)
|
|
11755
|
+
Completed 500 Internal Server Error in 28ms
|
|
11756
|
+
|
|
11757
|
+
ActionView::Template::Error (undefined method `url_for' for ActionView::Helpers::UrlHelper:Module
|
|
11758
|
+
(in /media/workspace/repo/public_projects/morrigan_editor_rails/app/assets/javascripts/morrigan_editor_rails/main.js.erb)):
|
|
11759
|
+
3: <head>
|
|
11760
|
+
4: <title>Dummy</title>
|
|
11761
|
+
5: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
|
|
11762
|
+
6: <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
|
|
11763
|
+
7: <%= csrf_meta_tags %>
|
|
11764
|
+
8: </head>
|
|
11765
|
+
9: <body>
|
|
11766
|
+
app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb__454376074_85309650'
|
|
11767
|
+
|
|
11768
|
+
|
|
11769
|
+
Rendered /home/salkar/.rvm/gems/ruby-2.1.0/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms)
|
|
11770
|
+
Rendered /home/salkar/.rvm/gems/ruby-2.1.0/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms)
|
|
11771
|
+
Rendered /home/salkar/.rvm/gems/ruby-2.1.0/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (8.6ms)
|
|
11772
|
+
|
|
11773
|
+
|
|
11774
|
+
Started GET "/" for 127.0.0.1 at 2014-07-28 15:42:04 +0400
|
|
11775
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.9ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
|
11776
|
+
Processing by TestController#index as HTML
|
|
11777
|
+
Rendered test/index.html.erb within layouts/application (8.6ms)
|
|
11778
|
+
Completed 200 OK in 211ms (Views: 211.2ms | ActiveRecord: 0.0ms)
|
|
11779
|
+
|
|
11780
|
+
|
|
11781
|
+
Started GET "/assets/editor_iframe.css?body=1" for 127.0.0.1 at 2014-07-28 15:42:04 +0400
|
|
11782
|
+
|
|
11783
|
+
|
|
11784
|
+
Started GET "/assets/morrigan_editor_rails/morrigan-jquery-editor.css?body=1" for 127.0.0.1 at 2014-07-28 15:42:04 +0400
|
|
11785
|
+
|
|
11786
|
+
|
|
11787
|
+
Started GET "/assets/font-awesome.css?body=1" for 127.0.0.1 at 2014-07-28 15:42:04 +0400
|
|
11788
|
+
|
|
11789
|
+
|
|
11790
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-07-28 15:42:04 +0400
|
|
11791
|
+
|
|
11792
|
+
|
|
11793
|
+
Started GET "/assets/morrigan_editor_rails/application.css?body=1" for 127.0.0.1 at 2014-07-28 15:42:04 +0400
|
|
11794
|
+
|
|
11795
|
+
|
|
11796
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-07-28 15:42:04 +0400
|
|
11797
|
+
|
|
11798
|
+
|
|
11799
|
+
Started GET "/assets/jquery-ui/widget.js?body=1" for 127.0.0.1 at 2014-07-28 15:42:04 +0400
|
|
11800
|
+
|
|
11801
|
+
|
|
11802
|
+
Started GET "/assets/jquery-ui/core.js?body=1" for 127.0.0.1 at 2014-07-28 15:42:04 +0400
|
|
11803
|
+
|
|
11804
|
+
|
|
11805
|
+
Started GET "/assets/morrigan_editor_rails/main.js?body=1" for 127.0.0.1 at 2014-07-28 15:42:04 +0400
|
|
11806
|
+
|
|
11807
|
+
|
|
11808
|
+
Started GET "/assets/morrigan_editor_rails/morrigan-jquery-editor.js?body=1" for 127.0.0.1 at 2014-07-28 15:42:04 +0400
|
|
11809
|
+
|
|
11810
|
+
|
|
11811
|
+
Started GET "/assets/morrigan_editor_rails/application.js?body=1" for 127.0.0.1 at 2014-07-28 15:42:04 +0400
|
|
11812
|
+
|
|
11813
|
+
|
|
11814
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-07-28 15:42:04 +0400
|
|
11815
|
+
|
|
11816
|
+
|
|
11817
|
+
Started GET "/assets/editor_iframe.css" for 127.0.0.1 at 2014-07-28 15:42:04 +0400
|
|
11818
|
+
|
|
11819
|
+
|
|
11820
|
+
Started GET "/assets/fontawesome-webfont.woff" for 127.0.0.1 at 2014-07-28 15:42:04 +0400
|
|
11821
|
+
|
|
11822
|
+
|
|
11823
|
+
Started POST "/morrigan_editor_rails/editor_images" for 127.0.0.1 at 2014-07-28 15:42:09 +0400
|
|
11824
|
+
Processing by MorriganEditorRails::EditorImagesController#create as HTML
|
|
11825
|
+
Parameters: {"upload_img"=>#<ActionDispatch::Http::UploadedFile:0xb1e3880 @tempfile=#<Tempfile:/tmp/RackMultipart20140728-2325-av1k08>, @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"=>""}
|
|
11826
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
11827
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "morrigan_editor_rails_editor_images" ("created_at", "image", "updated_at") VALUES (?, ?, ?)[0m [["created_at", "2014-07-28 11:42:09.330096"], ["image", "22129_b.jpeg"], ["updated_at", "2014-07-28 11:42:09.330096"]]
|
|
11828
|
+
[1m[35m (25.3ms)[0m commit transaction
|
|
11829
|
+
Rendered text template (0.0ms)
|
|
11830
|
+
Completed 200 OK in 45ms (Views: 4.5ms | ActiveRecord: 26.1ms)
|
|
11831
|
+
|
|
11832
|
+
|
|
11833
|
+
Started GET "/test" for 127.0.0.1 at 2014-07-28 15:42:13 +0400
|
|
11834
|
+
|
|
11835
|
+
ActionController::RoutingError (No route matches [GET] "/test"):
|
|
11836
|
+
actionpack (4.1.4) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
|
11837
|
+
actionpack (4.1.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
|
11838
|
+
railties (4.1.4) lib/rails/rack/logger.rb:38:in `call_app'
|
|
11839
|
+
railties (4.1.4) lib/rails/rack/logger.rb:20:in `block in call'
|
|
11840
|
+
activesupport (4.1.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
|
|
11841
|
+
activesupport (4.1.4) lib/active_support/tagged_logging.rb:26:in `tagged'
|
|
11842
|
+
activesupport (4.1.4) lib/active_support/tagged_logging.rb:68:in `tagged'
|
|
11843
|
+
railties (4.1.4) lib/rails/rack/logger.rb:20:in `call'
|
|
11844
|
+
actionpack (4.1.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
|
11845
|
+
rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
|
|
11846
|
+
rack (1.5.2) lib/rack/runtime.rb:17:in `call'
|
|
11847
|
+
activesupport (4.1.4) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
|
|
11848
|
+
rack (1.5.2) lib/rack/lock.rb:17:in `call'
|
|
11849
|
+
actionpack (4.1.4) lib/action_dispatch/middleware/static.rb:64:in `call'
|
|
11850
|
+
rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
|
|
11851
|
+
railties (4.1.4) lib/rails/engine.rb:514:in `call'
|
|
11852
|
+
railties (4.1.4) lib/rails/application.rb:144:in `call'
|
|
11853
|
+
rack (1.5.2) lib/rack/lock.rb:17:in `call'
|
|
11854
|
+
rack (1.5.2) lib/rack/content_length.rb:14:in `call'
|
|
11855
|
+
rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
|
|
11856
|
+
/home/salkar/.rvm/rubies/ruby-2.1.0/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
|
|
11857
|
+
/home/salkar/.rvm/rubies/ruby-2.1.0/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
|
|
11858
|
+
/home/salkar/.rvm/rubies/ruby-2.1.0/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
|
|
11859
|
+
|
|
11860
|
+
|
|
11861
|
+
Rendered /home/salkar/.rvm/gems/ruby-2.1.0/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.8ms)
|
|
11862
|
+
Rendered /home/salkar/.rvm/gems/ruby-2.1.0/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.8ms)
|
|
11863
|
+
Rendered /home/salkar/.rvm/gems/ruby-2.1.0/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.2ms)
|
|
11864
|
+
Rendered /home/salkar/.rvm/gems/ruby-2.1.0/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (6.0ms)
|
|
11865
|
+
Rendered /home/salkar/.rvm/gems/ruby-2.1.0/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (23.3ms)
|
|
11866
|
+
|
|
11867
|
+
|
|
11868
|
+
Started GET "/" for 127.0.0.1 at 2014-07-28 15:42:18 +0400
|
|
11869
|
+
Processing by TestController#index as HTML
|
|
11870
|
+
Rendered test/index.html.erb within layouts/application (1.3ms)
|
|
11871
|
+
Completed 200 OK in 10ms (Views: 10.0ms | ActiveRecord: 0.0ms)
|
|
11872
|
+
|
|
11873
|
+
|
|
11874
|
+
Started GET "/assets/editor_iframe.css?body=1" for 127.0.0.1 at 2014-07-28 15:42:18 +0400
|
|
11875
|
+
|
|
11876
|
+
|
|
11877
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-07-28 15:42:18 +0400
|
|
11878
|
+
|
|
11879
|
+
|
|
11880
|
+
Started GET "/assets/morrigan_editor_rails/application.css?body=1" for 127.0.0.1 at 2014-07-28 15:42:18 +0400
|
|
11881
|
+
|
|
11882
|
+
|
|
11883
|
+
Started GET "/assets/font-awesome.css?body=1" for 127.0.0.1 at 2014-07-28 15:42:18 +0400
|
|
11884
|
+
|
|
11885
|
+
|
|
11886
|
+
Started GET "/assets/morrigan_editor_rails/morrigan-jquery-editor.css?body=1" for 127.0.0.1 at 2014-07-28 15:42:18 +0400
|
|
11887
|
+
|
|
11888
|
+
|
|
11889
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-07-28 15:42:18 +0400
|
|
11890
|
+
|
|
11891
|
+
|
|
11892
|
+
Started GET "/assets/jquery-ui/core.js?body=1" for 127.0.0.1 at 2014-07-28 15:42:18 +0400
|
|
11893
|
+
|
|
11894
|
+
|
|
11895
|
+
Started GET "/assets/jquery-ui/widget.js?body=1" for 127.0.0.1 at 2014-07-28 15:42:18 +0400
|
|
11896
|
+
|
|
11897
|
+
|
|
11898
|
+
Started GET "/assets/morrigan_editor_rails/main.js?body=1" for 127.0.0.1 at 2014-07-28 15:42:18 +0400
|
|
11899
|
+
|
|
11900
|
+
|
|
11901
|
+
Started GET "/assets/morrigan_editor_rails/morrigan-jquery-editor.js?body=1" for 127.0.0.1 at 2014-07-28 15:42:18 +0400
|
|
11902
|
+
|
|
11903
|
+
|
|
11904
|
+
Started GET "/assets/morrigan_editor_rails/application.js?body=1" for 127.0.0.1 at 2014-07-28 15:42:18 +0400
|
|
11905
|
+
|
|
11906
|
+
|
|
11907
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-07-28 15:42:18 +0400
|
|
11908
|
+
|
|
11909
|
+
|
|
11910
|
+
Started GET "/assets/editor_iframe.css" for 127.0.0.1 at 2014-07-28 15:42:18 +0400
|
|
11911
|
+
|
|
11912
|
+
|
|
11913
|
+
Started POST "/morrigan_editor_rails/editor_images" for 127.0.0.1 at 2014-07-28 15:42:18 +0400
|
|
11914
|
+
Processing by MorriganEditorRails::EditorImagesController#create as HTML
|
|
11915
|
+
Parameters: {"upload_img"=>#<ActionDispatch::Http::UploadedFile:0xa917ecc @tempfile=#<Tempfile:/tmp/RackMultipart20140728-2325-j0p6ns>, @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"=>""}
|
|
11916
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
11917
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "morrigan_editor_rails_editor_images" ("created_at", "image", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-07-28 11:42:18.646352"], ["image", "22129_b.jpeg"], ["updated_at", "2014-07-28 11:42:18.646352"]]
|
|
11918
|
+
[1m[36m (11.8ms)[0m [1mcommit transaction[0m
|
|
11919
|
+
Rendered text template (0.0ms)
|
|
11920
|
+
Completed 200 OK in 17ms (Views: 0.4ms | ActiveRecord: 12.1ms)
|
|
11921
|
+
|
|
11922
|
+
|
|
11923
|
+
Started GET "/assets/fontawesome-webfont.woff" for 127.0.0.1 at 2014-07-28 15:42:18 +0400
|
|
11924
|
+
|
|
11925
|
+
|
|
11926
|
+
Started GET "/" for 127.0.0.1 at 2014-07-28 15:42:19 +0400
|
|
11927
|
+
Processing by TestController#index as HTML
|
|
11928
|
+
Rendered test/index.html.erb within layouts/application (0.9ms)
|
|
11929
|
+
Completed 200 OK in 7ms (Views: 6.6ms | ActiveRecord: 0.0ms)
|
|
11930
|
+
|
|
11931
|
+
|
|
11932
|
+
Started GET "/assets/editor_iframe.css?body=1" for 127.0.0.1 at 2014-07-28 15:42:19 +0400
|
|
11933
|
+
|
|
11934
|
+
|
|
11935
|
+
Started GET "/assets/morrigan_editor_rails/morrigan-jquery-editor.css?body=1" for 127.0.0.1 at 2014-07-28 15:42:19 +0400
|
|
11936
|
+
|
|
11937
|
+
|
|
11938
|
+
Started GET "/assets/font-awesome.css?body=1" for 127.0.0.1 at 2014-07-28 15:42:19 +0400
|
|
11939
|
+
|
|
11940
|
+
|
|
11941
|
+
Started GET "/assets/morrigan_editor_rails/application.css?body=1" for 127.0.0.1 at 2014-07-28 15:42:19 +0400
|
|
11942
|
+
|
|
11943
|
+
|
|
11944
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-07-28 15:42:19 +0400
|
|
11945
|
+
|
|
11946
|
+
|
|
11947
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-07-28 15:42:19 +0400
|
|
11948
|
+
|
|
11949
|
+
|
|
11950
|
+
Started GET "/assets/jquery-ui/core.js?body=1" for 127.0.0.1 at 2014-07-28 15:42:19 +0400
|
|
11951
|
+
|
|
11952
|
+
|
|
11953
|
+
Started GET "/assets/jquery-ui/widget.js?body=1" for 127.0.0.1 at 2014-07-28 15:42:19 +0400
|
|
11954
|
+
|
|
11955
|
+
|
|
11956
|
+
Started GET "/assets/morrigan_editor_rails/main.js?body=1" for 127.0.0.1 at 2014-07-28 15:42:19 +0400
|
|
11957
|
+
|
|
11958
|
+
|
|
11959
|
+
Started GET "/assets/morrigan_editor_rails/morrigan-jquery-editor.js?body=1" for 127.0.0.1 at 2014-07-28 15:42:19 +0400
|
|
11960
|
+
|
|
11961
|
+
|
|
11962
|
+
Started GET "/assets/morrigan_editor_rails/application.js?body=1" for 127.0.0.1 at 2014-07-28 15:42:19 +0400
|
|
11963
|
+
|
|
11964
|
+
|
|
11965
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-07-28 15:42:19 +0400
|
|
11966
|
+
|
|
11967
|
+
|
|
11968
|
+
Started GET "/assets/editor_iframe.css" for 127.0.0.1 at 2014-07-28 15:42:19 +0400
|
|
11969
|
+
|
|
11970
|
+
|
|
11971
|
+
Started GET "/assets/fontawesome-webfont.woff" for 127.0.0.1 at 2014-07-28 15:42:19 +0400
|
|
Binary file
|
|
Binary file
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
2325
|
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.
|
|
4
|
+
version: 0.0.9
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Sergey Sokolov
|
|
@@ -197,6 +197,8 @@ files:
|
|
|
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
199
|
- test/dummy/public/uploads/morrigan_editor_rails/editor_image/image/4/22129_b.jpeg
|
|
200
|
+
- test/dummy/public/uploads/morrigan_editor_rails/editor_image/image/5/22129_b.jpeg
|
|
201
|
+
- test/dummy/public/uploads/morrigan_editor_rails/editor_image/image/6/22129_b.jpeg
|
|
200
202
|
- test/dummy/tmp/pids/server.pid
|
|
201
203
|
- test/integration/navigation_test.rb
|
|
202
204
|
- test/morrigan_editor_rails_test.rb
|
|
@@ -248,6 +250,8 @@ test_files:
|
|
|
248
250
|
- test/dummy/public/422.html
|
|
249
251
|
- test/dummy/public/favicon.ico
|
|
250
252
|
- test/dummy/public/404.html
|
|
253
|
+
- test/dummy/public/uploads/morrigan_editor_rails/editor_image/image/6/22129_b.jpeg
|
|
254
|
+
- test/dummy/public/uploads/morrigan_editor_rails/editor_image/image/5/22129_b.jpeg
|
|
251
255
|
- test/dummy/public/uploads/morrigan_editor_rails/editor_image/image/3/22129_b.jpeg
|
|
252
256
|
- test/dummy/public/uploads/morrigan_editor_rails/editor_image/image/1/22129_b.jpeg
|
|
253
257
|
- test/dummy/public/uploads/morrigan_editor_rails/editor_image/image/2/22129_b.jpeg
|