Posts by LucianeRoqueFernandes • 41 points
4 posts
-
-1
votes1
answer20
viewsQ: how to save data from an api with ruby and sqlite3
I’m creating an app only in ruby, with sqlite 3,I have to create the bd in bin setup to save the parameters of the api,I’m trying to make this foma: #!/usr/bin/env ruby require 'sqlite3' require…
-
0
votes1
answer32
viewsQ: How to return multiple parameters from a Ruby Api name with Faraday
Hello, I have a question of how to return multiple parameters of an attribute in an api. I’ve tried concatenating using | and %df but could not. It only accepts a name and prints correctly, when I…
-
2
votes2
answers124
viewsQ: Doubt in array method each_with_index
When executing the method below it prints literally 0 x 2, 1 x 4. etc.. I need to find a solution to print only the result of the value product by the index. My current code: array = [2,4,6,8]…
-
-1
votes2
answers33
viewsQ: how to display keys in the browser?
Hello, I want to display a word but with "{}" example {word} follows part of the code in question function LogoCovid() { return ( <LogoStyle> Dev {palavra} </LogoStyle> Citation I have…