search for: schechter

Displaying 4 results from an estimated 4 matches for "schechter".

2006 Jan 29
6
tyro Ruby questin
...@attributes @attributes Further inspection shows @attributes is an array of length 1. My question is, given that the inspect method shows what I need, how do I reference the list of columns? (Once there, I can reference i.currentRole to list values, etc.) Appreciate any pointers -- Ed Schechter -- Posted via http://www.ruby-forum.com/.
2006 Mar 21
8
AS/400?
Any success stories using rails against a DB2 database on an as400? If so, how? Thanks Ed Schechter -- Posted via http://www.ruby-forum.com/.
2004 Jul 26
4
Asterisk for a large scale implementation
I am looking at Asterisk for a large scale implementation. I was wondering if anyone had any experience (that's code for nice things or not so nice things to say about it) with Asterisk for 50k plus users. Feel free to reply to me directly or back to this list (if it's appropriate. I'm not sure what the proper netiquette is). Thanks in advance... Harry
2006 Feb 21
3
must be a cleaner way to do this ...
Am trying to do a bulk entry facility for some project or other. It works but it feels ugly. I generate a form with twenty empty input fields: %= form_tag("action" => "enter_stuff") %> <% (1..20).each do |line| %> <div id="line<%= line %>"> <%= line %> <<%= text_field("action", "name",