search for: inevo

Displaying 2 results from an estimated 2 matches for "inevo".

Did you mean: ineno
2005 May 20
2
XMLRPC Callbacks
Hi, I''m currently developing an Enterprise Message Bus and our servers deals, among others, with XMLRCP. I''ve been playing with Ruby and its Ajax capabilities made me want to create a web front end for our Bus. I''m currently able to connect to the server but i don''t know how to create callbacks that update a WebPage content! Is this possible? If so, how ?
2005 May 17
2
Noob - ActionView::Helpers::FormOptionsHelper::select
Hi, I''m just starting with Rails and i''m trying to do something like this: <%= start_form_tag :action => ''add_user'', :id => @social_event_group %> <%= select ''user'', ''id'' , User.find_all.collect {|u| [ u.login, u.id ] }%></p> <%= submit_tag "Add User" %> <%= end_form_tag %>