Displaying 2 results from an estimated 2 matches for "jsmail".
Did you mean:
smail
2006 Mar 30
4
Select List to change type of STI class
Hi:
I''m trying to create a drop-down list to change the type of a Single
Table Inheritance class. I tried this:
<%= select :user, :type, [ [''Author'', ''Author''],
[''Editor'', ''Editor''],
[''Administrator'', ''Administrator''] ]
2006 Mar 10
5
ActiveLdap and windows.
I thought I might try to create a Rails app to use LDAP authentication.
Unfortunately, I can''t figure out how to get the Ruby/LDAP stuff working
in my environment (I''m using a windows server). If anyone out there has
experience with this, could you dumb it down a little bit for me?
--
Posted via http://www.ruby-forum.com/.