search for: service_providers

Displaying 3 results from an estimated 3 matches for "service_providers".

Did you mean: service_provider
2009 Jul 18
2
Sharing controllers/models within a view
...''m new to Rails this week. I have two database tables, and the associated scaffolding, controllers, models and views. The first is service_provider, which holds a list of service providers. The second is service_provider_countries which is a table of countries (obvious perhaps). In views/service_providers/new.html.erb I have a form, that allows the you to create a new service provider (name, country, description). Which looks like so: <h1>New Service Provider</h1> <% form_for(@service_provider) do |f| %> <%= f.error_messages %> <p> <%= f.label :Name %>&...
2009 Nov 16
1
can't call through voip provider
Hello. Sorry to repost this message but, I don't have the original message in my inbox nor in my sent box. Well, last week I posted a problem I am having trying to use an asterisk server use a voip provider and a pstn. Pstn works fine but, I cant even connect to my provider's server. I don't know what I'm doing wrong. I tried using a soft phone and I'm able to register and
2013 Mar 21
6
How we can create two database Using same credetial using Puppet
Hello All, I wanted to create two two MySQL database with same user credential using Puppet-MySQL. How can I achieve this? Please find my script below. class mysql::vsdatabase { include mysql mysql::db { ''vidispine'': user => ''user'', password => ''user123'', host => ''db.<hostname>.com'', } } How can I add