similar to: Time Column

Displaying 20 results from an estimated 400 matches similar to: "Time Column"

2006 May 31
1
Automatic .santize?
Hello and thanks in advance to those who post back, I''m working on a calender but, it renders the data in the controller then saves it as @code so I call it in the veiw <%= @code %>. So everythings working and I add this line.. @event = Event.find_by_date("#{@temp13.year}-#{@temp13.month}-#{@temp13.day}") if @event == nil @@td = "<td width=50 height=50
2006 Jun 11
0
mySQL paginate syntax question for complex SQL. (over 117 views in rubyonrailsforum and no answer, others confused..)
I have this code in my controller and i cannot seem to figure out how to get it to paginate correctly.. Is there a trick to do something like this? There are a few others at www.rubyonrailsforum.com that are having the same issue. Any incite would be great, thanks in advance! (over 117 views and no answer in rubyonrailsforum???) def display_location if params[:search] &&
2006 Jun 10
1
paginate session problem.. (syntax question)
I have this code in my controller and i cannot seem to figure out how to get it to paginate correctly.. Is there a trick to do something like this? There are a few others at www.rubyonrailsforum.com that are having the same issue. Any insite would be great, thanks in advance! def display_location if params[:search] && params[:search].size > 0 @listing_pages, @listings =
2012 Sep 22
1
formtastic does not save at all
Rails 3.1.3 I am using Formtastic gem in order to deal with multi-select dependencies. <%= semantic_form_for(@give) do |f| %> <%= f.inputs do %> <%= f.input :departure, :collection => Departure.find(:all, :order=>:city).collect{ |c| [c.city,c.id]}, :required=>true %> <div id="destinationCity"> <%= render :partial =>
2012 Nov 12
7
RSpec: controller POST create
Rails 3.1.3 rspec-rails (2.11.4) rspec 2.11.1 I am new to rspec. I don''t quite understand tests for POST create part. I have generated scaffold, and simultaneously it generated controller_spec.rb as well. it "assigns a newly created plan as @plan" do post :create, {:plan => valid_attributes}, valid_session assigns(:plan).should be_a(Plan)
2006 Jun 24
1
Parsing XML with REXML problem
Why can it not find my object? What am i missing here? Here is my code: require ''rexml/document'' include REXML # classes to represent the objects and relationships in the xml file class Article attr_accessor :id, :post, :archive, :ntype, :head, :blurb, :body, :fblurb, :fimage, :att, :source, :copy, :brand end # the base parser class BaseXMLParser def initialize(filename)
2007 Dec 12
4
Route and patterns
In a wiki, routes are handling web_index /:web {:controller=>"wiki", :action=>"index"} web_topic /:web/:topic {:controller=>"wiki", :action=>"view"} action /:web/:topic/:action {:controller=>"wiki"} That is the default action is "view". Two questions: 1. Can I constrain the patterns allowed for
2011 Mar 25
1
Removing Polycom Transfer Softkey
Sorry for the crosspost. This was supposed to be on -users I know some of you are polycom gurus... Anyone know how to remove transfer from a polycom 33x phone? We've set allowtransfer=no, but we would like to remove a polycom soft key as well.
2006 Apr 25
1
NIS - netgroup
Hello; Sorry for the crosspost/repost, but I am getting desparate here. I am having difficulties setting up ssh (ossh4.3p2 - NIS -Solaris8/Sparc) to authenticate and allow ossh access based on NIS netgroup. So, users and/or host should be from a valid netgroup triple, contained within the ossh servers .rhosts, .shosts, hosts.equiv and/or shosts.equiv. I am having alot of trouble getting NIS
2005 Sep 05
1
Monthly Meeting, September
Hi everyone, This is just a reminder of our upcoming monthly meeting, on the 7th of September at 18:00 GMT - we've changed to a new timeslot for this month, so I thought it'd be worth reminding people a couple of days in advance. Hopefully the new time will be a little easier for most of our contributors and other interested parties to make it to. We've got a preliminary agenda at
2005 Sep 05
1
Monthly Meeting, September
Hi everyone, This is just a reminder of our upcoming monthly meeting, on the 7th of September at 18:00 GMT - we've changed to a new timeslot for this month, so I thought it'd be worth reminding people a couple of days in advance. Hopefully the new time will be a little easier for most of our contributors and other interested parties to make it to. We've got a preliminary agenda at
2005 Sep 05
1
Monthly Meeting, September
Hi everyone, This is just a reminder of our upcoming monthly meeting, on the 7th of September at 18:00 GMT - we've changed to a new timeslot for this month, so I thought it'd be worth reminding people a couple of days in advance. Hopefully the new time will be a little easier for most of our contributors and other interested parties to make it to. We've got a preliminary agenda at
2005 Sep 05
1
Monthly Meeting, September
Hi everyone, This is just a reminder of our upcoming monthly meeting, on the 7th of September at 18:00 GMT - we've changed to a new timeslot for this month, so I thought it'd be worth reminding people a couple of days in advance. Hopefully the new time will be a little easier for most of our contributors and other interested parties to make it to. We've got a preliminary agenda at
2020 Oct 31
2
R 4.0 for CentOS 7
On 10/30/2020 05:02 AM, I?aki Ucar wrote: > Please, do not crosspost. As I said in the Bugzilla issue, R cannot be > further updated in EPEL-7, see > https://bugzilla.redhat.com/show_bug.cgi?id=1871685#c2. > > I?aki > > > On Fri, 30 Oct 2020 at 02:30, H <agents at meddatainc.com> wrote: >> I am running R 4.6 under CentOS 7 but would like to upgrade. Just found
2005 Feb 23
1
Samba and FC 2
Good Morning Everyone: Please excuse the crosspost from the Fedora list for those that read both I am running into a bit of a problem, Yesterday, I set up my webserver (FC2) with samba so that I can authenticate against the active directory as per the instructions in http://www.billboswellconsulting.com/files/Authenticating%20Linux%20desk tops%20with%20AD.pdf When I log in to the fedora box
2007 Apr 01
1
Asterisk 1.2 and res_perl - lock that leads to weird behaviour
Hi guys, as I wrote in a previous thread I was experiencing dropped audio (apparently randomly) and SIP + IAX peers getting REACHABLE / UNREACHABLE without reason, servers were in the same LAN. Investingating deeply in the problem I also noticed that 'show channels' command on the CLI, sometimes were returning strange results, for example it wasn0t showing some channels I was sure
2011 Oct 11
1
R CMD INSTALL configure.args and CC customization
One way to deal with this is to install R itself with mpicc. Then all packages are installed with mpicc and get the required MPI libraries and includes by default. I have done this with R-2.13.0 on an Opteron cluster running CentOS-5 a while ago and so far it has worked out great. I crosspost to r-sig-hpc and welcome others to comment if there are potential downsides to this solution. George
2013 Nov 19
0
XenProject.org Question: VGA Passthrough of Intel Iris Pro GT3e?
From the Questions section of the XenProject.org site: Tony writes, "Does VGA Passthrough support Intel Iris Pro GT3e?" If anyone knows, you can send the reply to me and I will crosspost, or you can answer directly on the XenProject.org site. Many thanks, Russ Pavlicek Xen Project Evangelist
2007 Jun 27
0
ActiveRecord Type issue -- What am I missing?
Hey everyone, First, apologies for the crosspost, I meant to post this to this group, my previous post was a mistake. I''m having a frustrating ActiveRecord issue. Maybe what I''m trying to do will not work, but if that''s the case, I''d like to know why. Otherwise I''d love to know what I''m doing wrong. My goal is to store prices (numbers with
2017 Dec 14
0
multiple instances of predictor variable per model
I?m running a model on animal behavior in response to shipping. In most cases, there is only one ship in the study area at one time. Ship length, distance from the animals, speed, angle from animals, and ship direction (as east/west bound) are among shipping-related covariates (with multiple interactions). The tricky part is that sometimes there are 2 ships in the area. I could add all the same