Displaying 7 results from an estimated 7 matches for "boudreaux".
Did you mean:
boudreau
2005 Dec 23
4
DRY relative to edit and show
I''m a newbie, but it seems like edit and show should somehow share a
partial form.
In particular I''ve customized the layout of my edit form by using a
table and multiple rows/columns and I want my show form to look the
same.
Currently I''ve modified my show view to use _form, but now all the
fields are read/write and obviously they need to be read only on the
show form.
2003 Sep 26
1
Cisco 2600 and ASTERISK and calling out
...this time
> -- Executing Congestion("SIP/1008-1dc7", "") in new stack
> == Spawn extension (default, 9908500569, 2) exited non-zero on
>'SIP/1008-1dc7'
>
>
>What could be the problem ???
>
>----- Original Message -----
>From: "Gerry Boudreaux" <gerry@intersurf.com>
>To: <asterisk-users@lists.digium.com>
>Sent: Friday, September 26, 2003 2:26 PM
>Subject: Re: [Asterisk-Users] Cisco 2600 and ASTERISK
>
>
> > To get callerid you apparently need the VIC-2FXO-M1 card from Cisco.
> >
> > Gerry...
2005 Aug 06
3
Macromedia Flash Loading Issues
I''ve discovered something very odd about the way Rails is handling
Flash media. I am attempting to load a partial that contains the code
for a flash adverstisment for the website. It was working ok when the
code was in the page, but once I pulled it out to a partial (so I
could use it on other pages) it stopped working.
<%= render(:partial =>
2005 Dec 27
0
Edge Rails idea -- was [DRY relative to edit and show]
...ative way to set all the readonly
> attributes (or enabled, etc... as appropriate for the control) to true or
> false based on the view being a show or edit. This would eliminate the
> duplication we see between the actions.
>
> Just my opinion!
>
> Michael
>
>
> Toby Boudreaux <rails-lb8SQxIZKShBDgjK7y7TUQ@public.gmane.org> wrote:
> If none of your fields in your ''show'' action are editable, why do you
> want to use a form?
>
> Assuming you want a form (in a table) for editing and a table for
> showing, it isn''t redundant (o...
2003 Oct 08
7
chan_capi and latest Debian package
After
apt-get update && apt-get upgrade -y
wget http://www.junghanns.net/asterisk/downloads/chan_capi.0.2.5c.tar.gz
tar xfvz chan_capi.02.5c.tar.gz
cd chan_capi-0.2.5c
make && make install
shutdown -r now
asterisk seg faults upon calling in via ISDN.
Any ideas are greatly appreciated.
rgds
pos
2005 Dec 23
5
AJAX : Server to Client callback possible ?
hi,
is there a way (with rails) to have live updates triggerred by the
server on the client side?
is there a little javascript lib i didn''t know that can listen to
incoming server orders....
a friend of mine thought about an hidden .swf to make the socket
connection and that can launch javascript instructions into the client
web page.
any working solutions to point me to ?
thanks
2005 Aug 08
68
Pluralized Controller Names?
If I do:
script/generate controller Photo
I get a controller named photo_controller. OTOH, if I do:
script/generate scaffold Photo
I get a controller named photos_controller. (Note that the controller
name is pluralized).
I realize that I''m specifying the controller name explicitly in the
first case, but it seems
odd to me that the scaffold command generates a pluralized