search for: started_at

Displaying 7 results from an estimated 7 matches for "started_at".

Did you mean: start_at
2006 Jul 31
4
Text field not being submitted via form_remote_tag; works via form_tag
...t; <tr class="pending_task"> <td class="client_name"><%= pending_task.project.client.name %></td> <td class="project_name"><%= pending_task.project.name %></td> <td class="time_started"><%= pending_task.started_at %></td> <%= ''<td class="time elapsed" id="time_elapsed[%s]">'' % pending_task.id %><%= distance_of_time_in_words(pending_task.started_at, Time.now) %></td> <td><%= submit_tag "Clock out" %></td> &l...
2009 Mar 27
1
UTF8 postgres args saving issue
...ot;, "worker_method", "priority", "finished_at", "tag", "worker_name", "timeout", "submitted_at", "finished", "runner_info", "submitter_info", "archived_at", "scheduled_at", "started_at") VALUES(E''{:car_idi?:inspection_report_name"First week inspection'', E''66'', 0, E'''', E''send_warranty_notice'', NULL, NULL, NULL, E''notification_worker'', NULL, ''2009-03-27 03:53:14.036000'&...
2006 Nov 18
1
ActiveResource sample code?
I''d like to play around a bit with ActiveResource for consuming a web service. Does anyone have sample code they would be willing to share? I''ve googled all around and have come up empty except for simple (non- working) examples given in the RailsConf keynote and some associated blog entries. Thanks! cr --~--~---------~--~----~------------~-------~--~----~ You received
2006 Apr 19
1
AJAX - update item forms problem
...%></p> </td> <td> <p><label for="workout_description">Notes</label><br/> <%= text_area ''workout'', ''description'', :rows => 3 %></p> </td> <td> <p><label for="workout_started_at">Start time</label><br/> <%= datetime_select ''workout'', ''started_at'', :start_year => 1980, :end_year => 2010 %></p> </td> </tr> </table><br/> <%= submit_tag "Update", :class => ...
2007 Dec 29
0
(unknown)
...rehensive capturing stdout, stderr, exit_status, and temporal statistics about each job: jobs = Bj.submit array_of_commands, :priority => 42 ... jobs.each do |job| if job.finished? p job.stdout p job.stderr p job.exit_status p job.started_at p job.finished_at end end In addition the background runner process logs all commands run and their exit_status to a log named using the following convention: rails_root/log/bj.#{ HOSTNAME }.#{ RAILS_ENV }.log Bj allows you to submit jobs to multiple database...
2024 Feb 05
7
Bug#1063270: xen: NMU diff for 64-bit time_t transition
Source: xen Version: 4.17.3+10-g091466ba55-1 Severity: serious Tags: patch pending sid trixie Justification: library ABI skew on upgrade User: debian-arm at lists.debian.org Usertags: time-t NOTICE: these changes must not be uploaded to unstable yet! Dear maintainer, As part of the 64-bit time_t transition required to support 32-bit architectures in 2038 and beyond
2007 Jan 04
10
Intermittent "can''t convert Float into Hash" and results.rb
Hi, I''m using backgroundrb 0.2.1 in a production environment and for most parts I''m very happy. We are using it to do some heavy video editing on the server side and it works great except that under, what seems heavy load the below problem happens intermittently. The problem has only happened 5 times out of over 500 runs by our backgroundrb worker. This is the code in our