search for: bensinclair

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

2006 Mar 13
6
JobsOnRails
Announcing... JobsOnRails! I''m creating on a Ruby on Rails oriented job site and will be launching in the next few weeks. It''s a Rails-centric place for developers and employers to get in touch with a minimum of hassle. For now, I have a short outline of my ideas and an email signup form on the live site at http://www.jobsonrails.com. The site is coming along nicely and
2006 Jun 12
0
JobsOnRails and Yet Another Portal
...URL that renders HTML fragments. If you have the ability to host an application somewhere you can create some pretty useful widgets without doing anything special. You can also use it to display RSS and show images like weather maps, just by providing URLs. Use it if you want at: http://portal.bensinclair.com Thanks! -- Posted via http://www.ruby-forum.com/.
2006 Mar 14
4
What does the send() method do on a model object?
All, I did a scaffold for a model and I ended up with this code in list.rhtml: <% for column in TargetList.content_columns %> <td><%=h target_list.send(column.name) %></td> <% end %> Where is the "send" method and what does it do? I can''t find it on ActiveRecord::Base? I assume that it returns a value based on the column id but I