Miguel Michelson Martinez

Results 242 comments of Miguel Michelson Martinez
trafficstars

is possible that the js returned in ajax is not being interpreted as js. I would recommend that you try something like js rendering instead of html, so the template...

Hi , it seems that `$("pop_up_container").html( "#{render partial 'display_compare_revenue'}" );` it's wrong it should be `$("#pop_up_container").` note the `#` for readability please format you code in your comments, I've do...

Hi @Shekharrajak , this looks good!. Could you provide an example in spec/dummy for iruby in order to do some integration tests? best!

Hi Shekhar, thanks for this contribution , I guess this will be very helpful for iruby users. Let me check this out , do some tests and merge this PR...

Hi @Shekharrajak , The example should be moved to spec/dummy_iruby in order to merge this the example should contain all the dependences in a Gemfile , and the iRuby dep...

yup , I'm not seeing any html output for the graph i'm doing `bundle exec iruby notebook` inside spec/dummy_iruby ![image](https://cloud.githubusercontent.com/assets/11976/26817091/199b1f90-4a63-11e7-9799-d5aff422d12b.png) I've updated the gemfile as follows: ``` source "http://rubygems.org" gem...

can you paste your implementation? is hard to tell which is the problem without code

Thanks, I will review it asap Atte. Miguel Michelson Martinez www.artenlinea.com On Mon, Aug 26, 2013 at 11:18 AM, TheBatman [email protected]: > the code is exactly the same as the...

Yes, it Looks like an authentication issue El jueves, 29 de agosto de 2013, Connor escribió: > the authentication error looks like; > > Signet::AuthorizationError: Authorization failed. Server message: >...

Thanks for report this , yes the README doc have to be updated