Displaying 6 results from an estimated 6 matches for "twodecode".
Did you mean:
tidecode
2005 Dec 21
1
how to sort records??
hey,
ยต
i have these records in my database, in a many-to-many relationship
clients_users
1;66
2;66
3;66
5;66
6;66
7;66
8;66
14;66
15;66
16;66
17;66
18;66
19;66
20;66
21;66
22;66
clients
1;VME Complex Foster
2;VME Res. Canada
3;Twodecode
5;Index
6;Verleye bvba
7;Venus bvba
8;All Building Services nv
14;Vitro-Service sa
15;Vitro-Clean
16;Vecom nv
17;Ultra lean bvba
18;Solar Cleaning Services nv
19;Service Net nv
20;Schoonmaakbedrijf VIP-Clean
21;Romarco nv
22;Pele
i want to sort those clients.
in my controller i have this
@client...
2006 Jan 31
0
webservice problem (cant make client)
hey, i have made a webservice
http://twodecode.pilot.localhost.be:3000/backend/wsdl
here i can see the wsdl file
i have a method string Authenticate(string twa, string login, string pass)
when i do /invoke i can test it, this all works
backend_api.rb
class BackendApi < ActionWebService::API::Base
api_method :authenticate,
:expects =...
2005 Dec 29
3
Post problem with select lists
...:id]
end
else
@client_id = -1
end
shouldnt it be-11 ???
Output
First, select a client.
<select id="client_id" name="client[id]" onChange="submit();" >
<option value="-3">Select a client</option>
<option value="3">Twodecode</option>
</select>-1
2005 Dec 20
1
Sending mail error
...hActionMailer
model notifier.rb
class Notifier < ActionMailer::Base
def signup_confirmation(user)
# Email header info MUST be added here
@recipients = user.email
@from = "nbrutyn-dFbg1g76Gw9l57MIdRCFDg@public.gmane.org"
@subject = "Action Required to Activate Account for Twodecode!"
# Email body substitutions go here
@body["first_name"] = user.first_name
@body["last_name"] = user.last_name
end
end
the controller
def confirmation_mail
user = User.find(1)
Notifier::deliver_signup_confirmation(user)
end
signup_confirmation.rhtml
Dear <%=...
2006 Jan 23
1
How to call C# webservices
hey,
i have created some webservices in C# with vb.net and IIS.
i can go to them with http://localhost/Twodecode.Webservices/webservices.asmx
Like:
[Webservice]
AddCity(string zip, string city)
{
...do some stuff
return "SUCCES";
}
How must i call this from ruby??
I save an object, and then call the services.
city = City.new()
if city.save
//call webservice
else
//do something
end
Tha...
2006 Mar 09
0
acts_as_encapsulating / acts_as_inherit
Hey,
The rails ORM is great...
But there is no support for enheritance except for the singletable enheritance.
So we''ve come up with the idea:
Create a piece of code that allows the programmer to encapsulate / inherit
objects in a easy way.
One example of it''s practical use.
Imagine a system where you have to store clients, employees and partners.
They are all real