Posts by Rodolfo Peixoto • 31 points
5 posts
-
0
votes0
answers200
viewsQ: Error Connect Android Json Parse HTTP Showing in Fragment
I have a problem when it’s time to connect, someone could help me please. I’m new and I’m not able to make the connection of JSON PARSE HTTP with FRAGMENTS all tutorials show with ACTIVITY, but I’ve…
androidasked Rodolfo Peixoto 31 -
0
votes2
answers126
viewsA: Error Undefined method `sign_in_as! '
Good morning, I did what you told me, but the error persists. I am using: Archive: authentication_helpers.Rb module AuthenticationHelpers def sign_in_as!(user) visit '/signin' fill_in "Name", with:…
rubyanswered Rodolfo Peixoto 31 -
1
votes1
answer52
viewsQ: Ruby on Rails problem 3.2 - It shows in HTML Git commands
When I push to the server (I’m using Jenkis and gitlab ) when I check the address it shows several errors. www.scti.uenf.br this is the site that is in trouble. Ruby 1.8.2 Rails 3.2 Jenkins Gitlab…
-
0
votes2
answers126
viewsQ: Error Undefined method `sign_in_as! '
I’m making the following mistake: Failure/Error: sign_in_as!(user) Nomethoderror: Undefined method `sign_in_as! ' for Someone could help me! I’ve added the module, but nothing! I’m very grateful to…
rubyasked Rodolfo Peixoto 31 -
2
votes0
answers125
viewsQ: How to create a Mock in Ruby On Rails (Carrierwave) to simulate sending an image to a S3 (Cloudinary)
I created a project creation system with image. My images are uploaded to Cloudinary + Carrierwave. Before the Test did not break because I sent to the server, but when I integrated in Cloudinary…