How about javascript errors? What does the fire bug console say?
On Aug 27, 2012 10:31 AM, "danitxu" <[email protected]> wrote:

> Do you have any errors in your javascript console?  That's the usual
>> cause of spinner not closing problems.  If so, please post them.
>>
> No, I don't see any error. Just after the GET, it appears the PUT:
>
> Started GET "/frogas/1-abc" for 127.0.0.1 at 2012-08-27 18:23:19 +0200
>
>   Processing by FrogasController#show as HTML
>
>   Parameters: {"id"=>"1-abc"}
>
>   User Load (0.2ms)  SELECT "users".* FROM "users" WHERE "users"."id" = ?
> LIMIT 1  [["id", "1"]]
>
>   Froga Load (0.2ms)  SELECT "frogas".* FROM "frogas" WHERE "frogas"."id"
> = ? LIMIT 1  [["id", "1-abc"]]
>
>   DRYML: Compiled app/views/frogas/show.dryml in 0.16s
>
>   User Load (0.2ms)  SELECT "users".* FROM "users" LIMIT 30
>
> Rendered frogas/show.dryml (314.8ms)
>
> Completed 200 OK in 342ms (Views: 331.9ms | ActiveRecord: 0.7ms)
>
>
>
> Started PUT "/frogas/1-abc" for 127.0.0.1 at 2012-08-27 18:23:29 +0200
>
>   Processing by FrogasController#update as JS
>
>   Parameters: {"render_options"=>{"preamble"=>"",
> "contexts_function"=>"hjq.ajax.updatePartContexts"},
> "render"=>{"0"=>{"part_context"=>"BAhbCDoQZWRpdG9yX3BhcnRJIhJmcm9nYToxOnZhbG9yBjoGRUZbAA==--a67a617096e93c9eb56c40fcea6a42697ae9128e",
> "id"=>"editor-part-1", "function"=>"hjq.ajax.update"}},
> "page_path"=>"/frogas/1-abc",
> "authenticity_token"=>"0MN0jS5y/taGhXeUI8xIp8DfW2MpOe7bo26RBA7sXnA=",
> "froga"=>{"valor"=>"33"}, "id"=>"1-abc"}
>
>   User Load (0.4ms)  SELECT "users".* FROM "users" WHERE "users"."id" = ?
> LIMIT 1  [["id", "1"]]
>
>   Froga Load (0.3ms)  SELECT "frogas".* FROM "frogas" WHERE "frogas"."id"
> = ? LIMIT 1  [["id", "1-abc"]]
>
>    (10.9ms)  UPDATE "frogas" SET "valor" = 33, "updated_at" = '2012-08-27
> 16:23:29.948943' WHERE "frogas"."id" = 1
>
> Call part: editor_part. this-id = froga:1:valor, locals = []
>
> Completed 200 OK in 434ms (Views: 0.1ms | ActiveRecord: 11.9ms)
>
> (there were a lot of lines regarding assets, none of them with error, but
> to hide them I've followed the reciped indicated here:
>
> http://stackoverflow.com/questions/6312448/how-to-disable-logging-of-asset-pipeline-sprockets-messages-in-rails-3-1
> )
>
> By the way, I remember that in hobo 1.3 I had a problem with Ajax in rails
> 3.0.17 and not in rails 3.0.12. Maybe this can be the problem?
> This is are my versions:
>   $ gemlist | grep rails
>    coffee-rails (3.1.1)
>    jquery-datatables-rails (1.10.0)
>    jquery-rails (2.1.1, 1.0.19)
>    rails (3.1.8, 3.1.4)
>    rails-dev-tweaks (0.6.1)
>    sass-rails (3.2.5, 3.1.6)
>
> In Gemfile, I see I'm using rails 3.1.8. If you want me to try any version
> that you know it's ok with the Ajax spinner, tell me and I'll do.
>     <thanks tag="again"> ; ) </thanks>
>
> --
> You received this message because you are subscribed to the Google Groups
> "Hobo Users" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/hobousers/-/eBiWcfwrTcEJ.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected].
> For more options, visit this group at
> http://groups.google.com/group/hobousers?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups "Hobo 
Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/hobousers?hl=en.

Reply via email to