Displaying 9 results from an estimated 9 matches for "rashantha".
2008 Jun 10
5
outlook windows problem
hello, client can not connect using outlook.
has any of you noticed this problem.
can not connect with imap or as pop.
i am using a self signed certificate.
2008 Jun 06
2
maildir file creation problem
this is my first post on the dovecot list.
i have been using postfix with uw
i am getting the email bounced back with this message and i think it is
related to dovecot or a permissions issue.
thank you.
maildir
delivery failed: create maildir file
/dev/null/Mail/Dovecot/tmp/1212763230.P4560.izmail: Not a directory
2008 Mar 29
3
primary key?
can you use 2 pirmary keys.
the standard user_id key exists but i would also like to use another
key for my links. i am not sure how to implement this. also i don''t
want any auto incrementing of this second primary key that i would
like to use for my relationships.
if there is a good db, model, relationship tutorial out there i would
love to know about it.
2008 May 05
1
Passing values selected with onchange remote_function
How do i pass the value selected from a drop down selection and then
extract it in rjs
<% select("what", "hello", @selection, {}, {:onchange =>
remote_function(:url => "test", :my_variable => "hello again") } ) %>
thanks.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
2008 Dec 12
5
Source patches from Apple
Hello Dovecot developers,
Apple has made and tested significant changes to Dovecot v1.1 and now
is ready to contribute them back to your open source project. The
changes include:
Scalability and performance:
allow pop/imap mail processes to handle multiple clients
larger listen queues
Stability and maintenance:
fix to allow cross-compilation
workarounds for Mac OS X bugs
a couple general
2008 Apr 19
1
update and update_attribute woes
i can not get update to work via controller/server.
it works via console ???
this is what i get when i run it
Club Load (0.005893) SELECT * FROM clubs WHERE (clubs."id" = 3)
SQL (0.000570) BEGIN
SQL (0.000454) COMMIT
club.update_attributes(:state => "CA")
or
Club.update(3, :state => "CA")
what am i overlooking?
2008 Apr 26
0
Spool Email - Time out error
i am sending and attachment out via email and the server timeouts. if
send a couple of email there is no problem.
can anyone advice of a simple spooling method, so there can be open
smtp session.
i read on method using beanstalk, but i need something simpler.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby
2008 May 06
2
onchange error - InvalidAuthenticityToken
VIEW:
<select id="hello" name="me" onchange ="new Ajax.Request(''.......'')>
<option value = "344" selected="selected></option>
Can you enclosed this onchange here dynamically?
the Ajax.Request i post come back with an InvalidAuthenticityToken
error.
I don''t know where to strart on resolving that so I am
2008 May 01
5
Changing text in view with variables
in my view:
<% if @main_singer_1 == @your_singer %>
<% if @main_drummer_1 == @your_drummer %>
i want to have this in a loop so i can change _1
How would I do this.
I have some idea but I am not sure.
[1..20].each do .....
and then replace _1 with each of the numbers
or if someone can show the code to do this.
number = "1"
<% if