Antonio F.

Joined

600 Experience
3 Lessons Completed
0 Questions Solved

Activity

Posted in ARRAY ACCESS AND INSERTION RECORD DATABASE

Hello everyone,

I would need to access the array to retrieve the information and insert it into the database (Code, Customer, Phone1, Phone2). Someone can help me?

{
:recordset => {
:row => [
[0] {
:property => [
[0] {
:name => "Code",
:value => "C0001"
},
[1] {
:name => "Customer",
:value => "ROSSI MARIO"
},
[2] {
:name => "Phone1",
:value => "1234567890"
}
]
},
[1] {
:property => [
[0] {
:name => "Code",
:value => "C0002"
},
[1] {
:name => "Customer",
:value => "VERDE VINCENT"
},
[2] {
:name => "Phone1",
:value => "9876543210"
},
[3] {
:name => "Phone2",
:value => "2468101214"
}
]
}
]
},
:@xmlns => "http://localhost/test"
}

p.s. The Phone2 value during the SOAP call is only displayed if it is present in an archive

Thank you

Posted in JSON Web Tokens with Devise & Warden Discussion

Hello

I have a token problem if I use the 'jwt', '~> 2.0' gem of Invalid auth token when inserting a record.

Chris could you help me with this?

Thank you

Antonio.

Posted in JSON Web Tokens with Devise & Warden (--api)

Hello,

You can create an episode with the same typology ( https://gorails.com/episodes/jwt-with-devise) using a project of this type:

rails new weather --api

thank you

regards

Posted in JSON Web Tokens with Devise & Warden Discussion

Hello,

You can create an episode with the same typology using a project of this type:

rails new weather --api

thank you

Regards

Posted in OTHER CONTENT IN EMBER JS

Hello,
You can enter other content into "Ember js".

Regards

Posted in EMAIL MANAGEMENT BACKGROUND.

Hi,

how could I manage emails in the background using devise gem in rails 5?

P.S. you know if you can use the "devise-async" gem in rails 5?

Regards.

Posted in Using ActiveAdmin to Build an Admin UI Discussion

You should use "RailsAdmin" or "ActiveAdmin" .. what is the most practical?

Greeting

It can be used to devise the latest version of 4.1.1?

Posted in Advanced management (DEVISE) profiles.

Hello Chris,

I have the following problem, i can not separate the management of the profile to "devise" below will list how I would manage profiles:

Edit User Profile
(ex. http://localhost:3000/users/edit-profile)

  • Values "First Name", "Last Name", "Address", "City"

Edit User Account
(ex. http://localhost:3000/users/edit-account)

  • Values "Email", "Old Password", "New Password", and "New Password Confirmation"

Deleting user accounts
(ex. http://localhost:3000/users/account-close)

  • Values Delete button

You can get support / course about?

P.S. sorry for my English.

Greetings.

Posted in Forms With Multiple Submit Buttons Discussion

how can I add the validation of a field (unpublishing reason) by pressing the button unpublishing?