Posts by Ruby Dev Junior • 51 points
5 posts
-
0
votes1
answer74
viewsA: Fila de Observables
Solved based on that answer: https://stackoverflow.com/questions/44769327/chain-observable-queue // component onClick(record){ this.myService._updateRecord(params).subscribe(); } // service private…
angularanswered Ruby Dev Junior 51 -
-1
votes1
answer74
viewsQ: Fila de Observables
My application has a service that runs an observable every time I click a button. The problem is that if I click several times on the button it runs the Observable several times at the same time. I…
angularasked Ruby Dev Junior 51 -
2
votes1
answer96
viewsQ: Problem while removing readonly in Internet Explorer
I have a function that removes the readonly of a field after focusing the same: $input.removeAttr('readonly'); The problem is that only in Internet Explorer even after removing readonly it does not…
-
3
votes2
answers1991
viewsQ: Apache/PHP server does not respond while making a SOAP request
I am working on a PHP application that consumes a third-party Web Service through SOAP requests. But something that’s getting in the way is that while one page is making a SOAP request no other page…
-
-1
votes1
answer403
viewsQ: Create application for two different profiles
I am working on an application that has two different types of profiles and I want to find the best way to structure my application being that: All Urls in my app will start with one of the two…
ruby-on-railsasked Ruby Dev Junior 51