active_admin_jcrop 0.0.2.alpha → 0.0.3
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/active_admin_jcrop/crop_modal.js.coffee +29 -20
- data/app/views/active_admin_jcrop/_jcrop_modal.html.erb +5 -2
- data/config/locales/en.yml +6 -0
- data/config/locales/pt-BR.yml +6 -0
- data/lib/{asset_engine → active_admin_jcrop/asset_engine}/carrier_wave.rb +0 -0
- data/lib/{asset_engine → active_admin_jcrop/asset_engine}/paperclip.rb +0 -0
- data/lib/{asset_engine.rb → active_admin_jcrop/asset_engine.rb} +2 -2
- data/lib/{dsl.rb → active_admin_jcrop/dsl.rb} +0 -0
- data/lib/{engine.rb → active_admin_jcrop/engine.rb} +0 -0
- data/lib/{image_helper.rb → active_admin_jcrop/image_helper.rb} +0 -0
- data/lib/{orm.rb → active_admin_jcrop/orm.rb} +1 -6
- data/lib/{railtie.rb → active_admin_jcrop/railtie.rb} +0 -0
- data/lib/active_admin_jcrop/version.rb +1 -1
- data/lib/active_admin_jcrop.rb +6 -6
- data/lib/formtastic/inputs/jcrop_input.rb +10 -4
- data/test/dummy/app/admin/post.rb +1 -1
- data/test/dummy/log/development.log +4326 -0
- data/test/dummy/public/uploads/post/image/1/thumb_caminhao.jpeg +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/2894eb75de440448b3c40d69d7c3daf1 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/6e600d6b6e57393c380d4f34b7e462c1 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/e88a13629d2c3498c801d061a01f6bf1 +0 -0
- metadata +13 -11
@@ -34908,3 +34908,4329 @@ Processing by Admin::PostsController#jcropper as */*
|
|
34908
34908
|
[1m[36mAdminUser Load (0.1ms)[0m [1mSELECT `admin_users`.* FROM `admin_users` WHERE `admin_users`.`id` = 1 ORDER BY `admin_users`.`id` ASC LIMIT 1[0m
|
34909
34909
|
[1m[35mPost Load (0.1ms)[0m SELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 1 LIMIT 1
|
34910
34910
|
Completed 200 OK in 284ms (Views: 0.2ms | ActiveRecord: 0.2ms)
|
34911
|
+
|
34912
|
+
|
34913
|
+
Started GET "/administracao" for 127.0.0.1 at 2014-06-16 13:06:32 -0300
|
34914
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT `schema_migrations`.* FROM `schema_migrations`[0m
|
34915
|
+
|
34916
|
+
ActionController::RoutingError (No route matches [GET] "/administracao"):
|
34917
|
+
actionpack (4.1.1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
34918
|
+
actionpack (4.1.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
34919
|
+
railties (4.1.1) lib/rails/rack/logger.rb:38:in `call_app'
|
34920
|
+
railties (4.1.1) lib/rails/rack/logger.rb:20:in `block in call'
|
34921
|
+
activesupport (4.1.1) lib/active_support/tagged_logging.rb:68:in `block in tagged'
|
34922
|
+
activesupport (4.1.1) lib/active_support/tagged_logging.rb:26:in `tagged'
|
34923
|
+
activesupport (4.1.1) lib/active_support/tagged_logging.rb:68:in `tagged'
|
34924
|
+
railties (4.1.1) lib/rails/rack/logger.rb:20:in `call'
|
34925
|
+
actionpack (4.1.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
34926
|
+
rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
|
34927
|
+
rack (1.5.2) lib/rack/runtime.rb:17:in `call'
|
34928
|
+
activesupport (4.1.1) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
|
34929
|
+
rack (1.5.2) lib/rack/lock.rb:17:in `call'
|
34930
|
+
actionpack (4.1.1) lib/action_dispatch/middleware/static.rb:64:in `call'
|
34931
|
+
rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
|
34932
|
+
railties (4.1.1) lib/rails/engine.rb:514:in `call'
|
34933
|
+
railties (4.1.1) lib/rails/application.rb:144:in `call'
|
34934
|
+
rack (1.5.2) lib/rack/lock.rb:17:in `call'
|
34935
|
+
rack (1.5.2) lib/rack/content_length.rb:14:in `call'
|
34936
|
+
rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
|
34937
|
+
/Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
|
34938
|
+
/Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
|
34939
|
+
/Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
|
34940
|
+
|
34941
|
+
|
34942
|
+
Rendered /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms)
|
34943
|
+
Rendered /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.9ms)
|
34944
|
+
Rendered /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (10.2ms)
|
34945
|
+
Rendered /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (49.7ms)
|
34946
|
+
|
34947
|
+
|
34948
|
+
Started GET "/admin" for 127.0.0.1 at 2014-06-16 13:06:33 -0300
|
34949
|
+
Processing by Admin::DashboardController#index as HTML
|
34950
|
+
[1m[35mAdminUser Load (0.2ms)[0m SELECT `admin_users`.* FROM `admin_users` WHERE `admin_users`.`id` = 1 ORDER BY `admin_users`.`id` ASC LIMIT 1
|
34951
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
34952
|
+
[1m[35mSQL (0.3ms)[0m UPDATE `admin_users` SET `current_sign_in_at` = '2014-06-16 16:06:33', `last_sign_in_at` = '2014-06-13 16:34:22', `sign_in_count` = 5, `updated_at` = '2014-06-16 16:06:33' WHERE `admin_users`.`id` = 1
|
34953
|
+
[1m[36m (22.9ms)[0m [1mCOMMIT[0m
|
34954
|
+
Rendered /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/app/views/active_admin/page/index.html.arb (1137.9ms)
|
34955
|
+
Completed 200 OK in 1369ms (Views: 1145.1ms | ActiveRecord: 26.1ms)
|
34956
|
+
|
34957
|
+
|
34958
|
+
Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2014-06-16 13:06:35 -0300
|
34959
|
+
|
34960
|
+
|
34961
|
+
Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2014-06-16 13:06:35 -0300
|
34962
|
+
|
34963
|
+
|
34964
|
+
Started GET "/assets/active_admin_jcrop/jquery.Jcrop.min.css?body=1" for 127.0.0.1 at 2014-06-16 13:06:35 -0300
|
34965
|
+
|
34966
|
+
|
34967
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-06-16 13:06:35 -0300
|
34968
|
+
|
34969
|
+
|
34970
|
+
Started GET "/assets/active_admin_jcrop/crop_modal.css?body=1" for 127.0.0.1 at 2014-06-16 13:06:35 -0300
|
34971
|
+
|
34972
|
+
|
34973
|
+
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-06-16 13:06:35 -0300
|
34974
|
+
|
34975
|
+
|
34976
|
+
Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-06-16 13:06:35 -0300
|
34977
|
+
|
34978
|
+
|
34979
|
+
Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-06-16 13:06:35 -0300
|
34980
|
+
|
34981
|
+
|
34982
|
+
Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2014-06-16 13:06:35 -0300
|
34983
|
+
|
34984
|
+
|
34985
|
+
Started GET "/assets/jquery.ui.position.js?body=1" for 127.0.0.1 at 2014-06-16 13:06:35 -0300
|
34986
|
+
|
34987
|
+
|
34988
|
+
Started GET "/assets/jquery.ui.button.js?body=1" for 127.0.0.1 at 2014-06-16 13:06:35 -0300
|
34989
|
+
|
34990
|
+
|
34991
|
+
Started GET "/assets/jquery.ui.resizable.js?body=1" for 127.0.0.1 at 2014-06-16 13:06:35 -0300
|
34992
|
+
|
34993
|
+
|
34994
|
+
Started GET "/assets/jquery.ui.draggable.js?body=1" for 127.0.0.1 at 2014-06-16 13:06:35 -0300
|
34995
|
+
|
34996
|
+
|
34997
|
+
Started GET "/assets/jquery.ui.dialog.js?body=1" for 127.0.0.1 at 2014-06-16 13:06:35 -0300
|
34998
|
+
|
34999
|
+
|
35000
|
+
Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2014-06-16 13:06:35 -0300
|
35001
|
+
|
35002
|
+
|
35003
|
+
Started GET "/assets/active_admin/base.js?body=1" for 127.0.0.1 at 2014-06-16 13:06:35 -0300
|
35004
|
+
|
35005
|
+
|
35006
|
+
Started GET "/assets/active_admin/lib/batch_actions.js?body=1" for 127.0.0.1 at 2014-06-16 13:06:35 -0300
|
35007
|
+
|
35008
|
+
|
35009
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-06-16 13:06:35 -0300
|
35010
|
+
|
35011
|
+
|
35012
|
+
Started GET "/assets/active_admin/lib/checkbox-toggler.js?body=1" for 127.0.0.1 at 2014-06-16 13:06:35 -0300
|
35013
|
+
|
35014
|
+
|
35015
|
+
Started GET "/assets/active_admin/lib/dropdown-menu.js?body=1" for 127.0.0.1 at 2014-06-16 13:06:35 -0300
|
35016
|
+
|
35017
|
+
|
35018
|
+
Started GET "/assets/active_admin/lib/table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2014-06-16 13:06:35 -0300
|
35019
|
+
|
35020
|
+
|
35021
|
+
Started GET "/assets/active_admin/lib/popover.js?body=1" for 127.0.0.1 at 2014-06-16 13:06:35 -0300
|
35022
|
+
|
35023
|
+
|
35024
|
+
Started GET "/assets/active_admin/lib/modal_dialog.js?body=1" for 127.0.0.1 at 2014-06-16 13:06:35 -0300
|
35025
|
+
|
35026
|
+
|
35027
|
+
Started GET "/assets/active_admin/lib/has_many.js?body=1" for 127.0.0.1 at 2014-06-16 13:06:35 -0300
|
35028
|
+
|
35029
|
+
|
35030
|
+
Started GET "/assets/active_admin/ext/jquery-ui.js?body=1" for 127.0.0.1 at 2014-06-16 13:06:35 -0300
|
35031
|
+
|
35032
|
+
|
35033
|
+
Started GET "/assets/active_admin/ext/jquery.js?body=1" for 127.0.0.1 at 2014-06-16 13:06:35 -0300
|
35034
|
+
|
35035
|
+
|
35036
|
+
Started GET "/assets/active_admin_jcrop/crop_modal.js?body=1" for 127.0.0.1 at 2014-06-16 13:06:35 -0300
|
35037
|
+
|
35038
|
+
|
35039
|
+
Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2014-06-16 13:06:35 -0300
|
35040
|
+
|
35041
|
+
|
35042
|
+
Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2014-06-16 13:06:35 -0300
|
35043
|
+
|
35044
|
+
|
35045
|
+
Started GET "/assets/active_admin_jcrop/jquery.color.js?body=1" for 127.0.0.1 at 2014-06-16 13:06:35 -0300
|
35046
|
+
|
35047
|
+
|
35048
|
+
Started GET "/assets/active_admin_jcrop/jquery.Jcrop.min.js?body=1" for 127.0.0.1 at 2014-06-16 13:06:35 -0300
|
35049
|
+
|
35050
|
+
|
35051
|
+
Started GET "/admin/posts" for 127.0.0.1 at 2014-06-16 13:06:36 -0300
|
35052
|
+
Processing by Admin::PostsController#index as HTML
|
35053
|
+
[1m[35mAdminUser Load (0.3ms)[0m SELECT `admin_users`.* FROM `admin_users` WHERE `admin_users`.`id` = 1 ORDER BY `admin_users`.`id` ASC LIMIT 1
|
35054
|
+
[1m[36m (0.2ms)[0m [1mSELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM `posts` LIMIT 30 OFFSET 0) subquery_for_count[0m
|
35055
|
+
[1m[35mCACHE (0.0ms)[0m SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM `posts` LIMIT 30 OFFSET 0) subquery_for_count
|
35056
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM `posts`[0m
|
35057
|
+
[1m[35mCACHE (0.0ms)[0m SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM `posts` LIMIT 30 OFFSET 0) subquery_for_count
|
35058
|
+
[1m[36mPost Load (0.1ms)[0m [1mSELECT `posts`.* FROM `posts` ORDER BY `posts`.`id` desc LIMIT 30 OFFSET 0[0m
|
35059
|
+
Rendered /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/app/views/active_admin/resource/index.html.arb (155.1ms)
|
35060
|
+
Completed 200 OK in 235ms (Views: 181.8ms | ActiveRecord: 3.4ms)
|
35061
|
+
|
35062
|
+
|
35063
|
+
Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2014-06-16 13:06:37 -0300
|
35064
|
+
|
35065
|
+
|
35066
|
+
Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2014-06-16 13:06:37 -0300
|
35067
|
+
|
35068
|
+
|
35069
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-06-16 13:06:37 -0300
|
35070
|
+
|
35071
|
+
|
35072
|
+
Started GET "/assets/active_admin_jcrop/crop_modal.css?body=1" for 127.0.0.1 at 2014-06-16 13:06:37 -0300
|
35073
|
+
|
35074
|
+
|
35075
|
+
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-06-16 13:06:37 -0300
|
35076
|
+
|
35077
|
+
|
35078
|
+
Started GET "/assets/active_admin_jcrop/jquery.Jcrop.min.css?body=1" for 127.0.0.1 at 2014-06-16 13:06:37 -0300
|
35079
|
+
|
35080
|
+
|
35081
|
+
Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-06-16 13:06:37 -0300
|
35082
|
+
|
35083
|
+
|
35084
|
+
Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-06-16 13:06:37 -0300
|
35085
|
+
|
35086
|
+
|
35087
|
+
Started GET "/assets/jquery.ui.button.js?body=1" for 127.0.0.1 at 2014-06-16 13:06:37 -0300
|
35088
|
+
|
35089
|
+
|
35090
|
+
Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2014-06-16 13:06:37 -0300
|
35091
|
+
|
35092
|
+
|
35093
|
+
Started GET "/assets/jquery.ui.draggable.js?body=1" for 127.0.0.1 at 2014-06-16 13:06:37 -0300
|
35094
|
+
|
35095
|
+
|
35096
|
+
Started GET "/assets/jquery.ui.position.js?body=1" for 127.0.0.1 at 2014-06-16 13:06:37 -0300
|
35097
|
+
|
35098
|
+
|
35099
|
+
Started GET "/assets/jquery.ui.resizable.js?body=1" for 127.0.0.1 at 2014-06-16 13:06:37 -0300
|
35100
|
+
|
35101
|
+
|
35102
|
+
Started GET "/assets/jquery.ui.dialog.js?body=1" for 127.0.0.1 at 2014-06-16 13:06:37 -0300
|
35103
|
+
|
35104
|
+
|
35105
|
+
Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2014-06-16 13:06:37 -0300
|
35106
|
+
|
35107
|
+
|
35108
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-06-16 13:06:37 -0300
|
35109
|
+
|
35110
|
+
|
35111
|
+
Started GET "/assets/active_admin/base.js?body=1" for 127.0.0.1 at 2014-06-16 13:06:37 -0300
|
35112
|
+
|
35113
|
+
|
35114
|
+
Started GET "/assets/active_admin/lib/batch_actions.js?body=1" for 127.0.0.1 at 2014-06-16 13:06:37 -0300
|
35115
|
+
|
35116
|
+
|
35117
|
+
Started GET "/assets/active_admin/lib/checkbox-toggler.js?body=1" for 127.0.0.1 at 2014-06-16 13:06:37 -0300
|
35118
|
+
|
35119
|
+
|
35120
|
+
Started GET "/assets/active_admin/lib/dropdown-menu.js?body=1" for 127.0.0.1 at 2014-06-16 13:06:37 -0300
|
35121
|
+
|
35122
|
+
|
35123
|
+
Started GET "/assets/active_admin/lib/modal_dialog.js?body=1" for 127.0.0.1 at 2014-06-16 13:06:37 -0300
|
35124
|
+
|
35125
|
+
|
35126
|
+
Started GET "/assets/active_admin/lib/has_many.js?body=1" for 127.0.0.1 at 2014-06-16 13:06:37 -0300
|
35127
|
+
|
35128
|
+
|
35129
|
+
Started GET "/assets/active_admin/lib/popover.js?body=1" for 127.0.0.1 at 2014-06-16 13:06:37 -0300
|
35130
|
+
|
35131
|
+
|
35132
|
+
Started GET "/assets/active_admin/lib/table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2014-06-16 13:06:37 -0300
|
35133
|
+
|
35134
|
+
|
35135
|
+
Started GET "/assets/active_admin/ext/jquery-ui.js?body=1" for 127.0.0.1 at 2014-06-16 13:06:37 -0300
|
35136
|
+
|
35137
|
+
|
35138
|
+
Started GET "/assets/active_admin/ext/jquery.js?body=1" for 127.0.0.1 at 2014-06-16 13:06:37 -0300
|
35139
|
+
|
35140
|
+
|
35141
|
+
Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2014-06-16 13:06:37 -0300
|
35142
|
+
|
35143
|
+
|
35144
|
+
Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2014-06-16 13:06:37 -0300
|
35145
|
+
|
35146
|
+
|
35147
|
+
Started GET "/assets/active_admin_jcrop/crop_modal.js?body=1" for 127.0.0.1 at 2014-06-16 13:06:37 -0300
|
35148
|
+
|
35149
|
+
|
35150
|
+
Started GET "/assets/active_admin_jcrop/jquery.color.js?body=1" for 127.0.0.1 at 2014-06-16 13:06:37 -0300
|
35151
|
+
|
35152
|
+
|
35153
|
+
Started GET "/assets/active_admin_jcrop/jquery.Jcrop.min.js?body=1" for 127.0.0.1 at 2014-06-16 13:06:37 -0300
|
35154
|
+
|
35155
|
+
|
35156
|
+
Started GET "/assets/active_admin/orderable.png" for 127.0.0.1 at 2014-06-16 13:06:37 -0300
|
35157
|
+
|
35158
|
+
|
35159
|
+
Started GET "/assets/active_admin/datepicker/datepicker-input-icon.png" for 127.0.0.1 at 2014-06-16 13:06:37 -0300
|
35160
|
+
|
35161
|
+
|
35162
|
+
Started GET "/admin/posts/1/edit" for 127.0.0.1 at 2014-06-16 13:06:38 -0300
|
35163
|
+
Processing by Admin::PostsController#edit as HTML
|
35164
|
+
Parameters: {"id"=>"1"}
|
35165
|
+
[1m[35mAdminUser Load (0.1ms)[0m SELECT `admin_users`.* FROM `admin_users` WHERE `admin_users`.`id` = 1 ORDER BY `admin_users`.`id` ASC LIMIT 1
|
35166
|
+
[1m[36mPost Load (0.1ms)[0m [1mSELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 1 LIMIT 1[0m
|
35167
|
+
[1m[35mPost Load (0.2ms)[0m SELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 1 LIMIT 1
|
35168
|
+
Rendered /Users/ricardonacif/rails_projects/active_admin_jcrop/app/views/active_admin_jcrop/_jcrop_modal.html.erb (1.7ms)
|
35169
|
+
Rendered /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/app/views/active_admin/resource/edit.html.arb (115.6ms)
|
35170
|
+
Completed 200 OK in 139ms (Views: 136.6ms | ActiveRecord: 0.4ms)
|
35171
|
+
|
35172
|
+
|
35173
|
+
Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2014-06-16 13:06:39 -0300
|
35174
|
+
|
35175
|
+
|
35176
|
+
Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2014-06-16 13:06:39 -0300
|
35177
|
+
|
35178
|
+
|
35179
|
+
Started GET "/assets/active_admin_jcrop/crop_modal.css?body=1" for 127.0.0.1 at 2014-06-16 13:06:39 -0300
|
35180
|
+
|
35181
|
+
|
35182
|
+
Started GET "/assets/active_admin_jcrop/jquery.Jcrop.min.css?body=1" for 127.0.0.1 at 2014-06-16 13:06:39 -0300
|
35183
|
+
|
35184
|
+
|
35185
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-06-16 13:06:39 -0300
|
35186
|
+
|
35187
|
+
|
35188
|
+
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-06-16 13:06:39 -0300
|
35189
|
+
|
35190
|
+
|
35191
|
+
Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-06-16 13:06:39 -0300
|
35192
|
+
|
35193
|
+
|
35194
|
+
Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-06-16 13:06:39 -0300
|
35195
|
+
|
35196
|
+
|
35197
|
+
Started GET "/assets/jquery.ui.button.js?body=1" for 127.0.0.1 at 2014-06-16 13:06:39 -0300
|
35198
|
+
|
35199
|
+
|
35200
|
+
Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2014-06-16 13:06:39 -0300
|
35201
|
+
|
35202
|
+
|
35203
|
+
Started GET "/assets/jquery.ui.draggable.js?body=1" for 127.0.0.1 at 2014-06-16 13:06:39 -0300
|
35204
|
+
|
35205
|
+
|
35206
|
+
Started GET "/assets/jquery.ui.position.js?body=1" for 127.0.0.1 at 2014-06-16 13:06:39 -0300
|
35207
|
+
|
35208
|
+
|
35209
|
+
Started GET "/assets/jquery.ui.resizable.js?body=1" for 127.0.0.1 at 2014-06-16 13:06:39 -0300
|
35210
|
+
|
35211
|
+
|
35212
|
+
Started GET "/assets/jquery.ui.dialog.js?body=1" for 127.0.0.1 at 2014-06-16 13:06:39 -0300
|
35213
|
+
|
35214
|
+
|
35215
|
+
Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2014-06-16 13:06:39 -0300
|
35216
|
+
|
35217
|
+
|
35218
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-06-16 13:06:39 -0300
|
35219
|
+
|
35220
|
+
|
35221
|
+
Started GET "/assets/active_admin/base.js?body=1" for 127.0.0.1 at 2014-06-16 13:06:39 -0300
|
35222
|
+
|
35223
|
+
|
35224
|
+
Started GET "/assets/active_admin/lib/batch_actions.js?body=1" for 127.0.0.1 at 2014-06-16 13:06:39 -0300
|
35225
|
+
|
35226
|
+
|
35227
|
+
Started GET "/assets/active_admin/lib/checkbox-toggler.js?body=1" for 127.0.0.1 at 2014-06-16 13:06:39 -0300
|
35228
|
+
|
35229
|
+
|
35230
|
+
Started GET "/assets/active_admin/lib/dropdown-menu.js?body=1" for 127.0.0.1 at 2014-06-16 13:06:39 -0300
|
35231
|
+
|
35232
|
+
|
35233
|
+
Started GET "/assets/active_admin/lib/has_many.js?body=1" for 127.0.0.1 at 2014-06-16 13:06:39 -0300
|
35234
|
+
|
35235
|
+
|
35236
|
+
Started GET "/assets/active_admin/lib/modal_dialog.js?body=1" for 127.0.0.1 at 2014-06-16 13:06:39 -0300
|
35237
|
+
|
35238
|
+
|
35239
|
+
Started GET "/assets/active_admin/lib/popover.js?body=1" for 127.0.0.1 at 2014-06-16 13:06:39 -0300
|
35240
|
+
|
35241
|
+
|
35242
|
+
Started GET "/assets/active_admin/lib/table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2014-06-16 13:06:39 -0300
|
35243
|
+
|
35244
|
+
|
35245
|
+
Started GET "/assets/active_admin/ext/jquery-ui.js?body=1" for 127.0.0.1 at 2014-06-16 13:06:39 -0300
|
35246
|
+
|
35247
|
+
|
35248
|
+
Started GET "/assets/active_admin/ext/jquery.js?body=1" for 127.0.0.1 at 2014-06-16 13:06:39 -0300
|
35249
|
+
|
35250
|
+
|
35251
|
+
Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2014-06-16 13:06:39 -0300
|
35252
|
+
|
35253
|
+
|
35254
|
+
Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2014-06-16 13:06:39 -0300
|
35255
|
+
|
35256
|
+
|
35257
|
+
Started GET "/assets/active_admin_jcrop/crop_modal.js?body=1" for 127.0.0.1 at 2014-06-16 13:06:39 -0300
|
35258
|
+
|
35259
|
+
|
35260
|
+
Started GET "/assets/active_admin_jcrop/jquery.color.js?body=1" for 127.0.0.1 at 2014-06-16 13:06:39 -0300
|
35261
|
+
|
35262
|
+
|
35263
|
+
Started GET "/assets/active_admin_jcrop/jquery.Jcrop.min.js?body=1" for 127.0.0.1 at 2014-06-16 13:06:39 -0300
|
35264
|
+
|
35265
|
+
|
35266
|
+
Started GET "/assets/active_admin_jcrop/Jcrop.gif" for 127.0.0.1 at 2014-06-16 13:06:40 -0300
|
35267
|
+
|
35268
|
+
|
35269
|
+
Started PUT "/admin/posts/1/jcropper" for 127.0.0.1 at 2014-06-16 13:06:42 -0300
|
35270
|
+
Processing by Admin::PostsController#jcropper as */*
|
35271
|
+
Parameters: {"image_data"=>{"object_class"=>"post", "object_id"=>"1", "crop_field"=>"image", "jcropper_url"=>"/admin/posts/1/jcropper", "crop_x"=>"59", "crop_y"=>"117", "crop_w"=>"50", "crop_h"=>"65"}, "id"=>"1"}
|
35272
|
+
[1m[36mAdminUser Load (0.1ms)[0m [1mSELECT `admin_users`.* FROM `admin_users` WHERE `admin_users`.`id` = 1 ORDER BY `admin_users`.`id` ASC LIMIT 1[0m
|
35273
|
+
[1m[35mPost Load (0.1ms)[0m SELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 1 LIMIT 1
|
35274
|
+
Completed 500 Internal Server Error in 3ms
|
35275
|
+
|
35276
|
+
LoadError (cannot load such file -- asset_engine/carrier_wave):
|
35277
|
+
activesupport (4.1.1) lib/active_support/dependencies.rb:247:in `require'
|
35278
|
+
activesupport (4.1.1) lib/active_support/dependencies.rb:247:in `block in require'
|
35279
|
+
activesupport (4.1.1) lib/active_support/dependencies.rb:232:in `load_dependency'
|
35280
|
+
activesupport (4.1.1) lib/active_support/dependencies.rb:247:in `require'
|
35281
|
+
/Users/ricardonacif/rails_projects/active_admin_jcrop/lib/active_admin_jcrop/orm.rb:17:in `active_admin_crop!'
|
35282
|
+
/Users/ricardonacif/rails_projects/active_admin_jcrop/lib/active_admin_jcrop/dsl.rb:6:in `block in jcropable'
|
35283
|
+
actionpack (4.1.1) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
|
35284
|
+
actionpack (4.1.1) lib/abstract_controller/base.rb:189:in `process_action'
|
35285
|
+
actionpack (4.1.1) lib/action_controller/metal/rendering.rb:10:in `process_action'
|
35286
|
+
actionpack (4.1.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
|
35287
|
+
activesupport (4.1.1) lib/active_support/callbacks.rb:113:in `call'
|
35288
|
+
activesupport (4.1.1) lib/active_support/callbacks.rb:113:in `call'
|
35289
|
+
activesupport (4.1.1) lib/active_support/callbacks.rb:166:in `block in halting'
|
35290
|
+
activesupport (4.1.1) lib/active_support/callbacks.rb:166:in `call'
|
35291
|
+
activesupport (4.1.1) lib/active_support/callbacks.rb:166:in `block in halting'
|
35292
|
+
activesupport (4.1.1) lib/active_support/callbacks.rb:166:in `call'
|
35293
|
+
activesupport (4.1.1) lib/active_support/callbacks.rb:166:in `block in halting'
|
35294
|
+
activesupport (4.1.1) lib/active_support/callbacks.rb:229:in `call'
|
35295
|
+
activesupport (4.1.1) lib/active_support/callbacks.rb:229:in `block in halting'
|
35296
|
+
activesupport (4.1.1) lib/active_support/callbacks.rb:166:in `call'
|
35297
|
+
activesupport (4.1.1) lib/active_support/callbacks.rb:166:in `block in halting'
|
35298
|
+
activesupport (4.1.1) lib/active_support/callbacks.rb:86:in `call'
|
35299
|
+
activesupport (4.1.1) lib/active_support/callbacks.rb:86:in `run_callbacks'
|
35300
|
+
actionpack (4.1.1) lib/abstract_controller/callbacks.rb:19:in `process_action'
|
35301
|
+
actionpack (4.1.1) lib/action_controller/metal/rescue.rb:29:in `process_action'
|
35302
|
+
actionpack (4.1.1) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
|
35303
|
+
activesupport (4.1.1) lib/active_support/notifications.rb:159:in `block in instrument'
|
35304
|
+
activesupport (4.1.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
35305
|
+
activesupport (4.1.1) lib/active_support/notifications.rb:159:in `instrument'
|
35306
|
+
actionpack (4.1.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
|
35307
|
+
actionpack (4.1.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
|
35308
|
+
activerecord (4.1.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
|
35309
|
+
actionpack (4.1.1) lib/abstract_controller/base.rb:136:in `process'
|
35310
|
+
actionview (4.1.1) lib/action_view/rendering.rb:30:in `process'
|
35311
|
+
actionpack (4.1.1) lib/action_controller/metal.rb:195:in `dispatch'
|
35312
|
+
actionpack (4.1.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
|
35313
|
+
actionpack (4.1.1) lib/action_controller/metal.rb:231:in `block in action'
|
35314
|
+
actionpack (4.1.1) lib/action_dispatch/routing/route_set.rb:80:in `call'
|
35315
|
+
actionpack (4.1.1) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
|
35316
|
+
actionpack (4.1.1) lib/action_dispatch/routing/route_set.rb:48:in `call'
|
35317
|
+
actionpack (4.1.1) lib/action_dispatch/journey/router.rb:71:in `block in call'
|
35318
|
+
actionpack (4.1.1) lib/action_dispatch/journey/router.rb:59:in `each'
|
35319
|
+
actionpack (4.1.1) lib/action_dispatch/journey/router.rb:59:in `call'
|
35320
|
+
actionpack (4.1.1) lib/action_dispatch/routing/route_set.rb:676:in `call'
|
35321
|
+
warden (1.2.3) lib/warden/manager.rb:35:in `block in call'
|
35322
|
+
warden (1.2.3) lib/warden/manager.rb:34:in `catch'
|
35323
|
+
warden (1.2.3) lib/warden/manager.rb:34:in `call'
|
35324
|
+
rack (1.5.2) lib/rack/etag.rb:23:in `call'
|
35325
|
+
rack (1.5.2) lib/rack/conditionalget.rb:35:in `call'
|
35326
|
+
rack (1.5.2) lib/rack/head.rb:11:in `call'
|
35327
|
+
actionpack (4.1.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
|
35328
|
+
actionpack (4.1.1) lib/action_dispatch/middleware/flash.rb:254:in `call'
|
35329
|
+
rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
|
35330
|
+
rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
|
35331
|
+
actionpack (4.1.1) lib/action_dispatch/middleware/cookies.rb:560:in `call'
|
35332
|
+
activerecord (4.1.1) lib/active_record/query_cache.rb:36:in `call'
|
35333
|
+
activerecord (4.1.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call'
|
35334
|
+
activerecord (4.1.1) lib/active_record/migration.rb:380:in `call'
|
35335
|
+
actionpack (4.1.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
|
35336
|
+
activesupport (4.1.1) lib/active_support/callbacks.rb:82:in `run_callbacks'
|
35337
|
+
actionpack (4.1.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
35338
|
+
actionpack (4.1.1) lib/action_dispatch/middleware/reloader.rb:73:in `call'
|
35339
|
+
actionpack (4.1.1) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
|
35340
|
+
actionpack (4.1.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
|
35341
|
+
actionpack (4.1.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
35342
|
+
railties (4.1.1) lib/rails/rack/logger.rb:38:in `call_app'
|
35343
|
+
railties (4.1.1) lib/rails/rack/logger.rb:20:in `block in call'
|
35344
|
+
activesupport (4.1.1) lib/active_support/tagged_logging.rb:68:in `block in tagged'
|
35345
|
+
activesupport (4.1.1) lib/active_support/tagged_logging.rb:26:in `tagged'
|
35346
|
+
activesupport (4.1.1) lib/active_support/tagged_logging.rb:68:in `tagged'
|
35347
|
+
railties (4.1.1) lib/rails/rack/logger.rb:20:in `call'
|
35348
|
+
actionpack (4.1.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
35349
|
+
rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
|
35350
|
+
rack (1.5.2) lib/rack/runtime.rb:17:in `call'
|
35351
|
+
activesupport (4.1.1) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
|
35352
|
+
rack (1.5.2) lib/rack/lock.rb:17:in `call'
|
35353
|
+
actionpack (4.1.1) lib/action_dispatch/middleware/static.rb:64:in `call'
|
35354
|
+
rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
|
35355
|
+
railties (4.1.1) lib/rails/engine.rb:514:in `call'
|
35356
|
+
railties (4.1.1) lib/rails/application.rb:144:in `call'
|
35357
|
+
rack (1.5.2) lib/rack/lock.rb:17:in `call'
|
35358
|
+
rack (1.5.2) lib/rack/content_length.rb:14:in `call'
|
35359
|
+
rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
|
35360
|
+
/Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
|
35361
|
+
/Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
|
35362
|
+
/Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
|
35363
|
+
|
35364
|
+
|
35365
|
+
Rendered /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.5ms)
|
35366
|
+
Rendered /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.5ms)
|
35367
|
+
Rendered /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (0.8ms)
|
35368
|
+
Rendered /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb (19.0ms)
|
35369
|
+
|
35370
|
+
|
35371
|
+
Started PUT "/admin/posts/1/jcropper" for 127.0.0.1 at 2014-06-16 13:07:27 -0300
|
35372
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT `schema_migrations`.* FROM `schema_migrations`[0m
|
35373
|
+
Processing by Admin::PostsController#jcropper as */*
|
35374
|
+
Parameters: {"image_data"=>{"object_class"=>"post", "object_id"=>"1", "crop_field"=>"image", "jcropper_url"=>"/admin/posts/1/jcropper", "crop_x"=>"27", "crop_y"=>"46", "crop_w"=>"63", "crop_h"=>"36"}, "id"=>"1"}
|
35375
|
+
[1m[35mAdminUser Load (0.1ms)[0m SELECT `admin_users`.* FROM `admin_users` WHERE `admin_users`.`id` = 1 ORDER BY `admin_users`.`id` ASC LIMIT 1
|
35376
|
+
[1m[36mPost Load (0.1ms)[0m [1mSELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 1 LIMIT 1[0m
|
35377
|
+
Completed 500 Internal Server Error in 33ms
|
35378
|
+
|
35379
|
+
LoadError (cannot load such file -- asset_engine/carrier_wave):
|
35380
|
+
activesupport (4.1.1) lib/active_support/dependencies.rb:247:in `require'
|
35381
|
+
activesupport (4.1.1) lib/active_support/dependencies.rb:247:in `block in require'
|
35382
|
+
activesupport (4.1.1) lib/active_support/dependencies.rb:232:in `load_dependency'
|
35383
|
+
activesupport (4.1.1) lib/active_support/dependencies.rb:247:in `require'
|
35384
|
+
/Users/ricardonacif/rails_projects/active_admin_jcrop/lib/active_admin_jcrop/orm.rb:17:in `active_admin_crop!'
|
35385
|
+
/Users/ricardonacif/rails_projects/active_admin_jcrop/lib/active_admin_jcrop/dsl.rb:6:in `block in jcropable'
|
35386
|
+
actionpack (4.1.1) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
|
35387
|
+
actionpack (4.1.1) lib/abstract_controller/base.rb:189:in `process_action'
|
35388
|
+
actionpack (4.1.1) lib/action_controller/metal/rendering.rb:10:in `process_action'
|
35389
|
+
actionpack (4.1.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
|
35390
|
+
activesupport (4.1.1) lib/active_support/callbacks.rb:113:in `call'
|
35391
|
+
activesupport (4.1.1) lib/active_support/callbacks.rb:113:in `call'
|
35392
|
+
activesupport (4.1.1) lib/active_support/callbacks.rb:166:in `block in halting'
|
35393
|
+
activesupport (4.1.1) lib/active_support/callbacks.rb:166:in `call'
|
35394
|
+
activesupport (4.1.1) lib/active_support/callbacks.rb:166:in `block in halting'
|
35395
|
+
activesupport (4.1.1) lib/active_support/callbacks.rb:166:in `call'
|
35396
|
+
activesupport (4.1.1) lib/active_support/callbacks.rb:166:in `block in halting'
|
35397
|
+
activesupport (4.1.1) lib/active_support/callbacks.rb:229:in `call'
|
35398
|
+
activesupport (4.1.1) lib/active_support/callbacks.rb:229:in `block in halting'
|
35399
|
+
activesupport (4.1.1) lib/active_support/callbacks.rb:166:in `call'
|
35400
|
+
activesupport (4.1.1) lib/active_support/callbacks.rb:166:in `block in halting'
|
35401
|
+
activesupport (4.1.1) lib/active_support/callbacks.rb:86:in `call'
|
35402
|
+
activesupport (4.1.1) lib/active_support/callbacks.rb:86:in `run_callbacks'
|
35403
|
+
actionpack (4.1.1) lib/abstract_controller/callbacks.rb:19:in `process_action'
|
35404
|
+
actionpack (4.1.1) lib/action_controller/metal/rescue.rb:29:in `process_action'
|
35405
|
+
actionpack (4.1.1) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
|
35406
|
+
activesupport (4.1.1) lib/active_support/notifications.rb:159:in `block in instrument'
|
35407
|
+
activesupport (4.1.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
35408
|
+
activesupport (4.1.1) lib/active_support/notifications.rb:159:in `instrument'
|
35409
|
+
actionpack (4.1.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
|
35410
|
+
actionpack (4.1.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
|
35411
|
+
activerecord (4.1.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
|
35412
|
+
actionpack (4.1.1) lib/abstract_controller/base.rb:136:in `process'
|
35413
|
+
actionview (4.1.1) lib/action_view/rendering.rb:30:in `process'
|
35414
|
+
actionpack (4.1.1) lib/action_controller/metal.rb:195:in `dispatch'
|
35415
|
+
actionpack (4.1.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
|
35416
|
+
actionpack (4.1.1) lib/action_controller/metal.rb:231:in `block in action'
|
35417
|
+
actionpack (4.1.1) lib/action_dispatch/routing/route_set.rb:80:in `call'
|
35418
|
+
actionpack (4.1.1) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
|
35419
|
+
actionpack (4.1.1) lib/action_dispatch/routing/route_set.rb:48:in `call'
|
35420
|
+
actionpack (4.1.1) lib/action_dispatch/journey/router.rb:71:in `block in call'
|
35421
|
+
actionpack (4.1.1) lib/action_dispatch/journey/router.rb:59:in `each'
|
35422
|
+
actionpack (4.1.1) lib/action_dispatch/journey/router.rb:59:in `call'
|
35423
|
+
actionpack (4.1.1) lib/action_dispatch/routing/route_set.rb:676:in `call'
|
35424
|
+
warden (1.2.3) lib/warden/manager.rb:35:in `block in call'
|
35425
|
+
warden (1.2.3) lib/warden/manager.rb:34:in `catch'
|
35426
|
+
warden (1.2.3) lib/warden/manager.rb:34:in `call'
|
35427
|
+
rack (1.5.2) lib/rack/etag.rb:23:in `call'
|
35428
|
+
rack (1.5.2) lib/rack/conditionalget.rb:35:in `call'
|
35429
|
+
rack (1.5.2) lib/rack/head.rb:11:in `call'
|
35430
|
+
actionpack (4.1.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
|
35431
|
+
actionpack (4.1.1) lib/action_dispatch/middleware/flash.rb:254:in `call'
|
35432
|
+
rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
|
35433
|
+
rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
|
35434
|
+
actionpack (4.1.1) lib/action_dispatch/middleware/cookies.rb:560:in `call'
|
35435
|
+
activerecord (4.1.1) lib/active_record/query_cache.rb:36:in `call'
|
35436
|
+
activerecord (4.1.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call'
|
35437
|
+
activerecord (4.1.1) lib/active_record/migration.rb:380:in `call'
|
35438
|
+
actionpack (4.1.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
|
35439
|
+
activesupport (4.1.1) lib/active_support/callbacks.rb:82:in `run_callbacks'
|
35440
|
+
actionpack (4.1.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
35441
|
+
actionpack (4.1.1) lib/action_dispatch/middleware/reloader.rb:73:in `call'
|
35442
|
+
actionpack (4.1.1) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
|
35443
|
+
actionpack (4.1.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
|
35444
|
+
actionpack (4.1.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
35445
|
+
railties (4.1.1) lib/rails/rack/logger.rb:38:in `call_app'
|
35446
|
+
railties (4.1.1) lib/rails/rack/logger.rb:20:in `block in call'
|
35447
|
+
activesupport (4.1.1) lib/active_support/tagged_logging.rb:68:in `block in tagged'
|
35448
|
+
activesupport (4.1.1) lib/active_support/tagged_logging.rb:26:in `tagged'
|
35449
|
+
activesupport (4.1.1) lib/active_support/tagged_logging.rb:68:in `tagged'
|
35450
|
+
railties (4.1.1) lib/rails/rack/logger.rb:20:in `call'
|
35451
|
+
actionpack (4.1.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
35452
|
+
rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
|
35453
|
+
rack (1.5.2) lib/rack/runtime.rb:17:in `call'
|
35454
|
+
activesupport (4.1.1) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
|
35455
|
+
rack (1.5.2) lib/rack/lock.rb:17:in `call'
|
35456
|
+
actionpack (4.1.1) lib/action_dispatch/middleware/static.rb:64:in `call'
|
35457
|
+
rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
|
35458
|
+
railties (4.1.1) lib/rails/engine.rb:514:in `call'
|
35459
|
+
railties (4.1.1) lib/rails/application.rb:144:in `call'
|
35460
|
+
rack (1.5.2) lib/rack/lock.rb:17:in `call'
|
35461
|
+
rack (1.5.2) lib/rack/content_length.rb:14:in `call'
|
35462
|
+
rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
|
35463
|
+
/Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
|
35464
|
+
/Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
|
35465
|
+
/Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
|
35466
|
+
|
35467
|
+
|
35468
|
+
Rendered /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.5ms)
|
35469
|
+
Rendered /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.5ms)
|
35470
|
+
Rendered /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (0.7ms)
|
35471
|
+
Rendered /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb (17.5ms)
|
35472
|
+
|
35473
|
+
|
35474
|
+
Started PUT "/admin/posts/1/jcropper" for 127.0.0.1 at 2014-06-16 13:08:04 -0300
|
35475
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT `schema_migrations`.* FROM `schema_migrations`[0m
|
35476
|
+
Processing by Admin::PostsController#jcropper as */*
|
35477
|
+
Parameters: {"image_data"=>{"object_class"=>"post", "object_id"=>"1", "crop_field"=>"image", "jcropper_url"=>"/admin/posts/1/jcropper", "crop_x"=>"25", "crop_y"=>"59", "crop_w"=>"43", "crop_h"=>"54"}, "id"=>"1"}
|
35478
|
+
[1m[35mAdminUser Load (0.2ms)[0m SELECT `admin_users`.* FROM `admin_users` WHERE `admin_users`.`id` = 1 ORDER BY `admin_users`.`id` ASC LIMIT 1
|
35479
|
+
[1m[36mPost Load (0.1ms)[0m [1mSELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 1 LIMIT 1[0m
|
35480
|
+
Completed 200 OK in 537ms (Views: 0.3ms | ActiveRecord: 5.2ms)
|
35481
|
+
|
35482
|
+
|
35483
|
+
Started GET "/admin/posts/1/edit" for 127.0.0.1 at 2014-06-16 13:24:37 -0300
|
35484
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT `schema_migrations`.* FROM `schema_migrations`[0m
|
35485
|
+
Processing by Admin::PostsController#edit as HTML
|
35486
|
+
Parameters: {"id"=>"1"}
|
35487
|
+
[1m[35mAdminUser Load (0.1ms)[0m SELECT `admin_users`.* FROM `admin_users` WHERE `admin_users`.`id` = 1 ORDER BY `admin_users`.`id` ASC LIMIT 1
|
35488
|
+
[1m[36mPost Load (0.1ms)[0m [1mSELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 1 LIMIT 1[0m
|
35489
|
+
[1m[35mPost Load (0.2ms)[0m SELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 1 LIMIT 1
|
35490
|
+
Rendered /Users/ricardonacif/rails_projects/active_admin_jcrop/app/views/active_admin_jcrop/_jcrop_modal.html.erb (1.5ms)
|
35491
|
+
Rendered /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/app/views/active_admin/resource/edit.html.arb (1335.5ms)
|
35492
|
+
Completed 200 OK in 1412ms (Views: 1378.2ms | ActiveRecord: 5.3ms)
|
35493
|
+
|
35494
|
+
|
35495
|
+
Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2014-06-16 13:24:38 -0300
|
35496
|
+
|
35497
|
+
|
35498
|
+
Started GET "/assets/active_admin_jcrop/crop_modal.css?body=1" for 127.0.0.1 at 2014-06-16 13:24:38 -0300
|
35499
|
+
|
35500
|
+
|
35501
|
+
Started GET "/assets/active_admin_jcrop/jquery.Jcrop.min.css?body=1" for 127.0.0.1 at 2014-06-16 13:24:38 -0300
|
35502
|
+
|
35503
|
+
|
35504
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-06-16 13:24:38 -0300
|
35505
|
+
|
35506
|
+
|
35507
|
+
Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2014-06-16 13:24:38 -0300
|
35508
|
+
|
35509
|
+
|
35510
|
+
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-06-16 13:24:38 -0300
|
35511
|
+
|
35512
|
+
|
35513
|
+
Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-06-16 13:24:38 -0300
|
35514
|
+
|
35515
|
+
|
35516
|
+
Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-06-16 13:24:38 -0300
|
35517
|
+
|
35518
|
+
|
35519
|
+
Started GET "/assets/jquery.ui.button.js?body=1" for 127.0.0.1 at 2014-06-16 13:24:38 -0300
|
35520
|
+
|
35521
|
+
|
35522
|
+
Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2014-06-16 13:24:38 -0300
|
35523
|
+
|
35524
|
+
|
35525
|
+
Started GET "/assets/jquery.ui.draggable.js?body=1" for 127.0.0.1 at 2014-06-16 13:24:38 -0300
|
35526
|
+
|
35527
|
+
|
35528
|
+
Started GET "/assets/jquery.ui.resizable.js?body=1" for 127.0.0.1 at 2014-06-16 13:24:38 -0300
|
35529
|
+
|
35530
|
+
|
35531
|
+
Started GET "/assets/jquery.ui.position.js?body=1" for 127.0.0.1 at 2014-06-16 13:24:38 -0300
|
35532
|
+
|
35533
|
+
|
35534
|
+
Started GET "/assets/jquery.ui.dialog.js?body=1" for 127.0.0.1 at 2014-06-16 13:24:38 -0300
|
35535
|
+
|
35536
|
+
|
35537
|
+
Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2014-06-16 13:24:38 -0300
|
35538
|
+
|
35539
|
+
|
35540
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-06-16 13:24:38 -0300
|
35541
|
+
|
35542
|
+
|
35543
|
+
Started GET "/assets/active_admin/base.js?body=1" for 127.0.0.1 at 2014-06-16 13:24:38 -0300
|
35544
|
+
|
35545
|
+
|
35546
|
+
Started GET "/assets/active_admin/lib/batch_actions.js?body=1" for 127.0.0.1 at 2014-06-16 13:24:38 -0300
|
35547
|
+
|
35548
|
+
|
35549
|
+
Started GET "/assets/active_admin/lib/checkbox-toggler.js?body=1" for 127.0.0.1 at 2014-06-16 13:24:38 -0300
|
35550
|
+
|
35551
|
+
|
35552
|
+
Started GET "/assets/active_admin/lib/dropdown-menu.js?body=1" for 127.0.0.1 at 2014-06-16 13:24:38 -0300
|
35553
|
+
|
35554
|
+
|
35555
|
+
Started GET "/assets/active_admin/lib/has_many.js?body=1" for 127.0.0.1 at 2014-06-16 13:24:38 -0300
|
35556
|
+
|
35557
|
+
|
35558
|
+
Started GET "/assets/active_admin/lib/modal_dialog.js?body=1" for 127.0.0.1 at 2014-06-16 13:24:38 -0300
|
35559
|
+
|
35560
|
+
|
35561
|
+
Started GET "/assets/active_admin/lib/popover.js?body=1" for 127.0.0.1 at 2014-06-16 13:24:38 -0300
|
35562
|
+
|
35563
|
+
|
35564
|
+
Started GET "/assets/active_admin/lib/table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2014-06-16 13:24:38 -0300
|
35565
|
+
|
35566
|
+
|
35567
|
+
Started GET "/assets/active_admin/ext/jquery-ui.js?body=1" for 127.0.0.1 at 2014-06-16 13:24:38 -0300
|
35568
|
+
|
35569
|
+
|
35570
|
+
Started GET "/assets/active_admin/ext/jquery.js?body=1" for 127.0.0.1 at 2014-06-16 13:24:38 -0300
|
35571
|
+
|
35572
|
+
|
35573
|
+
Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2014-06-16 13:24:38 -0300
|
35574
|
+
|
35575
|
+
|
35576
|
+
Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2014-06-16 13:24:38 -0300
|
35577
|
+
|
35578
|
+
|
35579
|
+
Started GET "/assets/active_admin_jcrop/crop_modal.js?body=1" for 127.0.0.1 at 2014-06-16 13:24:38 -0300
|
35580
|
+
|
35581
|
+
|
35582
|
+
Started GET "/assets/active_admin_jcrop/jquery.color.js?body=1" for 127.0.0.1 at 2014-06-16 13:24:38 -0300
|
35583
|
+
|
35584
|
+
|
35585
|
+
Started GET "/assets/active_admin_jcrop/jquery.Jcrop.min.js?body=1" for 127.0.0.1 at 2014-06-16 13:24:38 -0300
|
35586
|
+
|
35587
|
+
|
35588
|
+
Started GET "/assets/active_admin_jcrop/Jcrop.gif" for 127.0.0.1 at 2014-06-16 13:24:40 -0300
|
35589
|
+
|
35590
|
+
|
35591
|
+
Started GET "/admin/posts/1/edit" for 127.0.0.1 at 2014-06-16 13:28:36 -0300
|
35592
|
+
Processing by Admin::PostsController#edit as HTML
|
35593
|
+
Parameters: {"id"=>"1"}
|
35594
|
+
[1m[36mAdminUser Load (0.1ms)[0m [1mSELECT `admin_users`.* FROM `admin_users` WHERE `admin_users`.`id` = 1 ORDER BY `admin_users`.`id` ASC LIMIT 1[0m
|
35595
|
+
[1m[35mPost Load (0.1ms)[0m SELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 1 LIMIT 1
|
35596
|
+
[1m[36mPost Load (0.2ms)[0m [1mSELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 1 LIMIT 1[0m
|
35597
|
+
Rendered /Users/ricardonacif/rails_projects/active_admin_jcrop/app/views/active_admin_jcrop/_jcrop_modal.html.erb (1.9ms)
|
35598
|
+
Rendered /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/app/views/active_admin/resource/edit.html.arb (204.1ms)
|
35599
|
+
Completed 200 OK in 210ms (Views: 206.9ms | ActiveRecord: 0.5ms)
|
35600
|
+
|
35601
|
+
|
35602
|
+
Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2014-06-16 13:28:36 -0300
|
35603
|
+
|
35604
|
+
|
35605
|
+
Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2014-06-16 13:28:36 -0300
|
35606
|
+
|
35607
|
+
|
35608
|
+
Started GET "/assets/active_admin_jcrop/crop_modal.css?body=1" for 127.0.0.1 at 2014-06-16 13:28:36 -0300
|
35609
|
+
|
35610
|
+
|
35611
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-06-16 13:28:36 -0300
|
35612
|
+
|
35613
|
+
|
35614
|
+
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-06-16 13:28:36 -0300
|
35615
|
+
|
35616
|
+
|
35617
|
+
Started GET "/assets/active_admin_jcrop/jquery.Jcrop.min.css?body=1" for 127.0.0.1 at 2014-06-16 13:28:36 -0300
|
35618
|
+
|
35619
|
+
|
35620
|
+
Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-06-16 13:28:36 -0300
|
35621
|
+
|
35622
|
+
|
35623
|
+
Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-06-16 13:28:36 -0300
|
35624
|
+
|
35625
|
+
|
35626
|
+
Started GET "/assets/jquery.ui.button.js?body=1" for 127.0.0.1 at 2014-06-16 13:28:36 -0300
|
35627
|
+
|
35628
|
+
|
35629
|
+
Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2014-06-16 13:28:36 -0300
|
35630
|
+
|
35631
|
+
|
35632
|
+
Started GET "/assets/jquery.ui.draggable.js?body=1" for 127.0.0.1 at 2014-06-16 13:28:36 -0300
|
35633
|
+
|
35634
|
+
|
35635
|
+
Started GET "/assets/jquery.ui.position.js?body=1" for 127.0.0.1 at 2014-06-16 13:28:36 -0300
|
35636
|
+
|
35637
|
+
|
35638
|
+
Started GET "/assets/jquery.ui.resizable.js?body=1" for 127.0.0.1 at 2014-06-16 13:28:36 -0300
|
35639
|
+
|
35640
|
+
|
35641
|
+
Started GET "/assets/jquery.ui.dialog.js?body=1" for 127.0.0.1 at 2014-06-16 13:28:36 -0300
|
35642
|
+
|
35643
|
+
|
35644
|
+
Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2014-06-16 13:28:36 -0300
|
35645
|
+
|
35646
|
+
|
35647
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-06-16 13:28:36 -0300
|
35648
|
+
|
35649
|
+
|
35650
|
+
Started GET "/assets/active_admin/base.js?body=1" for 127.0.0.1 at 2014-06-16 13:28:36 -0300
|
35651
|
+
|
35652
|
+
|
35653
|
+
Started GET "/assets/active_admin/lib/batch_actions.js?body=1" for 127.0.0.1 at 2014-06-16 13:28:36 -0300
|
35654
|
+
|
35655
|
+
|
35656
|
+
Started GET "/assets/active_admin/lib/checkbox-toggler.js?body=1" for 127.0.0.1 at 2014-06-16 13:28:36 -0300
|
35657
|
+
|
35658
|
+
|
35659
|
+
Started GET "/assets/active_admin/lib/dropdown-menu.js?body=1" for 127.0.0.1 at 2014-06-16 13:28:36 -0300
|
35660
|
+
|
35661
|
+
|
35662
|
+
Started GET "/assets/active_admin/lib/has_many.js?body=1" for 127.0.0.1 at 2014-06-16 13:28:36 -0300
|
35663
|
+
|
35664
|
+
|
35665
|
+
Started GET "/assets/active_admin/lib/modal_dialog.js?body=1" for 127.0.0.1 at 2014-06-16 13:28:36 -0300
|
35666
|
+
|
35667
|
+
|
35668
|
+
Started GET "/assets/active_admin/lib/popover.js?body=1" for 127.0.0.1 at 2014-06-16 13:28:36 -0300
|
35669
|
+
|
35670
|
+
|
35671
|
+
Started GET "/assets/active_admin/lib/table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2014-06-16 13:28:36 -0300
|
35672
|
+
|
35673
|
+
|
35674
|
+
Started GET "/assets/active_admin/ext/jquery-ui.js?body=1" for 127.0.0.1 at 2014-06-16 13:28:36 -0300
|
35675
|
+
|
35676
|
+
|
35677
|
+
Started GET "/assets/active_admin/ext/jquery.js?body=1" for 127.0.0.1 at 2014-06-16 13:28:36 -0300
|
35678
|
+
|
35679
|
+
|
35680
|
+
Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2014-06-16 13:28:36 -0300
|
35681
|
+
|
35682
|
+
|
35683
|
+
Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2014-06-16 13:28:36 -0300
|
35684
|
+
|
35685
|
+
|
35686
|
+
Started GET "/assets/active_admin_jcrop/crop_modal.js?body=1" for 127.0.0.1 at 2014-06-16 13:28:36 -0300
|
35687
|
+
|
35688
|
+
|
35689
|
+
Started GET "/assets/active_admin_jcrop/jquery.color.js?body=1" for 127.0.0.1 at 2014-06-16 13:28:36 -0300
|
35690
|
+
|
35691
|
+
|
35692
|
+
Started GET "/assets/active_admin_jcrop/jquery.Jcrop.min.js?body=1" for 127.0.0.1 at 2014-06-16 13:28:36 -0300
|
35693
|
+
|
35694
|
+
|
35695
|
+
Started GET "/admin/posts/1/edit" for 127.0.0.1 at 2014-06-16 13:28:45 -0300
|
35696
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT `schema_migrations`.* FROM `schema_migrations`[0m
|
35697
|
+
Processing by Admin::PostsController#edit as HTML
|
35698
|
+
Parameters: {"id"=>"1"}
|
35699
|
+
[1m[35mAdminUser Load (0.2ms)[0m SELECT `admin_users`.* FROM `admin_users` WHERE `admin_users`.`id` = 1 ORDER BY `admin_users`.`id` ASC LIMIT 1
|
35700
|
+
[1m[36mPost Load (0.1ms)[0m [1mSELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 1 LIMIT 1[0m
|
35701
|
+
[1m[35mPost Load (0.2ms)[0m SELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 1 LIMIT 1
|
35702
|
+
Rendered /Users/ricardonacif/rails_projects/active_admin_jcrop/app/views/active_admin_jcrop/_jcrop_modal.html.erb (1.9ms)
|
35703
|
+
Rendered /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/app/views/active_admin/resource/edit.html.arb (578.1ms)
|
35704
|
+
Completed 200 OK in 624ms (Views: 588.6ms | ActiveRecord: 5.6ms)
|
35705
|
+
|
35706
|
+
|
35707
|
+
Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2014-06-16 13:28:45 -0300
|
35708
|
+
|
35709
|
+
|
35710
|
+
Started GET "/assets/active_admin_jcrop/jquery.Jcrop.min.css?body=1" for 127.0.0.1 at 2014-06-16 13:28:46 -0300
|
35711
|
+
|
35712
|
+
|
35713
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-06-16 13:28:46 -0300
|
35714
|
+
|
35715
|
+
|
35716
|
+
Started GET "/assets/active_admin_jcrop/crop_modal.css?body=1" for 127.0.0.1 at 2014-06-16 13:28:46 -0300
|
35717
|
+
|
35718
|
+
|
35719
|
+
Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-06-16 13:28:46 -0300
|
35720
|
+
|
35721
|
+
|
35722
|
+
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-06-16 13:28:46 -0300
|
35723
|
+
|
35724
|
+
|
35725
|
+
Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-06-16 13:28:46 -0300
|
35726
|
+
|
35727
|
+
|
35728
|
+
Started GET "/assets/jquery.ui.button.js?body=1" for 127.0.0.1 at 2014-06-16 13:28:46 -0300
|
35729
|
+
|
35730
|
+
|
35731
|
+
Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2014-06-16 13:28:46 -0300
|
35732
|
+
|
35733
|
+
|
35734
|
+
Started GET "/assets/jquery.ui.position.js?body=1" for 127.0.0.1 at 2014-06-16 13:28:46 -0300
|
35735
|
+
|
35736
|
+
|
35737
|
+
Started GET "/assets/jquery.ui.draggable.js?body=1" for 127.0.0.1 at 2014-06-16 13:28:46 -0300
|
35738
|
+
|
35739
|
+
|
35740
|
+
Started GET "/assets/jquery.ui.resizable.js?body=1" for 127.0.0.1 at 2014-06-16 13:28:46 -0300
|
35741
|
+
|
35742
|
+
|
35743
|
+
Started GET "/assets/jquery.ui.dialog.js?body=1" for 127.0.0.1 at 2014-06-16 13:28:46 -0300
|
35744
|
+
|
35745
|
+
|
35746
|
+
Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2014-06-16 13:28:46 -0300
|
35747
|
+
|
35748
|
+
|
35749
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-06-16 13:28:46 -0300
|
35750
|
+
|
35751
|
+
|
35752
|
+
Started GET "/assets/active_admin/base.js?body=1" for 127.0.0.1 at 2014-06-16 13:28:46 -0300
|
35753
|
+
|
35754
|
+
|
35755
|
+
Started GET "/assets/active_admin/lib/batch_actions.js?body=1" for 127.0.0.1 at 2014-06-16 13:28:46 -0300
|
35756
|
+
|
35757
|
+
|
35758
|
+
Started GET "/assets/active_admin/lib/checkbox-toggler.js?body=1" for 127.0.0.1 at 2014-06-16 13:28:46 -0300
|
35759
|
+
|
35760
|
+
|
35761
|
+
Started GET "/assets/active_admin/lib/dropdown-menu.js?body=1" for 127.0.0.1 at 2014-06-16 13:28:46 -0300
|
35762
|
+
|
35763
|
+
|
35764
|
+
Started GET "/assets/active_admin/lib/has_many.js?body=1" for 127.0.0.1 at 2014-06-16 13:28:46 -0300
|
35765
|
+
|
35766
|
+
|
35767
|
+
Started GET "/assets/active_admin/lib/modal_dialog.js?body=1" for 127.0.0.1 at 2014-06-16 13:28:46 -0300
|
35768
|
+
|
35769
|
+
|
35770
|
+
Started GET "/assets/active_admin/lib/popover.js?body=1" for 127.0.0.1 at 2014-06-16 13:28:46 -0300
|
35771
|
+
|
35772
|
+
|
35773
|
+
Started GET "/assets/active_admin/lib/table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2014-06-16 13:28:46 -0300
|
35774
|
+
|
35775
|
+
|
35776
|
+
Started GET "/assets/active_admin/ext/jquery-ui.js?body=1" for 127.0.0.1 at 2014-06-16 13:28:46 -0300
|
35777
|
+
|
35778
|
+
|
35779
|
+
Started GET "/assets/active_admin/ext/jquery.js?body=1" for 127.0.0.1 at 2014-06-16 13:28:46 -0300
|
35780
|
+
|
35781
|
+
|
35782
|
+
Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2014-06-16 13:28:46 -0300
|
35783
|
+
|
35784
|
+
|
35785
|
+
Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2014-06-16 13:28:46 -0300
|
35786
|
+
|
35787
|
+
|
35788
|
+
Started GET "/assets/active_admin_jcrop/crop_modal.js?body=1" for 127.0.0.1 at 2014-06-16 13:28:46 -0300
|
35789
|
+
|
35790
|
+
|
35791
|
+
Started GET "/assets/active_admin_jcrop/jquery.color.js?body=1" for 127.0.0.1 at 2014-06-16 13:28:46 -0300
|
35792
|
+
|
35793
|
+
|
35794
|
+
Started GET "/assets/active_admin_jcrop/jquery.Jcrop.min.js?body=1" for 127.0.0.1 at 2014-06-16 13:28:46 -0300
|
35795
|
+
|
35796
|
+
|
35797
|
+
Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2014-06-16 13:28:46 -0300
|
35798
|
+
|
35799
|
+
|
35800
|
+
Started GET "/admin/posts/1/edit" for 127.0.0.1 at 2014-06-16 13:29:00 -0300
|
35801
|
+
Processing by Admin::PostsController#edit as HTML
|
35802
|
+
Parameters: {"id"=>"1"}
|
35803
|
+
[1m[36mAdminUser Load (0.2ms)[0m [1mSELECT `admin_users`.* FROM `admin_users` WHERE `admin_users`.`id` = 1 ORDER BY `admin_users`.`id` ASC LIMIT 1[0m
|
35804
|
+
[1m[35mPost Load (0.1ms)[0m SELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 1 LIMIT 1
|
35805
|
+
[1m[36mPost Load (0.2ms)[0m [1mSELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 1 LIMIT 1[0m
|
35806
|
+
Rendered /Users/ricardonacif/rails_projects/active_admin_jcrop/app/views/active_admin_jcrop/_jcrop_modal.html.erb (1.4ms)
|
35807
|
+
Rendered /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/app/views/active_admin/resource/edit.html.arb (33.5ms)
|
35808
|
+
Completed 200 OK in 39ms (Views: 36.4ms | ActiveRecord: 0.5ms)
|
35809
|
+
|
35810
|
+
|
35811
|
+
Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2014-06-16 13:29:00 -0300
|
35812
|
+
|
35813
|
+
|
35814
|
+
Started GET "/assets/active_admin_jcrop/crop_modal.css?body=1" for 127.0.0.1 at 2014-06-16 13:29:00 -0300
|
35815
|
+
|
35816
|
+
|
35817
|
+
Started GET "/assets/active_admin_jcrop/jquery.Jcrop.min.css?body=1" for 127.0.0.1 at 2014-06-16 13:29:00 -0300
|
35818
|
+
|
35819
|
+
|
35820
|
+
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-06-16 13:29:00 -0300
|
35821
|
+
|
35822
|
+
|
35823
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-06-16 13:29:00 -0300
|
35824
|
+
|
35825
|
+
|
35826
|
+
Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2014-06-16 13:29:00 -0300
|
35827
|
+
|
35828
|
+
|
35829
|
+
Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-06-16 13:29:00 -0300
|
35830
|
+
|
35831
|
+
|
35832
|
+
Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-06-16 13:29:00 -0300
|
35833
|
+
|
35834
|
+
|
35835
|
+
Started GET "/assets/jquery.ui.button.js?body=1" for 127.0.0.1 at 2014-06-16 13:29:00 -0300
|
35836
|
+
|
35837
|
+
|
35838
|
+
Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2014-06-16 13:29:00 -0300
|
35839
|
+
|
35840
|
+
|
35841
|
+
Started GET "/assets/jquery.ui.draggable.js?body=1" for 127.0.0.1 at 2014-06-16 13:29:00 -0300
|
35842
|
+
|
35843
|
+
|
35844
|
+
Started GET "/assets/jquery.ui.position.js?body=1" for 127.0.0.1 at 2014-06-16 13:29:00 -0300
|
35845
|
+
|
35846
|
+
|
35847
|
+
Started GET "/assets/jquery.ui.resizable.js?body=1" for 127.0.0.1 at 2014-06-16 13:29:00 -0300
|
35848
|
+
|
35849
|
+
|
35850
|
+
Started GET "/assets/jquery.ui.dialog.js?body=1" for 127.0.0.1 at 2014-06-16 13:29:00 -0300
|
35851
|
+
|
35852
|
+
|
35853
|
+
Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2014-06-16 13:29:00 -0300
|
35854
|
+
|
35855
|
+
|
35856
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-06-16 13:29:00 -0300
|
35857
|
+
|
35858
|
+
|
35859
|
+
Started GET "/assets/active_admin/base.js?body=1" for 127.0.0.1 at 2014-06-16 13:29:00 -0300
|
35860
|
+
|
35861
|
+
|
35862
|
+
Started GET "/assets/active_admin/lib/batch_actions.js?body=1" for 127.0.0.1 at 2014-06-16 13:29:00 -0300
|
35863
|
+
|
35864
|
+
|
35865
|
+
Started GET "/assets/active_admin/lib/checkbox-toggler.js?body=1" for 127.0.0.1 at 2014-06-16 13:29:00 -0300
|
35866
|
+
|
35867
|
+
|
35868
|
+
Started GET "/assets/active_admin/lib/dropdown-menu.js?body=1" for 127.0.0.1 at 2014-06-16 13:29:00 -0300
|
35869
|
+
|
35870
|
+
|
35871
|
+
Started GET "/assets/active_admin/lib/modal_dialog.js?body=1" for 127.0.0.1 at 2014-06-16 13:29:00 -0300
|
35872
|
+
|
35873
|
+
|
35874
|
+
Started GET "/assets/active_admin/lib/has_many.js?body=1" for 127.0.0.1 at 2014-06-16 13:29:00 -0300
|
35875
|
+
|
35876
|
+
|
35877
|
+
Started GET "/assets/active_admin/lib/popover.js?body=1" for 127.0.0.1 at 2014-06-16 13:29:00 -0300
|
35878
|
+
|
35879
|
+
|
35880
|
+
Started GET "/assets/active_admin/lib/table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2014-06-16 13:29:00 -0300
|
35881
|
+
|
35882
|
+
|
35883
|
+
Started GET "/assets/active_admin/ext/jquery-ui.js?body=1" for 127.0.0.1 at 2014-06-16 13:29:00 -0300
|
35884
|
+
|
35885
|
+
|
35886
|
+
Started GET "/assets/active_admin/ext/jquery.js?body=1" for 127.0.0.1 at 2014-06-16 13:29:00 -0300
|
35887
|
+
|
35888
|
+
|
35889
|
+
Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2014-06-16 13:29:00 -0300
|
35890
|
+
|
35891
|
+
|
35892
|
+
Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2014-06-16 13:29:00 -0300
|
35893
|
+
|
35894
|
+
|
35895
|
+
Started GET "/assets/active_admin_jcrop/crop_modal.js?body=1" for 127.0.0.1 at 2014-06-16 13:29:00 -0300
|
35896
|
+
|
35897
|
+
|
35898
|
+
Started GET "/assets/active_admin_jcrop/jquery.color.js?body=1" for 127.0.0.1 at 2014-06-16 13:29:00 -0300
|
35899
|
+
|
35900
|
+
|
35901
|
+
Started GET "/assets/active_admin_jcrop/jquery.Jcrop.min.js?body=1" for 127.0.0.1 at 2014-06-16 13:29:00 -0300
|
35902
|
+
|
35903
|
+
|
35904
|
+
Started GET "/assets/active_admin_jcrop/Jcrop.gif" for 127.0.0.1 at 2014-06-16 13:29:01 -0300
|
35905
|
+
|
35906
|
+
|
35907
|
+
Started GET "/admin/posts/1/edit" for 127.0.0.1 at 2014-06-16 13:31:15 -0300
|
35908
|
+
Processing by Admin::PostsController#edit as HTML
|
35909
|
+
Parameters: {"id"=>"1"}
|
35910
|
+
[1m[35mAdminUser Load (0.1ms)[0m SELECT `admin_users`.* FROM `admin_users` WHERE `admin_users`.`id` = 1 ORDER BY `admin_users`.`id` ASC LIMIT 1
|
35911
|
+
[1m[36mPost Load (0.1ms)[0m [1mSELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 1 LIMIT 1[0m
|
35912
|
+
[1m[35mPost Load (0.3ms)[0m SELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 1 LIMIT 1
|
35913
|
+
Rendered /Users/ricardonacif/rails_projects/active_admin_jcrop/app/views/active_admin_jcrop/_jcrop_modal.html.erb (1.5ms)
|
35914
|
+
Rendered /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/app/views/active_admin/resource/edit.html.arb (223.6ms)
|
35915
|
+
Completed 200 OK in 229ms (Views: 226.4ms | ActiveRecord: 0.5ms)
|
35916
|
+
|
35917
|
+
|
35918
|
+
Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2014-06-16 13:31:15 -0300
|
35919
|
+
|
35920
|
+
|
35921
|
+
Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2014-06-16 13:31:15 -0300
|
35922
|
+
|
35923
|
+
|
35924
|
+
Started GET "/assets/active_admin_jcrop/crop_modal.css?body=1" for 127.0.0.1 at 2014-06-16 13:31:15 -0300
|
35925
|
+
|
35926
|
+
|
35927
|
+
Started GET "/assets/active_admin_jcrop/jquery.Jcrop.min.css?body=1" for 127.0.0.1 at 2014-06-16 13:31:15 -0300
|
35928
|
+
|
35929
|
+
|
35930
|
+
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-06-16 13:31:15 -0300
|
35931
|
+
|
35932
|
+
|
35933
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-06-16 13:31:15 -0300
|
35934
|
+
|
35935
|
+
|
35936
|
+
Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-06-16 13:31:15 -0300
|
35937
|
+
|
35938
|
+
|
35939
|
+
Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-06-16 13:31:15 -0300
|
35940
|
+
|
35941
|
+
|
35942
|
+
Started GET "/assets/jquery.ui.button.js?body=1" for 127.0.0.1 at 2014-06-16 13:31:15 -0300
|
35943
|
+
|
35944
|
+
|
35945
|
+
Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2014-06-16 13:31:15 -0300
|
35946
|
+
|
35947
|
+
|
35948
|
+
Started GET "/assets/jquery.ui.draggable.js?body=1" for 127.0.0.1 at 2014-06-16 13:31:15 -0300
|
35949
|
+
|
35950
|
+
|
35951
|
+
Started GET "/assets/jquery.ui.resizable.js?body=1" for 127.0.0.1 at 2014-06-16 13:31:15 -0300
|
35952
|
+
|
35953
|
+
|
35954
|
+
Started GET "/assets/jquery.ui.position.js?body=1" for 127.0.0.1 at 2014-06-16 13:31:15 -0300
|
35955
|
+
|
35956
|
+
|
35957
|
+
Started GET "/assets/jquery.ui.dialog.js?body=1" for 127.0.0.1 at 2014-06-16 13:31:15 -0300
|
35958
|
+
|
35959
|
+
|
35960
|
+
Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2014-06-16 13:31:15 -0300
|
35961
|
+
|
35962
|
+
|
35963
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-06-16 13:31:15 -0300
|
35964
|
+
|
35965
|
+
|
35966
|
+
Started GET "/assets/active_admin/base.js?body=1" for 127.0.0.1 at 2014-06-16 13:31:15 -0300
|
35967
|
+
|
35968
|
+
|
35969
|
+
Started GET "/assets/active_admin/lib/batch_actions.js?body=1" for 127.0.0.1 at 2014-06-16 13:31:15 -0300
|
35970
|
+
|
35971
|
+
|
35972
|
+
Started GET "/assets/active_admin/lib/checkbox-toggler.js?body=1" for 127.0.0.1 at 2014-06-16 13:31:15 -0300
|
35973
|
+
|
35974
|
+
|
35975
|
+
Started GET "/assets/active_admin/lib/dropdown-menu.js?body=1" for 127.0.0.1 at 2014-06-16 13:31:15 -0300
|
35976
|
+
|
35977
|
+
|
35978
|
+
Started GET "/assets/active_admin/lib/has_many.js?body=1" for 127.0.0.1 at 2014-06-16 13:31:15 -0300
|
35979
|
+
|
35980
|
+
|
35981
|
+
Started GET "/assets/active_admin/lib/modal_dialog.js?body=1" for 127.0.0.1 at 2014-06-16 13:31:15 -0300
|
35982
|
+
|
35983
|
+
|
35984
|
+
Started GET "/assets/active_admin/lib/popover.js?body=1" for 127.0.0.1 at 2014-06-16 13:31:15 -0300
|
35985
|
+
|
35986
|
+
|
35987
|
+
Started GET "/assets/active_admin/lib/table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2014-06-16 13:31:15 -0300
|
35988
|
+
|
35989
|
+
|
35990
|
+
Started GET "/assets/active_admin/ext/jquery-ui.js?body=1" for 127.0.0.1 at 2014-06-16 13:31:15 -0300
|
35991
|
+
|
35992
|
+
|
35993
|
+
Started GET "/assets/active_admin/ext/jquery.js?body=1" for 127.0.0.1 at 2014-06-16 13:31:15 -0300
|
35994
|
+
|
35995
|
+
|
35996
|
+
Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2014-06-16 13:31:15 -0300
|
35997
|
+
|
35998
|
+
|
35999
|
+
Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2014-06-16 13:31:15 -0300
|
36000
|
+
|
36001
|
+
|
36002
|
+
Started GET "/assets/active_admin_jcrop/crop_modal.js?body=1" for 127.0.0.1 at 2014-06-16 13:31:15 -0300
|
36003
|
+
|
36004
|
+
|
36005
|
+
Started GET "/assets/active_admin_jcrop/jquery.color.js?body=1" for 127.0.0.1 at 2014-06-16 13:31:15 -0300
|
36006
|
+
|
36007
|
+
|
36008
|
+
Started GET "/assets/active_admin_jcrop/jquery.Jcrop.min.js?body=1" for 127.0.0.1 at 2014-06-16 13:31:15 -0300
|
36009
|
+
|
36010
|
+
|
36011
|
+
Started GET "/assets/active_admin_jcrop/Jcrop.gif" for 127.0.0.1 at 2014-06-16 13:31:16 -0300
|
36012
|
+
|
36013
|
+
|
36014
|
+
Started GET "/admin/posts/1/edit" for 127.0.0.1 at 2014-06-16 13:32:03 -0300
|
36015
|
+
Processing by Admin::PostsController#edit as HTML
|
36016
|
+
Parameters: {"id"=>"1"}
|
36017
|
+
[1m[36mAdminUser Load (0.1ms)[0m [1mSELECT `admin_users`.* FROM `admin_users` WHERE `admin_users`.`id` = 1 ORDER BY `admin_users`.`id` ASC LIMIT 1[0m
|
36018
|
+
[1m[35mPost Load (0.1ms)[0m SELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 1 LIMIT 1
|
36019
|
+
[1m[36mPost Load (0.2ms)[0m [1mSELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 1 LIMIT 1[0m
|
36020
|
+
Rendered /Users/ricardonacif/rails_projects/active_admin_jcrop/app/views/active_admin_jcrop/_jcrop_modal.html.erb (1.5ms)
|
36021
|
+
Rendered /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/app/views/active_admin/resource/edit.html.arb (209.1ms)
|
36022
|
+
Completed 200 OK in 215ms (Views: 212.1ms | ActiveRecord: 0.4ms)
|
36023
|
+
|
36024
|
+
|
36025
|
+
Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2014-06-16 13:32:03 -0300
|
36026
|
+
|
36027
|
+
|
36028
|
+
Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2014-06-16 13:32:03 -0300
|
36029
|
+
|
36030
|
+
|
36031
|
+
Started GET "/assets/active_admin_jcrop/crop_modal.css?body=1" for 127.0.0.1 at 2014-06-16 13:32:03 -0300
|
36032
|
+
|
36033
|
+
|
36034
|
+
Started GET "/assets/active_admin_jcrop/jquery.Jcrop.min.css?body=1" for 127.0.0.1 at 2014-06-16 13:32:03 -0300
|
36035
|
+
|
36036
|
+
|
36037
|
+
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-06-16 13:32:03 -0300
|
36038
|
+
|
36039
|
+
|
36040
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-06-16 13:32:03 -0300
|
36041
|
+
|
36042
|
+
|
36043
|
+
Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-06-16 13:32:03 -0300
|
36044
|
+
|
36045
|
+
|
36046
|
+
Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-06-16 13:32:03 -0300
|
36047
|
+
|
36048
|
+
|
36049
|
+
Started GET "/assets/jquery.ui.button.js?body=1" for 127.0.0.1 at 2014-06-16 13:32:03 -0300
|
36050
|
+
|
36051
|
+
|
36052
|
+
Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2014-06-16 13:32:03 -0300
|
36053
|
+
|
36054
|
+
|
36055
|
+
Started GET "/assets/jquery.ui.draggable.js?body=1" for 127.0.0.1 at 2014-06-16 13:32:03 -0300
|
36056
|
+
|
36057
|
+
|
36058
|
+
Started GET "/assets/jquery.ui.position.js?body=1" for 127.0.0.1 at 2014-06-16 13:32:03 -0300
|
36059
|
+
|
36060
|
+
|
36061
|
+
Started GET "/assets/jquery.ui.resizable.js?body=1" for 127.0.0.1 at 2014-06-16 13:32:03 -0300
|
36062
|
+
|
36063
|
+
|
36064
|
+
Started GET "/assets/jquery.ui.dialog.js?body=1" for 127.0.0.1 at 2014-06-16 13:32:03 -0300
|
36065
|
+
|
36066
|
+
|
36067
|
+
Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2014-06-16 13:32:03 -0300
|
36068
|
+
|
36069
|
+
|
36070
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-06-16 13:32:03 -0300
|
36071
|
+
|
36072
|
+
|
36073
|
+
Started GET "/assets/active_admin/base.js?body=1" for 127.0.0.1 at 2014-06-16 13:32:03 -0300
|
36074
|
+
|
36075
|
+
|
36076
|
+
Started GET "/assets/active_admin/lib/batch_actions.js?body=1" for 127.0.0.1 at 2014-06-16 13:32:03 -0300
|
36077
|
+
|
36078
|
+
|
36079
|
+
Started GET "/assets/active_admin/lib/checkbox-toggler.js?body=1" for 127.0.0.1 at 2014-06-16 13:32:03 -0300
|
36080
|
+
|
36081
|
+
|
36082
|
+
Started GET "/assets/active_admin/lib/dropdown-menu.js?body=1" for 127.0.0.1 at 2014-06-16 13:32:03 -0300
|
36083
|
+
|
36084
|
+
|
36085
|
+
Started GET "/assets/active_admin/lib/has_many.js?body=1" for 127.0.0.1 at 2014-06-16 13:32:03 -0300
|
36086
|
+
|
36087
|
+
|
36088
|
+
Started GET "/assets/active_admin/lib/modal_dialog.js?body=1" for 127.0.0.1 at 2014-06-16 13:32:03 -0300
|
36089
|
+
|
36090
|
+
|
36091
|
+
Started GET "/assets/active_admin/lib/popover.js?body=1" for 127.0.0.1 at 2014-06-16 13:32:03 -0300
|
36092
|
+
|
36093
|
+
|
36094
|
+
Started GET "/assets/active_admin/lib/table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2014-06-16 13:32:03 -0300
|
36095
|
+
|
36096
|
+
|
36097
|
+
Started GET "/assets/active_admin/ext/jquery-ui.js?body=1" for 127.0.0.1 at 2014-06-16 13:32:03 -0300
|
36098
|
+
|
36099
|
+
|
36100
|
+
Started GET "/assets/active_admin/ext/jquery.js?body=1" for 127.0.0.1 at 2014-06-16 13:32:03 -0300
|
36101
|
+
|
36102
|
+
|
36103
|
+
Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2014-06-16 13:32:03 -0300
|
36104
|
+
|
36105
|
+
|
36106
|
+
Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2014-06-16 13:32:03 -0300
|
36107
|
+
|
36108
|
+
|
36109
|
+
Started GET "/assets/active_admin_jcrop/crop_modal.js?body=1" for 127.0.0.1 at 2014-06-16 13:32:03 -0300
|
36110
|
+
|
36111
|
+
|
36112
|
+
Started GET "/assets/active_admin_jcrop/jquery.color.js?body=1" for 127.0.0.1 at 2014-06-16 13:32:03 -0300
|
36113
|
+
|
36114
|
+
|
36115
|
+
Started GET "/assets/active_admin_jcrop/jquery.Jcrop.min.js?body=1" for 127.0.0.1 at 2014-06-16 13:32:03 -0300
|
36116
|
+
|
36117
|
+
|
36118
|
+
Started GET "/admin/posts/1/edit" for 127.0.0.1 at 2014-06-16 13:32:24 -0300
|
36119
|
+
Processing by Admin::PostsController#edit as HTML
|
36120
|
+
Parameters: {"id"=>"1"}
|
36121
|
+
[1m[35mAdminUser Load (0.1ms)[0m SELECT `admin_users`.* FROM `admin_users` WHERE `admin_users`.`id` = 1 ORDER BY `admin_users`.`id` ASC LIMIT 1
|
36122
|
+
[1m[36mPost Load (0.1ms)[0m [1mSELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 1 LIMIT 1[0m
|
36123
|
+
[1m[35mPost Load (0.2ms)[0m SELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 1 LIMIT 1
|
36124
|
+
Rendered /Users/ricardonacif/rails_projects/active_admin_jcrop/app/views/active_admin_jcrop/_jcrop_modal.html.erb (1.1ms)
|
36125
|
+
Rendered /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/app/views/active_admin/resource/edit.html.arb (209.6ms)
|
36126
|
+
Completed 200 OK in 216ms (Views: 212.8ms | ActiveRecord: 0.4ms)
|
36127
|
+
|
36128
|
+
|
36129
|
+
Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2014-06-16 13:32:25 -0300
|
36130
|
+
|
36131
|
+
|
36132
|
+
Started GET "/assets/active_admin_jcrop/crop_modal.css?body=1" for 127.0.0.1 at 2014-06-16 13:32:25 -0300
|
36133
|
+
|
36134
|
+
|
36135
|
+
Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2014-06-16 13:32:25 -0300
|
36136
|
+
|
36137
|
+
|
36138
|
+
Started GET "/assets/active_admin_jcrop/jquery.Jcrop.min.css?body=1" for 127.0.0.1 at 2014-06-16 13:32:25 -0300
|
36139
|
+
|
36140
|
+
|
36141
|
+
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-06-16 13:32:25 -0300
|
36142
|
+
|
36143
|
+
|
36144
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-06-16 13:32:25 -0300
|
36145
|
+
|
36146
|
+
|
36147
|
+
Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-06-16 13:32:25 -0300
|
36148
|
+
|
36149
|
+
|
36150
|
+
Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-06-16 13:32:25 -0300
|
36151
|
+
|
36152
|
+
|
36153
|
+
Started GET "/assets/jquery.ui.button.js?body=1" for 127.0.0.1 at 2014-06-16 13:32:25 -0300
|
36154
|
+
|
36155
|
+
|
36156
|
+
Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2014-06-16 13:32:25 -0300
|
36157
|
+
|
36158
|
+
|
36159
|
+
Started GET "/assets/jquery.ui.draggable.js?body=1" for 127.0.0.1 at 2014-06-16 13:32:25 -0300
|
36160
|
+
|
36161
|
+
|
36162
|
+
Started GET "/assets/jquery.ui.position.js?body=1" for 127.0.0.1 at 2014-06-16 13:32:25 -0300
|
36163
|
+
|
36164
|
+
|
36165
|
+
Started GET "/assets/jquery.ui.resizable.js?body=1" for 127.0.0.1 at 2014-06-16 13:32:25 -0300
|
36166
|
+
|
36167
|
+
|
36168
|
+
Started GET "/assets/jquery.ui.dialog.js?body=1" for 127.0.0.1 at 2014-06-16 13:32:25 -0300
|
36169
|
+
|
36170
|
+
|
36171
|
+
Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2014-06-16 13:32:25 -0300
|
36172
|
+
|
36173
|
+
|
36174
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-06-16 13:32:25 -0300
|
36175
|
+
|
36176
|
+
|
36177
|
+
Started GET "/assets/active_admin/base.js?body=1" for 127.0.0.1 at 2014-06-16 13:32:25 -0300
|
36178
|
+
|
36179
|
+
|
36180
|
+
Started GET "/assets/active_admin/lib/batch_actions.js?body=1" for 127.0.0.1 at 2014-06-16 13:32:25 -0300
|
36181
|
+
|
36182
|
+
|
36183
|
+
Started GET "/assets/active_admin/lib/checkbox-toggler.js?body=1" for 127.0.0.1 at 2014-06-16 13:32:25 -0300
|
36184
|
+
|
36185
|
+
|
36186
|
+
Started GET "/assets/active_admin/lib/dropdown-menu.js?body=1" for 127.0.0.1 at 2014-06-16 13:32:25 -0300
|
36187
|
+
|
36188
|
+
|
36189
|
+
Started GET "/assets/active_admin/lib/has_many.js?body=1" for 127.0.0.1 at 2014-06-16 13:32:25 -0300
|
36190
|
+
|
36191
|
+
|
36192
|
+
Started GET "/assets/active_admin/lib/modal_dialog.js?body=1" for 127.0.0.1 at 2014-06-16 13:32:25 -0300
|
36193
|
+
|
36194
|
+
|
36195
|
+
Started GET "/assets/active_admin/lib/popover.js?body=1" for 127.0.0.1 at 2014-06-16 13:32:25 -0300
|
36196
|
+
|
36197
|
+
|
36198
|
+
Started GET "/assets/active_admin/lib/table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2014-06-16 13:32:25 -0300
|
36199
|
+
|
36200
|
+
|
36201
|
+
Started GET "/assets/active_admin/ext/jquery-ui.js?body=1" for 127.0.0.1 at 2014-06-16 13:32:25 -0300
|
36202
|
+
|
36203
|
+
|
36204
|
+
Started GET "/assets/active_admin/ext/jquery.js?body=1" for 127.0.0.1 at 2014-06-16 13:32:25 -0300
|
36205
|
+
|
36206
|
+
|
36207
|
+
Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2014-06-16 13:32:25 -0300
|
36208
|
+
|
36209
|
+
|
36210
|
+
Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2014-06-16 13:32:25 -0300
|
36211
|
+
|
36212
|
+
|
36213
|
+
Started GET "/assets/active_admin_jcrop/crop_modal.js?body=1" for 127.0.0.1 at 2014-06-16 13:32:25 -0300
|
36214
|
+
|
36215
|
+
|
36216
|
+
Started GET "/assets/active_admin_jcrop/jquery.color.js?body=1" for 127.0.0.1 at 2014-06-16 13:32:25 -0300
|
36217
|
+
|
36218
|
+
|
36219
|
+
Started GET "/assets/active_admin_jcrop/jquery.Jcrop.min.js?body=1" for 127.0.0.1 at 2014-06-16 13:32:25 -0300
|
36220
|
+
|
36221
|
+
|
36222
|
+
Started GET "/assets/active_admin_jcrop/Jcrop.gif" for 127.0.0.1 at 2014-06-16 13:32:26 -0300
|
36223
|
+
|
36224
|
+
|
36225
|
+
Started GET "/admin/posts/1/edit" for 127.0.0.1 at 2014-06-16 13:32:42 -0300
|
36226
|
+
Processing by Admin::PostsController#edit as HTML
|
36227
|
+
Parameters: {"id"=>"1"}
|
36228
|
+
[1m[36mAdminUser Load (0.1ms)[0m [1mSELECT `admin_users`.* FROM `admin_users` WHERE `admin_users`.`id` = 1 ORDER BY `admin_users`.`id` ASC LIMIT 1[0m
|
36229
|
+
[1m[35mPost Load (0.1ms)[0m SELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 1 LIMIT 1
|
36230
|
+
[1m[36mPost Load (0.3ms)[0m [1mSELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 1 LIMIT 1[0m
|
36231
|
+
Rendered /Users/ricardonacif/rails_projects/active_admin_jcrop/app/views/active_admin_jcrop/_jcrop_modal.html.erb (2.3ms)
|
36232
|
+
Rendered /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/app/views/active_admin/resource/edit.html.arb (216.7ms)
|
36233
|
+
Completed 200 OK in 222ms (Views: 219.7ms | ActiveRecord: 0.5ms)
|
36234
|
+
|
36235
|
+
|
36236
|
+
Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2014-06-16 13:32:43 -0300
|
36237
|
+
|
36238
|
+
|
36239
|
+
Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2014-06-16 13:32:43 -0300
|
36240
|
+
|
36241
|
+
|
36242
|
+
Started GET "/assets/active_admin_jcrop/crop_modal.css?body=1" for 127.0.0.1 at 2014-06-16 13:32:43 -0300
|
36243
|
+
|
36244
|
+
|
36245
|
+
Started GET "/assets/active_admin_jcrop/jquery.Jcrop.min.css?body=1" for 127.0.0.1 at 2014-06-16 13:32:43 -0300
|
36246
|
+
|
36247
|
+
|
36248
|
+
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-06-16 13:32:43 -0300
|
36249
|
+
|
36250
|
+
|
36251
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-06-16 13:32:43 -0300
|
36252
|
+
|
36253
|
+
|
36254
|
+
Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-06-16 13:32:43 -0300
|
36255
|
+
|
36256
|
+
|
36257
|
+
Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-06-16 13:32:43 -0300
|
36258
|
+
|
36259
|
+
|
36260
|
+
Started GET "/assets/jquery.ui.button.js?body=1" for 127.0.0.1 at 2014-06-16 13:32:43 -0300
|
36261
|
+
|
36262
|
+
|
36263
|
+
Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2014-06-16 13:32:43 -0300
|
36264
|
+
|
36265
|
+
|
36266
|
+
Started GET "/assets/jquery.ui.draggable.js?body=1" for 127.0.0.1 at 2014-06-16 13:32:43 -0300
|
36267
|
+
|
36268
|
+
|
36269
|
+
Started GET "/assets/jquery.ui.position.js?body=1" for 127.0.0.1 at 2014-06-16 13:32:43 -0300
|
36270
|
+
|
36271
|
+
|
36272
|
+
Started GET "/assets/jquery.ui.resizable.js?body=1" for 127.0.0.1 at 2014-06-16 13:32:43 -0300
|
36273
|
+
|
36274
|
+
|
36275
|
+
Started GET "/assets/jquery.ui.dialog.js?body=1" for 127.0.0.1 at 2014-06-16 13:32:43 -0300
|
36276
|
+
|
36277
|
+
|
36278
|
+
Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2014-06-16 13:32:43 -0300
|
36279
|
+
|
36280
|
+
|
36281
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-06-16 13:32:43 -0300
|
36282
|
+
|
36283
|
+
|
36284
|
+
Started GET "/assets/active_admin/base.js?body=1" for 127.0.0.1 at 2014-06-16 13:32:43 -0300
|
36285
|
+
|
36286
|
+
|
36287
|
+
Started GET "/assets/active_admin/lib/batch_actions.js?body=1" for 127.0.0.1 at 2014-06-16 13:32:43 -0300
|
36288
|
+
|
36289
|
+
|
36290
|
+
Started GET "/assets/active_admin/lib/checkbox-toggler.js?body=1" for 127.0.0.1 at 2014-06-16 13:32:43 -0300
|
36291
|
+
|
36292
|
+
|
36293
|
+
Started GET "/assets/active_admin/lib/dropdown-menu.js?body=1" for 127.0.0.1 at 2014-06-16 13:32:43 -0300
|
36294
|
+
|
36295
|
+
|
36296
|
+
Started GET "/assets/active_admin/lib/has_many.js?body=1" for 127.0.0.1 at 2014-06-16 13:32:43 -0300
|
36297
|
+
|
36298
|
+
|
36299
|
+
Started GET "/assets/active_admin/lib/modal_dialog.js?body=1" for 127.0.0.1 at 2014-06-16 13:32:43 -0300
|
36300
|
+
|
36301
|
+
|
36302
|
+
Started GET "/assets/active_admin/lib/popover.js?body=1" for 127.0.0.1 at 2014-06-16 13:32:43 -0300
|
36303
|
+
|
36304
|
+
|
36305
|
+
Started GET "/assets/active_admin/lib/table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2014-06-16 13:32:43 -0300
|
36306
|
+
|
36307
|
+
|
36308
|
+
Started GET "/assets/active_admin/ext/jquery-ui.js?body=1" for 127.0.0.1 at 2014-06-16 13:32:43 -0300
|
36309
|
+
|
36310
|
+
|
36311
|
+
Started GET "/assets/active_admin/ext/jquery.js?body=1" for 127.0.0.1 at 2014-06-16 13:32:43 -0300
|
36312
|
+
|
36313
|
+
|
36314
|
+
Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2014-06-16 13:32:43 -0300
|
36315
|
+
|
36316
|
+
|
36317
|
+
Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2014-06-16 13:32:43 -0300
|
36318
|
+
|
36319
|
+
|
36320
|
+
Started GET "/assets/active_admin_jcrop/crop_modal.js?body=1" for 127.0.0.1 at 2014-06-16 13:32:43 -0300
|
36321
|
+
|
36322
|
+
|
36323
|
+
Started GET "/assets/active_admin_jcrop/jquery.color.js?body=1" for 127.0.0.1 at 2014-06-16 13:32:43 -0300
|
36324
|
+
|
36325
|
+
|
36326
|
+
Started GET "/assets/active_admin_jcrop/jquery.Jcrop.min.js?body=1" for 127.0.0.1 at 2014-06-16 13:32:43 -0300
|
36327
|
+
|
36328
|
+
|
36329
|
+
Started GET "/admin/posts/1/edit" for 127.0.0.1 at 2014-06-16 13:32:54 -0300
|
36330
|
+
Processing by Admin::PostsController#edit as HTML
|
36331
|
+
Parameters: {"id"=>"1"}
|
36332
|
+
[1m[35mAdminUser Load (0.1ms)[0m SELECT `admin_users`.* FROM `admin_users` WHERE `admin_users`.`id` = 1 ORDER BY `admin_users`.`id` ASC LIMIT 1
|
36333
|
+
[1m[36mPost Load (0.1ms)[0m [1mSELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 1 LIMIT 1[0m
|
36334
|
+
[1m[35mPost Load (0.2ms)[0m SELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 1 LIMIT 1
|
36335
|
+
Rendered /Users/ricardonacif/rails_projects/active_admin_jcrop/app/views/active_admin_jcrop/_jcrop_modal.html.erb (1.3ms)
|
36336
|
+
Rendered /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/app/views/active_admin/resource/edit.html.arb (200.8ms)
|
36337
|
+
Completed 200 OK in 206ms (Views: 203.7ms | ActiveRecord: 0.4ms)
|
36338
|
+
|
36339
|
+
|
36340
|
+
Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2014-06-16 13:32:54 -0300
|
36341
|
+
|
36342
|
+
|
36343
|
+
Started GET "/assets/active_admin_jcrop/jquery.Jcrop.min.css?body=1" for 127.0.0.1 at 2014-06-16 13:32:54 -0300
|
36344
|
+
|
36345
|
+
|
36346
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-06-16 13:32:54 -0300
|
36347
|
+
|
36348
|
+
|
36349
|
+
Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2014-06-16 13:32:54 -0300
|
36350
|
+
|
36351
|
+
|
36352
|
+
Started GET "/assets/active_admin_jcrop/crop_modal.css?body=1" for 127.0.0.1 at 2014-06-16 13:32:54 -0300
|
36353
|
+
|
36354
|
+
|
36355
|
+
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-06-16 13:32:54 -0300
|
36356
|
+
|
36357
|
+
|
36358
|
+
Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-06-16 13:32:54 -0300
|
36359
|
+
|
36360
|
+
|
36361
|
+
Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-06-16 13:32:54 -0300
|
36362
|
+
|
36363
|
+
|
36364
|
+
Started GET "/assets/jquery.ui.button.js?body=1" for 127.0.0.1 at 2014-06-16 13:32:54 -0300
|
36365
|
+
|
36366
|
+
|
36367
|
+
Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2014-06-16 13:32:54 -0300
|
36368
|
+
|
36369
|
+
|
36370
|
+
Started GET "/assets/jquery.ui.draggable.js?body=1" for 127.0.0.1 at 2014-06-16 13:32:54 -0300
|
36371
|
+
|
36372
|
+
|
36373
|
+
Started GET "/assets/jquery.ui.position.js?body=1" for 127.0.0.1 at 2014-06-16 13:32:54 -0300
|
36374
|
+
|
36375
|
+
|
36376
|
+
Started GET "/assets/jquery.ui.resizable.js?body=1" for 127.0.0.1 at 2014-06-16 13:32:54 -0300
|
36377
|
+
|
36378
|
+
|
36379
|
+
Started GET "/assets/jquery.ui.dialog.js?body=1" for 127.0.0.1 at 2014-06-16 13:32:54 -0300
|
36380
|
+
|
36381
|
+
|
36382
|
+
Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2014-06-16 13:32:54 -0300
|
36383
|
+
|
36384
|
+
|
36385
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-06-16 13:32:55 -0300
|
36386
|
+
|
36387
|
+
|
36388
|
+
Started GET "/assets/active_admin/base.js?body=1" for 127.0.0.1 at 2014-06-16 13:32:55 -0300
|
36389
|
+
|
36390
|
+
|
36391
|
+
Started GET "/assets/active_admin/lib/batch_actions.js?body=1" for 127.0.0.1 at 2014-06-16 13:32:55 -0300
|
36392
|
+
|
36393
|
+
|
36394
|
+
Started GET "/assets/active_admin/lib/checkbox-toggler.js?body=1" for 127.0.0.1 at 2014-06-16 13:32:55 -0300
|
36395
|
+
|
36396
|
+
|
36397
|
+
Started GET "/assets/active_admin/lib/dropdown-menu.js?body=1" for 127.0.0.1 at 2014-06-16 13:32:55 -0300
|
36398
|
+
|
36399
|
+
|
36400
|
+
Started GET "/assets/active_admin/lib/has_many.js?body=1" for 127.0.0.1 at 2014-06-16 13:32:55 -0300
|
36401
|
+
|
36402
|
+
|
36403
|
+
Started GET "/assets/active_admin/lib/modal_dialog.js?body=1" for 127.0.0.1 at 2014-06-16 13:32:55 -0300
|
36404
|
+
|
36405
|
+
|
36406
|
+
Started GET "/assets/active_admin/lib/popover.js?body=1" for 127.0.0.1 at 2014-06-16 13:32:55 -0300
|
36407
|
+
|
36408
|
+
|
36409
|
+
Started GET "/assets/active_admin/lib/table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2014-06-16 13:32:55 -0300
|
36410
|
+
|
36411
|
+
|
36412
|
+
Started GET "/assets/active_admin/ext/jquery-ui.js?body=1" for 127.0.0.1 at 2014-06-16 13:32:55 -0300
|
36413
|
+
|
36414
|
+
|
36415
|
+
Started GET "/assets/active_admin/ext/jquery.js?body=1" for 127.0.0.1 at 2014-06-16 13:32:55 -0300
|
36416
|
+
|
36417
|
+
|
36418
|
+
Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2014-06-16 13:32:55 -0300
|
36419
|
+
|
36420
|
+
|
36421
|
+
Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2014-06-16 13:32:55 -0300
|
36422
|
+
|
36423
|
+
|
36424
|
+
Started GET "/assets/active_admin_jcrop/crop_modal.js?body=1" for 127.0.0.1 at 2014-06-16 13:32:55 -0300
|
36425
|
+
|
36426
|
+
|
36427
|
+
Started GET "/assets/active_admin_jcrop/jquery.color.js?body=1" for 127.0.0.1 at 2014-06-16 13:32:55 -0300
|
36428
|
+
|
36429
|
+
|
36430
|
+
Started GET "/assets/active_admin_jcrop/jquery.Jcrop.min.js?body=1" for 127.0.0.1 at 2014-06-16 13:32:55 -0300
|
36431
|
+
|
36432
|
+
|
36433
|
+
Started GET "/admin/posts/1/edit" for 127.0.0.1 at 2014-06-16 13:33:55 -0300
|
36434
|
+
Processing by Admin::PostsController#edit as HTML
|
36435
|
+
Parameters: {"id"=>"1"}
|
36436
|
+
[1m[36mAdminUser Load (0.1ms)[0m [1mSELECT `admin_users`.* FROM `admin_users` WHERE `admin_users`.`id` = 1 ORDER BY `admin_users`.`id` ASC LIMIT 1[0m
|
36437
|
+
[1m[35mPost Load (0.1ms)[0m SELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 1 LIMIT 1
|
36438
|
+
Rendered /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/app/views/active_admin/resource/edit.html.arb (202.9ms)
|
36439
|
+
Completed 500 Internal Server Error in 209ms
|
36440
|
+
|
36441
|
+
ActionView::Template::Error ([stdin]:26:63: error: unexpected :
|
36442
|
+
active_admin_jcrop.buttons_text.save_cropped_image: ->
|
36443
|
+
^
|
36444
|
+
(in /Users/ricardonacif/rails_projects/active_admin_jcrop/app/assets/javascripts/active_admin_jcrop/crop_modal.js.coffee)):
|
36445
|
+
1: insert_tag renderer_for(:edit)
|
36446
|
+
execjs (2.2.0) lib/execjs/external_runtime.rb:64:in `extract_result'
|
36447
|
+
execjs (2.2.0) lib/execjs/external_runtime.rb:29:in `exec'
|
36448
|
+
execjs (2.2.0) lib/execjs/external_runtime.rb:18:in `eval'
|
36449
|
+
execjs (2.2.0) lib/execjs/external_runtime.rb:36:in `call'
|
36450
|
+
coffee-script (2.2.0) lib/coffee_script.rb:57:in `compile'
|
36451
|
+
tilt (1.4.1) lib/tilt/coffee.rb:46:in `evaluate'
|
36452
|
+
tilt (1.4.1) lib/tilt/template.rb:103:in `render'
|
36453
|
+
sprockets (2.12.1) lib/sprockets/context.rb:197:in `block in evaluate'
|
36454
|
+
sprockets (2.12.1) lib/sprockets/context.rb:194:in `each'
|
36455
|
+
sprockets (2.12.1) lib/sprockets/context.rb:194:in `evaluate'
|
36456
|
+
sprockets (2.12.1) lib/sprockets/processed_asset.rb:12:in `initialize'
|
36457
|
+
sprockets (2.12.1) lib/sprockets/base.rb:374:in `new'
|
36458
|
+
sprockets (2.12.1) lib/sprockets/base.rb:374:in `block in build_asset'
|
36459
|
+
sprockets (2.12.1) lib/sprockets/base.rb:395:in `circular_call_protection'
|
36460
|
+
sprockets (2.12.1) lib/sprockets/base.rb:373:in `build_asset'
|
36461
|
+
sprockets (2.12.1) lib/sprockets/index.rb:94:in `block in build_asset'
|
36462
|
+
sprockets (2.12.1) lib/sprockets/caching.rb:58:in `cache_asset'
|
36463
|
+
sprockets (2.12.1) lib/sprockets/index.rb:93:in `build_asset'
|
36464
|
+
sprockets (2.12.1) lib/sprockets/base.rb:287:in `find_asset'
|
36465
|
+
sprockets (2.12.1) lib/sprockets/index.rb:61:in `find_asset'
|
36466
|
+
sprockets (2.12.1) lib/sprockets/bundled_asset.rb:37:in `init_with'
|
36467
|
+
sprockets (2.12.1) lib/sprockets/asset.rb:24:in `from_hash'
|
36468
|
+
sprockets (2.12.1) lib/sprockets/caching.rb:54:in `cache_asset'
|
36469
|
+
sprockets (2.12.1) lib/sprockets/index.rb:93:in `build_asset'
|
36470
|
+
sprockets (2.12.1) lib/sprockets/base.rb:287:in `find_asset'
|
36471
|
+
sprockets (2.12.1) lib/sprockets/index.rb:61:in `find_asset'
|
36472
|
+
sprockets (2.12.1) lib/sprockets/environment.rb:75:in `find_asset'
|
36473
|
+
sprockets (2.12.1) lib/sprockets/base.rb:295:in `[]'
|
36474
|
+
sprockets-rails (2.1.3) lib/sprockets/rails/helper.rb:214:in `lookup_asset_for_path'
|
36475
|
+
sprockets-rails (2.1.3) lib/sprockets/rails/helper.rb:182:in `check_errors_for'
|
36476
|
+
sprockets-rails (2.1.3) lib/sprockets/rails/helper.rb:134:in `block in javascript_include_tag'
|
36477
|
+
sprockets-rails (2.1.3) lib/sprockets/rails/helper.rb:133:in `map'
|
36478
|
+
sprockets-rails (2.1.3) lib/sprockets/rails/helper.rb:133:in `javascript_include_tag'
|
36479
|
+
arbre (1.0.1) lib/arbre/element.rb:175:in `method_missing'
|
36480
|
+
/Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/lib/active_admin/views/pages/base.rb:31:in `block (2 levels) in build_active_admin_head'
|
36481
|
+
/Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/2.1.0/set.rb:263:in `each_key'
|
36482
|
+
/Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/2.1.0/set.rb:263:in `each'
|
36483
|
+
/Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/lib/active_admin/views/pages/base.rb:30:in `block in build_active_admin_head'
|
36484
|
+
arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element'
|
36485
|
+
arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element'
|
36486
|
+
/Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/lib/active_admin/views/pages/base.rb:24:in `build_active_admin_head'
|
36487
|
+
/Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/lib/active_admin/views/pages/base.rb:9:in `build'
|
36488
|
+
arbre (1.0.1) lib/arbre/element/builder_methods.rb:30:in `block in build_tag'
|
36489
|
+
arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element'
|
36490
|
+
arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag'
|
36491
|
+
arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag'
|
36492
|
+
/Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/app/views/active_admin/resource/edit.html.arb:1:in `block in ___sers_ricardonacif__rbenv_versions_______lib_ruby_gems_______bundler_gems_active_admin__f___b__c__b_app_views_active_admin_resource_edit_html_arb___996695672880582072_70187430855660'
|
36493
|
+
arbre (1.0.1) lib/arbre/context.rb:45:in `instance_eval'
|
36494
|
+
arbre (1.0.1) lib/arbre/context.rb:45:in `initialize'
|
36495
|
+
/Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/app/views/active_admin/resource/edit.html.arb:1:in `new'
|
36496
|
+
/Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/app/views/active_admin/resource/edit.html.arb:1:in `___sers_ricardonacif__rbenv_versions_______lib_ruby_gems_______bundler_gems_active_admin__f___b__c__b_app_views_active_admin_resource_edit_html_arb___996695672880582072_70187430855660'
|
36497
|
+
actionview (4.1.1) lib/action_view/template.rb:145:in `block in render'
|
36498
|
+
activesupport (4.1.1) lib/active_support/notifications.rb:161:in `instrument'
|
36499
|
+
actionview (4.1.1) lib/action_view/template.rb:339:in `instrument'
|
36500
|
+
actionview (4.1.1) lib/action_view/template.rb:143:in `render'
|
36501
|
+
actionview (4.1.1) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template'
|
36502
|
+
actionview (4.1.1) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
|
36503
|
+
activesupport (4.1.1) lib/active_support/notifications.rb:159:in `block in instrument'
|
36504
|
+
activesupport (4.1.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
36505
|
+
activesupport (4.1.1) lib/active_support/notifications.rb:159:in `instrument'
|
36506
|
+
actionview (4.1.1) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
|
36507
|
+
actionview (4.1.1) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template'
|
36508
|
+
actionview (4.1.1) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout'
|
36509
|
+
actionview (4.1.1) lib/action_view/renderer/template_renderer.rb:53:in `render_template'
|
36510
|
+
actionview (4.1.1) lib/action_view/renderer/template_renderer.rb:17:in `render'
|
36511
|
+
actionview (4.1.1) lib/action_view/renderer/renderer.rb:42:in `render_template'
|
36512
|
+
actionview (4.1.1) lib/action_view/renderer/renderer.rb:23:in `render'
|
36513
|
+
actionview (4.1.1) lib/action_view/rendering.rb:99:in `_render_template'
|
36514
|
+
actionpack (4.1.1) lib/action_controller/metal/streaming.rb:217:in `_render_template'
|
36515
|
+
actionview (4.1.1) lib/action_view/rendering.rb:82:in `render_to_body'
|
36516
|
+
actionpack (4.1.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
|
36517
|
+
actionpack (4.1.1) lib/action_controller/metal/renderers.rb:32:in `render_to_body'
|
36518
|
+
actionpack (4.1.1) lib/abstract_controller/rendering.rb:25:in `render'
|
36519
|
+
actionpack (4.1.1) lib/action_controller/metal/rendering.rb:16:in `render'
|
36520
|
+
actionpack (4.1.1) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
|
36521
|
+
activesupport (4.1.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
|
36522
|
+
/Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/2.1.0/benchmark.rb:294:in `realtime'
|
36523
|
+
activesupport (4.1.1) lib/active_support/core_ext/benchmark.rb:12:in `ms'
|
36524
|
+
actionpack (4.1.1) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
|
36525
|
+
actionpack (4.1.1) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
|
36526
|
+
activerecord (4.1.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
|
36527
|
+
actionpack (4.1.1) lib/action_controller/metal/instrumentation.rb:40:in `render'
|
36528
|
+
actionpack (4.1.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
|
36529
|
+
actionpack (4.1.1) lib/action_controller/metal/responder.rb:238:in `default_render'
|
36530
|
+
actionpack (4.1.1) lib/action_controller/metal/responder.rb:165:in `to_html'
|
36531
|
+
responders (1.1.0) lib/responders/flash_responder.rb:107:in `to_html'
|
36532
|
+
actionpack (4.1.1) lib/action_controller/metal/responder.rb:158:in `respond'
|
36533
|
+
actionpack (4.1.1) lib/action_controller/metal/responder.rb:151:in `call'
|
36534
|
+
actionpack (4.1.1) lib/action_controller/metal/mime_responds.rb:400:in `respond_with'
|
36535
|
+
inherited_resources (1.5.0) lib/inherited_resources/actions.rb:25:in `edit'
|
36536
|
+
actionpack (4.1.1) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
|
36537
|
+
actionpack (4.1.1) lib/abstract_controller/base.rb:189:in `process_action'
|
36538
|
+
actionpack (4.1.1) lib/action_controller/metal/rendering.rb:10:in `process_action'
|
36539
|
+
actionpack (4.1.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
|
36540
|
+
activesupport (4.1.1) lib/active_support/callbacks.rb:113:in `call'
|
36541
|
+
activesupport (4.1.1) lib/active_support/callbacks.rb:113:in `call'
|
36542
|
+
activesupport (4.1.1) lib/active_support/callbacks.rb:166:in `block in halting'
|
36543
|
+
activesupport (4.1.1) lib/active_support/callbacks.rb:166:in `call'
|
36544
|
+
activesupport (4.1.1) lib/active_support/callbacks.rb:166:in `block in halting'
|
36545
|
+
activesupport (4.1.1) lib/active_support/callbacks.rb:166:in `call'
|
36546
|
+
activesupport (4.1.1) lib/active_support/callbacks.rb:166:in `block in halting'
|
36547
|
+
activesupport (4.1.1) lib/active_support/callbacks.rb:229:in `call'
|
36548
|
+
activesupport (4.1.1) lib/active_support/callbacks.rb:229:in `block in halting'
|
36549
|
+
activesupport (4.1.1) lib/active_support/callbacks.rb:166:in `call'
|
36550
|
+
activesupport (4.1.1) lib/active_support/callbacks.rb:166:in `block in halting'
|
36551
|
+
activesupport (4.1.1) lib/active_support/callbacks.rb:86:in `call'
|
36552
|
+
activesupport (4.1.1) lib/active_support/callbacks.rb:86:in `run_callbacks'
|
36553
|
+
actionpack (4.1.1) lib/abstract_controller/callbacks.rb:19:in `process_action'
|
36554
|
+
actionpack (4.1.1) lib/action_controller/metal/rescue.rb:29:in `process_action'
|
36555
|
+
actionpack (4.1.1) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
|
36556
|
+
activesupport (4.1.1) lib/active_support/notifications.rb:159:in `block in instrument'
|
36557
|
+
activesupport (4.1.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
36558
|
+
activesupport (4.1.1) lib/active_support/notifications.rb:159:in `instrument'
|
36559
|
+
actionpack (4.1.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
|
36560
|
+
actionpack (4.1.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
|
36561
|
+
activerecord (4.1.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
|
36562
|
+
actionpack (4.1.1) lib/abstract_controller/base.rb:136:in `process'
|
36563
|
+
actionview (4.1.1) lib/action_view/rendering.rb:30:in `process'
|
36564
|
+
actionpack (4.1.1) lib/action_controller/metal.rb:195:in `dispatch'
|
36565
|
+
actionpack (4.1.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
|
36566
|
+
actionpack (4.1.1) lib/action_controller/metal.rb:231:in `block in action'
|
36567
|
+
actionpack (4.1.1) lib/action_dispatch/routing/route_set.rb:80:in `call'
|
36568
|
+
actionpack (4.1.1) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
|
36569
|
+
actionpack (4.1.1) lib/action_dispatch/routing/route_set.rb:48:in `call'
|
36570
|
+
actionpack (4.1.1) lib/action_dispatch/journey/router.rb:71:in `block in call'
|
36571
|
+
actionpack (4.1.1) lib/action_dispatch/journey/router.rb:59:in `each'
|
36572
|
+
actionpack (4.1.1) lib/action_dispatch/journey/router.rb:59:in `call'
|
36573
|
+
actionpack (4.1.1) lib/action_dispatch/routing/route_set.rb:676:in `call'
|
36574
|
+
warden (1.2.3) lib/warden/manager.rb:35:in `block in call'
|
36575
|
+
warden (1.2.3) lib/warden/manager.rb:34:in `catch'
|
36576
|
+
warden (1.2.3) lib/warden/manager.rb:34:in `call'
|
36577
|
+
rack (1.5.2) lib/rack/etag.rb:23:in `call'
|
36578
|
+
rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
|
36579
|
+
rack (1.5.2) lib/rack/head.rb:11:in `call'
|
36580
|
+
actionpack (4.1.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
|
36581
|
+
actionpack (4.1.1) lib/action_dispatch/middleware/flash.rb:254:in `call'
|
36582
|
+
rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
|
36583
|
+
rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
|
36584
|
+
actionpack (4.1.1) lib/action_dispatch/middleware/cookies.rb:560:in `call'
|
36585
|
+
activerecord (4.1.1) lib/active_record/query_cache.rb:36:in `call'
|
36586
|
+
activerecord (4.1.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call'
|
36587
|
+
activerecord (4.1.1) lib/active_record/migration.rb:380:in `call'
|
36588
|
+
actionpack (4.1.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
|
36589
|
+
activesupport (4.1.1) lib/active_support/callbacks.rb:82:in `run_callbacks'
|
36590
|
+
actionpack (4.1.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
36591
|
+
actionpack (4.1.1) lib/action_dispatch/middleware/reloader.rb:73:in `call'
|
36592
|
+
actionpack (4.1.1) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
|
36593
|
+
actionpack (4.1.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
|
36594
|
+
actionpack (4.1.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
36595
|
+
railties (4.1.1) lib/rails/rack/logger.rb:38:in `call_app'
|
36596
|
+
railties (4.1.1) lib/rails/rack/logger.rb:20:in `block in call'
|
36597
|
+
activesupport (4.1.1) lib/active_support/tagged_logging.rb:68:in `block in tagged'
|
36598
|
+
activesupport (4.1.1) lib/active_support/tagged_logging.rb:26:in `tagged'
|
36599
|
+
activesupport (4.1.1) lib/active_support/tagged_logging.rb:68:in `tagged'
|
36600
|
+
railties (4.1.1) lib/rails/rack/logger.rb:20:in `call'
|
36601
|
+
actionpack (4.1.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
36602
|
+
rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
|
36603
|
+
rack (1.5.2) lib/rack/runtime.rb:17:in `call'
|
36604
|
+
activesupport (4.1.1) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
|
36605
|
+
rack (1.5.2) lib/rack/lock.rb:17:in `call'
|
36606
|
+
actionpack (4.1.1) lib/action_dispatch/middleware/static.rb:64:in `call'
|
36607
|
+
rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
|
36608
|
+
railties (4.1.1) lib/rails/engine.rb:514:in `call'
|
36609
|
+
railties (4.1.1) lib/rails/application.rb:144:in `call'
|
36610
|
+
rack (1.5.2) lib/rack/lock.rb:17:in `call'
|
36611
|
+
rack (1.5.2) lib/rack/content_length.rb:14:in `call'
|
36612
|
+
rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
|
36613
|
+
/Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
|
36614
|
+
/Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
|
36615
|
+
/Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
|
36616
|
+
|
36617
|
+
|
36618
|
+
Rendered /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.6ms)
|
36619
|
+
Rendered /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms)
|
36620
|
+
Rendered /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (16.2ms)
|
36621
|
+
|
36622
|
+
|
36623
|
+
Started GET "/admin/posts/1/edit" for 127.0.0.1 at 2014-06-16 13:34:21 -0300
|
36624
|
+
Processing by Admin::PostsController#edit as HTML
|
36625
|
+
Parameters: {"id"=>"1"}
|
36626
|
+
[1m[36mAdminUser Load (0.1ms)[0m [1mSELECT `admin_users`.* FROM `admin_users` WHERE `admin_users`.`id` = 1 ORDER BY `admin_users`.`id` ASC LIMIT 1[0m
|
36627
|
+
[1m[35mPost Load (0.1ms)[0m SELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 1 LIMIT 1
|
36628
|
+
Rendered /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/app/views/active_admin/resource/edit.html.arb (164.9ms)
|
36629
|
+
Completed 500 Internal Server Error in 171ms
|
36630
|
+
|
36631
|
+
ActionView::Template::Error ([stdin]:26:64: error: unexpected :
|
36632
|
+
active_admin_jcrop.buttons_text.save_cropped_image : ->
|
36633
|
+
^^
|
36634
|
+
(in /Users/ricardonacif/rails_projects/active_admin_jcrop/app/assets/javascripts/active_admin_jcrop/crop_modal.js.coffee)):
|
36635
|
+
1: insert_tag renderer_for(:edit)
|
36636
|
+
execjs (2.2.0) lib/execjs/external_runtime.rb:64:in `extract_result'
|
36637
|
+
execjs (2.2.0) lib/execjs/external_runtime.rb:29:in `exec'
|
36638
|
+
execjs (2.2.0) lib/execjs/external_runtime.rb:18:in `eval'
|
36639
|
+
execjs (2.2.0) lib/execjs/external_runtime.rb:36:in `call'
|
36640
|
+
coffee-script (2.2.0) lib/coffee_script.rb:57:in `compile'
|
36641
|
+
tilt (1.4.1) lib/tilt/coffee.rb:46:in `evaluate'
|
36642
|
+
tilt (1.4.1) lib/tilt/template.rb:103:in `render'
|
36643
|
+
sprockets (2.12.1) lib/sprockets/context.rb:197:in `block in evaluate'
|
36644
|
+
sprockets (2.12.1) lib/sprockets/context.rb:194:in `each'
|
36645
|
+
sprockets (2.12.1) lib/sprockets/context.rb:194:in `evaluate'
|
36646
|
+
sprockets (2.12.1) lib/sprockets/processed_asset.rb:12:in `initialize'
|
36647
|
+
sprockets (2.12.1) lib/sprockets/base.rb:374:in `new'
|
36648
|
+
sprockets (2.12.1) lib/sprockets/base.rb:374:in `block in build_asset'
|
36649
|
+
sprockets (2.12.1) lib/sprockets/base.rb:395:in `circular_call_protection'
|
36650
|
+
sprockets (2.12.1) lib/sprockets/base.rb:373:in `build_asset'
|
36651
|
+
sprockets (2.12.1) lib/sprockets/index.rb:94:in `block in build_asset'
|
36652
|
+
sprockets (2.12.1) lib/sprockets/caching.rb:58:in `cache_asset'
|
36653
|
+
sprockets (2.12.1) lib/sprockets/index.rb:93:in `build_asset'
|
36654
|
+
sprockets (2.12.1) lib/sprockets/base.rb:287:in `find_asset'
|
36655
|
+
sprockets (2.12.1) lib/sprockets/index.rb:61:in `find_asset'
|
36656
|
+
sprockets (2.12.1) lib/sprockets/bundled_asset.rb:37:in `init_with'
|
36657
|
+
sprockets (2.12.1) lib/sprockets/asset.rb:24:in `from_hash'
|
36658
|
+
sprockets (2.12.1) lib/sprockets/caching.rb:54:in `cache_asset'
|
36659
|
+
sprockets (2.12.1) lib/sprockets/index.rb:93:in `build_asset'
|
36660
|
+
sprockets (2.12.1) lib/sprockets/base.rb:287:in `find_asset'
|
36661
|
+
sprockets (2.12.1) lib/sprockets/index.rb:61:in `find_asset'
|
36662
|
+
sprockets (2.12.1) lib/sprockets/environment.rb:75:in `find_asset'
|
36663
|
+
sprockets (2.12.1) lib/sprockets/base.rb:295:in `[]'
|
36664
|
+
sprockets-rails (2.1.3) lib/sprockets/rails/helper.rb:214:in `lookup_asset_for_path'
|
36665
|
+
sprockets-rails (2.1.3) lib/sprockets/rails/helper.rb:182:in `check_errors_for'
|
36666
|
+
sprockets-rails (2.1.3) lib/sprockets/rails/helper.rb:134:in `block in javascript_include_tag'
|
36667
|
+
sprockets-rails (2.1.3) lib/sprockets/rails/helper.rb:133:in `map'
|
36668
|
+
sprockets-rails (2.1.3) lib/sprockets/rails/helper.rb:133:in `javascript_include_tag'
|
36669
|
+
arbre (1.0.1) lib/arbre/element.rb:175:in `method_missing'
|
36670
|
+
/Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/lib/active_admin/views/pages/base.rb:31:in `block (2 levels) in build_active_admin_head'
|
36671
|
+
/Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/2.1.0/set.rb:263:in `each_key'
|
36672
|
+
/Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/2.1.0/set.rb:263:in `each'
|
36673
|
+
/Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/lib/active_admin/views/pages/base.rb:30:in `block in build_active_admin_head'
|
36674
|
+
arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element'
|
36675
|
+
arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element'
|
36676
|
+
/Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/lib/active_admin/views/pages/base.rb:24:in `build_active_admin_head'
|
36677
|
+
/Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/lib/active_admin/views/pages/base.rb:9:in `build'
|
36678
|
+
arbre (1.0.1) lib/arbre/element/builder_methods.rb:30:in `block in build_tag'
|
36679
|
+
arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element'
|
36680
|
+
arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag'
|
36681
|
+
arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag'
|
36682
|
+
/Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/app/views/active_admin/resource/edit.html.arb:1:in `block in ___sers_ricardonacif__rbenv_versions_______lib_ruby_gems_______bundler_gems_active_admin__f___b__c__b_app_views_active_admin_resource_edit_html_arb___996695672880582072_70187430855660'
|
36683
|
+
arbre (1.0.1) lib/arbre/context.rb:45:in `instance_eval'
|
36684
|
+
arbre (1.0.1) lib/arbre/context.rb:45:in `initialize'
|
36685
|
+
/Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/app/views/active_admin/resource/edit.html.arb:1:in `new'
|
36686
|
+
/Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/app/views/active_admin/resource/edit.html.arb:1:in `___sers_ricardonacif__rbenv_versions_______lib_ruby_gems_______bundler_gems_active_admin__f___b__c__b_app_views_active_admin_resource_edit_html_arb___996695672880582072_70187430855660'
|
36687
|
+
actionview (4.1.1) lib/action_view/template.rb:145:in `block in render'
|
36688
|
+
activesupport (4.1.1) lib/active_support/notifications.rb:161:in `instrument'
|
36689
|
+
actionview (4.1.1) lib/action_view/template.rb:339:in `instrument'
|
36690
|
+
actionview (4.1.1) lib/action_view/template.rb:143:in `render'
|
36691
|
+
actionview (4.1.1) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template'
|
36692
|
+
actionview (4.1.1) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
|
36693
|
+
activesupport (4.1.1) lib/active_support/notifications.rb:159:in `block in instrument'
|
36694
|
+
activesupport (4.1.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
36695
|
+
activesupport (4.1.1) lib/active_support/notifications.rb:159:in `instrument'
|
36696
|
+
actionview (4.1.1) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
|
36697
|
+
actionview (4.1.1) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template'
|
36698
|
+
actionview (4.1.1) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout'
|
36699
|
+
actionview (4.1.1) lib/action_view/renderer/template_renderer.rb:53:in `render_template'
|
36700
|
+
actionview (4.1.1) lib/action_view/renderer/template_renderer.rb:17:in `render'
|
36701
|
+
actionview (4.1.1) lib/action_view/renderer/renderer.rb:42:in `render_template'
|
36702
|
+
actionview (4.1.1) lib/action_view/renderer/renderer.rb:23:in `render'
|
36703
|
+
actionview (4.1.1) lib/action_view/rendering.rb:99:in `_render_template'
|
36704
|
+
actionpack (4.1.1) lib/action_controller/metal/streaming.rb:217:in `_render_template'
|
36705
|
+
actionview (4.1.1) lib/action_view/rendering.rb:82:in `render_to_body'
|
36706
|
+
actionpack (4.1.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
|
36707
|
+
actionpack (4.1.1) lib/action_controller/metal/renderers.rb:32:in `render_to_body'
|
36708
|
+
actionpack (4.1.1) lib/abstract_controller/rendering.rb:25:in `render'
|
36709
|
+
actionpack (4.1.1) lib/action_controller/metal/rendering.rb:16:in `render'
|
36710
|
+
actionpack (4.1.1) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
|
36711
|
+
activesupport (4.1.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
|
36712
|
+
/Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/2.1.0/benchmark.rb:294:in `realtime'
|
36713
|
+
activesupport (4.1.1) lib/active_support/core_ext/benchmark.rb:12:in `ms'
|
36714
|
+
actionpack (4.1.1) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
|
36715
|
+
actionpack (4.1.1) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
|
36716
|
+
activerecord (4.1.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
|
36717
|
+
actionpack (4.1.1) lib/action_controller/metal/instrumentation.rb:40:in `render'
|
36718
|
+
actionpack (4.1.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
|
36719
|
+
actionpack (4.1.1) lib/action_controller/metal/responder.rb:238:in `default_render'
|
36720
|
+
actionpack (4.1.1) lib/action_controller/metal/responder.rb:165:in `to_html'
|
36721
|
+
responders (1.1.0) lib/responders/flash_responder.rb:107:in `to_html'
|
36722
|
+
actionpack (4.1.1) lib/action_controller/metal/responder.rb:158:in `respond'
|
36723
|
+
actionpack (4.1.1) lib/action_controller/metal/responder.rb:151:in `call'
|
36724
|
+
actionpack (4.1.1) lib/action_controller/metal/mime_responds.rb:400:in `respond_with'
|
36725
|
+
inherited_resources (1.5.0) lib/inherited_resources/actions.rb:25:in `edit'
|
36726
|
+
actionpack (4.1.1) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
|
36727
|
+
actionpack (4.1.1) lib/abstract_controller/base.rb:189:in `process_action'
|
36728
|
+
actionpack (4.1.1) lib/action_controller/metal/rendering.rb:10:in `process_action'
|
36729
|
+
actionpack (4.1.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
|
36730
|
+
activesupport (4.1.1) lib/active_support/callbacks.rb:113:in `call'
|
36731
|
+
activesupport (4.1.1) lib/active_support/callbacks.rb:113:in `call'
|
36732
|
+
activesupport (4.1.1) lib/active_support/callbacks.rb:166:in `block in halting'
|
36733
|
+
activesupport (4.1.1) lib/active_support/callbacks.rb:166:in `call'
|
36734
|
+
activesupport (4.1.1) lib/active_support/callbacks.rb:166:in `block in halting'
|
36735
|
+
activesupport (4.1.1) lib/active_support/callbacks.rb:166:in `call'
|
36736
|
+
activesupport (4.1.1) lib/active_support/callbacks.rb:166:in `block in halting'
|
36737
|
+
activesupport (4.1.1) lib/active_support/callbacks.rb:229:in `call'
|
36738
|
+
activesupport (4.1.1) lib/active_support/callbacks.rb:229:in `block in halting'
|
36739
|
+
activesupport (4.1.1) lib/active_support/callbacks.rb:166:in `call'
|
36740
|
+
activesupport (4.1.1) lib/active_support/callbacks.rb:166:in `block in halting'
|
36741
|
+
activesupport (4.1.1) lib/active_support/callbacks.rb:86:in `call'
|
36742
|
+
activesupport (4.1.1) lib/active_support/callbacks.rb:86:in `run_callbacks'
|
36743
|
+
actionpack (4.1.1) lib/abstract_controller/callbacks.rb:19:in `process_action'
|
36744
|
+
actionpack (4.1.1) lib/action_controller/metal/rescue.rb:29:in `process_action'
|
36745
|
+
actionpack (4.1.1) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
|
36746
|
+
activesupport (4.1.1) lib/active_support/notifications.rb:159:in `block in instrument'
|
36747
|
+
activesupport (4.1.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
36748
|
+
activesupport (4.1.1) lib/active_support/notifications.rb:159:in `instrument'
|
36749
|
+
actionpack (4.1.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
|
36750
|
+
actionpack (4.1.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
|
36751
|
+
activerecord (4.1.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
|
36752
|
+
actionpack (4.1.1) lib/abstract_controller/base.rb:136:in `process'
|
36753
|
+
actionview (4.1.1) lib/action_view/rendering.rb:30:in `process'
|
36754
|
+
actionpack (4.1.1) lib/action_controller/metal.rb:195:in `dispatch'
|
36755
|
+
actionpack (4.1.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
|
36756
|
+
actionpack (4.1.1) lib/action_controller/metal.rb:231:in `block in action'
|
36757
|
+
actionpack (4.1.1) lib/action_dispatch/routing/route_set.rb:80:in `call'
|
36758
|
+
actionpack (4.1.1) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
|
36759
|
+
actionpack (4.1.1) lib/action_dispatch/routing/route_set.rb:48:in `call'
|
36760
|
+
actionpack (4.1.1) lib/action_dispatch/journey/router.rb:71:in `block in call'
|
36761
|
+
actionpack (4.1.1) lib/action_dispatch/journey/router.rb:59:in `each'
|
36762
|
+
actionpack (4.1.1) lib/action_dispatch/journey/router.rb:59:in `call'
|
36763
|
+
actionpack (4.1.1) lib/action_dispatch/routing/route_set.rb:676:in `call'
|
36764
|
+
warden (1.2.3) lib/warden/manager.rb:35:in `block in call'
|
36765
|
+
warden (1.2.3) lib/warden/manager.rb:34:in `catch'
|
36766
|
+
warden (1.2.3) lib/warden/manager.rb:34:in `call'
|
36767
|
+
rack (1.5.2) lib/rack/etag.rb:23:in `call'
|
36768
|
+
rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
|
36769
|
+
rack (1.5.2) lib/rack/head.rb:11:in `call'
|
36770
|
+
actionpack (4.1.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
|
36771
|
+
actionpack (4.1.1) lib/action_dispatch/middleware/flash.rb:254:in `call'
|
36772
|
+
rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
|
36773
|
+
rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
|
36774
|
+
actionpack (4.1.1) lib/action_dispatch/middleware/cookies.rb:560:in `call'
|
36775
|
+
activerecord (4.1.1) lib/active_record/query_cache.rb:36:in `call'
|
36776
|
+
activerecord (4.1.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call'
|
36777
|
+
activerecord (4.1.1) lib/active_record/migration.rb:380:in `call'
|
36778
|
+
actionpack (4.1.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
|
36779
|
+
activesupport (4.1.1) lib/active_support/callbacks.rb:82:in `run_callbacks'
|
36780
|
+
actionpack (4.1.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
36781
|
+
actionpack (4.1.1) lib/action_dispatch/middleware/reloader.rb:73:in `call'
|
36782
|
+
actionpack (4.1.1) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
|
36783
|
+
actionpack (4.1.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
|
36784
|
+
actionpack (4.1.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
36785
|
+
railties (4.1.1) lib/rails/rack/logger.rb:38:in `call_app'
|
36786
|
+
railties (4.1.1) lib/rails/rack/logger.rb:20:in `block in call'
|
36787
|
+
activesupport (4.1.1) lib/active_support/tagged_logging.rb:68:in `block in tagged'
|
36788
|
+
activesupport (4.1.1) lib/active_support/tagged_logging.rb:26:in `tagged'
|
36789
|
+
activesupport (4.1.1) lib/active_support/tagged_logging.rb:68:in `tagged'
|
36790
|
+
railties (4.1.1) lib/rails/rack/logger.rb:20:in `call'
|
36791
|
+
actionpack (4.1.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
36792
|
+
rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
|
36793
|
+
rack (1.5.2) lib/rack/runtime.rb:17:in `call'
|
36794
|
+
activesupport (4.1.1) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
|
36795
|
+
rack (1.5.2) lib/rack/lock.rb:17:in `call'
|
36796
|
+
actionpack (4.1.1) lib/action_dispatch/middleware/static.rb:64:in `call'
|
36797
|
+
rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
|
36798
|
+
railties (4.1.1) lib/rails/engine.rb:514:in `call'
|
36799
|
+
railties (4.1.1) lib/rails/application.rb:144:in `call'
|
36800
|
+
rack (1.5.2) lib/rack/lock.rb:17:in `call'
|
36801
|
+
rack (1.5.2) lib/rack/content_length.rb:14:in `call'
|
36802
|
+
rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
|
36803
|
+
/Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
|
36804
|
+
/Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
|
36805
|
+
/Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
|
36806
|
+
|
36807
|
+
|
36808
|
+
Rendered /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.4ms)
|
36809
|
+
Rendered /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms)
|
36810
|
+
Rendered /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (13.2ms)
|
36811
|
+
|
36812
|
+
|
36813
|
+
Started GET "/admin/posts/1/edit" for 127.0.0.1 at 2014-06-16 13:34:31 -0300
|
36814
|
+
Processing by Admin::PostsController#edit as HTML
|
36815
|
+
Parameters: {"id"=>"1"}
|
36816
|
+
[1m[36mAdminUser Load (0.2ms)[0m [1mSELECT `admin_users`.* FROM `admin_users` WHERE `admin_users`.`id` = 1 ORDER BY `admin_users`.`id` ASC LIMIT 1[0m
|
36817
|
+
[1m[35mPost Load (0.1ms)[0m SELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 1 LIMIT 1
|
36818
|
+
[1m[36mPost Load (0.2ms)[0m [1mSELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 1 LIMIT 1[0m
|
36819
|
+
Rendered /Users/ricardonacif/rails_projects/active_admin_jcrop/app/views/active_admin_jcrop/_jcrop_modal.html.erb (1.1ms)
|
36820
|
+
Rendered /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/app/views/active_admin/resource/edit.html.arb (199.7ms)
|
36821
|
+
Completed 200 OK in 205ms (Views: 202.6ms | ActiveRecord: 0.5ms)
|
36822
|
+
|
36823
|
+
|
36824
|
+
Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2014-06-16 13:34:32 -0300
|
36825
|
+
|
36826
|
+
|
36827
|
+
Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2014-06-16 13:34:32 -0300
|
36828
|
+
|
36829
|
+
|
36830
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-06-16 13:34:32 -0300
|
36831
|
+
|
36832
|
+
|
36833
|
+
Started GET "/assets/active_admin_jcrop/crop_modal.css?body=1" for 127.0.0.1 at 2014-06-16 13:34:32 -0300
|
36834
|
+
|
36835
|
+
|
36836
|
+
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-06-16 13:34:32 -0300
|
36837
|
+
|
36838
|
+
|
36839
|
+
Started GET "/assets/active_admin_jcrop/jquery.Jcrop.min.css?body=1" for 127.0.0.1 at 2014-06-16 13:34:32 -0300
|
36840
|
+
|
36841
|
+
|
36842
|
+
Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-06-16 13:34:32 -0300
|
36843
|
+
|
36844
|
+
|
36845
|
+
Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-06-16 13:34:32 -0300
|
36846
|
+
|
36847
|
+
|
36848
|
+
Started GET "/assets/jquery.ui.button.js?body=1" for 127.0.0.1 at 2014-06-16 13:34:32 -0300
|
36849
|
+
|
36850
|
+
|
36851
|
+
Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2014-06-16 13:34:32 -0300
|
36852
|
+
|
36853
|
+
|
36854
|
+
Started GET "/assets/jquery.ui.draggable.js?body=1" for 127.0.0.1 at 2014-06-16 13:34:32 -0300
|
36855
|
+
|
36856
|
+
|
36857
|
+
Started GET "/assets/jquery.ui.position.js?body=1" for 127.0.0.1 at 2014-06-16 13:34:32 -0300
|
36858
|
+
|
36859
|
+
|
36860
|
+
Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2014-06-16 13:34:32 -0300
|
36861
|
+
|
36862
|
+
|
36863
|
+
Started GET "/assets/jquery.ui.dialog.js?body=1" for 127.0.0.1 at 2014-06-16 13:34:32 -0300
|
36864
|
+
|
36865
|
+
|
36866
|
+
Started GET "/assets/jquery.ui.resizable.js?body=1" for 127.0.0.1 at 2014-06-16 13:34:32 -0300
|
36867
|
+
|
36868
|
+
|
36869
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-06-16 13:34:32 -0300
|
36870
|
+
|
36871
|
+
|
36872
|
+
Started GET "/assets/active_admin/base.js?body=1" for 127.0.0.1 at 2014-06-16 13:34:32 -0300
|
36873
|
+
|
36874
|
+
|
36875
|
+
Started GET "/assets/active_admin/lib/batch_actions.js?body=1" for 127.0.0.1 at 2014-06-16 13:34:32 -0300
|
36876
|
+
|
36877
|
+
|
36878
|
+
Started GET "/assets/active_admin/lib/checkbox-toggler.js?body=1" for 127.0.0.1 at 2014-06-16 13:34:32 -0300
|
36879
|
+
|
36880
|
+
|
36881
|
+
Started GET "/assets/active_admin/lib/dropdown-menu.js?body=1" for 127.0.0.1 at 2014-06-16 13:34:32 -0300
|
36882
|
+
|
36883
|
+
|
36884
|
+
Started GET "/assets/active_admin/lib/has_many.js?body=1" for 127.0.0.1 at 2014-06-16 13:34:32 -0300
|
36885
|
+
|
36886
|
+
|
36887
|
+
Started GET "/assets/active_admin/lib/modal_dialog.js?body=1" for 127.0.0.1 at 2014-06-16 13:34:32 -0300
|
36888
|
+
|
36889
|
+
|
36890
|
+
Started GET "/assets/active_admin/lib/popover.js?body=1" for 127.0.0.1 at 2014-06-16 13:34:32 -0300
|
36891
|
+
|
36892
|
+
|
36893
|
+
Started GET "/assets/active_admin/lib/table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2014-06-16 13:34:32 -0300
|
36894
|
+
|
36895
|
+
|
36896
|
+
Started GET "/assets/active_admin/ext/jquery-ui.js?body=1" for 127.0.0.1 at 2014-06-16 13:34:32 -0300
|
36897
|
+
|
36898
|
+
|
36899
|
+
Started GET "/assets/active_admin/ext/jquery.js?body=1" for 127.0.0.1 at 2014-06-16 13:34:32 -0300
|
36900
|
+
|
36901
|
+
|
36902
|
+
Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2014-06-16 13:34:32 -0300
|
36903
|
+
|
36904
|
+
|
36905
|
+
Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2014-06-16 13:34:32 -0300
|
36906
|
+
|
36907
|
+
|
36908
|
+
Started GET "/assets/active_admin_jcrop/crop_modal.js?body=1" for 127.0.0.1 at 2014-06-16 13:34:32 -0300
|
36909
|
+
|
36910
|
+
|
36911
|
+
Started GET "/assets/active_admin_jcrop/jquery.color.js?body=1" for 127.0.0.1 at 2014-06-16 13:34:32 -0300
|
36912
|
+
|
36913
|
+
|
36914
|
+
Started GET "/assets/active_admin_jcrop/jquery.Jcrop.min.js?body=1" for 127.0.0.1 at 2014-06-16 13:34:32 -0300
|
36915
|
+
|
36916
|
+
|
36917
|
+
Started GET "/admin/posts/1/edit" for 127.0.0.1 at 2014-06-16 13:34:42 -0300
|
36918
|
+
Processing by Admin::PostsController#edit as HTML
|
36919
|
+
Parameters: {"id"=>"1"}
|
36920
|
+
[1m[35mAdminUser Load (0.1ms)[0m SELECT `admin_users`.* FROM `admin_users` WHERE `admin_users`.`id` = 1 ORDER BY `admin_users`.`id` ASC LIMIT 1
|
36921
|
+
[1m[36mPost Load (0.1ms)[0m [1mSELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 1 LIMIT 1[0m
|
36922
|
+
[1m[35mPost Load (0.2ms)[0m SELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 1 LIMIT 1
|
36923
|
+
Rendered /Users/ricardonacif/rails_projects/active_admin_jcrop/app/views/active_admin_jcrop/_jcrop_modal.html.erb (1.3ms)
|
36924
|
+
Rendered /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/app/views/active_admin/resource/edit.html.arb (206.0ms)
|
36925
|
+
Completed 200 OK in 212ms (Views: 208.9ms | ActiveRecord: 0.5ms)
|
36926
|
+
|
36927
|
+
|
36928
|
+
Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2014-06-16 13:34:42 -0300
|
36929
|
+
|
36930
|
+
|
36931
|
+
Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2014-06-16 13:34:42 -0300
|
36932
|
+
|
36933
|
+
|
36934
|
+
Started GET "/assets/active_admin_jcrop/crop_modal.css?body=1" for 127.0.0.1 at 2014-06-16 13:34:42 -0300
|
36935
|
+
|
36936
|
+
|
36937
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-06-16 13:34:42 -0300
|
36938
|
+
|
36939
|
+
|
36940
|
+
Started GET "/assets/active_admin_jcrop/jquery.Jcrop.min.css?body=1" for 127.0.0.1 at 2014-06-16 13:34:42 -0300
|
36941
|
+
|
36942
|
+
|
36943
|
+
Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-06-16 13:34:42 -0300
|
36944
|
+
|
36945
|
+
|
36946
|
+
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-06-16 13:34:42 -0300
|
36947
|
+
|
36948
|
+
|
36949
|
+
Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-06-16 13:34:42 -0300
|
36950
|
+
|
36951
|
+
|
36952
|
+
Started GET "/assets/jquery.ui.button.js?body=1" for 127.0.0.1 at 2014-06-16 13:34:42 -0300
|
36953
|
+
|
36954
|
+
|
36955
|
+
Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2014-06-16 13:34:42 -0300
|
36956
|
+
|
36957
|
+
|
36958
|
+
Started GET "/assets/jquery.ui.draggable.js?body=1" for 127.0.0.1 at 2014-06-16 13:34:42 -0300
|
36959
|
+
|
36960
|
+
|
36961
|
+
Started GET "/assets/jquery.ui.position.js?body=1" for 127.0.0.1 at 2014-06-16 13:34:42 -0300
|
36962
|
+
|
36963
|
+
|
36964
|
+
Started GET "/assets/jquery.ui.resizable.js?body=1" for 127.0.0.1 at 2014-06-16 13:34:42 -0300
|
36965
|
+
|
36966
|
+
|
36967
|
+
Started GET "/assets/jquery.ui.dialog.js?body=1" for 127.0.0.1 at 2014-06-16 13:34:42 -0300
|
36968
|
+
|
36969
|
+
|
36970
|
+
Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2014-06-16 13:34:42 -0300
|
36971
|
+
|
36972
|
+
|
36973
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-06-16 13:34:42 -0300
|
36974
|
+
|
36975
|
+
|
36976
|
+
Started GET "/assets/active_admin/base.js?body=1" for 127.0.0.1 at 2014-06-16 13:34:42 -0300
|
36977
|
+
|
36978
|
+
|
36979
|
+
Started GET "/assets/active_admin/lib/batch_actions.js?body=1" for 127.0.0.1 at 2014-06-16 13:34:42 -0300
|
36980
|
+
|
36981
|
+
|
36982
|
+
Started GET "/assets/active_admin/lib/checkbox-toggler.js?body=1" for 127.0.0.1 at 2014-06-16 13:34:42 -0300
|
36983
|
+
|
36984
|
+
|
36985
|
+
Started GET "/assets/active_admin/lib/dropdown-menu.js?body=1" for 127.0.0.1 at 2014-06-16 13:34:42 -0300
|
36986
|
+
|
36987
|
+
|
36988
|
+
Started GET "/assets/active_admin/lib/has_many.js?body=1" for 127.0.0.1 at 2014-06-16 13:34:42 -0300
|
36989
|
+
|
36990
|
+
|
36991
|
+
Started GET "/assets/active_admin/lib/modal_dialog.js?body=1" for 127.0.0.1 at 2014-06-16 13:34:42 -0300
|
36992
|
+
|
36993
|
+
|
36994
|
+
Started GET "/assets/active_admin/lib/popover.js?body=1" for 127.0.0.1 at 2014-06-16 13:34:42 -0300
|
36995
|
+
|
36996
|
+
|
36997
|
+
Started GET "/assets/active_admin/lib/table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2014-06-16 13:34:42 -0300
|
36998
|
+
|
36999
|
+
|
37000
|
+
Started GET "/assets/active_admin/ext/jquery-ui.js?body=1" for 127.0.0.1 at 2014-06-16 13:34:42 -0300
|
37001
|
+
|
37002
|
+
|
37003
|
+
Started GET "/assets/active_admin/ext/jquery.js?body=1" for 127.0.0.1 at 2014-06-16 13:34:42 -0300
|
37004
|
+
|
37005
|
+
|
37006
|
+
Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2014-06-16 13:34:42 -0300
|
37007
|
+
|
37008
|
+
|
37009
|
+
Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2014-06-16 13:34:42 -0300
|
37010
|
+
|
37011
|
+
|
37012
|
+
Started GET "/assets/active_admin_jcrop/crop_modal.js?body=1" for 127.0.0.1 at 2014-06-16 13:34:42 -0300
|
37013
|
+
|
37014
|
+
|
37015
|
+
Started GET "/assets/active_admin_jcrop/jquery.color.js?body=1" for 127.0.0.1 at 2014-06-16 13:34:42 -0300
|
37016
|
+
|
37017
|
+
|
37018
|
+
Started GET "/assets/active_admin_jcrop/jquery.Jcrop.min.js?body=1" for 127.0.0.1 at 2014-06-16 13:34:42 -0300
|
37019
|
+
|
37020
|
+
|
37021
|
+
Started GET "/admin/posts/1/edit" for 127.0.0.1 at 2014-06-16 13:36:34 -0300
|
37022
|
+
Processing by Admin::PostsController#edit as HTML
|
37023
|
+
Parameters: {"id"=>"1"}
|
37024
|
+
[1m[36mAdminUser Load (0.1ms)[0m [1mSELECT `admin_users`.* FROM `admin_users` WHERE `admin_users`.`id` = 1 ORDER BY `admin_users`.`id` ASC LIMIT 1[0m
|
37025
|
+
[1m[35mPost Load (0.1ms)[0m SELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 1 LIMIT 1
|
37026
|
+
[1m[36mPost Load (0.2ms)[0m [1mSELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 1 LIMIT 1[0m
|
37027
|
+
Rendered /Users/ricardonacif/rails_projects/active_admin_jcrop/app/views/active_admin_jcrop/_jcrop_modal.html.erb (1.6ms)
|
37028
|
+
Rendered /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/app/views/active_admin/resource/edit.html.arb (204.3ms)
|
37029
|
+
Completed 200 OK in 210ms (Views: 207.2ms | ActiveRecord: 0.4ms)
|
37030
|
+
|
37031
|
+
|
37032
|
+
Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2014-06-16 13:36:35 -0300
|
37033
|
+
|
37034
|
+
|
37035
|
+
Started GET "/assets/active_admin_jcrop/crop_modal.css?body=1" for 127.0.0.1 at 2014-06-16 13:36:35 -0300
|
37036
|
+
|
37037
|
+
|
37038
|
+
Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2014-06-16 13:36:35 -0300
|
37039
|
+
|
37040
|
+
|
37041
|
+
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-06-16 13:36:35 -0300
|
37042
|
+
|
37043
|
+
|
37044
|
+
Started GET "/assets/active_admin_jcrop/jquery.Jcrop.min.css?body=1" for 127.0.0.1 at 2014-06-16 13:36:35 -0300
|
37045
|
+
|
37046
|
+
|
37047
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-06-16 13:36:35 -0300
|
37048
|
+
|
37049
|
+
|
37050
|
+
Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-06-16 13:36:35 -0300
|
37051
|
+
|
37052
|
+
|
37053
|
+
Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-06-16 13:36:35 -0300
|
37054
|
+
|
37055
|
+
|
37056
|
+
Started GET "/assets/jquery.ui.button.js?body=1" for 127.0.0.1 at 2014-06-16 13:36:35 -0300
|
37057
|
+
|
37058
|
+
|
37059
|
+
Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2014-06-16 13:36:35 -0300
|
37060
|
+
|
37061
|
+
|
37062
|
+
Started GET "/assets/jquery.ui.draggable.js?body=1" for 127.0.0.1 at 2014-06-16 13:36:35 -0300
|
37063
|
+
|
37064
|
+
|
37065
|
+
Started GET "/assets/jquery.ui.position.js?body=1" for 127.0.0.1 at 2014-06-16 13:36:35 -0300
|
37066
|
+
|
37067
|
+
|
37068
|
+
Started GET "/assets/jquery.ui.resizable.js?body=1" for 127.0.0.1 at 2014-06-16 13:36:35 -0300
|
37069
|
+
|
37070
|
+
|
37071
|
+
Started GET "/assets/jquery.ui.dialog.js?body=1" for 127.0.0.1 at 2014-06-16 13:36:35 -0300
|
37072
|
+
|
37073
|
+
|
37074
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-06-16 13:36:35 -0300
|
37075
|
+
|
37076
|
+
|
37077
|
+
Started GET "/assets/active_admin/base.js?body=1" for 127.0.0.1 at 2014-06-16 13:36:35 -0300
|
37078
|
+
|
37079
|
+
|
37080
|
+
Started GET "/assets/active_admin/lib/batch_actions.js?body=1" for 127.0.0.1 at 2014-06-16 13:36:35 -0300
|
37081
|
+
|
37082
|
+
|
37083
|
+
Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2014-06-16 13:36:35 -0300
|
37084
|
+
|
37085
|
+
|
37086
|
+
Started GET "/assets/active_admin/lib/checkbox-toggler.js?body=1" for 127.0.0.1 at 2014-06-16 13:36:35 -0300
|
37087
|
+
|
37088
|
+
|
37089
|
+
Started GET "/assets/active_admin/lib/dropdown-menu.js?body=1" for 127.0.0.1 at 2014-06-16 13:36:35 -0300
|
37090
|
+
|
37091
|
+
|
37092
|
+
Started GET "/assets/active_admin/lib/has_many.js?body=1" for 127.0.0.1 at 2014-06-16 13:36:35 -0300
|
37093
|
+
|
37094
|
+
|
37095
|
+
Started GET "/assets/active_admin/lib/modal_dialog.js?body=1" for 127.0.0.1 at 2014-06-16 13:36:35 -0300
|
37096
|
+
|
37097
|
+
|
37098
|
+
Started GET "/assets/active_admin/lib/popover.js?body=1" for 127.0.0.1 at 2014-06-16 13:36:35 -0300
|
37099
|
+
|
37100
|
+
|
37101
|
+
Started GET "/assets/active_admin/lib/table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2014-06-16 13:36:35 -0300
|
37102
|
+
|
37103
|
+
|
37104
|
+
Started GET "/assets/active_admin/ext/jquery-ui.js?body=1" for 127.0.0.1 at 2014-06-16 13:36:35 -0300
|
37105
|
+
|
37106
|
+
|
37107
|
+
Started GET "/assets/active_admin/ext/jquery.js?body=1" for 127.0.0.1 at 2014-06-16 13:36:35 -0300
|
37108
|
+
|
37109
|
+
|
37110
|
+
Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2014-06-16 13:36:35 -0300
|
37111
|
+
|
37112
|
+
|
37113
|
+
Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2014-06-16 13:36:35 -0300
|
37114
|
+
|
37115
|
+
|
37116
|
+
Started GET "/assets/active_admin_jcrop/crop_modal.js?body=1" for 127.0.0.1 at 2014-06-16 13:36:35 -0300
|
37117
|
+
|
37118
|
+
|
37119
|
+
Started GET "/assets/active_admin_jcrop/jquery.color.js?body=1" for 127.0.0.1 at 2014-06-16 13:36:35 -0300
|
37120
|
+
|
37121
|
+
|
37122
|
+
Started GET "/assets/active_admin_jcrop/jquery.Jcrop.min.js?body=1" for 127.0.0.1 at 2014-06-16 13:36:35 -0300
|
37123
|
+
|
37124
|
+
|
37125
|
+
Started GET "/admin/posts/1/edit" for 127.0.0.1 at 2014-06-16 13:37:49 -0300
|
37126
|
+
Processing by Admin::PostsController#edit as HTML
|
37127
|
+
Parameters: {"id"=>"1"}
|
37128
|
+
[1m[35mAdminUser Load (0.2ms)[0m SELECT `admin_users`.* FROM `admin_users` WHERE `admin_users`.`id` = 1 ORDER BY `admin_users`.`id` ASC LIMIT 1
|
37129
|
+
[1m[36mPost Load (0.1ms)[0m [1mSELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 1 LIMIT 1[0m
|
37130
|
+
[1m[35mPost Load (0.2ms)[0m SELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 1 LIMIT 1
|
37131
|
+
Rendered /Users/ricardonacif/rails_projects/active_admin_jcrop/app/views/active_admin_jcrop/_jcrop_modal.html.erb (1.2ms)
|
37132
|
+
Rendered /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/app/views/active_admin/resource/edit.html.arb (206.3ms)
|
37133
|
+
Completed 200 OK in 212ms (Views: 209.2ms | ActiveRecord: 0.5ms)
|
37134
|
+
|
37135
|
+
|
37136
|
+
Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2014-06-16 13:37:49 -0300
|
37137
|
+
|
37138
|
+
|
37139
|
+
Started GET "/assets/active_admin_jcrop/jquery.Jcrop.min.css?body=1" for 127.0.0.1 at 2014-06-16 13:37:49 -0300
|
37140
|
+
|
37141
|
+
|
37142
|
+
Started GET "/assets/active_admin_jcrop/crop_modal.css?body=1" for 127.0.0.1 at 2014-06-16 13:37:49 -0300
|
37143
|
+
|
37144
|
+
|
37145
|
+
Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2014-06-16 13:37:49 -0300
|
37146
|
+
|
37147
|
+
|
37148
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-06-16 13:37:49 -0300
|
37149
|
+
|
37150
|
+
|
37151
|
+
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-06-16 13:37:49 -0300
|
37152
|
+
|
37153
|
+
|
37154
|
+
Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-06-16 13:37:49 -0300
|
37155
|
+
|
37156
|
+
|
37157
|
+
Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-06-16 13:37:49 -0300
|
37158
|
+
|
37159
|
+
|
37160
|
+
Started GET "/assets/jquery.ui.button.js?body=1" for 127.0.0.1 at 2014-06-16 13:37:49 -0300
|
37161
|
+
|
37162
|
+
|
37163
|
+
Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2014-06-16 13:37:49 -0300
|
37164
|
+
|
37165
|
+
|
37166
|
+
Started GET "/assets/jquery.ui.draggable.js?body=1" for 127.0.0.1 at 2014-06-16 13:37:49 -0300
|
37167
|
+
|
37168
|
+
|
37169
|
+
Started GET "/assets/jquery.ui.position.js?body=1" for 127.0.0.1 at 2014-06-16 13:37:49 -0300
|
37170
|
+
|
37171
|
+
|
37172
|
+
Started GET "/assets/jquery.ui.resizable.js?body=1" for 127.0.0.1 at 2014-06-16 13:37:49 -0300
|
37173
|
+
|
37174
|
+
|
37175
|
+
Started GET "/assets/jquery.ui.dialog.js?body=1" for 127.0.0.1 at 2014-06-16 13:37:49 -0300
|
37176
|
+
|
37177
|
+
|
37178
|
+
Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2014-06-16 13:37:49 -0300
|
37179
|
+
|
37180
|
+
|
37181
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-06-16 13:37:49 -0300
|
37182
|
+
|
37183
|
+
|
37184
|
+
Started GET "/assets/active_admin/base.js?body=1" for 127.0.0.1 at 2014-06-16 13:37:49 -0300
|
37185
|
+
|
37186
|
+
|
37187
|
+
Started GET "/assets/active_admin/lib/batch_actions.js?body=1" for 127.0.0.1 at 2014-06-16 13:37:49 -0300
|
37188
|
+
|
37189
|
+
|
37190
|
+
Started GET "/assets/active_admin/lib/checkbox-toggler.js?body=1" for 127.0.0.1 at 2014-06-16 13:37:49 -0300
|
37191
|
+
|
37192
|
+
|
37193
|
+
Started GET "/assets/active_admin/lib/dropdown-menu.js?body=1" for 127.0.0.1 at 2014-06-16 13:37:49 -0300
|
37194
|
+
|
37195
|
+
|
37196
|
+
Started GET "/assets/active_admin/lib/has_many.js?body=1" for 127.0.0.1 at 2014-06-16 13:37:49 -0300
|
37197
|
+
|
37198
|
+
|
37199
|
+
Started GET "/assets/active_admin/lib/modal_dialog.js?body=1" for 127.0.0.1 at 2014-06-16 13:37:49 -0300
|
37200
|
+
|
37201
|
+
|
37202
|
+
Started GET "/assets/active_admin/lib/popover.js?body=1" for 127.0.0.1 at 2014-06-16 13:37:49 -0300
|
37203
|
+
|
37204
|
+
|
37205
|
+
Started GET "/assets/active_admin/lib/table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2014-06-16 13:37:49 -0300
|
37206
|
+
|
37207
|
+
|
37208
|
+
Started GET "/assets/active_admin/ext/jquery-ui.js?body=1" for 127.0.0.1 at 2014-06-16 13:37:49 -0300
|
37209
|
+
|
37210
|
+
|
37211
|
+
Started GET "/assets/active_admin/ext/jquery.js?body=1" for 127.0.0.1 at 2014-06-16 13:37:49 -0300
|
37212
|
+
|
37213
|
+
|
37214
|
+
Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2014-06-16 13:37:49 -0300
|
37215
|
+
|
37216
|
+
|
37217
|
+
Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2014-06-16 13:37:49 -0300
|
37218
|
+
|
37219
|
+
|
37220
|
+
Started GET "/assets/active_admin_jcrop/crop_modal.js?body=1" for 127.0.0.1 at 2014-06-16 13:37:49 -0300
|
37221
|
+
|
37222
|
+
|
37223
|
+
Started GET "/assets/active_admin_jcrop/jquery.color.js?body=1" for 127.0.0.1 at 2014-06-16 13:37:49 -0300
|
37224
|
+
|
37225
|
+
|
37226
|
+
Started GET "/assets/active_admin_jcrop/jquery.Jcrop.min.js?body=1" for 127.0.0.1 at 2014-06-16 13:37:49 -0300
|
37227
|
+
|
37228
|
+
|
37229
|
+
Started GET "/admin/posts/1/edit" for 127.0.0.1 at 2014-06-16 13:37:56 -0300
|
37230
|
+
Processing by Admin::PostsController#edit as HTML
|
37231
|
+
Parameters: {"id"=>"1"}
|
37232
|
+
[1m[36mAdminUser Load (0.1ms)[0m [1mSELECT `admin_users`.* FROM `admin_users` WHERE `admin_users`.`id` = 1 ORDER BY `admin_users`.`id` ASC LIMIT 1[0m
|
37233
|
+
[1m[35mPost Load (0.1ms)[0m SELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 1 LIMIT 1
|
37234
|
+
[1m[36mPost Load (0.2ms)[0m [1mSELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 1 LIMIT 1[0m
|
37235
|
+
Rendered /Users/ricardonacif/rails_projects/active_admin_jcrop/app/views/active_admin_jcrop/_jcrop_modal.html.erb (1.4ms)
|
37236
|
+
Rendered /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/app/views/active_admin/resource/edit.html.arb (207.7ms)
|
37237
|
+
Completed 200 OK in 214ms (Views: 210.8ms | ActiveRecord: 0.5ms)
|
37238
|
+
|
37239
|
+
|
37240
|
+
Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2014-06-16 13:37:56 -0300
|
37241
|
+
|
37242
|
+
|
37243
|
+
Started GET "/assets/active_admin_jcrop/crop_modal.css?body=1" for 127.0.0.1 at 2014-06-16 13:37:56 -0300
|
37244
|
+
|
37245
|
+
|
37246
|
+
Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2014-06-16 13:37:56 -0300
|
37247
|
+
|
37248
|
+
|
37249
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-06-16 13:37:56 -0300
|
37250
|
+
|
37251
|
+
|
37252
|
+
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-06-16 13:37:56 -0300
|
37253
|
+
|
37254
|
+
|
37255
|
+
Started GET "/assets/active_admin_jcrop/jquery.Jcrop.min.css?body=1" for 127.0.0.1 at 2014-06-16 13:37:56 -0300
|
37256
|
+
|
37257
|
+
|
37258
|
+
Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-06-16 13:37:56 -0300
|
37259
|
+
|
37260
|
+
|
37261
|
+
Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-06-16 13:37:56 -0300
|
37262
|
+
|
37263
|
+
|
37264
|
+
Started GET "/assets/jquery.ui.button.js?body=1" for 127.0.0.1 at 2014-06-16 13:37:56 -0300
|
37265
|
+
|
37266
|
+
|
37267
|
+
Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2014-06-16 13:37:56 -0300
|
37268
|
+
|
37269
|
+
|
37270
|
+
Started GET "/assets/jquery.ui.draggable.js?body=1" for 127.0.0.1 at 2014-06-16 13:37:56 -0300
|
37271
|
+
|
37272
|
+
|
37273
|
+
Started GET "/assets/jquery.ui.position.js?body=1" for 127.0.0.1 at 2014-06-16 13:37:56 -0300
|
37274
|
+
|
37275
|
+
|
37276
|
+
Started GET "/assets/jquery.ui.resizable.js?body=1" for 127.0.0.1 at 2014-06-16 13:37:56 -0300
|
37277
|
+
|
37278
|
+
|
37279
|
+
Started GET "/assets/jquery.ui.dialog.js?body=1" for 127.0.0.1 at 2014-06-16 13:37:56 -0300
|
37280
|
+
|
37281
|
+
|
37282
|
+
Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2014-06-16 13:37:56 -0300
|
37283
|
+
|
37284
|
+
|
37285
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-06-16 13:37:56 -0300
|
37286
|
+
|
37287
|
+
|
37288
|
+
Started GET "/assets/active_admin/base.js?body=1" for 127.0.0.1 at 2014-06-16 13:37:56 -0300
|
37289
|
+
|
37290
|
+
|
37291
|
+
Started GET "/assets/active_admin/lib/batch_actions.js?body=1" for 127.0.0.1 at 2014-06-16 13:37:56 -0300
|
37292
|
+
|
37293
|
+
|
37294
|
+
Started GET "/assets/active_admin/lib/checkbox-toggler.js?body=1" for 127.0.0.1 at 2014-06-16 13:37:56 -0300
|
37295
|
+
|
37296
|
+
|
37297
|
+
Started GET "/assets/active_admin/lib/dropdown-menu.js?body=1" for 127.0.0.1 at 2014-06-16 13:37:56 -0300
|
37298
|
+
|
37299
|
+
|
37300
|
+
Started GET "/assets/active_admin/lib/has_many.js?body=1" for 127.0.0.1 at 2014-06-16 13:37:56 -0300
|
37301
|
+
|
37302
|
+
|
37303
|
+
Started GET "/assets/active_admin/lib/modal_dialog.js?body=1" for 127.0.0.1 at 2014-06-16 13:37:56 -0300
|
37304
|
+
|
37305
|
+
|
37306
|
+
Started GET "/assets/active_admin/lib/popover.js?body=1" for 127.0.0.1 at 2014-06-16 13:37:56 -0300
|
37307
|
+
|
37308
|
+
|
37309
|
+
Started GET "/assets/active_admin/lib/table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2014-06-16 13:37:56 -0300
|
37310
|
+
|
37311
|
+
|
37312
|
+
Started GET "/assets/active_admin/ext/jquery-ui.js?body=1" for 127.0.0.1 at 2014-06-16 13:37:56 -0300
|
37313
|
+
|
37314
|
+
|
37315
|
+
Started GET "/assets/active_admin/ext/jquery.js?body=1" for 127.0.0.1 at 2014-06-16 13:37:56 -0300
|
37316
|
+
|
37317
|
+
|
37318
|
+
Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2014-06-16 13:37:56 -0300
|
37319
|
+
|
37320
|
+
|
37321
|
+
Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2014-06-16 13:37:56 -0300
|
37322
|
+
|
37323
|
+
|
37324
|
+
Started GET "/assets/active_admin_jcrop/crop_modal.js?body=1" for 127.0.0.1 at 2014-06-16 13:37:56 -0300
|
37325
|
+
|
37326
|
+
|
37327
|
+
Started GET "/assets/active_admin_jcrop/jquery.color.js?body=1" for 127.0.0.1 at 2014-06-16 13:37:56 -0300
|
37328
|
+
|
37329
|
+
|
37330
|
+
Started GET "/assets/active_admin_jcrop/jquery.Jcrop.min.js?body=1" for 127.0.0.1 at 2014-06-16 13:37:56 -0300
|
37331
|
+
|
37332
|
+
|
37333
|
+
Started PUT "/admin/posts/1/jcropper" for 127.0.0.1 at 2014-06-16 13:37:59 -0300
|
37334
|
+
Processing by Admin::PostsController#jcropper as */*
|
37335
|
+
Parameters: {"image_data"=>{"object_class"=>"post", "object_id"=>"1", "crop_field"=>"image", "jcropper_url"=>"/admin/posts/1/jcropper"}, "id"=>"1"}
|
37336
|
+
[1m[35mAdminUser Load (0.1ms)[0m SELECT `admin_users`.* FROM `admin_users` WHERE `admin_users`.`id` = 1 ORDER BY `admin_users`.`id` ASC LIMIT 1
|
37337
|
+
[1m[36mPost Load (0.1ms)[0m [1mSELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 1 LIMIT 1[0m
|
37338
|
+
Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.3ms)
|
37339
|
+
|
37340
|
+
|
37341
|
+
Started PUT "/admin/posts/1/jcropper" for 127.0.0.1 at 2014-06-16 13:38:04 -0300
|
37342
|
+
Processing by Admin::PostsController#jcropper as */*
|
37343
|
+
Parameters: {"image_data"=>{"object_class"=>"post", "object_id"=>"1", "crop_field"=>"image", "jcropper_url"=>"/admin/posts/1/jcropper", "crop_x"=>"62", "crop_y"=>"121", "crop_w"=>"41", "crop_h"=>"40"}, "id"=>"1"}
|
37344
|
+
[1m[35mAdminUser Load (0.1ms)[0m SELECT `admin_users`.* FROM `admin_users` WHERE `admin_users`.`id` = 1 ORDER BY `admin_users`.`id` ASC LIMIT 1
|
37345
|
+
[1m[36mPost Load (0.1ms)[0m [1mSELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 1 LIMIT 1[0m
|
37346
|
+
Completed 200 OK in 372ms (Views: 0.2ms | ActiveRecord: 0.2ms)
|
37347
|
+
|
37348
|
+
|
37349
|
+
Started GET "/admin/posts/1/edit" for 127.0.0.1 at 2014-06-16 13:38:52 -0300
|
37350
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT `schema_migrations`.* FROM `schema_migrations`[0m
|
37351
|
+
Processing by Admin::PostsController#edit as HTML
|
37352
|
+
Parameters: {"id"=>"1"}
|
37353
|
+
[1m[35mAdminUser Load (0.1ms)[0m SELECT `admin_users`.* FROM `admin_users` WHERE `admin_users`.`id` = 1 ORDER BY `admin_users`.`id` ASC LIMIT 1
|
37354
|
+
[1m[36mPost Load (0.1ms)[0m [1mSELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 1 LIMIT 1[0m
|
37355
|
+
[1m[35mPost Load (0.1ms)[0m SELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 1 LIMIT 1
|
37356
|
+
Rendered /Users/ricardonacif/rails_projects/active_admin_jcrop/app/views/active_admin_jcrop/_jcrop_modal.html.erb (1.9ms)
|
37357
|
+
Rendered /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/app/views/active_admin/resource/edit.html.arb (574.3ms)
|
37358
|
+
Completed 200 OK in 618ms (Views: 584.6ms | ActiveRecord: 4.8ms)
|
37359
|
+
|
37360
|
+
|
37361
|
+
Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2014-06-16 13:38:52 -0300
|
37362
|
+
|
37363
|
+
|
37364
|
+
Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2014-06-16 13:38:52 -0300
|
37365
|
+
|
37366
|
+
|
37367
|
+
Started GET "/assets/active_admin_jcrop/jquery.Jcrop.min.css?body=1" for 127.0.0.1 at 2014-06-16 13:38:53 -0300
|
37368
|
+
|
37369
|
+
|
37370
|
+
Started GET "/assets/active_admin_jcrop/crop_modal.css?body=1" for 127.0.0.1 at 2014-06-16 13:38:53 -0300
|
37371
|
+
|
37372
|
+
|
37373
|
+
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-06-16 13:38:53 -0300
|
37374
|
+
|
37375
|
+
|
37376
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-06-16 13:38:53 -0300
|
37377
|
+
|
37378
|
+
|
37379
|
+
Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-06-16 13:38:53 -0300
|
37380
|
+
|
37381
|
+
|
37382
|
+
Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-06-16 13:38:53 -0300
|
37383
|
+
|
37384
|
+
|
37385
|
+
Started GET "/assets/jquery.ui.button.js?body=1" for 127.0.0.1 at 2014-06-16 13:38:53 -0300
|
37386
|
+
|
37387
|
+
|
37388
|
+
Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2014-06-16 13:38:53 -0300
|
37389
|
+
|
37390
|
+
|
37391
|
+
Started GET "/assets/jquery.ui.draggable.js?body=1" for 127.0.0.1 at 2014-06-16 13:38:53 -0300
|
37392
|
+
|
37393
|
+
|
37394
|
+
Started GET "/assets/jquery.ui.position.js?body=1" for 127.0.0.1 at 2014-06-16 13:38:53 -0300
|
37395
|
+
|
37396
|
+
|
37397
|
+
Started GET "/assets/jquery.ui.resizable.js?body=1" for 127.0.0.1 at 2014-06-16 13:38:53 -0300
|
37398
|
+
|
37399
|
+
|
37400
|
+
Started GET "/assets/jquery.ui.dialog.js?body=1" for 127.0.0.1 at 2014-06-16 13:38:53 -0300
|
37401
|
+
|
37402
|
+
|
37403
|
+
Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2014-06-16 13:38:53 -0300
|
37404
|
+
|
37405
|
+
|
37406
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-06-16 13:38:53 -0300
|
37407
|
+
|
37408
|
+
|
37409
|
+
Started GET "/assets/active_admin/base.js?body=1" for 127.0.0.1 at 2014-06-16 13:38:53 -0300
|
37410
|
+
|
37411
|
+
|
37412
|
+
Started GET "/assets/active_admin/lib/batch_actions.js?body=1" for 127.0.0.1 at 2014-06-16 13:38:53 -0300
|
37413
|
+
|
37414
|
+
|
37415
|
+
Started GET "/assets/active_admin/lib/checkbox-toggler.js?body=1" for 127.0.0.1 at 2014-06-16 13:38:53 -0300
|
37416
|
+
|
37417
|
+
|
37418
|
+
Started GET "/assets/active_admin/lib/dropdown-menu.js?body=1" for 127.0.0.1 at 2014-06-16 13:38:53 -0300
|
37419
|
+
|
37420
|
+
|
37421
|
+
Started GET "/assets/active_admin/lib/has_many.js?body=1" for 127.0.0.1 at 2014-06-16 13:38:53 -0300
|
37422
|
+
|
37423
|
+
|
37424
|
+
Started GET "/assets/active_admin/lib/modal_dialog.js?body=1" for 127.0.0.1 at 2014-06-16 13:38:53 -0300
|
37425
|
+
|
37426
|
+
|
37427
|
+
Started GET "/assets/active_admin/lib/popover.js?body=1" for 127.0.0.1 at 2014-06-16 13:38:53 -0300
|
37428
|
+
|
37429
|
+
|
37430
|
+
Started GET "/assets/active_admin/lib/table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2014-06-16 13:38:53 -0300
|
37431
|
+
|
37432
|
+
|
37433
|
+
Started GET "/assets/active_admin/ext/jquery-ui.js?body=1" for 127.0.0.1 at 2014-06-16 13:38:53 -0300
|
37434
|
+
|
37435
|
+
|
37436
|
+
Started GET "/assets/active_admin/ext/jquery.js?body=1" for 127.0.0.1 at 2014-06-16 13:38:53 -0300
|
37437
|
+
|
37438
|
+
|
37439
|
+
Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2014-06-16 13:38:53 -0300
|
37440
|
+
|
37441
|
+
|
37442
|
+
Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2014-06-16 13:38:53 -0300
|
37443
|
+
|
37444
|
+
|
37445
|
+
Started GET "/assets/active_admin_jcrop/crop_modal.js?body=1" for 127.0.0.1 at 2014-06-16 13:38:53 -0300
|
37446
|
+
|
37447
|
+
|
37448
|
+
Started GET "/assets/active_admin_jcrop/jquery.color.js?body=1" for 127.0.0.1 at 2014-06-16 13:38:53 -0300
|
37449
|
+
|
37450
|
+
|
37451
|
+
Started GET "/assets/active_admin_jcrop/jquery.Jcrop.min.js?body=1" for 127.0.0.1 at 2014-06-16 13:38:53 -0300
|
37452
|
+
|
37453
|
+
|
37454
|
+
Started PUT "/admin/posts/1/jcropper" for 127.0.0.1 at 2014-06-16 13:38:59 -0300
|
37455
|
+
Processing by Admin::PostsController#jcropper as */*
|
37456
|
+
Parameters: {"image_data"=>{"object_class"=>"post", "object_id"=>"1", "crop_field"=>"image", "jcropper_url"=>"/admin/posts/1/jcropper", "crop_x"=>"17", "crop_y"=>"46", "crop_w"=>"20", "crop_h"=>"48"}, "id"=>"1"}
|
37457
|
+
[1m[36mAdminUser Load (0.1ms)[0m [1mSELECT `admin_users`.* FROM `admin_users` WHERE `admin_users`.`id` = 1 ORDER BY `admin_users`.`id` ASC LIMIT 1[0m
|
37458
|
+
[1m[35mPost Load (0.1ms)[0m SELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 1 LIMIT 1
|
37459
|
+
Completed 200 OK in 215ms (Views: 0.7ms | ActiveRecord: 0.2ms)
|
37460
|
+
|
37461
|
+
|
37462
|
+
Started GET "/" for 127.0.0.1 at 2014-06-16 14:31:09 -0300
|
37463
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT `schema_migrations`.* FROM `schema_migrations`[0m
|
37464
|
+
Processing by Rails::WelcomeController#index as HTML
|
37465
|
+
Rendered /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/railties-4.1.1/lib/rails/templates/rails/welcome/index.html.erb (3.2ms)
|
37466
|
+
Completed 200 OK in 38ms (Views: 37.5ms | ActiveRecord: 0.0ms)
|
37467
|
+
|
37468
|
+
|
37469
|
+
Started GET "/admin" for 127.0.0.1 at 2014-06-16 14:31:23 -0300
|
37470
|
+
Processing by Admin::DashboardController#index as HTML
|
37471
|
+
[1m[35mAdminUser Load (0.2ms)[0m SELECT `admin_users`.* FROM `admin_users` WHERE `admin_users`.`id` = 1 ORDER BY `admin_users`.`id` ASC LIMIT 1
|
37472
|
+
Rendered /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/app/views/active_admin/page/index.html.arb (1413.1ms)
|
37473
|
+
Completed 200 OK in 1643ms (Views: 1432.6ms | ActiveRecord: 3.2ms)
|
37474
|
+
|
37475
|
+
|
37476
|
+
Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2014-06-16 14:31:25 -0300
|
37477
|
+
|
37478
|
+
|
37479
|
+
Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2014-06-16 14:31:25 -0300
|
37480
|
+
|
37481
|
+
|
37482
|
+
Started GET "/assets/active_admin_jcrop/crop_modal.css?body=1" for 127.0.0.1 at 2014-06-16 14:31:25 -0300
|
37483
|
+
|
37484
|
+
|
37485
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-06-16 14:31:25 -0300
|
37486
|
+
|
37487
|
+
|
37488
|
+
Started GET "/assets/active_admin_jcrop/jquery.Jcrop.min.css?body=1" for 127.0.0.1 at 2014-06-16 14:31:25 -0300
|
37489
|
+
|
37490
|
+
|
37491
|
+
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-06-16 14:31:25 -0300
|
37492
|
+
|
37493
|
+
|
37494
|
+
Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-06-16 14:31:25 -0300
|
37495
|
+
|
37496
|
+
|
37497
|
+
Started GET "/assets/jquery.ui.button.js?body=1" for 127.0.0.1 at 2014-06-16 14:31:25 -0300
|
37498
|
+
|
37499
|
+
|
37500
|
+
Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-06-16 14:31:25 -0300
|
37501
|
+
|
37502
|
+
|
37503
|
+
Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2014-06-16 14:31:25 -0300
|
37504
|
+
|
37505
|
+
|
37506
|
+
Started GET "/assets/jquery.ui.draggable.js?body=1" for 127.0.0.1 at 2014-06-16 14:31:25 -0300
|
37507
|
+
|
37508
|
+
|
37509
|
+
Started GET "/assets/jquery.ui.position.js?body=1" for 127.0.0.1 at 2014-06-16 14:31:25 -0300
|
37510
|
+
|
37511
|
+
|
37512
|
+
Started GET "/assets/jquery.ui.resizable.js?body=1" for 127.0.0.1 at 2014-06-16 14:31:25 -0300
|
37513
|
+
|
37514
|
+
|
37515
|
+
Started GET "/assets/jquery.ui.dialog.js?body=1" for 127.0.0.1 at 2014-06-16 14:31:25 -0300
|
37516
|
+
|
37517
|
+
|
37518
|
+
Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2014-06-16 14:31:25 -0300
|
37519
|
+
|
37520
|
+
|
37521
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-06-16 14:31:25 -0300
|
37522
|
+
|
37523
|
+
|
37524
|
+
Started GET "/assets/active_admin/base.js?body=1" for 127.0.0.1 at 2014-06-16 14:31:25 -0300
|
37525
|
+
|
37526
|
+
|
37527
|
+
Started GET "/assets/active_admin/lib/batch_actions.js?body=1" for 127.0.0.1 at 2014-06-16 14:31:25 -0300
|
37528
|
+
|
37529
|
+
|
37530
|
+
Started GET "/assets/active_admin/lib/checkbox-toggler.js?body=1" for 127.0.0.1 at 2014-06-16 14:31:25 -0300
|
37531
|
+
|
37532
|
+
|
37533
|
+
Started GET "/assets/active_admin/lib/has_many.js?body=1" for 127.0.0.1 at 2014-06-16 14:31:25 -0300
|
37534
|
+
|
37535
|
+
|
37536
|
+
Started GET "/assets/active_admin/lib/dropdown-menu.js?body=1" for 127.0.0.1 at 2014-06-16 14:31:25 -0300
|
37537
|
+
|
37538
|
+
|
37539
|
+
Started GET "/assets/active_admin/lib/modal_dialog.js?body=1" for 127.0.0.1 at 2014-06-16 14:31:25 -0300
|
37540
|
+
|
37541
|
+
|
37542
|
+
Started GET "/assets/active_admin/lib/popover.js?body=1" for 127.0.0.1 at 2014-06-16 14:31:25 -0300
|
37543
|
+
|
37544
|
+
|
37545
|
+
Started GET "/assets/active_admin/lib/table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2014-06-16 14:31:25 -0300
|
37546
|
+
|
37547
|
+
|
37548
|
+
Started GET "/assets/active_admin/ext/jquery-ui.js?body=1" for 127.0.0.1 at 2014-06-16 14:31:25 -0300
|
37549
|
+
|
37550
|
+
|
37551
|
+
Started GET "/assets/active_admin/ext/jquery.js?body=1" for 127.0.0.1 at 2014-06-16 14:31:25 -0300
|
37552
|
+
|
37553
|
+
|
37554
|
+
Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2014-06-16 14:31:25 -0300
|
37555
|
+
|
37556
|
+
|
37557
|
+
Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2014-06-16 14:31:25 -0300
|
37558
|
+
|
37559
|
+
|
37560
|
+
Started GET "/assets/active_admin_jcrop/crop_modal.js?body=1" for 127.0.0.1 at 2014-06-16 14:31:25 -0300
|
37561
|
+
|
37562
|
+
|
37563
|
+
Started GET "/assets/active_admin_jcrop/jquery.color.js?body=1" for 127.0.0.1 at 2014-06-16 14:31:25 -0300
|
37564
|
+
|
37565
|
+
|
37566
|
+
Started GET "/assets/active_admin_jcrop/jquery.Jcrop.min.js?body=1" for 127.0.0.1 at 2014-06-16 14:31:25 -0300
|
37567
|
+
|
37568
|
+
|
37569
|
+
Started GET "/admin/posts" for 127.0.0.1 at 2014-06-16 14:31:48 -0300
|
37570
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT `schema_migrations`.* FROM `schema_migrations`[0m
|
37571
|
+
Processing by Admin::PostsController#index as HTML
|
37572
|
+
[1m[35mAdminUser Load (0.1ms)[0m SELECT `admin_users`.* FROM `admin_users` WHERE `admin_users`.`id` = 1 ORDER BY `admin_users`.`id` ASC LIMIT 1
|
37573
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM `posts` LIMIT 30 OFFSET 0) subquery_for_count[0m
|
37574
|
+
[1m[35mCACHE (0.0ms)[0m SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM `posts` LIMIT 30 OFFSET 0) subquery_for_count
|
37575
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM `posts`[0m
|
37576
|
+
[1m[35mCACHE (0.0ms)[0m SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM `posts` LIMIT 30 OFFSET 0) subquery_for_count
|
37577
|
+
[1m[36mPost Load (0.1ms)[0m [1mSELECT `posts`.* FROM `posts` ORDER BY `posts`.`id` desc LIMIT 30 OFFSET 0[0m
|
37578
|
+
Rendered /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/app/views/active_admin/resource/index.html.arb (682.3ms)
|
37579
|
+
Completed 200 OK in 773ms (Views: 708.5ms | ActiveRecord: 5.6ms)
|
37580
|
+
|
37581
|
+
|
37582
|
+
Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2014-06-16 14:31:49 -0300
|
37583
|
+
|
37584
|
+
|
37585
|
+
Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2014-06-16 14:31:49 -0300
|
37586
|
+
|
37587
|
+
|
37588
|
+
Started GET "/assets/active_admin_jcrop/jquery.Jcrop.min.css?body=1" for 127.0.0.1 at 2014-06-16 14:31:49 -0300
|
37589
|
+
|
37590
|
+
|
37591
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-06-16 14:31:49 -0300
|
37592
|
+
|
37593
|
+
|
37594
|
+
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-06-16 14:31:49 -0300
|
37595
|
+
|
37596
|
+
|
37597
|
+
Started GET "/assets/active_admin_jcrop/crop_modal.css?body=1" for 127.0.0.1 at 2014-06-16 14:31:49 -0300
|
37598
|
+
|
37599
|
+
|
37600
|
+
Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-06-16 14:31:49 -0300
|
37601
|
+
|
37602
|
+
|
37603
|
+
Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-06-16 14:31:49 -0300
|
37604
|
+
|
37605
|
+
|
37606
|
+
Started GET "/assets/jquery.ui.button.js?body=1" for 127.0.0.1 at 2014-06-16 14:31:49 -0300
|
37607
|
+
|
37608
|
+
|
37609
|
+
Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2014-06-16 14:31:49 -0300
|
37610
|
+
|
37611
|
+
|
37612
|
+
Started GET "/assets/jquery.ui.draggable.js?body=1" for 127.0.0.1 at 2014-06-16 14:31:49 -0300
|
37613
|
+
|
37614
|
+
|
37615
|
+
Started GET "/assets/jquery.ui.position.js?body=1" for 127.0.0.1 at 2014-06-16 14:31:49 -0300
|
37616
|
+
|
37617
|
+
|
37618
|
+
Started GET "/assets/jquery.ui.resizable.js?body=1" for 127.0.0.1 at 2014-06-16 14:31:49 -0300
|
37619
|
+
|
37620
|
+
|
37621
|
+
Started GET "/assets/jquery.ui.dialog.js?body=1" for 127.0.0.1 at 2014-06-16 14:31:50 -0300
|
37622
|
+
|
37623
|
+
|
37624
|
+
Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2014-06-16 14:31:50 -0300
|
37625
|
+
|
37626
|
+
|
37627
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-06-16 14:31:50 -0300
|
37628
|
+
|
37629
|
+
|
37630
|
+
Started GET "/assets/active_admin/base.js?body=1" for 127.0.0.1 at 2014-06-16 14:31:50 -0300
|
37631
|
+
|
37632
|
+
|
37633
|
+
Started GET "/assets/active_admin/lib/batch_actions.js?body=1" for 127.0.0.1 at 2014-06-16 14:31:50 -0300
|
37634
|
+
|
37635
|
+
|
37636
|
+
Started GET "/assets/active_admin/lib/checkbox-toggler.js?body=1" for 127.0.0.1 at 2014-06-16 14:31:50 -0300
|
37637
|
+
|
37638
|
+
|
37639
|
+
Started GET "/assets/active_admin/lib/dropdown-menu.js?body=1" for 127.0.0.1 at 2014-06-16 14:31:50 -0300
|
37640
|
+
|
37641
|
+
|
37642
|
+
Started GET "/assets/active_admin/lib/has_many.js?body=1" for 127.0.0.1 at 2014-06-16 14:31:50 -0300
|
37643
|
+
|
37644
|
+
|
37645
|
+
Started GET "/assets/active_admin/lib/modal_dialog.js?body=1" for 127.0.0.1 at 2014-06-16 14:31:50 -0300
|
37646
|
+
|
37647
|
+
|
37648
|
+
Started GET "/assets/active_admin/lib/popover.js?body=1" for 127.0.0.1 at 2014-06-16 14:31:50 -0300
|
37649
|
+
|
37650
|
+
|
37651
|
+
Started GET "/assets/active_admin/lib/table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2014-06-16 14:31:50 -0300
|
37652
|
+
|
37653
|
+
|
37654
|
+
Started GET "/assets/active_admin/ext/jquery-ui.js?body=1" for 127.0.0.1 at 2014-06-16 14:31:50 -0300
|
37655
|
+
|
37656
|
+
|
37657
|
+
Started GET "/assets/active_admin/ext/jquery.js?body=1" for 127.0.0.1 at 2014-06-16 14:31:50 -0300
|
37658
|
+
|
37659
|
+
|
37660
|
+
Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2014-06-16 14:31:50 -0300
|
37661
|
+
|
37662
|
+
|
37663
|
+
Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2014-06-16 14:31:50 -0300
|
37664
|
+
|
37665
|
+
|
37666
|
+
Started GET "/assets/active_admin_jcrop/crop_modal.js?body=1" for 127.0.0.1 at 2014-06-16 14:31:50 -0300
|
37667
|
+
|
37668
|
+
|
37669
|
+
Started GET "/assets/active_admin_jcrop/jquery.color.js?body=1" for 127.0.0.1 at 2014-06-16 14:31:50 -0300
|
37670
|
+
|
37671
|
+
|
37672
|
+
Started GET "/assets/active_admin_jcrop/jquery.Jcrop.min.js?body=1" for 127.0.0.1 at 2014-06-16 14:31:50 -0300
|
37673
|
+
|
37674
|
+
|
37675
|
+
Started GET "/assets/active_admin/orderable.png" for 127.0.0.1 at 2014-06-16 14:31:50 -0300
|
37676
|
+
|
37677
|
+
|
37678
|
+
Started GET "/assets/active_admin/datepicker/datepicker-input-icon.png" for 127.0.0.1 at 2014-06-16 14:31:50 -0300
|
37679
|
+
|
37680
|
+
|
37681
|
+
Started GET "/admin/posts/1/edit" for 127.0.0.1 at 2014-06-16 14:31:52 -0300
|
37682
|
+
Processing by Admin::PostsController#edit as HTML
|
37683
|
+
Parameters: {"id"=>"1"}
|
37684
|
+
[1m[35mAdminUser Load (0.1ms)[0m SELECT `admin_users`.* FROM `admin_users` WHERE `admin_users`.`id` = 1 ORDER BY `admin_users`.`id` ASC LIMIT 1
|
37685
|
+
[1m[36mPost Load (0.1ms)[0m [1mSELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 1 LIMIT 1[0m
|
37686
|
+
[1m[35mPost Load (0.2ms)[0m SELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 1 LIMIT 1
|
37687
|
+
Rendered /Users/ricardonacif/rails_projects/active_admin_jcrop/app/views/active_admin_jcrop/_jcrop_modal.html.erb (2.0ms)
|
37688
|
+
Rendered /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/app/views/active_admin/resource/edit.html.arb (10988.4ms)
|
37689
|
+
Completed 200 OK in 11011ms (Views: 11008.2ms | ActiveRecord: 0.4ms)
|
37690
|
+
|
37691
|
+
|
37692
|
+
Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2014-06-16 14:32:03 -0300
|
37693
|
+
|
37694
|
+
|
37695
|
+
Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2014-06-16 14:32:03 -0300
|
37696
|
+
|
37697
|
+
|
37698
|
+
Started GET "/assets/active_admin_jcrop/jquery.Jcrop.min.css?body=1" for 127.0.0.1 at 2014-06-16 14:32:03 -0300
|
37699
|
+
|
37700
|
+
|
37701
|
+
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-06-16 14:32:03 -0300
|
37702
|
+
|
37703
|
+
|
37704
|
+
Started GET "/assets/active_admin_jcrop/crop_modal.css?body=1" for 127.0.0.1 at 2014-06-16 14:32:03 -0300
|
37705
|
+
|
37706
|
+
|
37707
|
+
Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-06-16 14:32:03 -0300
|
37708
|
+
|
37709
|
+
|
37710
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-06-16 14:32:03 -0300
|
37711
|
+
|
37712
|
+
|
37713
|
+
Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-06-16 14:32:03 -0300
|
37714
|
+
|
37715
|
+
|
37716
|
+
Started GET "/assets/jquery.ui.button.js?body=1" for 127.0.0.1 at 2014-06-16 14:32:03 -0300
|
37717
|
+
|
37718
|
+
|
37719
|
+
Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2014-06-16 14:32:03 -0300
|
37720
|
+
|
37721
|
+
|
37722
|
+
Started GET "/assets/jquery.ui.draggable.js?body=1" for 127.0.0.1 at 2014-06-16 14:32:03 -0300
|
37723
|
+
|
37724
|
+
|
37725
|
+
Started GET "/assets/jquery.ui.position.js?body=1" for 127.0.0.1 at 2014-06-16 14:32:03 -0300
|
37726
|
+
|
37727
|
+
|
37728
|
+
Started GET "/assets/jquery.ui.resizable.js?body=1" for 127.0.0.1 at 2014-06-16 14:32:03 -0300
|
37729
|
+
|
37730
|
+
|
37731
|
+
Started GET "/assets/jquery.ui.dialog.js?body=1" for 127.0.0.1 at 2014-06-16 14:32:03 -0300
|
37732
|
+
|
37733
|
+
|
37734
|
+
Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2014-06-16 14:32:03 -0300
|
37735
|
+
|
37736
|
+
|
37737
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-06-16 14:32:03 -0300
|
37738
|
+
|
37739
|
+
|
37740
|
+
Started GET "/assets/active_admin/base.js?body=1" for 127.0.0.1 at 2014-06-16 14:32:03 -0300
|
37741
|
+
|
37742
|
+
|
37743
|
+
Started GET "/assets/active_admin/lib/batch_actions.js?body=1" for 127.0.0.1 at 2014-06-16 14:32:03 -0300
|
37744
|
+
|
37745
|
+
|
37746
|
+
Started GET "/assets/active_admin/lib/checkbox-toggler.js?body=1" for 127.0.0.1 at 2014-06-16 14:32:03 -0300
|
37747
|
+
|
37748
|
+
|
37749
|
+
Started GET "/assets/active_admin/lib/dropdown-menu.js?body=1" for 127.0.0.1 at 2014-06-16 14:32:03 -0300
|
37750
|
+
|
37751
|
+
|
37752
|
+
Started GET "/assets/active_admin/lib/has_many.js?body=1" for 127.0.0.1 at 2014-06-16 14:32:03 -0300
|
37753
|
+
|
37754
|
+
|
37755
|
+
Started GET "/assets/active_admin/lib/modal_dialog.js?body=1" for 127.0.0.1 at 2014-06-16 14:32:03 -0300
|
37756
|
+
|
37757
|
+
|
37758
|
+
Started GET "/assets/active_admin/lib/popover.js?body=1" for 127.0.0.1 at 2014-06-16 14:32:03 -0300
|
37759
|
+
|
37760
|
+
|
37761
|
+
Started GET "/assets/active_admin/lib/table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2014-06-16 14:32:03 -0300
|
37762
|
+
|
37763
|
+
|
37764
|
+
Started GET "/assets/active_admin/ext/jquery-ui.js?body=1" for 127.0.0.1 at 2014-06-16 14:32:03 -0300
|
37765
|
+
|
37766
|
+
|
37767
|
+
Started GET "/assets/active_admin/ext/jquery.js?body=1" for 127.0.0.1 at 2014-06-16 14:32:03 -0300
|
37768
|
+
|
37769
|
+
|
37770
|
+
Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2014-06-16 14:32:03 -0300
|
37771
|
+
|
37772
|
+
|
37773
|
+
Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2014-06-16 14:32:03 -0300
|
37774
|
+
|
37775
|
+
|
37776
|
+
Started GET "/assets/active_admin_jcrop/crop_modal.js?body=1" for 127.0.0.1 at 2014-06-16 14:32:03 -0300
|
37777
|
+
|
37778
|
+
|
37779
|
+
Started GET "/assets/active_admin_jcrop/jquery.color.js?body=1" for 127.0.0.1 at 2014-06-16 14:32:03 -0300
|
37780
|
+
|
37781
|
+
|
37782
|
+
Started GET "/assets/active_admin_jcrop/jquery.Jcrop.min.js?body=1" for 127.0.0.1 at 2014-06-16 14:32:03 -0300
|
37783
|
+
|
37784
|
+
|
37785
|
+
Started GET "/admin/posts/1/edit" for 127.0.0.1 at 2014-06-16 14:32:16 -0300
|
37786
|
+
Processing by Admin::PostsController#edit as HTML
|
37787
|
+
Parameters: {"id"=>"1"}
|
37788
|
+
[1m[36mAdminUser Load (0.1ms)[0m [1mSELECT `admin_users`.* FROM `admin_users` WHERE `admin_users`.`id` = 1 ORDER BY `admin_users`.`id` ASC LIMIT 1[0m
|
37789
|
+
[1m[35mPost Load (0.1ms)[0m SELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 1 LIMIT 1
|
37790
|
+
[1m[36mPost Load (0.2ms)[0m [1mSELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 1 LIMIT 1[0m
|
37791
|
+
Rendered /Users/ricardonacif/rails_projects/active_admin_jcrop/app/views/active_admin_jcrop/_jcrop_modal.html.erb (1.1ms)
|
37792
|
+
Rendered /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/app/views/active_admin/resource/edit.html.arb (459313.0ms)
|
37793
|
+
Completed 401 Unauthorized in 459319ms
|
37794
|
+
|
37795
|
+
|
37796
|
+
Started GET "/admin/posts/1/edit" for 127.0.0.1 at 2014-06-16 14:41:21 -0300
|
37797
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT `schema_migrations`.* FROM `schema_migrations`[0m
|
37798
|
+
Processing by Admin::PostsController#edit as HTML
|
37799
|
+
Parameters: {"id"=>"1"}
|
37800
|
+
[1m[35mAdminUser Load (0.2ms)[0m SELECT `admin_users`.* FROM `admin_users` WHERE `admin_users`.`id` = 1 ORDER BY `admin_users`.`id` ASC LIMIT 1
|
37801
|
+
[1m[36mPost Load (0.3ms)[0m [1mSELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 1 LIMIT 1[0m
|
37802
|
+
[1m[35mPost Load (0.2ms)[0m SELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 1 LIMIT 1
|
37803
|
+
Rendered /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/app/views/active_admin/resource/edit.html.arb (17210.0ms)
|
37804
|
+
Completed 401 Unauthorized in 17254ms
|
37805
|
+
|
37806
|
+
|
37807
|
+
Started GET "/admin/posts/1/edit" for 127.0.0.1 at 2014-06-16 14:41:51 -0300
|
37808
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT `schema_migrations`.* FROM `schema_migrations`[0m
|
37809
|
+
Processing by Admin::PostsController#edit as HTML
|
37810
|
+
Parameters: {"id"=>"1"}
|
37811
|
+
[1m[35mAdminUser Load (0.2ms)[0m SELECT `admin_users`.* FROM `admin_users` WHERE `admin_users`.`id` = 1 ORDER BY `admin_users`.`id` ASC LIMIT 1
|
37812
|
+
[1m[36mPost Load (0.1ms)[0m [1mSELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 1 LIMIT 1[0m
|
37813
|
+
[1m[35mPost Load (0.2ms)[0m SELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 1 LIMIT 1
|
37814
|
+
Rendered /Users/ricardonacif/rails_projects/active_admin_jcrop/app/views/active_admin_jcrop/_jcrop_modal.html.erb (2.6ms)
|
37815
|
+
Rendered /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/app/views/active_admin/resource/edit.html.arb (5655.1ms)
|
37816
|
+
Completed 200 OK in 5702ms (Views: 5665.2ms | ActiveRecord: 5.6ms)
|
37817
|
+
|
37818
|
+
|
37819
|
+
Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2014-06-16 14:41:57 -0300
|
37820
|
+
|
37821
|
+
|
37822
|
+
Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2014-06-16 14:41:57 -0300
|
37823
|
+
|
37824
|
+
|
37825
|
+
Started GET "/assets/active_admin_jcrop/crop_modal.css?body=1" for 127.0.0.1 at 2014-06-16 14:41:57 -0300
|
37826
|
+
|
37827
|
+
|
37828
|
+
Started GET "/assets/active_admin_jcrop/jquery.Jcrop.min.css?body=1" for 127.0.0.1 at 2014-06-16 14:41:57 -0300
|
37829
|
+
|
37830
|
+
|
37831
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-06-16 14:41:57 -0300
|
37832
|
+
|
37833
|
+
|
37834
|
+
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-06-16 14:41:57 -0300
|
37835
|
+
|
37836
|
+
|
37837
|
+
Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-06-16 14:41:57 -0300
|
37838
|
+
|
37839
|
+
|
37840
|
+
Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-06-16 14:41:57 -0300
|
37841
|
+
|
37842
|
+
|
37843
|
+
Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2014-06-16 14:41:57 -0300
|
37844
|
+
|
37845
|
+
|
37846
|
+
Started GET "/assets/jquery.ui.button.js?body=1" for 127.0.0.1 at 2014-06-16 14:41:57 -0300
|
37847
|
+
|
37848
|
+
|
37849
|
+
Started GET "/assets/jquery.ui.draggable.js?body=1" for 127.0.0.1 at 2014-06-16 14:41:57 -0300
|
37850
|
+
|
37851
|
+
|
37852
|
+
Started GET "/assets/jquery.ui.dialog.js?body=1" for 127.0.0.1 at 2014-06-16 14:41:57 -0300
|
37853
|
+
|
37854
|
+
|
37855
|
+
Started GET "/assets/jquery.ui.position.js?body=1" for 127.0.0.1 at 2014-06-16 14:41:57 -0300
|
37856
|
+
|
37857
|
+
|
37858
|
+
Started GET "/assets/jquery.ui.resizable.js?body=1" for 127.0.0.1 at 2014-06-16 14:41:57 -0300
|
37859
|
+
|
37860
|
+
|
37861
|
+
Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2014-06-16 14:41:57 -0300
|
37862
|
+
|
37863
|
+
|
37864
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-06-16 14:41:57 -0300
|
37865
|
+
|
37866
|
+
|
37867
|
+
Started GET "/assets/active_admin/base.js?body=1" for 127.0.0.1 at 2014-06-16 14:41:57 -0300
|
37868
|
+
|
37869
|
+
|
37870
|
+
Started GET "/assets/active_admin/lib/batch_actions.js?body=1" for 127.0.0.1 at 2014-06-16 14:41:57 -0300
|
37871
|
+
|
37872
|
+
|
37873
|
+
Started GET "/assets/active_admin/lib/checkbox-toggler.js?body=1" for 127.0.0.1 at 2014-06-16 14:41:57 -0300
|
37874
|
+
|
37875
|
+
|
37876
|
+
Started GET "/assets/active_admin/lib/dropdown-menu.js?body=1" for 127.0.0.1 at 2014-06-16 14:41:57 -0300
|
37877
|
+
|
37878
|
+
|
37879
|
+
Started GET "/assets/active_admin/lib/has_many.js?body=1" for 127.0.0.1 at 2014-06-16 14:41:57 -0300
|
37880
|
+
|
37881
|
+
|
37882
|
+
Started GET "/assets/active_admin/lib/modal_dialog.js?body=1" for 127.0.0.1 at 2014-06-16 14:41:57 -0300
|
37883
|
+
|
37884
|
+
|
37885
|
+
Started GET "/assets/active_admin/lib/popover.js?body=1" for 127.0.0.1 at 2014-06-16 14:41:57 -0300
|
37886
|
+
|
37887
|
+
|
37888
|
+
Started GET "/assets/active_admin/lib/table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2014-06-16 14:41:57 -0300
|
37889
|
+
|
37890
|
+
|
37891
|
+
Started GET "/assets/active_admin/ext/jquery-ui.js?body=1" for 127.0.0.1 at 2014-06-16 14:41:57 -0300
|
37892
|
+
|
37893
|
+
|
37894
|
+
Started GET "/assets/active_admin/ext/jquery.js?body=1" for 127.0.0.1 at 2014-06-16 14:41:57 -0300
|
37895
|
+
|
37896
|
+
|
37897
|
+
Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2014-06-16 14:41:57 -0300
|
37898
|
+
|
37899
|
+
|
37900
|
+
Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2014-06-16 14:41:57 -0300
|
37901
|
+
|
37902
|
+
|
37903
|
+
Started GET "/assets/active_admin_jcrop/crop_modal.js?body=1" for 127.0.0.1 at 2014-06-16 14:41:57 -0300
|
37904
|
+
|
37905
|
+
|
37906
|
+
Started GET "/assets/active_admin_jcrop/jquery.color.js?body=1" for 127.0.0.1 at 2014-06-16 14:41:57 -0300
|
37907
|
+
|
37908
|
+
|
37909
|
+
Started GET "/assets/active_admin_jcrop/jquery.Jcrop.min.js?body=1" for 127.0.0.1 at 2014-06-16 14:41:57 -0300
|
37910
|
+
|
37911
|
+
|
37912
|
+
Started GET "/admin/posts/1/edit" for 127.0.0.1 at 2014-06-16 14:42:11 -0300
|
37913
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT `schema_migrations`.* FROM `schema_migrations`[0m
|
37914
|
+
Processing by Admin::PostsController#edit as HTML
|
37915
|
+
Parameters: {"id"=>"1"}
|
37916
|
+
[1m[35mAdminUser Load (0.1ms)[0m SELECT `admin_users`.* FROM `admin_users` WHERE `admin_users`.`id` = 1 ORDER BY `admin_users`.`id` ASC LIMIT 1
|
37917
|
+
[1m[36mPost Load (0.1ms)[0m [1mSELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 1 LIMIT 1[0m
|
37918
|
+
[1m[35mPost Load (0.1ms)[0m SELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 1 LIMIT 1
|
37919
|
+
Rendered /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/app/views/active_admin/resource/edit.html.arb (611.5ms)
|
37920
|
+
Completed 500 Internal Server Error in 656ms
|
37921
|
+
|
37922
|
+
ActionView::Template::Error (undefined method `assert_valid_keys' for nil:NilClass):
|
37923
|
+
1: insert_tag renderer_for(:edit)
|
37924
|
+
app/admin/post.rb:7:in `block (3 levels) in <top (required)>'
|
37925
|
+
app/admin/post.rb:6:in `block (2 levels) in <top (required)>'
|
37926
|
+
|
37927
|
+
|
37928
|
+
Rendered /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.5ms)
|
37929
|
+
Rendered /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms)
|
37930
|
+
Rendered /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (24.4ms)
|
37931
|
+
|
37932
|
+
|
37933
|
+
Started GET "/admin/posts/1/edit" for 127.0.0.1 at 2014-06-16 14:42:37 -0300
|
37934
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT `schema_migrations`.* FROM `schema_migrations`[0m
|
37935
|
+
Processing by Admin::PostsController#edit as HTML
|
37936
|
+
Parameters: {"id"=>"1"}
|
37937
|
+
[1m[35mAdminUser Load (0.2ms)[0m SELECT `admin_users`.* FROM `admin_users` WHERE `admin_users`.`id` = 1 ORDER BY `admin_users`.`id` ASC LIMIT 1
|
37938
|
+
[1m[36mPost Load (0.1ms)[0m [1mSELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 1 LIMIT 1[0m
|
37939
|
+
[1m[35mPost Load (0.2ms)[0m SELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 1 LIMIT 1
|
37940
|
+
Rendered /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/app/views/active_admin/resource/edit.html.arb (76852.0ms)
|
37941
|
+
Completed 401 Unauthorized in 76899ms
|
37942
|
+
|
37943
|
+
|
37944
|
+
Started GET "/admin/posts/1/edit" for 127.0.0.1 at 2014-06-16 14:45:44 -0300
|
37945
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT `schema_migrations`.* FROM `schema_migrations`[0m
|
37946
|
+
Processing by Admin::PostsController#edit as HTML
|
37947
|
+
Parameters: {"id"=>"1"}
|
37948
|
+
[1m[35mAdminUser Load (0.2ms)[0m SELECT `admin_users`.* FROM `admin_users` WHERE `admin_users`.`id` = 1 ORDER BY `admin_users`.`id` ASC LIMIT 1
|
37949
|
+
[1m[36mPost Load (0.1ms)[0m [1mSELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 1 LIMIT 1[0m
|
37950
|
+
[1m[35mPost Load (0.2ms)[0m SELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 1 LIMIT 1
|
37951
|
+
Rendered /Users/ricardonacif/rails_projects/active_admin_jcrop/app/views/active_admin_jcrop/_jcrop_modal.html.erb (1.9ms)
|
37952
|
+
Rendered /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/app/views/active_admin/resource/edit.html.arb (638.9ms)
|
37953
|
+
Completed 200 OK in 686ms (Views: 649.7ms | ActiveRecord: 5.5ms)
|
37954
|
+
|
37955
|
+
|
37956
|
+
Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2014-06-16 14:45:45 -0300
|
37957
|
+
|
37958
|
+
|
37959
|
+
Started GET "/assets/active_admin_jcrop/crop_modal.css?body=1" for 127.0.0.1 at 2014-06-16 14:45:45 -0300
|
37960
|
+
|
37961
|
+
|
37962
|
+
Started GET "/assets/active_admin_jcrop/jquery.Jcrop.min.css?body=1" for 127.0.0.1 at 2014-06-16 14:45:45 -0300
|
37963
|
+
|
37964
|
+
|
37965
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-06-16 14:45:45 -0300
|
37966
|
+
|
37967
|
+
|
37968
|
+
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-06-16 14:45:45 -0300
|
37969
|
+
|
37970
|
+
|
37971
|
+
Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-06-16 14:45:45 -0300
|
37972
|
+
|
37973
|
+
|
37974
|
+
Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-06-16 14:45:45 -0300
|
37975
|
+
|
37976
|
+
|
37977
|
+
Started GET "/assets/jquery.ui.button.js?body=1" for 127.0.0.1 at 2014-06-16 14:45:45 -0300
|
37978
|
+
|
37979
|
+
|
37980
|
+
Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2014-06-16 14:45:45 -0300
|
37981
|
+
|
37982
|
+
|
37983
|
+
Started GET "/assets/jquery.ui.draggable.js?body=1" for 127.0.0.1 at 2014-06-16 14:45:45 -0300
|
37984
|
+
|
37985
|
+
|
37986
|
+
Started GET "/assets/jquery.ui.position.js?body=1" for 127.0.0.1 at 2014-06-16 14:45:45 -0300
|
37987
|
+
|
37988
|
+
|
37989
|
+
Started GET "/assets/jquery.ui.resizable.js?body=1" for 127.0.0.1 at 2014-06-16 14:45:45 -0300
|
37990
|
+
|
37991
|
+
|
37992
|
+
Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2014-06-16 14:45:45 -0300
|
37993
|
+
|
37994
|
+
|
37995
|
+
Started GET "/assets/jquery.ui.dialog.js?body=1" for 127.0.0.1 at 2014-06-16 14:45:45 -0300
|
37996
|
+
|
37997
|
+
|
37998
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-06-16 14:45:45 -0300
|
37999
|
+
|
38000
|
+
|
38001
|
+
Started GET "/assets/active_admin/base.js?body=1" for 127.0.0.1 at 2014-06-16 14:45:45 -0300
|
38002
|
+
|
38003
|
+
|
38004
|
+
Started GET "/assets/active_admin/lib/batch_actions.js?body=1" for 127.0.0.1 at 2014-06-16 14:45:45 -0300
|
38005
|
+
|
38006
|
+
|
38007
|
+
Started GET "/assets/active_admin/lib/checkbox-toggler.js?body=1" for 127.0.0.1 at 2014-06-16 14:45:45 -0300
|
38008
|
+
|
38009
|
+
|
38010
|
+
Started GET "/assets/active_admin/lib/dropdown-menu.js?body=1" for 127.0.0.1 at 2014-06-16 14:45:45 -0300
|
38011
|
+
|
38012
|
+
|
38013
|
+
Started GET "/assets/active_admin/lib/has_many.js?body=1" for 127.0.0.1 at 2014-06-16 14:45:45 -0300
|
38014
|
+
|
38015
|
+
|
38016
|
+
Started GET "/assets/active_admin/lib/modal_dialog.js?body=1" for 127.0.0.1 at 2014-06-16 14:45:45 -0300
|
38017
|
+
|
38018
|
+
|
38019
|
+
Started GET "/assets/active_admin/lib/popover.js?body=1" for 127.0.0.1 at 2014-06-16 14:45:45 -0300
|
38020
|
+
|
38021
|
+
|
38022
|
+
Started GET "/assets/active_admin/lib/table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2014-06-16 14:45:45 -0300
|
38023
|
+
|
38024
|
+
|
38025
|
+
Started GET "/assets/active_admin/ext/jquery-ui.js?body=1" for 127.0.0.1 at 2014-06-16 14:45:45 -0300
|
38026
|
+
|
38027
|
+
|
38028
|
+
Started GET "/assets/active_admin/ext/jquery.js?body=1" for 127.0.0.1 at 2014-06-16 14:45:45 -0300
|
38029
|
+
|
38030
|
+
|
38031
|
+
Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2014-06-16 14:45:45 -0300
|
38032
|
+
|
38033
|
+
|
38034
|
+
Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2014-06-16 14:45:45 -0300
|
38035
|
+
|
38036
|
+
|
38037
|
+
Started GET "/assets/active_admin_jcrop/crop_modal.js?body=1" for 127.0.0.1 at 2014-06-16 14:45:45 -0300
|
38038
|
+
|
38039
|
+
|
38040
|
+
Started GET "/assets/active_admin_jcrop/jquery.color.js?body=1" for 127.0.0.1 at 2014-06-16 14:45:45 -0300
|
38041
|
+
|
38042
|
+
|
38043
|
+
Started GET "/assets/active_admin_jcrop/jquery.Jcrop.min.js?body=1" for 127.0.0.1 at 2014-06-16 14:45:45 -0300
|
38044
|
+
|
38045
|
+
|
38046
|
+
Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2014-06-16 14:45:45 -0300
|
38047
|
+
|
38048
|
+
|
38049
|
+
Started GET "/admin/posts/1/edit" for 127.0.0.1 at 2014-06-16 14:50:55 -0300
|
38050
|
+
Processing by Admin::PostsController#edit as HTML
|
38051
|
+
Parameters: {"id"=>"1"}
|
38052
|
+
[1m[36mAdminUser Load (0.2ms)[0m [1mSELECT `admin_users`.* FROM `admin_users` WHERE `admin_users`.`id` = 1 ORDER BY `admin_users`.`id` ASC LIMIT 1[0m
|
38053
|
+
[1m[35mPost Load (0.2ms)[0m SELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 1 LIMIT 1
|
38054
|
+
[1m[36mPost Load (0.2ms)[0m [1mSELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 1 LIMIT 1[0m
|
38055
|
+
Rendered /Users/ricardonacif/rails_projects/active_admin_jcrop/app/views/active_admin_jcrop/_jcrop_modal.html.erb (1.2ms)
|
38056
|
+
Rendered /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/app/views/active_admin/resource/edit.html.arb (659.8ms)
|
38057
|
+
Completed 200 OK in 666ms (Views: 663.4ms | ActiveRecord: 0.5ms)
|
38058
|
+
|
38059
|
+
|
38060
|
+
Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2014-06-16 14:50:56 -0300
|
38061
|
+
|
38062
|
+
|
38063
|
+
Started GET "/assets/active_admin_jcrop/jquery.Jcrop.min.css?body=1" for 127.0.0.1 at 2014-06-16 14:50:56 -0300
|
38064
|
+
|
38065
|
+
|
38066
|
+
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-06-16 14:50:56 -0300
|
38067
|
+
|
38068
|
+
|
38069
|
+
Started GET "/assets/active_admin_jcrop/crop_modal.css?body=1" for 127.0.0.1 at 2014-06-16 14:50:56 -0300
|
38070
|
+
|
38071
|
+
|
38072
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-06-16 14:50:56 -0300
|
38073
|
+
|
38074
|
+
|
38075
|
+
Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-06-16 14:50:56 -0300
|
38076
|
+
|
38077
|
+
|
38078
|
+
Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-06-16 14:50:56 -0300
|
38079
|
+
|
38080
|
+
|
38081
|
+
Started GET "/assets/jquery.ui.button.js?body=1" for 127.0.0.1 at 2014-06-16 14:50:56 -0300
|
38082
|
+
|
38083
|
+
|
38084
|
+
Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2014-06-16 14:50:56 -0300
|
38085
|
+
|
38086
|
+
|
38087
|
+
Started GET "/assets/jquery.ui.draggable.js?body=1" for 127.0.0.1 at 2014-06-16 14:50:56 -0300
|
38088
|
+
|
38089
|
+
|
38090
|
+
Started GET "/assets/jquery.ui.position.js?body=1" for 127.0.0.1 at 2014-06-16 14:50:56 -0300
|
38091
|
+
|
38092
|
+
|
38093
|
+
Started GET "/assets/jquery.ui.resizable.js?body=1" for 127.0.0.1 at 2014-06-16 14:50:56 -0300
|
38094
|
+
|
38095
|
+
|
38096
|
+
Started GET "/assets/jquery.ui.dialog.js?body=1" for 127.0.0.1 at 2014-06-16 14:50:56 -0300
|
38097
|
+
|
38098
|
+
|
38099
|
+
Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2014-06-16 14:50:56 -0300
|
38100
|
+
|
38101
|
+
|
38102
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-06-16 14:50:56 -0300
|
38103
|
+
|
38104
|
+
|
38105
|
+
Started GET "/assets/active_admin/base.js?body=1" for 127.0.0.1 at 2014-06-16 14:50:56 -0300
|
38106
|
+
|
38107
|
+
|
38108
|
+
Started GET "/assets/active_admin/lib/batch_actions.js?body=1" for 127.0.0.1 at 2014-06-16 14:50:56 -0300
|
38109
|
+
|
38110
|
+
|
38111
|
+
Started GET "/assets/active_admin/lib/checkbox-toggler.js?body=1" for 127.0.0.1 at 2014-06-16 14:50:56 -0300
|
38112
|
+
|
38113
|
+
|
38114
|
+
Started GET "/assets/active_admin/lib/dropdown-menu.js?body=1" for 127.0.0.1 at 2014-06-16 14:50:56 -0300
|
38115
|
+
|
38116
|
+
|
38117
|
+
Started GET "/assets/active_admin/lib/has_many.js?body=1" for 127.0.0.1 at 2014-06-16 14:50:56 -0300
|
38118
|
+
|
38119
|
+
|
38120
|
+
Started GET "/assets/active_admin/lib/modal_dialog.js?body=1" for 127.0.0.1 at 2014-06-16 14:50:56 -0300
|
38121
|
+
|
38122
|
+
|
38123
|
+
Started GET "/assets/active_admin/lib/popover.js?body=1" for 127.0.0.1 at 2014-06-16 14:50:56 -0300
|
38124
|
+
|
38125
|
+
|
38126
|
+
Started GET "/assets/active_admin/lib/table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2014-06-16 14:50:56 -0300
|
38127
|
+
|
38128
|
+
|
38129
|
+
Started GET "/assets/active_admin/ext/jquery-ui.js?body=1" for 127.0.0.1 at 2014-06-16 14:50:56 -0300
|
38130
|
+
|
38131
|
+
|
38132
|
+
Started GET "/assets/active_admin/ext/jquery.js?body=1" for 127.0.0.1 at 2014-06-16 14:50:56 -0300
|
38133
|
+
|
38134
|
+
|
38135
|
+
Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2014-06-16 14:50:56 -0300
|
38136
|
+
|
38137
|
+
|
38138
|
+
Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2014-06-16 14:50:56 -0300
|
38139
|
+
|
38140
|
+
|
38141
|
+
Started GET "/assets/active_admin_jcrop/crop_modal.js?body=1" for 127.0.0.1 at 2014-06-16 14:50:56 -0300
|
38142
|
+
|
38143
|
+
|
38144
|
+
Started GET "/assets/active_admin_jcrop/jquery.color.js?body=1" for 127.0.0.1 at 2014-06-16 14:50:56 -0300
|
38145
|
+
|
38146
|
+
|
38147
|
+
Started GET "/assets/active_admin_jcrop/jquery.Jcrop.min.js?body=1" for 127.0.0.1 at 2014-06-16 14:50:56 -0300
|
38148
|
+
|
38149
|
+
|
38150
|
+
Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2014-06-16 14:50:56 -0300
|
38151
|
+
|
38152
|
+
|
38153
|
+
Started GET "/assets/active_admin_jcrop/Jcrop.gif" for 127.0.0.1 at 2014-06-16 14:50:57 -0300
|
38154
|
+
|
38155
|
+
|
38156
|
+
Started GET "/admin/posts/1/edit" for 127.0.0.1 at 2014-06-16 14:51:20 -0300
|
38157
|
+
Processing by Admin::PostsController#edit as HTML
|
38158
|
+
Parameters: {"id"=>"1"}
|
38159
|
+
[1m[35mAdminUser Load (0.1ms)[0m SELECT `admin_users`.* FROM `admin_users` WHERE `admin_users`.`id` = 1 ORDER BY `admin_users`.`id` ASC LIMIT 1
|
38160
|
+
[1m[36mPost Load (0.1ms)[0m [1mSELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 1 LIMIT 1[0m
|
38161
|
+
[1m[35mPost Load (0.2ms)[0m SELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 1 LIMIT 1
|
38162
|
+
Rendered /Users/ricardonacif/rails_projects/active_admin_jcrop/app/views/active_admin_jcrop/_jcrop_modal.html.erb (1.3ms)
|
38163
|
+
Rendered /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/app/views/active_admin/resource/edit.html.arb (245.0ms)
|
38164
|
+
Completed 200 OK in 251ms (Views: 248.4ms | ActiveRecord: 0.5ms)
|
38165
|
+
|
38166
|
+
|
38167
|
+
Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2014-06-16 14:51:20 -0300
|
38168
|
+
|
38169
|
+
|
38170
|
+
Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2014-06-16 14:51:20 -0300
|
38171
|
+
|
38172
|
+
|
38173
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-06-16 14:51:20 -0300
|
38174
|
+
|
38175
|
+
|
38176
|
+
Started GET "/assets/active_admin_jcrop/crop_modal.css?body=1" for 127.0.0.1 at 2014-06-16 14:51:20 -0300
|
38177
|
+
|
38178
|
+
|
38179
|
+
Started GET "/assets/active_admin_jcrop/jquery.Jcrop.min.css?body=1" for 127.0.0.1 at 2014-06-16 14:51:20 -0300
|
38180
|
+
|
38181
|
+
|
38182
|
+
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-06-16 14:51:21 -0300
|
38183
|
+
|
38184
|
+
|
38185
|
+
Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-06-16 14:51:21 -0300
|
38186
|
+
|
38187
|
+
|
38188
|
+
Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-06-16 14:51:21 -0300
|
38189
|
+
|
38190
|
+
|
38191
|
+
Started GET "/assets/jquery.ui.button.js?body=1" for 127.0.0.1 at 2014-06-16 14:51:21 -0300
|
38192
|
+
|
38193
|
+
|
38194
|
+
Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2014-06-16 14:51:21 -0300
|
38195
|
+
|
38196
|
+
|
38197
|
+
Started GET "/assets/jquery.ui.draggable.js?body=1" for 127.0.0.1 at 2014-06-16 14:51:21 -0300
|
38198
|
+
|
38199
|
+
|
38200
|
+
Started GET "/assets/jquery.ui.position.js?body=1" for 127.0.0.1 at 2014-06-16 14:51:21 -0300
|
38201
|
+
|
38202
|
+
|
38203
|
+
Started GET "/assets/jquery.ui.resizable.js?body=1" for 127.0.0.1 at 2014-06-16 14:51:21 -0300
|
38204
|
+
|
38205
|
+
|
38206
|
+
Started GET "/assets/jquery.ui.dialog.js?body=1" for 127.0.0.1 at 2014-06-16 14:51:21 -0300
|
38207
|
+
|
38208
|
+
|
38209
|
+
Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2014-06-16 14:51:21 -0300
|
38210
|
+
|
38211
|
+
|
38212
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-06-16 14:51:21 -0300
|
38213
|
+
|
38214
|
+
|
38215
|
+
Started GET "/assets/active_admin/base.js?body=1" for 127.0.0.1 at 2014-06-16 14:51:21 -0300
|
38216
|
+
|
38217
|
+
|
38218
|
+
Started GET "/assets/active_admin/lib/batch_actions.js?body=1" for 127.0.0.1 at 2014-06-16 14:51:21 -0300
|
38219
|
+
|
38220
|
+
|
38221
|
+
Started GET "/assets/active_admin/lib/checkbox-toggler.js?body=1" for 127.0.0.1 at 2014-06-16 14:51:21 -0300
|
38222
|
+
|
38223
|
+
|
38224
|
+
Started GET "/assets/active_admin/lib/dropdown-menu.js?body=1" for 127.0.0.1 at 2014-06-16 14:51:21 -0300
|
38225
|
+
|
38226
|
+
|
38227
|
+
Started GET "/assets/active_admin/lib/has_many.js?body=1" for 127.0.0.1 at 2014-06-16 14:51:21 -0300
|
38228
|
+
|
38229
|
+
|
38230
|
+
Started GET "/assets/active_admin/lib/modal_dialog.js?body=1" for 127.0.0.1 at 2014-06-16 14:51:21 -0300
|
38231
|
+
|
38232
|
+
|
38233
|
+
Started GET "/assets/active_admin/lib/popover.js?body=1" for 127.0.0.1 at 2014-06-16 14:51:21 -0300
|
38234
|
+
|
38235
|
+
|
38236
|
+
Started GET "/assets/active_admin/lib/table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2014-06-16 14:51:21 -0300
|
38237
|
+
|
38238
|
+
|
38239
|
+
Started GET "/assets/active_admin/ext/jquery-ui.js?body=1" for 127.0.0.1 at 2014-06-16 14:51:21 -0300
|
38240
|
+
|
38241
|
+
|
38242
|
+
Started GET "/assets/active_admin/ext/jquery.js?body=1" for 127.0.0.1 at 2014-06-16 14:51:21 -0300
|
38243
|
+
|
38244
|
+
|
38245
|
+
Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2014-06-16 14:51:21 -0300
|
38246
|
+
|
38247
|
+
|
38248
|
+
Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2014-06-16 14:51:21 -0300
|
38249
|
+
|
38250
|
+
|
38251
|
+
Started GET "/assets/active_admin_jcrop/crop_modal.js?body=1" for 127.0.0.1 at 2014-06-16 14:51:21 -0300
|
38252
|
+
|
38253
|
+
|
38254
|
+
Started GET "/assets/active_admin_jcrop/jquery.color.js?body=1" for 127.0.0.1 at 2014-06-16 14:51:21 -0300
|
38255
|
+
|
38256
|
+
|
38257
|
+
Started GET "/assets/active_admin_jcrop/jquery.Jcrop.min.js?body=1" for 127.0.0.1 at 2014-06-16 14:51:21 -0300
|
38258
|
+
|
38259
|
+
|
38260
|
+
Started GET "/assets/active_admin_jcrop/Jcrop.gif" for 127.0.0.1 at 2014-06-16 14:51:22 -0300
|
38261
|
+
|
38262
|
+
|
38263
|
+
Started GET "/admin/posts/1/edit" for 127.0.0.1 at 2014-06-16 14:51:42 -0300
|
38264
|
+
Processing by Admin::PostsController#edit as HTML
|
38265
|
+
Parameters: {"id"=>"1"}
|
38266
|
+
[1m[36mAdminUser Load (0.1ms)[0m [1mSELECT `admin_users`.* FROM `admin_users` WHERE `admin_users`.`id` = 1 ORDER BY `admin_users`.`id` ASC LIMIT 1[0m
|
38267
|
+
[1m[35mPost Load (0.1ms)[0m SELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 1 LIMIT 1
|
38268
|
+
[1m[36mPost Load (0.2ms)[0m [1mSELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 1 LIMIT 1[0m
|
38269
|
+
Rendered /Users/ricardonacif/rails_projects/active_admin_jcrop/app/views/active_admin_jcrop/_jcrop_modal.html.erb (2.0ms)
|
38270
|
+
Rendered /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/app/views/active_admin/resource/edit.html.arb (219.0ms)
|
38271
|
+
Completed 200 OK in 224ms (Views: 221.7ms | ActiveRecord: 0.4ms)
|
38272
|
+
|
38273
|
+
|
38274
|
+
Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2014-06-16 14:51:42 -0300
|
38275
|
+
|
38276
|
+
|
38277
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-06-16 14:51:42 -0300
|
38278
|
+
|
38279
|
+
|
38280
|
+
Started GET "/assets/active_admin_jcrop/crop_modal.css?body=1" for 127.0.0.1 at 2014-06-16 14:51:42 -0300
|
38281
|
+
|
38282
|
+
|
38283
|
+
Started GET "/assets/active_admin_jcrop/jquery.Jcrop.min.css?body=1" for 127.0.0.1 at 2014-06-16 14:51:42 -0300
|
38284
|
+
|
38285
|
+
|
38286
|
+
Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2014-06-16 14:51:42 -0300
|
38287
|
+
|
38288
|
+
|
38289
|
+
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-06-16 14:51:42 -0300
|
38290
|
+
|
38291
|
+
|
38292
|
+
Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-06-16 14:51:42 -0300
|
38293
|
+
|
38294
|
+
|
38295
|
+
Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-06-16 14:51:42 -0300
|
38296
|
+
|
38297
|
+
|
38298
|
+
Started GET "/assets/jquery.ui.button.js?body=1" for 127.0.0.1 at 2014-06-16 14:51:42 -0300
|
38299
|
+
|
38300
|
+
|
38301
|
+
Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2014-06-16 14:51:42 -0300
|
38302
|
+
|
38303
|
+
|
38304
|
+
Started GET "/assets/jquery.ui.draggable.js?body=1" for 127.0.0.1 at 2014-06-16 14:51:42 -0300
|
38305
|
+
|
38306
|
+
|
38307
|
+
Started GET "/assets/jquery.ui.position.js?body=1" for 127.0.0.1 at 2014-06-16 14:51:42 -0300
|
38308
|
+
|
38309
|
+
|
38310
|
+
Started GET "/assets/jquery.ui.resizable.js?body=1" for 127.0.0.1 at 2014-06-16 14:51:42 -0300
|
38311
|
+
|
38312
|
+
|
38313
|
+
Started GET "/assets/jquery.ui.dialog.js?body=1" for 127.0.0.1 at 2014-06-16 14:51:42 -0300
|
38314
|
+
|
38315
|
+
|
38316
|
+
Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2014-06-16 14:51:42 -0300
|
38317
|
+
|
38318
|
+
|
38319
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-06-16 14:51:42 -0300
|
38320
|
+
|
38321
|
+
|
38322
|
+
Started GET "/assets/active_admin/base.js?body=1" for 127.0.0.1 at 2014-06-16 14:51:42 -0300
|
38323
|
+
|
38324
|
+
|
38325
|
+
Started GET "/assets/active_admin/lib/batch_actions.js?body=1" for 127.0.0.1 at 2014-06-16 14:51:42 -0300
|
38326
|
+
|
38327
|
+
|
38328
|
+
Started GET "/assets/active_admin/lib/checkbox-toggler.js?body=1" for 127.0.0.1 at 2014-06-16 14:51:42 -0300
|
38329
|
+
|
38330
|
+
|
38331
|
+
Started GET "/assets/active_admin/lib/dropdown-menu.js?body=1" for 127.0.0.1 at 2014-06-16 14:51:42 -0300
|
38332
|
+
|
38333
|
+
|
38334
|
+
Started GET "/assets/active_admin/lib/has_many.js?body=1" for 127.0.0.1 at 2014-06-16 14:51:42 -0300
|
38335
|
+
|
38336
|
+
|
38337
|
+
Started GET "/assets/active_admin/lib/modal_dialog.js?body=1" for 127.0.0.1 at 2014-06-16 14:51:42 -0300
|
38338
|
+
|
38339
|
+
|
38340
|
+
Started GET "/assets/active_admin/lib/popover.js?body=1" for 127.0.0.1 at 2014-06-16 14:51:42 -0300
|
38341
|
+
|
38342
|
+
|
38343
|
+
Started GET "/assets/active_admin/lib/table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2014-06-16 14:51:42 -0300
|
38344
|
+
|
38345
|
+
|
38346
|
+
Started GET "/assets/active_admin/ext/jquery-ui.js?body=1" for 127.0.0.1 at 2014-06-16 14:51:42 -0300
|
38347
|
+
|
38348
|
+
|
38349
|
+
Started GET "/assets/active_admin/ext/jquery.js?body=1" for 127.0.0.1 at 2014-06-16 14:51:43 -0300
|
38350
|
+
|
38351
|
+
|
38352
|
+
Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2014-06-16 14:51:43 -0300
|
38353
|
+
|
38354
|
+
|
38355
|
+
Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2014-06-16 14:51:43 -0300
|
38356
|
+
|
38357
|
+
|
38358
|
+
Started GET "/assets/active_admin_jcrop/crop_modal.js?body=1" for 127.0.0.1 at 2014-06-16 14:51:43 -0300
|
38359
|
+
|
38360
|
+
|
38361
|
+
Started GET "/assets/active_admin_jcrop/jquery.color.js?body=1" for 127.0.0.1 at 2014-06-16 14:51:43 -0300
|
38362
|
+
|
38363
|
+
|
38364
|
+
Started GET "/assets/active_admin_jcrop/jquery.Jcrop.min.js?body=1" for 127.0.0.1 at 2014-06-16 14:51:43 -0300
|
38365
|
+
|
38366
|
+
|
38367
|
+
Started GET "/assets/active_admin_jcrop/Jcrop.gif" for 127.0.0.1 at 2014-06-16 14:51:44 -0300
|
38368
|
+
|
38369
|
+
|
38370
|
+
Started GET "/admin/posts/1/edit" for 127.0.0.1 at 2014-06-16 14:52:58 -0300
|
38371
|
+
Processing by Admin::PostsController#edit as HTML
|
38372
|
+
Parameters: {"id"=>"1"}
|
38373
|
+
[1m[35mAdminUser Load (0.1ms)[0m SELECT `admin_users`.* FROM `admin_users` WHERE `admin_users`.`id` = 1 ORDER BY `admin_users`.`id` ASC LIMIT 1
|
38374
|
+
[1m[36mPost Load (0.1ms)[0m [1mSELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 1 LIMIT 1[0m
|
38375
|
+
[1m[35mPost Load (0.2ms)[0m SELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 1 LIMIT 1
|
38376
|
+
Rendered /Users/ricardonacif/rails_projects/active_admin_jcrop/app/views/active_admin_jcrop/_jcrop_modal.html.erb (1.1ms)
|
38377
|
+
Rendered /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/app/views/active_admin/resource/edit.html.arb (215.8ms)
|
38378
|
+
Completed 200 OK in 221ms (Views: 218.6ms | ActiveRecord: 0.4ms)
|
38379
|
+
|
38380
|
+
|
38381
|
+
Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2014-06-16 14:52:58 -0300
|
38382
|
+
|
38383
|
+
|
38384
|
+
Started GET "/assets/active_admin_jcrop/jquery.Jcrop.min.css?body=1" for 127.0.0.1 at 2014-06-16 14:52:58 -0300
|
38385
|
+
|
38386
|
+
|
38387
|
+
Started GET "/assets/active_admin_jcrop/crop_modal.css?body=1" for 127.0.0.1 at 2014-06-16 14:52:58 -0300
|
38388
|
+
|
38389
|
+
|
38390
|
+
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-06-16 14:52:58 -0300
|
38391
|
+
|
38392
|
+
|
38393
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-06-16 14:52:58 -0300
|
38394
|
+
|
38395
|
+
|
38396
|
+
Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-06-16 14:52:58 -0300
|
38397
|
+
|
38398
|
+
|
38399
|
+
Started GET "/assets/jquery.ui.button.js?body=1" for 127.0.0.1 at 2014-06-16 14:52:58 -0300
|
38400
|
+
|
38401
|
+
|
38402
|
+
Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-06-16 14:52:58 -0300
|
38403
|
+
|
38404
|
+
|
38405
|
+
Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2014-06-16 14:52:58 -0300
|
38406
|
+
|
38407
|
+
|
38408
|
+
Started GET "/assets/jquery.ui.draggable.js?body=1" for 127.0.0.1 at 2014-06-16 14:52:58 -0300
|
38409
|
+
|
38410
|
+
|
38411
|
+
Started GET "/assets/jquery.ui.position.js?body=1" for 127.0.0.1 at 2014-06-16 14:52:58 -0300
|
38412
|
+
|
38413
|
+
|
38414
|
+
Started GET "/assets/jquery.ui.resizable.js?body=1" for 127.0.0.1 at 2014-06-16 14:52:58 -0300
|
38415
|
+
|
38416
|
+
|
38417
|
+
Started GET "/assets/jquery.ui.dialog.js?body=1" for 127.0.0.1 at 2014-06-16 14:52:58 -0300
|
38418
|
+
|
38419
|
+
|
38420
|
+
Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2014-06-16 14:52:58 -0300
|
38421
|
+
|
38422
|
+
|
38423
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-06-16 14:52:58 -0300
|
38424
|
+
|
38425
|
+
|
38426
|
+
Started GET "/assets/active_admin/base.js?body=1" for 127.0.0.1 at 2014-06-16 14:52:58 -0300
|
38427
|
+
|
38428
|
+
|
38429
|
+
Started GET "/assets/active_admin/lib/batch_actions.js?body=1" for 127.0.0.1 at 2014-06-16 14:52:58 -0300
|
38430
|
+
|
38431
|
+
|
38432
|
+
Started GET "/assets/active_admin/lib/checkbox-toggler.js?body=1" for 127.0.0.1 at 2014-06-16 14:52:58 -0300
|
38433
|
+
|
38434
|
+
|
38435
|
+
Started GET "/assets/active_admin/lib/dropdown-menu.js?body=1" for 127.0.0.1 at 2014-06-16 14:52:58 -0300
|
38436
|
+
|
38437
|
+
|
38438
|
+
Started GET "/assets/active_admin/lib/has_many.js?body=1" for 127.0.0.1 at 2014-06-16 14:52:58 -0300
|
38439
|
+
|
38440
|
+
|
38441
|
+
Started GET "/assets/active_admin/lib/modal_dialog.js?body=1" for 127.0.0.1 at 2014-06-16 14:52:58 -0300
|
38442
|
+
|
38443
|
+
|
38444
|
+
Started GET "/assets/active_admin/lib/popover.js?body=1" for 127.0.0.1 at 2014-06-16 14:52:58 -0300
|
38445
|
+
|
38446
|
+
|
38447
|
+
Started GET "/assets/active_admin/lib/table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2014-06-16 14:52:58 -0300
|
38448
|
+
|
38449
|
+
|
38450
|
+
Started GET "/assets/active_admin/ext/jquery-ui.js?body=1" for 127.0.0.1 at 2014-06-16 14:52:58 -0300
|
38451
|
+
|
38452
|
+
|
38453
|
+
Started GET "/assets/active_admin/ext/jquery.js?body=1" for 127.0.0.1 at 2014-06-16 14:52:58 -0300
|
38454
|
+
|
38455
|
+
|
38456
|
+
Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2014-06-16 14:52:58 -0300
|
38457
|
+
|
38458
|
+
|
38459
|
+
Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2014-06-16 14:52:58 -0300
|
38460
|
+
|
38461
|
+
|
38462
|
+
Started GET "/assets/active_admin_jcrop/crop_modal.js?body=1" for 127.0.0.1 at 2014-06-16 14:52:58 -0300
|
38463
|
+
|
38464
|
+
|
38465
|
+
Started GET "/assets/active_admin_jcrop/jquery.color.js?body=1" for 127.0.0.1 at 2014-06-16 14:52:58 -0300
|
38466
|
+
|
38467
|
+
|
38468
|
+
Started GET "/assets/active_admin_jcrop/jquery.Jcrop.min.js?body=1" for 127.0.0.1 at 2014-06-16 14:52:58 -0300
|
38469
|
+
|
38470
|
+
|
38471
|
+
Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2014-06-16 14:52:58 -0300
|
38472
|
+
|
38473
|
+
|
38474
|
+
Started GET "/assets/active_admin_jcrop/Jcrop.gif" for 127.0.0.1 at 2014-06-16 14:53:00 -0300
|
38475
|
+
|
38476
|
+
|
38477
|
+
Started GET "/admin/posts/1/edit" for 127.0.0.1 at 2014-06-16 14:53:29 -0300
|
38478
|
+
Processing by Admin::PostsController#edit as HTML
|
38479
|
+
Parameters: {"id"=>"1"}
|
38480
|
+
[1m[36mAdminUser Load (0.1ms)[0m [1mSELECT `admin_users`.* FROM `admin_users` WHERE `admin_users`.`id` = 1 ORDER BY `admin_users`.`id` ASC LIMIT 1[0m
|
38481
|
+
[1m[35mPost Load (0.1ms)[0m SELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 1 LIMIT 1
|
38482
|
+
[1m[36mPost Load (0.2ms)[0m [1mSELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 1 LIMIT 1[0m
|
38483
|
+
Rendered /Users/ricardonacif/rails_projects/active_admin_jcrop/app/views/active_admin_jcrop/_jcrop_modal.html.erb (1.2ms)
|
38484
|
+
Rendered /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/app/views/active_admin/resource/edit.html.arb (231.3ms)
|
38485
|
+
Completed 200 OK in 237ms (Views: 234.4ms | ActiveRecord: 0.5ms)
|
38486
|
+
|
38487
|
+
|
38488
|
+
Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2014-06-16 14:53:29 -0300
|
38489
|
+
|
38490
|
+
|
38491
|
+
Started GET "/assets/active_admin_jcrop/crop_modal.css?body=1" for 127.0.0.1 at 2014-06-16 14:53:29 -0300
|
38492
|
+
|
38493
|
+
|
38494
|
+
Started GET "/assets/active_admin_jcrop/jquery.Jcrop.min.css?body=1" for 127.0.0.1 at 2014-06-16 14:53:29 -0300
|
38495
|
+
|
38496
|
+
|
38497
|
+
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-06-16 14:53:29 -0300
|
38498
|
+
|
38499
|
+
|
38500
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-06-16 14:53:29 -0300
|
38501
|
+
|
38502
|
+
|
38503
|
+
Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-06-16 14:53:29 -0300
|
38504
|
+
|
38505
|
+
|
38506
|
+
Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-06-16 14:53:29 -0300
|
38507
|
+
|
38508
|
+
|
38509
|
+
Started GET "/assets/jquery.ui.button.js?body=1" for 127.0.0.1 at 2014-06-16 14:53:29 -0300
|
38510
|
+
|
38511
|
+
|
38512
|
+
Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2014-06-16 14:53:29 -0300
|
38513
|
+
|
38514
|
+
|
38515
|
+
Started GET "/assets/jquery.ui.draggable.js?body=1" for 127.0.0.1 at 2014-06-16 14:53:29 -0300
|
38516
|
+
|
38517
|
+
|
38518
|
+
Started GET "/assets/jquery.ui.resizable.js?body=1" for 127.0.0.1 at 2014-06-16 14:53:29 -0300
|
38519
|
+
|
38520
|
+
|
38521
|
+
Started GET "/assets/jquery.ui.position.js?body=1" for 127.0.0.1 at 2014-06-16 14:53:29 -0300
|
38522
|
+
|
38523
|
+
|
38524
|
+
Started GET "/assets/jquery.ui.dialog.js?body=1" for 127.0.0.1 at 2014-06-16 14:53:29 -0300
|
38525
|
+
|
38526
|
+
|
38527
|
+
Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2014-06-16 14:53:29 -0300
|
38528
|
+
|
38529
|
+
|
38530
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-06-16 14:53:29 -0300
|
38531
|
+
|
38532
|
+
|
38533
|
+
Started GET "/assets/active_admin/base.js?body=1" for 127.0.0.1 at 2014-06-16 14:53:29 -0300
|
38534
|
+
|
38535
|
+
|
38536
|
+
Started GET "/assets/active_admin/lib/batch_actions.js?body=1" for 127.0.0.1 at 2014-06-16 14:53:29 -0300
|
38537
|
+
|
38538
|
+
|
38539
|
+
Started GET "/assets/active_admin/lib/checkbox-toggler.js?body=1" for 127.0.0.1 at 2014-06-16 14:53:29 -0300
|
38540
|
+
|
38541
|
+
|
38542
|
+
Started GET "/assets/active_admin/lib/dropdown-menu.js?body=1" for 127.0.0.1 at 2014-06-16 14:53:29 -0300
|
38543
|
+
|
38544
|
+
|
38545
|
+
Started GET "/assets/active_admin/lib/has_many.js?body=1" for 127.0.0.1 at 2014-06-16 14:53:29 -0300
|
38546
|
+
|
38547
|
+
|
38548
|
+
Started GET "/assets/active_admin/lib/modal_dialog.js?body=1" for 127.0.0.1 at 2014-06-16 14:53:29 -0300
|
38549
|
+
|
38550
|
+
|
38551
|
+
Started GET "/assets/active_admin/lib/popover.js?body=1" for 127.0.0.1 at 2014-06-16 14:53:29 -0300
|
38552
|
+
|
38553
|
+
|
38554
|
+
Started GET "/assets/active_admin/lib/table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2014-06-16 14:53:29 -0300
|
38555
|
+
|
38556
|
+
|
38557
|
+
Started GET "/assets/active_admin/ext/jquery-ui.js?body=1" for 127.0.0.1 at 2014-06-16 14:53:29 -0300
|
38558
|
+
|
38559
|
+
|
38560
|
+
Started GET "/assets/active_admin/ext/jquery.js?body=1" for 127.0.0.1 at 2014-06-16 14:53:29 -0300
|
38561
|
+
|
38562
|
+
|
38563
|
+
Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2014-06-16 14:53:29 -0300
|
38564
|
+
|
38565
|
+
|
38566
|
+
Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2014-06-16 14:53:29 -0300
|
38567
|
+
|
38568
|
+
|
38569
|
+
Started GET "/assets/active_admin_jcrop/crop_modal.js?body=1" for 127.0.0.1 at 2014-06-16 14:53:29 -0300
|
38570
|
+
|
38571
|
+
|
38572
|
+
Started GET "/assets/active_admin_jcrop/jquery.color.js?body=1" for 127.0.0.1 at 2014-06-16 14:53:29 -0300
|
38573
|
+
|
38574
|
+
|
38575
|
+
Started GET "/assets/active_admin_jcrop/jquery.Jcrop.min.js?body=1" for 127.0.0.1 at 2014-06-16 14:53:29 -0300
|
38576
|
+
|
38577
|
+
|
38578
|
+
Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2014-06-16 14:53:29 -0300
|
38579
|
+
|
38580
|
+
|
38581
|
+
Started GET "/assets/active_admin_jcrop/Jcrop.gif" for 127.0.0.1 at 2014-06-16 14:53:31 -0300
|
38582
|
+
|
38583
|
+
|
38584
|
+
Started GET "/admin/posts/1/edit" for 127.0.0.1 at 2014-06-16 14:53:39 -0300
|
38585
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT `schema_migrations`.* FROM `schema_migrations`[0m
|
38586
|
+
Processing by Admin::PostsController#edit as HTML
|
38587
|
+
Parameters: {"id"=>"1"}
|
38588
|
+
[1m[35mAdminUser Load (0.2ms)[0m SELECT `admin_users`.* FROM `admin_users` WHERE `admin_users`.`id` = 1 ORDER BY `admin_users`.`id` ASC LIMIT 1
|
38589
|
+
[1m[36mPost Load (0.1ms)[0m [1mSELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 1 LIMIT 1[0m
|
38590
|
+
[1m[35mPost Load (0.2ms)[0m SELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 1 LIMIT 1
|
38591
|
+
Rendered /Users/ricardonacif/rails_projects/active_admin_jcrop/app/views/active_admin_jcrop/_jcrop_modal.html.erb (1.9ms)
|
38592
|
+
Rendered /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/app/views/active_admin/resource/edit.html.arb (582.8ms)
|
38593
|
+
Completed 200 OK in 630ms (Views: 592.7ms | ActiveRecord: 4.7ms)
|
38594
|
+
|
38595
|
+
|
38596
|
+
Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2014-06-16 14:53:40 -0300
|
38597
|
+
|
38598
|
+
|
38599
|
+
Started GET "/assets/active_admin_jcrop/crop_modal.css?body=1" for 127.0.0.1 at 2014-06-16 14:53:40 -0300
|
38600
|
+
|
38601
|
+
|
38602
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-06-16 14:53:40 -0300
|
38603
|
+
|
38604
|
+
|
38605
|
+
Started GET "/assets/active_admin_jcrop/jquery.Jcrop.min.css?body=1" for 127.0.0.1 at 2014-06-16 14:53:40 -0300
|
38606
|
+
|
38607
|
+
|
38608
|
+
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-06-16 14:53:40 -0300
|
38609
|
+
|
38610
|
+
|
38611
|
+
Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-06-16 14:53:40 -0300
|
38612
|
+
|
38613
|
+
|
38614
|
+
Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-06-16 14:53:40 -0300
|
38615
|
+
|
38616
|
+
|
38617
|
+
Started GET "/assets/jquery.ui.button.js?body=1" for 127.0.0.1 at 2014-06-16 14:53:40 -0300
|
38618
|
+
|
38619
|
+
|
38620
|
+
Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2014-06-16 14:53:40 -0300
|
38621
|
+
|
38622
|
+
|
38623
|
+
Started GET "/assets/jquery.ui.draggable.js?body=1" for 127.0.0.1 at 2014-06-16 14:53:40 -0300
|
38624
|
+
|
38625
|
+
|
38626
|
+
Started GET "/assets/jquery.ui.position.js?body=1" for 127.0.0.1 at 2014-06-16 14:53:40 -0300
|
38627
|
+
|
38628
|
+
|
38629
|
+
Started GET "/assets/jquery.ui.resizable.js?body=1" for 127.0.0.1 at 2014-06-16 14:53:40 -0300
|
38630
|
+
|
38631
|
+
|
38632
|
+
Started GET "/assets/jquery.ui.dialog.js?body=1" for 127.0.0.1 at 2014-06-16 14:53:40 -0300
|
38633
|
+
|
38634
|
+
|
38635
|
+
Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2014-06-16 14:53:40 -0300
|
38636
|
+
|
38637
|
+
|
38638
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-06-16 14:53:40 -0300
|
38639
|
+
|
38640
|
+
|
38641
|
+
Started GET "/assets/active_admin/base.js?body=1" for 127.0.0.1 at 2014-06-16 14:53:40 -0300
|
38642
|
+
|
38643
|
+
|
38644
|
+
Started GET "/assets/active_admin/lib/batch_actions.js?body=1" for 127.0.0.1 at 2014-06-16 14:53:40 -0300
|
38645
|
+
|
38646
|
+
|
38647
|
+
Started GET "/assets/active_admin/lib/checkbox-toggler.js?body=1" for 127.0.0.1 at 2014-06-16 14:53:40 -0300
|
38648
|
+
|
38649
|
+
|
38650
|
+
Started GET "/assets/active_admin/lib/dropdown-menu.js?body=1" for 127.0.0.1 at 2014-06-16 14:53:40 -0300
|
38651
|
+
|
38652
|
+
|
38653
|
+
Started GET "/assets/active_admin/lib/has_many.js?body=1" for 127.0.0.1 at 2014-06-16 14:53:40 -0300
|
38654
|
+
|
38655
|
+
|
38656
|
+
Started GET "/assets/active_admin/lib/modal_dialog.js?body=1" for 127.0.0.1 at 2014-06-16 14:53:40 -0300
|
38657
|
+
|
38658
|
+
|
38659
|
+
Started GET "/assets/active_admin/lib/popover.js?body=1" for 127.0.0.1 at 2014-06-16 14:53:40 -0300
|
38660
|
+
|
38661
|
+
|
38662
|
+
Started GET "/assets/active_admin/lib/table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2014-06-16 14:53:40 -0300
|
38663
|
+
|
38664
|
+
|
38665
|
+
Started GET "/assets/active_admin/ext/jquery-ui.js?body=1" for 127.0.0.1 at 2014-06-16 14:53:40 -0300
|
38666
|
+
|
38667
|
+
|
38668
|
+
Started GET "/assets/active_admin/ext/jquery.js?body=1" for 127.0.0.1 at 2014-06-16 14:53:40 -0300
|
38669
|
+
|
38670
|
+
|
38671
|
+
Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2014-06-16 14:53:40 -0300
|
38672
|
+
|
38673
|
+
|
38674
|
+
Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2014-06-16 14:53:40 -0300
|
38675
|
+
|
38676
|
+
|
38677
|
+
Started GET "/assets/active_admin_jcrop/crop_modal.js?body=1" for 127.0.0.1 at 2014-06-16 14:53:40 -0300
|
38678
|
+
|
38679
|
+
|
38680
|
+
Started GET "/assets/active_admin_jcrop/jquery.color.js?body=1" for 127.0.0.1 at 2014-06-16 14:53:40 -0300
|
38681
|
+
|
38682
|
+
|
38683
|
+
Started GET "/assets/active_admin_jcrop/jquery.Jcrop.min.js?body=1" for 127.0.0.1 at 2014-06-16 14:53:40 -0300
|
38684
|
+
|
38685
|
+
|
38686
|
+
Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2014-06-16 14:53:40 -0300
|
38687
|
+
|
38688
|
+
|
38689
|
+
Started GET "/assets/active_admin_jcrop/Jcrop.gif" for 127.0.0.1 at 2014-06-16 14:53:41 -0300
|
38690
|
+
|
38691
|
+
|
38692
|
+
Started GET "/admin/posts/1/edit" for 127.0.0.1 at 2014-06-16 14:53:59 -0300
|
38693
|
+
Processing by Admin::PostsController#edit as HTML
|
38694
|
+
Parameters: {"id"=>"1"}
|
38695
|
+
[1m[36mAdminUser Load (0.1ms)[0m [1mSELECT `admin_users`.* FROM `admin_users` WHERE `admin_users`.`id` = 1 ORDER BY `admin_users`.`id` ASC LIMIT 1[0m
|
38696
|
+
[1m[35mPost Load (0.1ms)[0m SELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 1 LIMIT 1
|
38697
|
+
[1m[36mPost Load (0.2ms)[0m [1mSELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 1 LIMIT 1[0m
|
38698
|
+
Rendered /Users/ricardonacif/rails_projects/active_admin_jcrop/app/views/active_admin_jcrop/_jcrop_modal.html.erb (1.1ms)
|
38699
|
+
Rendered /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/app/views/active_admin/resource/edit.html.arb (31.8ms)
|
38700
|
+
Completed 200 OK in 37ms (Views: 34.8ms | ActiveRecord: 0.4ms)
|
38701
|
+
|
38702
|
+
|
38703
|
+
Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2014-06-16 14:53:59 -0300
|
38704
|
+
|
38705
|
+
|
38706
|
+
Started GET "/assets/active_admin_jcrop/crop_modal.css?body=1" for 127.0.0.1 at 2014-06-16 14:53:59 -0300
|
38707
|
+
|
38708
|
+
|
38709
|
+
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-06-16 14:53:59 -0300
|
38710
|
+
|
38711
|
+
|
38712
|
+
Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2014-06-16 14:53:59 -0300
|
38713
|
+
|
38714
|
+
|
38715
|
+
Started GET "/assets/active_admin_jcrop/jquery.Jcrop.min.css?body=1" for 127.0.0.1 at 2014-06-16 14:53:59 -0300
|
38716
|
+
|
38717
|
+
|
38718
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-06-16 14:53:59 -0300
|
38719
|
+
|
38720
|
+
|
38721
|
+
Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-06-16 14:53:59 -0300
|
38722
|
+
|
38723
|
+
|
38724
|
+
Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-06-16 14:53:59 -0300
|
38725
|
+
|
38726
|
+
|
38727
|
+
Started GET "/assets/jquery.ui.button.js?body=1" for 127.0.0.1 at 2014-06-16 14:53:59 -0300
|
38728
|
+
|
38729
|
+
|
38730
|
+
Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2014-06-16 14:53:59 -0300
|
38731
|
+
|
38732
|
+
|
38733
|
+
Started GET "/assets/jquery.ui.draggable.js?body=1" for 127.0.0.1 at 2014-06-16 14:53:59 -0300
|
38734
|
+
|
38735
|
+
|
38736
|
+
Started GET "/assets/jquery.ui.position.js?body=1" for 127.0.0.1 at 2014-06-16 14:53:59 -0300
|
38737
|
+
|
38738
|
+
|
38739
|
+
Started GET "/assets/jquery.ui.resizable.js?body=1" for 127.0.0.1 at 2014-06-16 14:53:59 -0300
|
38740
|
+
|
38741
|
+
|
38742
|
+
Started GET "/assets/jquery.ui.dialog.js?body=1" for 127.0.0.1 at 2014-06-16 14:53:59 -0300
|
38743
|
+
|
38744
|
+
|
38745
|
+
Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2014-06-16 14:53:59 -0300
|
38746
|
+
|
38747
|
+
|
38748
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-06-16 14:53:59 -0300
|
38749
|
+
|
38750
|
+
|
38751
|
+
Started GET "/assets/active_admin/base.js?body=1" for 127.0.0.1 at 2014-06-16 14:53:59 -0300
|
38752
|
+
|
38753
|
+
|
38754
|
+
Started GET "/assets/active_admin/lib/batch_actions.js?body=1" for 127.0.0.1 at 2014-06-16 14:53:59 -0300
|
38755
|
+
|
38756
|
+
|
38757
|
+
Started GET "/assets/active_admin/lib/checkbox-toggler.js?body=1" for 127.0.0.1 at 2014-06-16 14:53:59 -0300
|
38758
|
+
|
38759
|
+
|
38760
|
+
Started GET "/assets/active_admin/lib/dropdown-menu.js?body=1" for 127.0.0.1 at 2014-06-16 14:53:59 -0300
|
38761
|
+
|
38762
|
+
|
38763
|
+
Started GET "/assets/active_admin/lib/has_many.js?body=1" for 127.0.0.1 at 2014-06-16 14:53:59 -0300
|
38764
|
+
|
38765
|
+
|
38766
|
+
Started GET "/assets/active_admin/lib/modal_dialog.js?body=1" for 127.0.0.1 at 2014-06-16 14:53:59 -0300
|
38767
|
+
|
38768
|
+
|
38769
|
+
Started GET "/assets/active_admin/lib/popover.js?body=1" for 127.0.0.1 at 2014-06-16 14:53:59 -0300
|
38770
|
+
|
38771
|
+
|
38772
|
+
Started GET "/assets/active_admin/lib/table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2014-06-16 14:53:59 -0300
|
38773
|
+
|
38774
|
+
|
38775
|
+
Started GET "/assets/active_admin/ext/jquery-ui.js?body=1" for 127.0.0.1 at 2014-06-16 14:53:59 -0300
|
38776
|
+
|
38777
|
+
|
38778
|
+
Started GET "/assets/active_admin/ext/jquery.js?body=1" for 127.0.0.1 at 2014-06-16 14:53:59 -0300
|
38779
|
+
|
38780
|
+
|
38781
|
+
Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2014-06-16 14:53:59 -0300
|
38782
|
+
|
38783
|
+
|
38784
|
+
Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2014-06-16 14:53:59 -0300
|
38785
|
+
|
38786
|
+
|
38787
|
+
Started GET "/assets/active_admin_jcrop/crop_modal.js?body=1" for 127.0.0.1 at 2014-06-16 14:53:59 -0300
|
38788
|
+
|
38789
|
+
|
38790
|
+
Started GET "/assets/active_admin_jcrop/jquery.color.js?body=1" for 127.0.0.1 at 2014-06-16 14:53:59 -0300
|
38791
|
+
|
38792
|
+
|
38793
|
+
Started GET "/assets/active_admin_jcrop/jquery.Jcrop.min.js?body=1" for 127.0.0.1 at 2014-06-16 14:53:59 -0300
|
38794
|
+
|
38795
|
+
|
38796
|
+
Started GET "/assets/active_admin_jcrop/Jcrop.gif" for 127.0.0.1 at 2014-06-16 14:54:00 -0300
|
38797
|
+
|
38798
|
+
|
38799
|
+
Started GET "/admin/posts/1/edit" for 127.0.0.1 at 2014-06-16 14:54:16 -0300
|
38800
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT `schema_migrations`.* FROM `schema_migrations`[0m
|
38801
|
+
Processing by Admin::PostsController#edit as HTML
|
38802
|
+
Parameters: {"id"=>"1"}
|
38803
|
+
[1m[35mAdminUser Load (0.1ms)[0m SELECT `admin_users`.* FROM `admin_users` WHERE `admin_users`.`id` = 1 ORDER BY `admin_users`.`id` ASC LIMIT 1
|
38804
|
+
[1m[36mPost Load (0.1ms)[0m [1mSELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 1 LIMIT 1[0m
|
38805
|
+
[1m[35mPost Load (0.1ms)[0m SELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 1 LIMIT 1
|
38806
|
+
Rendered /Users/ricardonacif/rails_projects/active_admin_jcrop/app/views/active_admin_jcrop/_jcrop_modal.html.erb (2.1ms)
|
38807
|
+
Rendered /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/app/views/active_admin/resource/edit.html.arb (573.7ms)
|
38808
|
+
Completed 200 OK in 617ms (Views: 584.5ms | ActiveRecord: 4.8ms)
|
38809
|
+
|
38810
|
+
|
38811
|
+
Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2014-06-16 14:54:17 -0300
|
38812
|
+
|
38813
|
+
|
38814
|
+
Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2014-06-16 14:54:17 -0300
|
38815
|
+
|
38816
|
+
|
38817
|
+
Started GET "/assets/active_admin_jcrop/jquery.Jcrop.min.css?body=1" for 127.0.0.1 at 2014-06-16 14:54:17 -0300
|
38818
|
+
|
38819
|
+
|
38820
|
+
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-06-16 14:54:17 -0300
|
38821
|
+
|
38822
|
+
|
38823
|
+
Started GET "/assets/active_admin_jcrop/crop_modal.css?body=1" for 127.0.0.1 at 2014-06-16 14:54:17 -0300
|
38824
|
+
|
38825
|
+
|
38826
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-06-16 14:54:17 -0300
|
38827
|
+
|
38828
|
+
|
38829
|
+
Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-06-16 14:54:17 -0300
|
38830
|
+
|
38831
|
+
|
38832
|
+
Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-06-16 14:54:17 -0300
|
38833
|
+
|
38834
|
+
|
38835
|
+
Started GET "/assets/jquery.ui.button.js?body=1" for 127.0.0.1 at 2014-06-16 14:54:17 -0300
|
38836
|
+
|
38837
|
+
|
38838
|
+
Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2014-06-16 14:54:17 -0300
|
38839
|
+
|
38840
|
+
|
38841
|
+
Started GET "/assets/jquery.ui.draggable.js?body=1" for 127.0.0.1 at 2014-06-16 14:54:17 -0300
|
38842
|
+
|
38843
|
+
|
38844
|
+
Started GET "/assets/jquery.ui.position.js?body=1" for 127.0.0.1 at 2014-06-16 14:54:17 -0300
|
38845
|
+
|
38846
|
+
|
38847
|
+
Started GET "/assets/jquery.ui.resizable.js?body=1" for 127.0.0.1 at 2014-06-16 14:54:17 -0300
|
38848
|
+
|
38849
|
+
|
38850
|
+
Started GET "/assets/jquery.ui.dialog.js?body=1" for 127.0.0.1 at 2014-06-16 14:54:17 -0300
|
38851
|
+
|
38852
|
+
|
38853
|
+
Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2014-06-16 14:54:17 -0300
|
38854
|
+
|
38855
|
+
|
38856
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-06-16 14:54:17 -0300
|
38857
|
+
|
38858
|
+
|
38859
|
+
Started GET "/assets/active_admin/base.js?body=1" for 127.0.0.1 at 2014-06-16 14:54:17 -0300
|
38860
|
+
|
38861
|
+
|
38862
|
+
Started GET "/assets/active_admin/lib/batch_actions.js?body=1" for 127.0.0.1 at 2014-06-16 14:54:17 -0300
|
38863
|
+
|
38864
|
+
|
38865
|
+
Started GET "/assets/active_admin/lib/checkbox-toggler.js?body=1" for 127.0.0.1 at 2014-06-16 14:54:17 -0300
|
38866
|
+
|
38867
|
+
|
38868
|
+
Started GET "/assets/active_admin/lib/dropdown-menu.js?body=1" for 127.0.0.1 at 2014-06-16 14:54:17 -0300
|
38869
|
+
|
38870
|
+
|
38871
|
+
Started GET "/assets/active_admin/lib/has_many.js?body=1" for 127.0.0.1 at 2014-06-16 14:54:18 -0300
|
38872
|
+
|
38873
|
+
|
38874
|
+
Started GET "/assets/active_admin/lib/modal_dialog.js?body=1" for 127.0.0.1 at 2014-06-16 14:54:18 -0300
|
38875
|
+
|
38876
|
+
|
38877
|
+
Started GET "/assets/active_admin/lib/popover.js?body=1" for 127.0.0.1 at 2014-06-16 14:54:18 -0300
|
38878
|
+
|
38879
|
+
|
38880
|
+
Started GET "/assets/active_admin/lib/table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2014-06-16 14:54:18 -0300
|
38881
|
+
|
38882
|
+
|
38883
|
+
Started GET "/assets/active_admin/ext/jquery-ui.js?body=1" for 127.0.0.1 at 2014-06-16 14:54:18 -0300
|
38884
|
+
|
38885
|
+
|
38886
|
+
Started GET "/assets/active_admin/ext/jquery.js?body=1" for 127.0.0.1 at 2014-06-16 14:54:18 -0300
|
38887
|
+
|
38888
|
+
|
38889
|
+
Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2014-06-16 14:54:18 -0300
|
38890
|
+
|
38891
|
+
|
38892
|
+
Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2014-06-16 14:54:18 -0300
|
38893
|
+
|
38894
|
+
|
38895
|
+
Started GET "/assets/active_admin_jcrop/crop_modal.js?body=1" for 127.0.0.1 at 2014-06-16 14:54:18 -0300
|
38896
|
+
|
38897
|
+
|
38898
|
+
Started GET "/assets/active_admin_jcrop/jquery.color.js?body=1" for 127.0.0.1 at 2014-06-16 14:54:18 -0300
|
38899
|
+
|
38900
|
+
|
38901
|
+
Started GET "/assets/active_admin_jcrop/jquery.Jcrop.min.js?body=1" for 127.0.0.1 at 2014-06-16 14:54:18 -0300
|
38902
|
+
|
38903
|
+
|
38904
|
+
Started GET "/assets/active_admin_jcrop/Jcrop.gif" for 127.0.0.1 at 2014-06-16 14:54:18 -0300
|
38905
|
+
|
38906
|
+
|
38907
|
+
Started GET "/admin/posts/1/edit" for 127.0.0.1 at 2014-06-16 14:54:34 -0300
|
38908
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT `schema_migrations`.* FROM `schema_migrations`[0m
|
38909
|
+
Processing by Admin::PostsController#edit as HTML
|
38910
|
+
Parameters: {"id"=>"1"}
|
38911
|
+
[1m[35mAdminUser Load (0.2ms)[0m SELECT `admin_users`.* FROM `admin_users` WHERE `admin_users`.`id` = 1 ORDER BY `admin_users`.`id` ASC LIMIT 1
|
38912
|
+
[1m[36mPost Load (0.1ms)[0m [1mSELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 1 LIMIT 1[0m
|
38913
|
+
[1m[35mPost Load (0.2ms)[0m SELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 1 LIMIT 1
|
38914
|
+
Rendered /Users/ricardonacif/rails_projects/active_admin_jcrop/app/views/active_admin_jcrop/_jcrop_modal.html.erb (1.9ms)
|
38915
|
+
Rendered /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/app/views/active_admin/resource/edit.html.arb (576.2ms)
|
38916
|
+
Completed 200 OK in 620ms (Views: 586.3ms | ActiveRecord: 5.4ms)
|
38917
|
+
|
38918
|
+
|
38919
|
+
Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2014-06-16 14:54:35 -0300
|
38920
|
+
|
38921
|
+
|
38922
|
+
Started GET "/assets/active_admin_jcrop/crop_modal.css?body=1" for 127.0.0.1 at 2014-06-16 14:54:35 -0300
|
38923
|
+
|
38924
|
+
|
38925
|
+
Started GET "/assets/active_admin_jcrop/jquery.Jcrop.min.css?body=1" for 127.0.0.1 at 2014-06-16 14:54:35 -0300
|
38926
|
+
|
38927
|
+
|
38928
|
+
Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-06-16 14:54:35 -0300
|
38929
|
+
|
38930
|
+
|
38931
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-06-16 14:54:35 -0300
|
38932
|
+
|
38933
|
+
|
38934
|
+
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-06-16 14:54:35 -0300
|
38935
|
+
|
38936
|
+
|
38937
|
+
Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-06-16 14:54:35 -0300
|
38938
|
+
|
38939
|
+
|
38940
|
+
Started GET "/assets/jquery.ui.button.js?body=1" for 127.0.0.1 at 2014-06-16 14:54:35 -0300
|
38941
|
+
|
38942
|
+
|
38943
|
+
Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2014-06-16 14:54:35 -0300
|
38944
|
+
|
38945
|
+
|
38946
|
+
Started GET "/assets/jquery.ui.draggable.js?body=1" for 127.0.0.1 at 2014-06-16 14:54:35 -0300
|
38947
|
+
|
38948
|
+
|
38949
|
+
Started GET "/assets/jquery.ui.position.js?body=1" for 127.0.0.1 at 2014-06-16 14:54:35 -0300
|
38950
|
+
|
38951
|
+
|
38952
|
+
Started GET "/assets/jquery.ui.resizable.js?body=1" for 127.0.0.1 at 2014-06-16 14:54:35 -0300
|
38953
|
+
|
38954
|
+
|
38955
|
+
Started GET "/assets/jquery.ui.dialog.js?body=1" for 127.0.0.1 at 2014-06-16 14:54:35 -0300
|
38956
|
+
|
38957
|
+
|
38958
|
+
Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2014-06-16 14:54:35 -0300
|
38959
|
+
|
38960
|
+
|
38961
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-06-16 14:54:35 -0300
|
38962
|
+
|
38963
|
+
|
38964
|
+
Started GET "/assets/active_admin/base.js?body=1" for 127.0.0.1 at 2014-06-16 14:54:35 -0300
|
38965
|
+
|
38966
|
+
|
38967
|
+
Started GET "/assets/active_admin/lib/batch_actions.js?body=1" for 127.0.0.1 at 2014-06-16 14:54:35 -0300
|
38968
|
+
|
38969
|
+
|
38970
|
+
Started GET "/assets/active_admin/lib/checkbox-toggler.js?body=1" for 127.0.0.1 at 2014-06-16 14:54:35 -0300
|
38971
|
+
|
38972
|
+
|
38973
|
+
Started GET "/assets/active_admin/lib/dropdown-menu.js?body=1" for 127.0.0.1 at 2014-06-16 14:54:35 -0300
|
38974
|
+
|
38975
|
+
|
38976
|
+
Started GET "/assets/active_admin/lib/has_many.js?body=1" for 127.0.0.1 at 2014-06-16 14:54:35 -0300
|
38977
|
+
|
38978
|
+
|
38979
|
+
Started GET "/assets/active_admin/lib/modal_dialog.js?body=1" for 127.0.0.1 at 2014-06-16 14:54:35 -0300
|
38980
|
+
|
38981
|
+
|
38982
|
+
Started GET "/assets/active_admin/lib/popover.js?body=1" for 127.0.0.1 at 2014-06-16 14:54:35 -0300
|
38983
|
+
|
38984
|
+
|
38985
|
+
Started GET "/assets/active_admin/lib/table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2014-06-16 14:54:35 -0300
|
38986
|
+
|
38987
|
+
|
38988
|
+
Started GET "/assets/active_admin/ext/jquery-ui.js?body=1" for 127.0.0.1 at 2014-06-16 14:54:35 -0300
|
38989
|
+
|
38990
|
+
|
38991
|
+
Started GET "/assets/active_admin/ext/jquery.js?body=1" for 127.0.0.1 at 2014-06-16 14:54:35 -0300
|
38992
|
+
|
38993
|
+
|
38994
|
+
Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2014-06-16 14:54:35 -0300
|
38995
|
+
|
38996
|
+
|
38997
|
+
Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2014-06-16 14:54:35 -0300
|
38998
|
+
|
38999
|
+
|
39000
|
+
Started GET "/assets/active_admin_jcrop/crop_modal.js?body=1" for 127.0.0.1 at 2014-06-16 14:54:35 -0300
|
39001
|
+
|
39002
|
+
|
39003
|
+
Started GET "/assets/active_admin_jcrop/jquery.color.js?body=1" for 127.0.0.1 at 2014-06-16 14:54:35 -0300
|
39004
|
+
|
39005
|
+
|
39006
|
+
Started GET "/assets/active_admin_jcrop/jquery.Jcrop.min.js?body=1" for 127.0.0.1 at 2014-06-16 14:54:35 -0300
|
39007
|
+
|
39008
|
+
|
39009
|
+
Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2014-06-16 14:54:35 -0300
|
39010
|
+
|
39011
|
+
|
39012
|
+
Started GET "/assets/active_admin_jcrop/Jcrop.gif" for 127.0.0.1 at 2014-06-16 14:54:36 -0300
|
39013
|
+
|
39014
|
+
|
39015
|
+
Started GET "/admin/posts/1/edit" for 127.0.0.1 at 2014-06-16 14:55:00 -0300
|
39016
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT `schema_migrations`.* FROM `schema_migrations`[0m
|
39017
|
+
Processing by Admin::PostsController#edit as HTML
|
39018
|
+
Parameters: {"id"=>"1"}
|
39019
|
+
[1m[35mAdminUser Load (0.2ms)[0m SELECT `admin_users`.* FROM `admin_users` WHERE `admin_users`.`id` = 1 ORDER BY `admin_users`.`id` ASC LIMIT 1
|
39020
|
+
[1m[36mPost Load (0.1ms)[0m [1mSELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 1 LIMIT 1[0m
|
39021
|
+
[1m[35mPost Load (0.2ms)[0m SELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 1 LIMIT 1
|
39022
|
+
Rendered /Users/ricardonacif/rails_projects/active_admin_jcrop/app/views/active_admin_jcrop/_jcrop_modal.html.erb (2.0ms)
|
39023
|
+
Rendered /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/app/views/active_admin/resource/edit.html.arb (578.0ms)
|
39024
|
+
Completed 200 OK in 627ms (Views: 588.7ms | ActiveRecord: 5.4ms)
|
39025
|
+
|
39026
|
+
|
39027
|
+
Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2014-06-16 14:55:01 -0300
|
39028
|
+
|
39029
|
+
|
39030
|
+
Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2014-06-16 14:55:01 -0300
|
39031
|
+
|
39032
|
+
|
39033
|
+
Started GET "/assets/active_admin_jcrop/jquery.Jcrop.min.css?body=1" for 127.0.0.1 at 2014-06-16 14:55:01 -0300
|
39034
|
+
|
39035
|
+
|
39036
|
+
Started GET "/assets/active_admin_jcrop/crop_modal.css?body=1" for 127.0.0.1 at 2014-06-16 14:55:01 -0300
|
39037
|
+
|
39038
|
+
|
39039
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-06-16 14:55:01 -0300
|
39040
|
+
|
39041
|
+
|
39042
|
+
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-06-16 14:55:01 -0300
|
39043
|
+
|
39044
|
+
|
39045
|
+
Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-06-16 14:55:01 -0300
|
39046
|
+
|
39047
|
+
|
39048
|
+
Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-06-16 14:55:01 -0300
|
39049
|
+
|
39050
|
+
|
39051
|
+
Started GET "/assets/jquery.ui.button.js?body=1" for 127.0.0.1 at 2014-06-16 14:55:01 -0300
|
39052
|
+
|
39053
|
+
|
39054
|
+
Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2014-06-16 14:55:01 -0300
|
39055
|
+
|
39056
|
+
|
39057
|
+
Started GET "/assets/jquery.ui.draggable.js?body=1" for 127.0.0.1 at 2014-06-16 14:55:01 -0300
|
39058
|
+
|
39059
|
+
|
39060
|
+
Started GET "/assets/jquery.ui.position.js?body=1" for 127.0.0.1 at 2014-06-16 14:55:01 -0300
|
39061
|
+
|
39062
|
+
|
39063
|
+
Started GET "/assets/jquery.ui.resizable.js?body=1" for 127.0.0.1 at 2014-06-16 14:55:01 -0300
|
39064
|
+
|
39065
|
+
|
39066
|
+
Started GET "/assets/jquery.ui.dialog.js?body=1" for 127.0.0.1 at 2014-06-16 14:55:01 -0300
|
39067
|
+
|
39068
|
+
|
39069
|
+
Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2014-06-16 14:55:01 -0300
|
39070
|
+
|
39071
|
+
|
39072
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-06-16 14:55:01 -0300
|
39073
|
+
|
39074
|
+
|
39075
|
+
Started GET "/assets/active_admin/base.js?body=1" for 127.0.0.1 at 2014-06-16 14:55:01 -0300
|
39076
|
+
|
39077
|
+
|
39078
|
+
Started GET "/assets/active_admin/lib/batch_actions.js?body=1" for 127.0.0.1 at 2014-06-16 14:55:01 -0300
|
39079
|
+
|
39080
|
+
|
39081
|
+
Started GET "/assets/active_admin/lib/checkbox-toggler.js?body=1" for 127.0.0.1 at 2014-06-16 14:55:01 -0300
|
39082
|
+
|
39083
|
+
|
39084
|
+
Started GET "/assets/active_admin/lib/dropdown-menu.js?body=1" for 127.0.0.1 at 2014-06-16 14:55:01 -0300
|
39085
|
+
|
39086
|
+
|
39087
|
+
Started GET "/assets/active_admin/lib/has_many.js?body=1" for 127.0.0.1 at 2014-06-16 14:55:01 -0300
|
39088
|
+
|
39089
|
+
|
39090
|
+
Started GET "/assets/active_admin/lib/modal_dialog.js?body=1" for 127.0.0.1 at 2014-06-16 14:55:01 -0300
|
39091
|
+
|
39092
|
+
|
39093
|
+
Started GET "/assets/active_admin/lib/popover.js?body=1" for 127.0.0.1 at 2014-06-16 14:55:01 -0300
|
39094
|
+
|
39095
|
+
|
39096
|
+
Started GET "/assets/active_admin/lib/table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2014-06-16 14:55:01 -0300
|
39097
|
+
|
39098
|
+
|
39099
|
+
Started GET "/assets/active_admin/ext/jquery-ui.js?body=1" for 127.0.0.1 at 2014-06-16 14:55:01 -0300
|
39100
|
+
|
39101
|
+
|
39102
|
+
Started GET "/assets/active_admin/ext/jquery.js?body=1" for 127.0.0.1 at 2014-06-16 14:55:01 -0300
|
39103
|
+
|
39104
|
+
|
39105
|
+
Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2014-06-16 14:55:01 -0300
|
39106
|
+
|
39107
|
+
|
39108
|
+
Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2014-06-16 14:55:01 -0300
|
39109
|
+
|
39110
|
+
|
39111
|
+
Started GET "/assets/active_admin_jcrop/crop_modal.js?body=1" for 127.0.0.1 at 2014-06-16 14:55:01 -0300
|
39112
|
+
|
39113
|
+
|
39114
|
+
Started GET "/assets/active_admin_jcrop/jquery.color.js?body=1" for 127.0.0.1 at 2014-06-16 14:55:01 -0300
|
39115
|
+
|
39116
|
+
|
39117
|
+
Started GET "/assets/active_admin_jcrop/jquery.Jcrop.min.js?body=1" for 127.0.0.1 at 2014-06-16 14:55:01 -0300
|
39118
|
+
|
39119
|
+
|
39120
|
+
Started GET "/assets/active_admin_jcrop/Jcrop.gif" for 127.0.0.1 at 2014-06-16 14:55:02 -0300
|
39121
|
+
|
39122
|
+
|
39123
|
+
Started GET "/admin/posts/1/edit" for 127.0.0.1 at 2014-06-16 15:01:39 -0300
|
39124
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT `schema_migrations`.* FROM `schema_migrations`[0m
|
39125
|
+
Processing by Admin::PostsController#edit as HTML
|
39126
|
+
Parameters: {"id"=>"1"}
|
39127
|
+
[1m[35mAdminUser Load (0.1ms)[0m SELECT `admin_users`.* FROM `admin_users` WHERE `admin_users`.`id` = 1 ORDER BY `admin_users`.`id` ASC LIMIT 1
|
39128
|
+
[1m[36mPost Load (0.1ms)[0m [1mSELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 1 LIMIT 1[0m
|
39129
|
+
[1m[35mPost Load (0.1ms)[0m SELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 1 LIMIT 1
|
39130
|
+
Rendered /Users/ricardonacif/rails_projects/active_admin_jcrop/app/views/active_admin_jcrop/_jcrop_modal.html.erb (2.1ms)
|
39131
|
+
Rendered /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/app/views/active_admin/resource/edit.html.arb (575.3ms)
|
39132
|
+
Completed 200 OK in 620ms (Views: 585.9ms | ActiveRecord: 4.7ms)
|
39133
|
+
|
39134
|
+
|
39135
|
+
Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2014-06-16 15:01:40 -0300
|
39136
|
+
|
39137
|
+
|
39138
|
+
Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2014-06-16 15:01:40 -0300
|
39139
|
+
|
39140
|
+
|
39141
|
+
Started GET "/assets/active_admin_jcrop/crop_modal.css?body=1" for 127.0.0.1 at 2014-06-16 15:01:40 -0300
|
39142
|
+
|
39143
|
+
|
39144
|
+
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-06-16 15:01:40 -0300
|
39145
|
+
|
39146
|
+
|
39147
|
+
Started GET "/assets/active_admin_jcrop/jquery.Jcrop.min.css?body=1" for 127.0.0.1 at 2014-06-16 15:01:40 -0300
|
39148
|
+
|
39149
|
+
|
39150
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-06-16 15:01:40 -0300
|
39151
|
+
|
39152
|
+
|
39153
|
+
Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-06-16 15:01:40 -0300
|
39154
|
+
|
39155
|
+
|
39156
|
+
Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-06-16 15:01:40 -0300
|
39157
|
+
|
39158
|
+
|
39159
|
+
Started GET "/assets/jquery.ui.button.js?body=1" for 127.0.0.1 at 2014-06-16 15:01:40 -0300
|
39160
|
+
|
39161
|
+
|
39162
|
+
Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2014-06-16 15:01:40 -0300
|
39163
|
+
|
39164
|
+
|
39165
|
+
Started GET "/assets/jquery.ui.draggable.js?body=1" for 127.0.0.1 at 2014-06-16 15:01:40 -0300
|
39166
|
+
|
39167
|
+
|
39168
|
+
Started GET "/assets/jquery.ui.position.js?body=1" for 127.0.0.1 at 2014-06-16 15:01:40 -0300
|
39169
|
+
|
39170
|
+
|
39171
|
+
Started GET "/assets/jquery.ui.resizable.js?body=1" for 127.0.0.1 at 2014-06-16 15:01:40 -0300
|
39172
|
+
|
39173
|
+
|
39174
|
+
Started GET "/assets/jquery.ui.dialog.js?body=1" for 127.0.0.1 at 2014-06-16 15:01:40 -0300
|
39175
|
+
|
39176
|
+
|
39177
|
+
Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2014-06-16 15:01:40 -0300
|
39178
|
+
|
39179
|
+
|
39180
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-06-16 15:01:40 -0300
|
39181
|
+
|
39182
|
+
|
39183
|
+
Started GET "/assets/active_admin/base.js?body=1" for 127.0.0.1 at 2014-06-16 15:01:40 -0300
|
39184
|
+
|
39185
|
+
|
39186
|
+
Started GET "/assets/active_admin/lib/batch_actions.js?body=1" for 127.0.0.1 at 2014-06-16 15:01:40 -0300
|
39187
|
+
|
39188
|
+
|
39189
|
+
Started GET "/assets/active_admin/lib/checkbox-toggler.js?body=1" for 127.0.0.1 at 2014-06-16 15:01:40 -0300
|
39190
|
+
|
39191
|
+
|
39192
|
+
Started GET "/assets/active_admin/lib/dropdown-menu.js?body=1" for 127.0.0.1 at 2014-06-16 15:01:40 -0300
|
39193
|
+
|
39194
|
+
|
39195
|
+
Started GET "/assets/active_admin/lib/has_many.js?body=1" for 127.0.0.1 at 2014-06-16 15:01:41 -0300
|
39196
|
+
|
39197
|
+
|
39198
|
+
Started GET "/assets/active_admin/lib/modal_dialog.js?body=1" for 127.0.0.1 at 2014-06-16 15:01:41 -0300
|
39199
|
+
|
39200
|
+
|
39201
|
+
Started GET "/assets/active_admin/lib/popover.js?body=1" for 127.0.0.1 at 2014-06-16 15:01:41 -0300
|
39202
|
+
|
39203
|
+
|
39204
|
+
Started GET "/assets/active_admin/lib/table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2014-06-16 15:01:41 -0300
|
39205
|
+
|
39206
|
+
|
39207
|
+
Started GET "/assets/active_admin/ext/jquery-ui.js?body=1" for 127.0.0.1 at 2014-06-16 15:01:41 -0300
|
39208
|
+
|
39209
|
+
|
39210
|
+
Started GET "/assets/active_admin/ext/jquery.js?body=1" for 127.0.0.1 at 2014-06-16 15:01:41 -0300
|
39211
|
+
|
39212
|
+
|
39213
|
+
Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2014-06-16 15:01:41 -0300
|
39214
|
+
|
39215
|
+
|
39216
|
+
Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2014-06-16 15:01:41 -0300
|
39217
|
+
|
39218
|
+
|
39219
|
+
Started GET "/assets/active_admin_jcrop/crop_modal.js?body=1" for 127.0.0.1 at 2014-06-16 15:01:41 -0300
|
39220
|
+
|
39221
|
+
|
39222
|
+
Started GET "/assets/active_admin_jcrop/jquery.color.js?body=1" for 127.0.0.1 at 2014-06-16 15:01:41 -0300
|
39223
|
+
|
39224
|
+
|
39225
|
+
Started GET "/assets/active_admin_jcrop/jquery.Jcrop.min.js?body=1" for 127.0.0.1 at 2014-06-16 15:01:41 -0300
|
39226
|
+
|
39227
|
+
|
39228
|
+
Started GET "/assets/active_admin_jcrop/Jcrop.gif" for 127.0.0.1 at 2014-06-16 15:01:41 -0300
|
39229
|
+
|
39230
|
+
|
39231
|
+
Started PUT "/admin/posts/1/jcropper" for 127.0.0.1 at 2014-06-16 15:01:52 -0300
|
39232
|
+
Processing by Admin::PostsController#jcropper as */*
|
39233
|
+
Parameters: {"image_data"=>{"object_class"=>"post", "object_id"=>"1", "crop_field"=>"image", "jcropper_url"=>"/admin/posts/1/jcropper", "crop_x"=>"9", "crop_y"=>"0", "crop_w"=>"147", "crop_h"=>"147"}, "id"=>"1"}
|
39234
|
+
[1m[36mAdminUser Load (0.2ms)[0m [1mSELECT `admin_users`.* FROM `admin_users` WHERE `admin_users`.`id` = 1 ORDER BY `admin_users`.`id` ASC LIMIT 1[0m
|
39235
|
+
[1m[35mPost Load (0.1ms)[0m SELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 1 LIMIT 1
|
39236
|
+
Completed 200 OK in 416ms (Views: 0.3ms | ActiveRecord: 0.3ms)
|