[Rails] click on links from an array

2018-04-19 Thread Abdel Latif
HI, I have an array that has hrefs : arr=["https://demo.massbrc.com/applicants/57/applicant_identity_documents/new;, "https://demo.massbrc.com/applicants/47/applicant_identity_documents/new;] arr.each do |link| driver.find_element(xpath: "//*[@href='#{link}']").click

Re: [Rails] Audio call voice not working.

2018-04-19 Thread Colin Law
On 19 April 2018 at 15:08, Prateek Singh wrote: > Hello I have update all the changes according to bigbluebutton install > process connectivity is okay, > > 1. When we call with Other member he will not receive my voice. > 2. I will receive Other member voice. I

[Rails] Audio call voice not working.

2018-04-19 Thread Prateek Singh
Hello I have update all the changes according to bigbluebutton install process connectivity is okay, 1. When we call with Other member he will not receive my voice. 2. I will receive Other member voice. PLease let me know why this problem comes, I have restarted nginx as well as sudo

Re: [Rails] Is there any tool to convet ActiveRecord 2.3.5 statement to sql

2018-04-19 Thread tonypm
For ActiveRecord in Rails 2.3, you can use .construct_finder_sql({}) tonypm On Saturday, 14 April 2018 15:13:15 UTC+1, Hassan Schroeder wrote: > > On Fri, Apr 13, 2018 at 10:13 PM, nyt1972 > wrote: > > > I want to ask Is there any tool to convet ActiveRecord 2.3.5