Displaying 20 results from an estimated 99 matches for "strait".
Did you mean:
strain
2007 Mar 30
10
check_box_tag not passing 0 when unchecked?
Code:
<%= check_box_tag("person[#{person.id}][is_approved]", 1, true) %>
Rendered output:
<input checked="checked" id="person[7][is_approved]"
name="person[7][is_approved]" value="1" type="checkbox">
Problem:
The value of "1" is always passed, even if the box is UNCHECKED.
Suggestions? Thanks!
--
Posted via
2006 Oct 10
3
eps embedded fonts again
Dear friends,
I am sorry, I again rise that boring question about font embedding in
EPS figure.
I found some discussions on this topic but there were no strait solution.
The publisher (AIP) demands submission of separate EPS file
for each figure with all fonts embedded in it (even the standard
14 Adobe fonts).
As I understand the R does not do this embedding. It inserts only
comments what font resources are needed. Then I should use some other
software...
2007 Nov 21
3
Aastra 480i CT - No Incoming Calls
...irst. I'm able to connect the phone to
my Asterisk box and make outgoing calls from either the base station or
the handset - to extensions within my office as well as numbers outside
the network. But I can't receive calls on either the base station or
the handset. All of the calls go strait to voice mail.
I've never had this problem with the phones I use in my office - Linksys
SPA942. What am I doing wrong?
Thanks,
Danny
2006 Mar 22
5
Apache - Rails communication.
...ot appropriate to this list please direct
me elsewhere. If it has been discussed in a previous thread, please
direct me there. An initial search of the archives did not appear to
show anything.
I am new to Rails but not to app servers having 4 years with J2EE.
The set up of a Rails app seams strait forward and I understand the
MVC model. Initial test code has all worked fine.
This question has to do with Rails / web server configuration.
I want to run standard Apache serving the site. I want to serve the
rails app on a separate port, often not even on the same machine but
on the same L...
2006 Jul 01
3
Where to solicit bids on RoR project?
Where is the best place to solicit bids on a mid-size web app? (budget
~$15,000) What is the appropriate protocol for posting RoR RFPs?
Thanks!
Taylor
--
Posted via http://www.ruby-forum.com/.
2006 Jun 28
2
(no subject)
Hey everybody,
Is it alright to run two TDM400s on the same machine? If it is, how would
one differentiate between the channels on each card? So, if I'm running
strait FXS and my first card is fxsks 1-4, would the second be fxsks 5-8?
Would there be any interrupt problems?
Any help would be great!
Thanks!
Tj
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments...
2008 Jun 10
7
[Trivia question] What engine is it on DTrace T-shirt ?
Hi,
This is not a DTrace technical question (so, please don''t flame me for
it) :)
This is regarding the DTrace (un)conference TShirt.
I am curious to know what engine is it. Could not figure it out.
Thanks and regards,
Sanjeev.
--
Solaris Revenue Products Engineering,
India Engineering Center,
Sun Microsystems India Pvt Ltd.
Tel: x27521 +91 80 669 27521
2007 Apr 06
3
Mailer method missing
Rails dies when I try to call a method from my Mailer. But I have
defined my method. What could I have missed? Here is the irb session:
>> p = Person.find(1)
=> Person data...
>> SiteMailer.request_admin_approval(p)
NoMethodError: undefined method `request_admin_approval'' for
SiteMailer:Class
>> SiteMailer.method_defined? :request_admin_approval
=> true
The
2009 Feb 09
3
can't call request.remote_ip from object?
class User
def update_metadata
self.update_attributes({:last_login_at => Time.now,
:last_known_up => request.remote_ip,
:last_known_user_agent =>
request.user_agent})
end
This does not work. It bombs out with:
undefined local variable or method `request'' for #<User:0x1e146e0>
But the request calls work in a
2007 Apr 10
5
Difficulty with body in ActionMailer
AWRDwRv2 is pretty vague on the @body part of setting up a mailer. Here
is my problem:
>> p = Person.find(1)
=> #<Person:0x45c944c>
>> SiteMailer.request_admin_approval(p)
NoMethodError: You have a nil object when you didn''t expect it!
You might have expected an instance of Array.
The error occurred while evaluating nil.[]=
from site_mailer.rb:10:in
2006 Jun 04
5
Creating pulldowns using loops
Creating looped pulldowns in PHP is simple so I can''t figure out why it
seems to elude me in RoR. I want to create a simple pulldown list with
the options and values "1" through "14."
I have been trying to accomplish this with the .upto method like so:
--START RHTML CODE--
<% options_array = [
1.upto(14) {|i| print "[" i "," i "]"}
2012 Nov 22
41
[PATCH V3] vmx/nmi: Do not use self_nmi() in VMEXIT handler
The self_nmi() code cause''s an NMI to be triggered by sending an APIC
message to the local processor. However, NMIs are blocked by the
VMEXIT, until the next iret or VMENTER.
Volume 3 Chapter 27 Section 1 of the Intel SDM states:
An NMI causes subsequent NMIs to be blocked, but only after the VM exit
completes.
As a result, as soon as the VMENTER happens, an immediate VMEXIT
happens
2006 Dec 15
4
Why won't Rails update my object attributes?
Here''s the issue: When I submit a form for updating,
@person.update_attributes doesn''t work. But the next nested clause for
updating images DOES work. How is that possible? However no matter
what I do the Person object will not change its attributes.
def edit
@person = Person.find(params[:id])
if request.post?
@person.update_attributes(params[:person])
2025 Jan 16
1
Samba in a dual boot environment
If I understand correctly you want to have one computer that either
boots Linux or Windows. No matter what OS is running other computers
need to access the a share on that computer correct?
If yes. It is possible but not strait forward and I need you to answer a
few questions.
* Is this in an AD environment and is the computer joined to the AD?
* Do you need complex ACLs on the share?
* Should the share always be reachable with the same address/name?
With those answers we can go forward.
Regards
Christian
Am 13...
2006 Feb 13
2
Ajax.Autocompleter is not a constructor
...name'', {})
//]]>
</script>
I made no changes to the public/javascripts.
Any suggestions? Thanks,
--Dean
--
Take your time, take your chances
[3278.7 km, 273.4] Apparent Rennerian
--------------------------------------------------------------------------------
It matters not how strait the gate, / How charged with punishments the scroll,
I am the master of my fate: / I am the captain of my soul. -- Invictus --
-- William E Henley --
2006 Feb 27
1
@content_for_sidebar?
...? What''s the Rails Way to make a good sidebar?
http://www.google.com/search?q=content_for_sidebar
Thanks,
--Dean
--
Take your time, take your chances
[3278.7 km, 273.4] Apparent Rennerian
--------------------------------------------------------------------------------
It matters not how strait the gate, / How charged with punishments the scroll,
I am the master of my fate: / I am the captain of my soul. -- Invictus --
-- William E Henley --
2008 Oct 14
1
fivenum accuracy (PR#13164)
Full_Name: David Leong
Version: 2.7.2
OS: Windows XP
Submission from: (NULL) (12.187.86.2)
It appears for the fivenum function, there is a strait average between two
ranked samples. This should be a linear interpolation between ranks.
For the following data set
#data
CaCO3<-c(130.8,129.9,131.5,131.2,129.5,132.7,131.5,127.8,133.7,132.2,134.8,131.7,133.9,129.8,131.4,128.8,132.7,132.8,131.4,131.3)
fivenum reports 127.80 130.35 131.45 132.7...
2011 May 21
5
simple home_url question
A silly as this sounds, I''m not sure how to set the route for the
home_path and home_url helpers. Google has nothing on this. Where do I
define what those paths should resolve to?
--
Posted via http://www.ruby-forum.com/.
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to
2009 Jul 08
1
rsync between windows Opensolaris failures
.... "/cygdrive/c/Documents And Settings"
harry@harvey's password:
protocol version mismatch -- is your shell clean?
(see the rsync man page for an explanation)
rsync error: protocol incompatibility (code 2) at compat.c(61)
[receiver=2.6.9]
=========================================
A strait ssh to reader@harvey succeeds but has this output (once past
passwd):
=========================================
[...]
harry@harvey's password:
debug2: we sent a password packet, wait for reply
debug1: Authentication succeeded (password)
debug1: channel 0: new [client-session]
debug1: send cha...
2009 Jan 12
2
validates_presence_of fails with false boolean
This almost feels like a bug to me, since false is not nil. (i don''t
think!) Using v_p_o on a boolean field fails validation if the field is
passed with ''false''. It passes validation in the case of true. How can
I validate _presence_of a boolean if it is submitted false?
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~