ex_cite 1.0.1 → 1.1.0
Sign up to get free protection for your applications and to get access to all the features.
- data/MIT-LICENSE +1 -1
- data/app/controllers/ex_cite/export_citations_controller.rb +18 -14
- data/app/helpers/ex_cite/application_helper.rb +1 -8
- data/app/models/ex_cite/push_format.rb +7 -5
- data/app/views/ex_cite/cite/_external_form.html.erb +3 -3
- data/config/initializers/mime_types.rb +7 -1
- data/lib/ex_cite/core_ext.rb +4 -15
- data/lib/ex_cite/engine.rb +12 -26
- data/lib/ex_cite/version.rb +1 -1
- data/test/dummy/log/development.log +405 -0
- data/test/dummy/log/test.log +86349 -0
- data/test/dummy/test/unit/ex_cite_record_test.rb +5 -3
- data/test/dummy/tmp/cache/15C/AE1/468286998ed7e41613b5b638604d0d418e16f000to_refworks_tagged +4 -0
- data/test/dummy/tmp/cache/23D/251/794c17bcbef330a90c5063ca7b881b06685047aeto_refworks_tagged +4 -0
- data/test/dummy/tmp/cache/24E/D11/1e1a808df870f039ac20fd161b9c4ea0a3a12101to_refworks_tagged +4 -0
- data/test/dummy/tmp/cache/2A6/8D1/affd98a65c2fce8403f2d2776024add085305dc8to_refworks_tagged +4 -0
- data/test/dummy/tmp/cache/2E8/121/5c66e1737c71a44c1c2c0c53aacfdbe21a47d22dto_refworks_tagged +4 -0
- data/test/dummy/tmp/cache/2FA/431/ca02f65b1e44e0da798cff8e53adb7a70211fe70to_refworks_tagged +4 -0
- data/test/dummy/tmp/cache/336/B71/af5dc25c4cb1c5d8a1fd83234ecf9fcb76f23952to_refworks_tagged +4 -0
- data/test/dummy/tmp/cache/36A/321/c9d431e57fa51ecef5d8dfed8ead3fa142c71284to_refworks_tagged +5 -0
- data/test/dummy/tmp/cache/3BC/4C1/794c17bcbef330a90c5063ca7b881b06685047aeto_chicago_author_date +4 -0
- data/test/dummy/tmp/cache/403/6D1/b665552cd9b09a9c72e20a7f3ab1c8e786e23f99to_chicago_author_date +4 -0
- data/test/dummy/tmp/cache/425/491/affd98a65c2fce8403f2d2776024add085305dc8to_chicago_author_date +4 -0
- data/test/dummy/tmp/cache/479/4F1/ca02f65b1e44e0da798cff8e53adb7a70211fe70to_chicago_author_date +4 -0
- data/test/dummy/tmp/cache/4B5/B31/af5dc25c4cb1c5d8a1fd83234ecf9fcb76f23952to_chicago_author_date +4 -0
- data/test/dummy/tmp/cache/4E9/FE1/c9d431e57fa51ecef5d8dfed8ead3fa142c71284to_chicago_author_date +4 -0
- data/test/dummy/tmp/cache/C60/020/468286998ed7e41613b5b638604d0d418e16f000to_csl +1 -0
- data/test/dummy/tmp/cache/D31/D60/794c17bcbef330a90c5063ca7b881b06685047aeto_apa +3 -0
- data/test/dummy/tmp/cache/D39/F20/794c17bcbef330a90c5063ca7b881b06685047aeto_mla +3 -0
- data/test/dummy/tmp/cache/D41/ED0/794c17bcbef330a90c5063ca7b881b06685047aeto_csl +1 -0
- data/test/dummy/tmp/cache/D78/870/b665552cd9b09a9c72e20a7f3ab1c8e786e23f99to_apa +3 -0
- data/test/dummy/tmp/cache/D80/A30/b665552cd9b09a9c72e20a7f3ab1c8e786e23f99to_mla +3 -0
- data/test/dummy/tmp/cache/D9A/430/affd98a65c2fce8403f2d2776024add085305dc8to_apa +3 -0
- data/test/dummy/tmp/cache/DA2/5F0/affd98a65c2fce8403f2d2776024add085305dc8to_mla +3 -0
- data/test/dummy/tmp/cache/DAA/5A0/affd98a65c2fce8403f2d2776024add085305dc8to_csl +1 -0
- data/test/dummy/tmp/cache/DEC/D60/5c66e1737c71a44c1c2c0c53aacfdbe21a47d22dto_csl +1 -0
- data/test/dummy/tmp/cache/DEE/090/ca02f65b1e44e0da798cff8e53adb7a70211fe70to_apa +3 -0
- data/test/dummy/tmp/cache/DF6/250/ca02f65b1e44e0da798cff8e53adb7a70211fe70to_mla +3 -0
- data/test/dummy/tmp/cache/DFE/200/ca02f65b1e44e0da798cff8e53adb7a70211fe70to_csl +1 -0
- data/test/dummy/tmp/cache/E2A/AD0/af5dc25c4cb1c5d8a1fd83234ecf9fcb76f23952to_apa +3 -0
- data/test/dummy/tmp/cache/E32/C90/af5dc25c4cb1c5d8a1fd83234ecf9fcb76f23952to_mla +3 -0
- data/test/dummy/tmp/cache/E3A/C40/af5dc25c4cb1c5d8a1fd83234ecf9fcb76f23952to_csl +1 -0
- data/test/dummy/tmp/cache/E5E/B80/c9d431e57fa51ecef5d8dfed8ead3fa142c71284to_apa +3 -0
- data/test/dummy/tmp/cache/E66/D40/c9d431e57fa51ecef5d8dfed8ead3fa142c71284to_mla +3 -0
- data/test/dummy/tmp/cache/E6E/CF0/c9d431e57fa51ecef5d8dfed8ead3fa142c71284to_csl +1 -0
- data/test/functional/ex_cite/export_citations _controller_test.rb +36 -11
- data/test/test_helper.rb +9 -8
- metadata +74 -11
- data/config/initializers/citation.rb +0 -7
@@ -891,3 +891,408 @@ Processing by ExCite::ExportCitationsController#index as HTML
|
|
891
891
|
Rendered text template (0.0ms)
|
892
892
|
Sent data export.json (2.0ms)
|
893
893
|
Completed 200 OK in 5ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
894
|
+
Connecting to database specified by database.yml
|
895
|
+
Connecting to database specified by database.yml
|
896
|
+
|
897
|
+
|
898
|
+
Started GET "/" for 127.0.0.1 at 2013-05-07 17:49:46 -0400
|
899
|
+
|
900
|
+
ActionController::RoutingError (No route matches [GET] "/"):
|
901
|
+
actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
902
|
+
actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
903
|
+
railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app'
|
904
|
+
railties (3.2.13) lib/rails/rack/logger.rb:16:in `call'
|
905
|
+
activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged'
|
906
|
+
railties (3.2.13) lib/rails/rack/logger.rb:16:in `call'
|
907
|
+
actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
908
|
+
rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
|
909
|
+
rack (1.4.5) lib/rack/runtime.rb:17:in `call'
|
910
|
+
activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
911
|
+
rack (1.4.5) lib/rack/lock.rb:15:in `call'
|
912
|
+
actionpack (3.2.13) lib/action_dispatch/middleware/static.rb:63:in `call'
|
913
|
+
railties (3.2.13) lib/rails/engine.rb:479:in `call'
|
914
|
+
railties (3.2.13) lib/rails/application.rb:223:in `call'
|
915
|
+
rack (1.4.5) lib/rack/content_length.rb:14:in `call'
|
916
|
+
railties (3.2.13) lib/rails/rack/log_tailer.rb:17:in `call'
|
917
|
+
rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
|
918
|
+
/Users/hannan/.rvm/rubies/jruby-1.7.3/lib/ruby/1.9/webrick/httpserver.rb:138:in `service'
|
919
|
+
/Users/hannan/.rvm/rubies/jruby-1.7.3/lib/ruby/1.9/webrick/httpserver.rb:94:in `run'
|
920
|
+
/Users/hannan/.rvm/rubies/jruby-1.7.3/lib/ruby/1.9/webrick/server.rb:191:in `start_thread'
|
921
|
+
|
922
|
+
|
923
|
+
Rendered /Users/hannan/.rvm/gems/jruby-1.7.3/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (15.0ms)
|
924
|
+
|
925
|
+
|
926
|
+
Started GET "/ex_cite" for 127.0.0.1 at 2013-05-07 17:49:50 -0400
|
927
|
+
|
928
|
+
ActionController::RoutingError (No route matches [GET] "/ex_cite"):
|
929
|
+
actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
930
|
+
actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
931
|
+
railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app'
|
932
|
+
railties (3.2.13) lib/rails/rack/logger.rb:16:in `call'
|
933
|
+
activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged'
|
934
|
+
railties (3.2.13) lib/rails/rack/logger.rb:16:in `call'
|
935
|
+
actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
936
|
+
rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
|
937
|
+
rack (1.4.5) lib/rack/runtime.rb:17:in `call'
|
938
|
+
activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
939
|
+
rack (1.4.5) lib/rack/lock.rb:15:in `call'
|
940
|
+
actionpack (3.2.13) lib/action_dispatch/middleware/static.rb:63:in `call'
|
941
|
+
railties (3.2.13) lib/rails/engine.rb:479:in `call'
|
942
|
+
railties (3.2.13) lib/rails/application.rb:223:in `call'
|
943
|
+
rack (1.4.5) lib/rack/content_length.rb:14:in `call'
|
944
|
+
railties (3.2.13) lib/rails/rack/log_tailer.rb:17:in `call'
|
945
|
+
rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
|
946
|
+
/Users/hannan/.rvm/rubies/jruby-1.7.3/lib/ruby/1.9/webrick/httpserver.rb:138:in `service'
|
947
|
+
/Users/hannan/.rvm/rubies/jruby-1.7.3/lib/ruby/1.9/webrick/httpserver.rb:94:in `run'
|
948
|
+
/Users/hannan/.rvm/rubies/jruby-1.7.3/lib/ruby/1.9/webrick/server.rb:191:in `start_thread'
|
949
|
+
|
950
|
+
|
951
|
+
Rendered /Users/hannan/.rvm/gems/jruby-1.7.3/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (2.0ms)
|
952
|
+
|
953
|
+
|
954
|
+
Started GET "/ex_cite/ex_cite" for 127.0.0.1 at 2013-05-07 17:49:55 -0400
|
955
|
+
|
956
|
+
ActionController::RoutingError (No route matches [GET] "/ex_cite/ex_cite"):
|
957
|
+
actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
958
|
+
actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
959
|
+
railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app'
|
960
|
+
railties (3.2.13) lib/rails/rack/logger.rb:16:in `call'
|
961
|
+
activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged'
|
962
|
+
railties (3.2.13) lib/rails/rack/logger.rb:16:in `call'
|
963
|
+
actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
964
|
+
rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
|
965
|
+
rack (1.4.5) lib/rack/runtime.rb:17:in `call'
|
966
|
+
activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
967
|
+
rack (1.4.5) lib/rack/lock.rb:15:in `call'
|
968
|
+
actionpack (3.2.13) lib/action_dispatch/middleware/static.rb:63:in `call'
|
969
|
+
railties (3.2.13) lib/rails/engine.rb:479:in `call'
|
970
|
+
railties (3.2.13) lib/rails/application.rb:223:in `call'
|
971
|
+
rack (1.4.5) lib/rack/content_length.rb:14:in `call'
|
972
|
+
railties (3.2.13) lib/rails/rack/log_tailer.rb:17:in `call'
|
973
|
+
rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
|
974
|
+
/Users/hannan/.rvm/rubies/jruby-1.7.3/lib/ruby/1.9/webrick/httpserver.rb:138:in `service'
|
975
|
+
/Users/hannan/.rvm/rubies/jruby-1.7.3/lib/ruby/1.9/webrick/httpserver.rb:94:in `run'
|
976
|
+
/Users/hannan/.rvm/rubies/jruby-1.7.3/lib/ruby/1.9/webrick/server.rb:191:in `start_thread'
|
977
|
+
|
978
|
+
|
979
|
+
Rendered /Users/hannan/.rvm/gems/jruby-1.7.3/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (2.0ms)
|
980
|
+
|
981
|
+
|
982
|
+
Started GET "/cite" for 127.0.0.1 at 2013-05-07 17:50:32 -0400
|
983
|
+
|
984
|
+
ActionController::RoutingError (No route matches [GET] "/cite"):
|
985
|
+
actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
986
|
+
actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
987
|
+
railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app'
|
988
|
+
railties (3.2.13) lib/rails/rack/logger.rb:16:in `call'
|
989
|
+
activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged'
|
990
|
+
railties (3.2.13) lib/rails/rack/logger.rb:16:in `call'
|
991
|
+
actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
992
|
+
rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
|
993
|
+
rack (1.4.5) lib/rack/runtime.rb:17:in `call'
|
994
|
+
activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
995
|
+
rack (1.4.5) lib/rack/lock.rb:15:in `call'
|
996
|
+
actionpack (3.2.13) lib/action_dispatch/middleware/static.rb:63:in `call'
|
997
|
+
railties (3.2.13) lib/rails/engine.rb:479:in `call'
|
998
|
+
railties (3.2.13) lib/rails/application.rb:223:in `call'
|
999
|
+
rack (1.4.5) lib/rack/content_length.rb:14:in `call'
|
1000
|
+
railties (3.2.13) lib/rails/rack/log_tailer.rb:17:in `call'
|
1001
|
+
rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
|
1002
|
+
/Users/hannan/.rvm/rubies/jruby-1.7.3/lib/ruby/1.9/webrick/httpserver.rb:138:in `service'
|
1003
|
+
/Users/hannan/.rvm/rubies/jruby-1.7.3/lib/ruby/1.9/webrick/httpserver.rb:94:in `run'
|
1004
|
+
/Users/hannan/.rvm/rubies/jruby-1.7.3/lib/ruby/1.9/webrick/server.rb:191:in `start_thread'
|
1005
|
+
|
1006
|
+
|
1007
|
+
Rendered /Users/hannan/.rvm/gems/jruby-1.7.3/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (2.0ms)
|
1008
|
+
|
1009
|
+
|
1010
|
+
Started GET "/cite/export_citations" for 127.0.0.1 at 2013-05-07 17:50:40 -0400
|
1011
|
+
Processing by ExCite::ExportCitationsController#index as HTML
|
1012
|
+
Filter chain halted as :valid_to_format? rendered or redirected
|
1013
|
+
Completed 400 Bad Request in 2ms (ActiveRecord: 0.0ms)
|
1014
|
+
|
1015
|
+
|
1016
|
+
Started GET "/cite/export_citations?to_format=easybibpush" for 127.0.0.1 at 2013-05-07 17:51:00 -0400
|
1017
|
+
Processing by ExCite::ExportCitationsController#index as HTML
|
1018
|
+
Parameters: {"to_format"=>"easybibpush"}
|
1019
|
+
Rendered /Users/hannan/Documents/workspace/citation_engine_gem/app/views/ex_cite/cite/_external_form.html.erb (5.0ms)
|
1020
|
+
Rendered /Users/hannan/Documents/workspace/citation_engine_gem/app/views/ex_cite/cite/external_form.html.erb within layouts/ex_cite/application (20.0ms)
|
1021
|
+
Completed 500 Internal Server Error in 367ms
|
1022
|
+
|
1023
|
+
ActionView::Template::Error (couldn't find file 'jquery'
|
1024
|
+
(in /Users/hannan/Documents/workspace/citation_engine_gem/app/assets/javascripts/ex_cite/application.js:13)):
|
1025
|
+
3: <head>
|
1026
|
+
4: <title>ExCite</title>
|
1027
|
+
5: <%= stylesheet_link_tag "ex_cite/application", :media => "all" %>
|
1028
|
+
6: <%= javascript_include_tag "ex_cite/application" %>
|
1029
|
+
7: <%= csrf_meta_tags %>
|
1030
|
+
8: </head>
|
1031
|
+
9: <body>
|
1032
|
+
sprockets (2.2.2) lib/sprockets/context.rb:102:in `resolve'
|
1033
|
+
sprockets (2.2.2) lib/sprockets/context.rb:142:in `require_asset'
|
1034
|
+
sprockets (2.2.2) lib/sprockets/directive_processor.rb:215:in `process_require_directive'
|
1035
|
+
org/jruby/RubyBasicObject.java:1683:in `__send__'
|
1036
|
+
org/jruby/RubyKernel.java:2107:in `send'
|
1037
|
+
sprockets (2.2.2) lib/sprockets/directive_processor.rb:165:in `process_directives'
|
1038
|
+
org/jruby/RubyArray.java:1613:in `each'
|
1039
|
+
sprockets (2.2.2) lib/sprockets/directive_processor.rb:163:in `process_directives'
|
1040
|
+
sprockets (2.2.2) lib/sprockets/directive_processor.rb:97:in `evaluate'
|
1041
|
+
tilt (1.3.7) lib/tilt/template.rb:77:in `render'
|
1042
|
+
sprockets (2.2.2) lib/sprockets/context.rb:193:in `evaluate'
|
1043
|
+
org/jruby/RubyArray.java:1613:in `each'
|
1044
|
+
sprockets (2.2.2) lib/sprockets/context.rb:190:in `evaluate'
|
1045
|
+
sprockets (2.2.2) lib/sprockets/processed_asset.rb:12:in `initialize'
|
1046
|
+
sprockets (2.2.2) lib/sprockets/base.rb:249:in `build_asset'
|
1047
|
+
sprockets (2.2.2) lib/sprockets/base.rb:270:in `circular_call_protection'
|
1048
|
+
sprockets (2.2.2) lib/sprockets/base.rb:248:in `build_asset'
|
1049
|
+
sprockets (2.2.2) lib/sprockets/index.rb:93:in `build_asset'
|
1050
|
+
sprockets (2.2.2) lib/sprockets/caching.rb:19:in `cache_asset'
|
1051
|
+
sprockets (2.2.2) lib/sprockets/index.rb:92:in `build_asset'
|
1052
|
+
sprockets (2.2.2) lib/sprockets/base.rb:169:in `find_asset'
|
1053
|
+
sprockets (2.2.2) lib/sprockets/index.rb:60:in `find_asset'
|
1054
|
+
sprockets (2.2.2) lib/sprockets/bundled_asset.rb:16:in `initialize'
|
1055
|
+
sprockets (2.2.2) lib/sprockets/base.rb:252:in `build_asset'
|
1056
|
+
sprockets (2.2.2) lib/sprockets/index.rb:93:in `build_asset'
|
1057
|
+
sprockets (2.2.2) lib/sprockets/caching.rb:19:in `cache_asset'
|
1058
|
+
sprockets (2.2.2) lib/sprockets/index.rb:92:in `build_asset'
|
1059
|
+
sprockets (2.2.2) lib/sprockets/base.rb:169:in `find_asset'
|
1060
|
+
sprockets (2.2.2) lib/sprockets/index.rb:60:in `find_asset'
|
1061
|
+
sprockets (2.2.2) lib/sprockets/environment.rb:78:in `find_asset'
|
1062
|
+
sprockets (2.2.2) lib/sprockets/base.rb:177:in `[]'
|
1063
|
+
actionpack (3.2.13) lib/sprockets/helpers/rails_helper.rb:126:in `asset_for'
|
1064
|
+
actionpack (3.2.13) lib/sprockets/helpers/rails_helper.rb:27:in `javascript_include_tag'
|
1065
|
+
org/jruby/RubyArray.java:2356:in `collect'
|
1066
|
+
actionpack (3.2.13) lib/sprockets/helpers/rails_helper.rb:26:in `javascript_include_tag'
|
1067
|
+
/Users/hannan/Documents/workspace/citation_engine_gem/app/views/layouts/ex_cite/application.html.erb:6:in `___sers_hannan__ocuments_workspace_citation_engine_gem_app_views_layouts_ex_cite_application_html_erb___254472899_12660'
|
1068
|
+
org/jruby/RubyBasicObject.java:1689:in `__send__'
|
1069
|
+
org/jruby/RubyKernel.java:2111:in `send'
|
1070
|
+
actionpack (3.2.13) lib/action_view/template.rb:145:in `render'
|
1071
|
+
activesupport (3.2.13) lib/active_support/notifications.rb:125:in `instrument'
|
1072
|
+
actionpack (3.2.13) lib/action_view/template.rb:143:in `render'
|
1073
|
+
actionpack (3.2.13) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'
|
1074
|
+
actionpack (3.2.13) lib/action_view/renderer/template_renderer.rb:45:in `render_template'
|
1075
|
+
actionpack (3.2.13) lib/action_view/renderer/template_renderer.rb:18:in `render'
|
1076
|
+
actionpack (3.2.13) lib/action_view/renderer/renderer.rb:36:in `render_template'
|
1077
|
+
actionpack (3.2.13) lib/action_view/renderer/renderer.rb:17:in `render'
|
1078
|
+
actionpack (3.2.13) lib/abstract_controller/rendering.rb:110:in `_render_template'
|
1079
|
+
actionpack (3.2.13) lib/action_controller/metal/streaming.rb:225:in `_render_template'
|
1080
|
+
actionpack (3.2.13) lib/abstract_controller/rendering.rb:103:in `render_to_body'
|
1081
|
+
actionpack (3.2.13) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
|
1082
|
+
actionpack (3.2.13) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
|
1083
|
+
actionpack (3.2.13) lib/abstract_controller/rendering.rb:88:in `render'
|
1084
|
+
actionpack (3.2.13) lib/action_controller/metal/rendering.rb:16:in `render'
|
1085
|
+
actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:40:in `render'
|
1086
|
+
activesupport (3.2.13) lib/active_support/core_ext/benchmark.rb:5:in `ms'
|
1087
|
+
/Users/hannan/.rvm/rubies/jruby-1.7.3/lib/ruby/1.9/benchmark.rb:295:in `realtime'
|
1088
|
+
activesupport (3.2.13) lib/active_support/core_ext/benchmark.rb:5:in `ms'
|
1089
|
+
actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:40:in `render'
|
1090
|
+
actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
|
1091
|
+
activerecord (3.2.13) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
|
1092
|
+
actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:39:in `render'
|
1093
|
+
/Users/hannan/Documents/workspace/citation_engine_gem/app/controllers/ex_cite/export_citations_controller.rb:168:in `render_push'
|
1094
|
+
/Users/hannan/Documents/workspace/citation_engine_gem/app/controllers/ex_cite/export_citations_controller.rb:127:in `push'
|
1095
|
+
/Users/hannan/Documents/workspace/citation_engine_gem/app/controllers/ex_cite/export_citations_controller.rb:86:in `serve'
|
1096
|
+
/Users/hannan/Documents/workspace/citation_engine_gem/app/controllers/ex_cite/export_citations_controller.rb:79:in `index'
|
1097
|
+
org/jruby/RubyBasicObject.java:1677:in `__send__'
|
1098
|
+
org/jruby/RubyKernel.java:2103:in `send'
|
1099
|
+
actionpack (3.2.13) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
|
1100
|
+
actionpack (3.2.13) lib/abstract_controller/base.rb:167:in `process_action'
|
1101
|
+
actionpack (3.2.13) lib/action_controller/metal/rendering.rb:10:in `process_action'
|
1102
|
+
actionpack (3.2.13) lib/abstract_controller/callbacks.rb:18:in `process_action'
|
1103
|
+
activesupport (3.2.13) lib/active_support/callbacks.rb:417:in `_run__182927565__process_action__627411008__callbacks'
|
1104
|
+
org/jruby/RubyBasicObject.java:1677:in `__send__'
|
1105
|
+
org/jruby/RubyKernel.java:2103:in `send'
|
1106
|
+
activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
|
1107
|
+
activesupport (3.2.13) lib/active_support/callbacks.rb:390:in `_run_process_action_callbacks'
|
1108
|
+
org/jruby/RubyBasicObject.java:1683:in `__send__'
|
1109
|
+
org/jruby/RubyKernel.java:2107:in `send'
|
1110
|
+
activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
1111
|
+
actionpack (3.2.13) lib/abstract_controller/callbacks.rb:17:in `process_action'
|
1112
|
+
actionpack (3.2.13) lib/action_controller/metal/rescue.rb:29:in `process_action'
|
1113
|
+
actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
|
1114
|
+
activesupport (3.2.13) lib/active_support/notifications.rb:123:in `instrument'
|
1115
|
+
activesupport (3.2.13) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
1116
|
+
activesupport (3.2.13) lib/active_support/notifications.rb:123:in `instrument'
|
1117
|
+
actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
|
1118
|
+
actionpack (3.2.13) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
|
1119
|
+
activerecord (3.2.13) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
|
1120
|
+
actionpack (3.2.13) lib/abstract_controller/base.rb:121:in `process'
|
1121
|
+
actionpack (3.2.13) lib/abstract_controller/rendering.rb:45:in `process'
|
1122
|
+
actionpack (3.2.13) lib/action_controller/metal.rb:203:in `dispatch'
|
1123
|
+
actionpack (3.2.13) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
|
1124
|
+
actionpack (3.2.13) lib/action_controller/metal.rb:246:in `action'
|
1125
|
+
org/jruby/RubyProc.java:249:in `call'
|
1126
|
+
actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
|
1127
|
+
actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:36:in `call'
|
1128
|
+
journey (1.0.4) lib/journey/router.rb:68:in `call'
|
1129
|
+
org/jruby/RubyArray.java:1613:in `each'
|
1130
|
+
journey (1.0.4) lib/journey/router.rb:56:in `call'
|
1131
|
+
actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:612:in `call'
|
1132
|
+
railties (3.2.13) lib/rails/engine.rb:479:in `call'
|
1133
|
+
org/jruby/RubyBasicObject.java:1683:in `__send__'
|
1134
|
+
org/jruby/RubyKernel.java:2107:in `send'
|
1135
|
+
railties (3.2.13) lib/rails/railtie/configurable.rb:30:in `method_missing'
|
1136
|
+
journey (1.0.4) lib/journey/router.rb:68:in `call'
|
1137
|
+
org/jruby/RubyArray.java:1613:in `each'
|
1138
|
+
journey (1.0.4) lib/journey/router.rb:56:in `call'
|
1139
|
+
actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:612:in `call'
|
1140
|
+
actionpack (3.2.13) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
|
1141
|
+
rack (1.4.5) lib/rack/etag.rb:23:in `call'
|
1142
|
+
rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
|
1143
|
+
actionpack (3.2.13) lib/action_dispatch/middleware/head.rb:14:in `call'
|
1144
|
+
actionpack (3.2.13) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
|
1145
|
+
actionpack (3.2.13) lib/action_dispatch/middleware/flash.rb:242:in `call'
|
1146
|
+
rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
|
1147
|
+
rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
|
1148
|
+
actionpack (3.2.13) lib/action_dispatch/middleware/cookies.rb:341:in `call'
|
1149
|
+
activerecord (3.2.13) lib/active_record/query_cache.rb:64:in `call'
|
1150
|
+
activerecord (3.2.13) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
|
1151
|
+
actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:28:in `call'
|
1152
|
+
|
1153
|
+
|
1154
|
+
Rendered /Users/hannan/.rvm/gems/jruby-1.7.3/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_trace.erb (12.0ms)
|
1155
|
+
Rendered /Users/hannan/.rvm/gems/jruby-1.7.3/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (4.0ms)
|
1156
|
+
Rendered /Users/hannan/.rvm/gems/jruby-1.7.3/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (31.0ms)
|
1157
|
+
|
1158
|
+
|
1159
|
+
Started GET "/cite/export_citations?to_format=refworks" for 127.0.0.1 at 2013-05-07 17:51:22 -0400
|
1160
|
+
Processing by ExCite::ExportCitationsController#index as HTML
|
1161
|
+
Parameters: {"to_format"=>"refworks"}
|
1162
|
+
Rendered /Users/hannan/Documents/workspace/citation_engine_gem/app/views/ex_cite/cite/_external_form.html.erb (1.0ms)
|
1163
|
+
Rendered /Users/hannan/Documents/workspace/citation_engine_gem/app/views/ex_cite/cite/external_form.html.erb within layouts/ex_cite/application (4.0ms)
|
1164
|
+
Completed 500 Internal Server Error in 57ms
|
1165
|
+
|
1166
|
+
ActionView::Template::Error (couldn't find file 'jquery'
|
1167
|
+
(in /Users/hannan/Documents/workspace/citation_engine_gem/app/assets/javascripts/ex_cite/application.js:13)):
|
1168
|
+
3: <head>
|
1169
|
+
4: <title>ExCite</title>
|
1170
|
+
5: <%= stylesheet_link_tag "ex_cite/application", :media => "all" %>
|
1171
|
+
6: <%= javascript_include_tag "ex_cite/application" %>
|
1172
|
+
7: <%= csrf_meta_tags %>
|
1173
|
+
8: </head>
|
1174
|
+
9: <body>
|
1175
|
+
sprockets (2.2.2) lib/sprockets/context.rb:102:in `resolve'
|
1176
|
+
sprockets (2.2.2) lib/sprockets/context.rb:142:in `require_asset'
|
1177
|
+
sprockets (2.2.2) lib/sprockets/directive_processor.rb:215:in `process_require_directive'
|
1178
|
+
org/jruby/RubyBasicObject.java:1683:in `__send__'
|
1179
|
+
org/jruby/RubyKernel.java:2107:in `send'
|
1180
|
+
sprockets (2.2.2) lib/sprockets/directive_processor.rb:165:in `process_directives'
|
1181
|
+
org/jruby/RubyArray.java:1613:in `each'
|
1182
|
+
sprockets (2.2.2) lib/sprockets/directive_processor.rb:163:in `process_directives'
|
1183
|
+
sprockets (2.2.2) lib/sprockets/directive_processor.rb:97:in `evaluate'
|
1184
|
+
tilt (1.3.7) lib/tilt/template.rb:77:in `render'
|
1185
|
+
sprockets (2.2.2) lib/sprockets/context.rb:193:in `evaluate'
|
1186
|
+
org/jruby/RubyArray.java:1613:in `each'
|
1187
|
+
sprockets (2.2.2) lib/sprockets/context.rb:190:in `evaluate'
|
1188
|
+
sprockets (2.2.2) lib/sprockets/processed_asset.rb:12:in `initialize'
|
1189
|
+
sprockets (2.2.2) lib/sprockets/base.rb:249:in `build_asset'
|
1190
|
+
sprockets (2.2.2) lib/sprockets/base.rb:270:in `circular_call_protection'
|
1191
|
+
sprockets (2.2.2) lib/sprockets/base.rb:248:in `build_asset'
|
1192
|
+
sprockets (2.2.2) lib/sprockets/index.rb:93:in `build_asset'
|
1193
|
+
sprockets (2.2.2) lib/sprockets/caching.rb:19:in `cache_asset'
|
1194
|
+
sprockets (2.2.2) lib/sprockets/index.rb:92:in `build_asset'
|
1195
|
+
sprockets (2.2.2) lib/sprockets/base.rb:169:in `find_asset'
|
1196
|
+
sprockets (2.2.2) lib/sprockets/index.rb:60:in `find_asset'
|
1197
|
+
sprockets (2.2.2) lib/sprockets/bundled_asset.rb:16:in `initialize'
|
1198
|
+
sprockets (2.2.2) lib/sprockets/base.rb:252:in `build_asset'
|
1199
|
+
sprockets (2.2.2) lib/sprockets/index.rb:93:in `build_asset'
|
1200
|
+
sprockets (2.2.2) lib/sprockets/caching.rb:19:in `cache_asset'
|
1201
|
+
sprockets (2.2.2) lib/sprockets/index.rb:92:in `build_asset'
|
1202
|
+
sprockets (2.2.2) lib/sprockets/base.rb:169:in `find_asset'
|
1203
|
+
sprockets (2.2.2) lib/sprockets/index.rb:60:in `find_asset'
|
1204
|
+
sprockets (2.2.2) lib/sprockets/environment.rb:78:in `find_asset'
|
1205
|
+
sprockets (2.2.2) lib/sprockets/base.rb:177:in `[]'
|
1206
|
+
actionpack (3.2.13) lib/sprockets/helpers/rails_helper.rb:126:in `asset_for'
|
1207
|
+
actionpack (3.2.13) lib/sprockets/helpers/rails_helper.rb:27:in `javascript_include_tag'
|
1208
|
+
org/jruby/RubyArray.java:2356:in `collect'
|
1209
|
+
actionpack (3.2.13) lib/sprockets/helpers/rails_helper.rb:26:in `javascript_include_tag'
|
1210
|
+
/Users/hannan/Documents/workspace/citation_engine_gem/app/views/layouts/ex_cite/application.html.erb:6:in `___sers_hannan__ocuments_workspace_citation_engine_gem_app_views_layouts_ex_cite_application_html_erb___254472899_12660'
|
1211
|
+
org/jruby/RubyBasicObject.java:1689:in `__send__'
|
1212
|
+
org/jruby/RubyKernel.java:2111:in `send'
|
1213
|
+
actionpack (3.2.13) lib/action_view/template.rb:145:in `render'
|
1214
|
+
activesupport (3.2.13) lib/active_support/notifications.rb:125:in `instrument'
|
1215
|
+
actionpack (3.2.13) lib/action_view/template.rb:143:in `render'
|
1216
|
+
actionpack (3.2.13) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'
|
1217
|
+
actionpack (3.2.13) lib/action_view/renderer/template_renderer.rb:45:in `render_template'
|
1218
|
+
actionpack (3.2.13) lib/action_view/renderer/template_renderer.rb:18:in `render'
|
1219
|
+
actionpack (3.2.13) lib/action_view/renderer/renderer.rb:36:in `render_template'
|
1220
|
+
actionpack (3.2.13) lib/action_view/renderer/renderer.rb:17:in `render'
|
1221
|
+
actionpack (3.2.13) lib/abstract_controller/rendering.rb:110:in `_render_template'
|
1222
|
+
actionpack (3.2.13) lib/action_controller/metal/streaming.rb:225:in `_render_template'
|
1223
|
+
actionpack (3.2.13) lib/abstract_controller/rendering.rb:103:in `render_to_body'
|
1224
|
+
actionpack (3.2.13) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
|
1225
|
+
actionpack (3.2.13) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
|
1226
|
+
actionpack (3.2.13) lib/abstract_controller/rendering.rb:88:in `render'
|
1227
|
+
actionpack (3.2.13) lib/action_controller/metal/rendering.rb:16:in `render'
|
1228
|
+
actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:40:in `render'
|
1229
|
+
activesupport (3.2.13) lib/active_support/core_ext/benchmark.rb:5:in `ms'
|
1230
|
+
/Users/hannan/.rvm/rubies/jruby-1.7.3/lib/ruby/1.9/benchmark.rb:295:in `realtime'
|
1231
|
+
activesupport (3.2.13) lib/active_support/core_ext/benchmark.rb:5:in `ms'
|
1232
|
+
actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:40:in `render'
|
1233
|
+
actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
|
1234
|
+
activerecord (3.2.13) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
|
1235
|
+
actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:39:in `render'
|
1236
|
+
/Users/hannan/Documents/workspace/citation_engine_gem/app/controllers/ex_cite/export_citations_controller.rb:168:in `render_push'
|
1237
|
+
/Users/hannan/Documents/workspace/citation_engine_gem/app/controllers/ex_cite/export_citations_controller.rb:127:in `push'
|
1238
|
+
/Users/hannan/Documents/workspace/citation_engine_gem/app/controllers/ex_cite/export_citations_controller.rb:86:in `serve'
|
1239
|
+
/Users/hannan/Documents/workspace/citation_engine_gem/app/controllers/ex_cite/export_citations_controller.rb:79:in `index'
|
1240
|
+
org/jruby/RubyBasicObject.java:1677:in `__send__'
|
1241
|
+
org/jruby/RubyKernel.java:2103:in `send'
|
1242
|
+
actionpack (3.2.13) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
|
1243
|
+
actionpack (3.2.13) lib/abstract_controller/base.rb:167:in `process_action'
|
1244
|
+
actionpack (3.2.13) lib/action_controller/metal/rendering.rb:10:in `process_action'
|
1245
|
+
actionpack (3.2.13) lib/abstract_controller/callbacks.rb:18:in `process_action'
|
1246
|
+
activesupport (3.2.13) lib/active_support/callbacks.rb:417:in `_run__182927565__process_action__627411008__callbacks'
|
1247
|
+
org/jruby/RubyBasicObject.java:1677:in `__send__'
|
1248
|
+
org/jruby/RubyKernel.java:2103:in `send'
|
1249
|
+
activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
|
1250
|
+
activesupport (3.2.13) lib/active_support/callbacks.rb:390:in `_run_process_action_callbacks'
|
1251
|
+
org/jruby/RubyBasicObject.java:1683:in `__send__'
|
1252
|
+
org/jruby/RubyKernel.java:2107:in `send'
|
1253
|
+
activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
1254
|
+
actionpack (3.2.13) lib/abstract_controller/callbacks.rb:17:in `process_action'
|
1255
|
+
actionpack (3.2.13) lib/action_controller/metal/rescue.rb:29:in `process_action'
|
1256
|
+
actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
|
1257
|
+
activesupport (3.2.13) lib/active_support/notifications.rb:123:in `instrument'
|
1258
|
+
activesupport (3.2.13) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
1259
|
+
activesupport (3.2.13) lib/active_support/notifications.rb:123:in `instrument'
|
1260
|
+
actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
|
1261
|
+
actionpack (3.2.13) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
|
1262
|
+
activerecord (3.2.13) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
|
1263
|
+
actionpack (3.2.13) lib/abstract_controller/base.rb:121:in `process'
|
1264
|
+
actionpack (3.2.13) lib/abstract_controller/rendering.rb:45:in `process'
|
1265
|
+
actionpack (3.2.13) lib/action_controller/metal.rb:203:in `dispatch'
|
1266
|
+
actionpack (3.2.13) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
|
1267
|
+
actionpack (3.2.13) lib/action_controller/metal.rb:246:in `action'
|
1268
|
+
org/jruby/RubyProc.java:249:in `call'
|
1269
|
+
actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
|
1270
|
+
actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:36:in `call'
|
1271
|
+
journey (1.0.4) lib/journey/router.rb:68:in `call'
|
1272
|
+
org/jruby/RubyArray.java:1613:in `each'
|
1273
|
+
journey (1.0.4) lib/journey/router.rb:56:in `call'
|
1274
|
+
actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:612:in `call'
|
1275
|
+
railties (3.2.13) lib/rails/engine.rb:479:in `call'
|
1276
|
+
org/jruby/RubyBasicObject.java:1683:in `__send__'
|
1277
|
+
org/jruby/RubyKernel.java:2107:in `send'
|
1278
|
+
railties (3.2.13) lib/rails/railtie/configurable.rb:30:in `method_missing'
|
1279
|
+
journey (1.0.4) lib/journey/router.rb:68:in `call'
|
1280
|
+
org/jruby/RubyArray.java:1613:in `each'
|
1281
|
+
journey (1.0.4) lib/journey/router.rb:56:in `call'
|
1282
|
+
actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:612:in `call'
|
1283
|
+
actionpack (3.2.13) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
|
1284
|
+
rack (1.4.5) lib/rack/etag.rb:23:in `call'
|
1285
|
+
rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
|
1286
|
+
actionpack (3.2.13) lib/action_dispatch/middleware/head.rb:14:in `call'
|
1287
|
+
actionpack (3.2.13) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
|
1288
|
+
actionpack (3.2.13) lib/action_dispatch/middleware/flash.rb:242:in `call'
|
1289
|
+
rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
|
1290
|
+
rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
|
1291
|
+
actionpack (3.2.13) lib/action_dispatch/middleware/cookies.rb:341:in `call'
|
1292
|
+
activerecord (3.2.13) lib/active_record/query_cache.rb:64:in `call'
|
1293
|
+
activerecord (3.2.13) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
|
1294
|
+
|
1295
|
+
|
1296
|
+
Rendered /Users/hannan/.rvm/gems/jruby-1.7.3/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_trace.erb (4.0ms)
|
1297
|
+
Rendered /Users/hannan/.rvm/gems/jruby-1.7.3/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (3.0ms)
|
1298
|
+
Rendered /Users/hannan/.rvm/gems/jruby-1.7.3/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (16.0ms)
|