Antonio F.
Joined
Activity
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
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.
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
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.
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.
how can I add the validation of a field (unpublishing reason) by pressing the button unpublishing?