search for: in_out

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

Did you mean: id_out
2006 Jun 13
17
reconstituting a date
In my view code, I have <%= datetime_select "in_out", "time_in" %> which returns in params :in_out: !map:HashWithIndifferentAccess time_in(1i): "2006" time_in(2i): "6" time_in(3i): "12" time_in(4i): "20" time_in(5i): "24" and I want to save that datetime to...
2006 Jul 02
3
difficult view code logic
this one really has me stumped... <%= user.in_out == "In" ? {image_tag url_for_file_column("personnel", "image", "thumb")} if user.image : user.in_out %> What I am wanting to do... if user.in_out == "In", load their thumbnail if it exists, load public/images/in.jpg if not, or else load public/...
2006 Jun 27
6
embedding ruby code in a [flash :notice]
The ruby code in this isn''t evaluated... flash[:notice] = "Your last recorded entry was <%= @in_out.time_in %> <br />You are currently marked as ''In'', you probably want to check ''Out''" Is there a way? Craig
2006 Jul 02
1
trouble with anchors
I am having trouble both setting and connecting to rails pages and anchors. using a collection, I am trying to set the anchors like this... <a href="in_outs/list#name=<%= user_list_facility.list_value %>">\ <%= user_list_facility.list_value %></a> which does sort of work...the resulting source html is: <a href="name=15th Ave">15th Ave</a> but if I click a link to the anchor, I get Unknown action No act...
2006 Jun 12
0
struggling with relatively simple out of model updating
I''m trying to do a In/Out thing... In my in_outs_controller.rb def edit_in_out @in_out = InOut.new @in_out.user_id = params[:id] @user = User.find_by_id(@in_out.user_id) if @in_out.save @user.update_attribute(:in_out, params[:user][:in_out]) flash[:notice] = ''In/Out was successfully updated.''...
2010 Mar 09
0
Tukey test for Mixed Effects Model with more than 1 fixed effect?
I am trying to decipher, via post hoc test (Tukey), which of my sites differ from eachother. I have 4 sites, 2 sets of In vs Out (MPA) in separate Regions. Therefore my Mixed Effects Model code has 2 fixed effects: CB.lme <- lme(AsinCB~ In_Out*Region, random = (~1| site.trans/Quadrat) , data = Subsampled_props, control = lmeControl(maxIter = 500, msMaxIter = 500, msMaxEval = 500)) When I run the summary and anova output, I still need to differentiate which categories are the same/different and the results only tell me for each sub...
2005 Sep 22
1
AgentRecord In and Out streams
How do I combined these in and out wav files on the fly through asterisk to where I hear the whole conversation and only have one wav-file (i.e. : agent-1001-asterisk-478-1127389080-17-in_out.wav) agent-1001-asterisk-478-1127389080-17-in.wav agent-1001-asterisk-478-1127389080-17-out.wav __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com