search for: follow_up

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

2008 Jun 09
3
Rails 2.1 and ddatetime_select
...9;, :action => :add_booking_note_ajax, :id => @booking}, :html =>{:id=>''new_booking_note''}) do %> <%= datetime_select(:note, :follow_up, :discard_second => true, :minute_step => 15) %> <%= text_area ''note'', ''body'', :rows => "7" %> <%= submit_tag ''Save''%> <% end %> Results in: ActionView::TemplateError (wrong number of argumen...
2006 Jul 28
2
ez_where: Stuck Again
I just keep thinking this is going to slice through queries like a hot knife through butter, but... there''s something I''m not getting. Here''s the gist: # get the people like the search criteria Members.find(:all, :conditions => [''first LIKE ? OR last LIKE ?'', params[:search], params[:search]) joined with the alternative of