Displaying 20 results from an estimated 6000 matches similar to: "Portal behaviour - beginner question"
2005 Aug 04
7
Frames within rails
What is the best way to create frames in rails?
thanks
fp
2006 May 04
5
create databases with rake
hi,
is there a way to create the database (say development and or
production) specified in database.yml with rake?
thanks,
Enrico
--
"The only thing necessary for the triumph of evil
is for good men to do nothing"
Edmund Burke
2008 Apr 15
2
dialed number notify at invalid dial situation
Originally posted by: mailto:
Hi all
Now I'm making IVR sequance that is customised [mainmanu].
I wish to notify invaid command like a following
exten => i,1,playback('your command is ...')
exten => i,2,playback(${EXTEN}) ; <---- Say 'i' oops! ;-(
exten => i,3,playback(' is incorrect! please again ')
# This exten lines are figure for instruction.
# I
2005 Mar 07
3
exclude an attribute from save
Hi,
I''ve used .save to save the attributes, but on my table there is an
autoincrementing id (not the primary key) that doesn''t need to be
inserted... but save try to INSERT it anyway... is there a way to
avoid save from acting this way or to whisper him to be more polite
this time? ;)
Thanks,
Enrico
--
"The only thing necessary for the triumph of evil
is for good men to do
2003 Apr 15
1
dialed number notify at invalid dial situation
Hi all
Now I'm making IVR sequance that is customised [mainmanu].
I wish to notify invaid command like a following
exten => i,1,playback('your command is ...')
exten => i,2,playback(${EXTEN}) ; <---- Say 'i' oops! ;-(
exten => i,3,playback(' is incorrect! please again ')
# This exten lines are figure for instruction.
# I know to use with gsm filename.
2006 Aug 18
6
Prevent user from accessing an image
Hello,
I''m using file_column to save my users images.
It''s all OK, but I want to prevent one user from accessing other user''s
image.
Is it possible, as the image is saved in the file system ??
Thanks
Parra
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2005 Jun 21
3
dynarch calendar problem when used with ajax
I''ve got a partial with a form using the dynarch calendar
(calendar_field behavior). Working.
Now I render this partial from the action specified in to a link_to_remote.
Now when I click the calendar it''s not showed anymore.
theese lines:
<%= stylesheet_link_tag ''calendar-system.css'' %>
<%= javascript_include_tag ''calendar'',
2003 Apr 17
3
mpg123 hangs on close, but plays fine.
I am running Asterisk CVS-04/16/03-18:57:13, and mpg123-0.59r
It all sounds great and it plays at the correct pitch and speed. However
at the end of the file it simply does nothing. It does not go on the
the next step in the extension.conf nor does it hang up. It just sits
there.
During play I have two processes running for the mp3 stream:
root 6300 6299 8 22:32 ?
2006 Nov 28
1
Apache default charset
Hi , i'm using centos spanish version 4.4, i have installed phpnuke
spanish , but i think that apache is showing a strange character ? ,
when phpnuke (and other php and html pages) shows the ñ or
á but in spanish way (? and ?), i would like to know if it is
possible changue configuration of apache to show this charactes to the
right way
Thanks
2005 Sep 19
1
OT: Xoops Skype module
I know this is OT but.... :-)
Not sure if you guys have ever come across www.xoops.org
<http://www.xoops.org/> but it's this amazing open source cms platform.
It's extremely well developed with a heap of innovations and has just
undergone the latest revision to 2.2.3 with even easier access to module
development.
I run my website www.aussienymeetup.net
2006 Apr 20
3
how to use own classes properly
I am using rails just for few days
Now i am developing traffic reports for my local network
I had to build database queries manualy becouse ActiveRecord does not
support selection of multiple sum() fields in silgle query
Then i wrote special class QueryBuilder which makes query string from
the given conditions (group by, where, additinal fields to select etc).
I put QueryBuilder just after my
2005 May 27
3
Re: Shorewall development web site (Mike Noyes)
Hello,
I leave for a couple days .. (Well months) and look at what has
happened. :-)
I would throw my support in behind Xoops .. to be honest ..
If a portal is what we are trying to achieve here.
I just happen to think that sometimes .. More work goes into web design
etc than goes into actual Code.
But thats because I am a lamer at web design :-)
I am coming in here a bit late .. But tell
2006 Nov 23
1
DNS trouble (little, but i need some help)
HI , i have a DNS trouble , wish you could help me, maybe it's a bit
mistake of mine, but i don't know what could it be, i'm trying
to configure phpnuke, and i want the URL http://portal.misitio.cl
points to /var/www/nuke, that's ok with apache virtualhost, but in DNS
, i'm trying to do from anoother server
$host portal.misitio.cl
Host portal.misitio.cl not found: 3(NXDOMAIN)
2005 Jun 29
2
Complex helper with block help
Hi everyone,
I am writing a helper function that takes a parameter and block and
wraps some HTML around it. e.g.
def box_with_caption(caption, &block)
data = capture(&block)
buffer = render_partial("helpers/box_caption", :caption =>
caption)
buffer << render_partial("helpers/box_data", :data => data)
buffer
end
however, when I attempt the following,
2003 Jul 07
2
msn
hi guys,
have any of you guys managed to use msn messenger to authenticate with asterisk using its DNS name? based on my experience with other sip proxies, msn will not authenticate if it sees a different realm than the realm of the client. one workaround i did was to edit the chan_sip.c to send a pre-defined realm, and also edit the Contact: field. after this, asterisk would send a 401 to the
2006 May 12
4
validates_uniqueness_of with a condition
Hi,
I need to check the uniqueness of an attribute (a doc number) using a
condition (a specific year), I''ve found validates_uniqueness_of
:number, but I need to tell it I just want to check a specific year.
I''ve found :scope but I haven''t really understood it''s meaning, Can I
scope on a specific year?
Thanks,
Enrico
--
"The only thing necessary for the
2009 May 06
4
Portal for br.centos.org or pt_br.centos.org
Hi, my name is Thiago Avelino, I'm Brazilian, talks in Brazil on
CentOS (RedHat), part of porjeto LXDE (Development).
First I want to know when we have the CentOS website of Brazil, and I
actively helping put this content on the portal, the portal can be
CentOS BR bringing more public Brazilian (Spanish) to use and help the
CentOS. Today I have a mirror of CentOS in Brazil
2005 Apr 13
2
render_partial & RXML
Does render_partial work within a RXML file? I am attempting the following:
xml.users do
for user in @users
render_partial ''user'', user
end
end
All that is output is:
<user>
</user>
Without any exception or anything to indicate that I''m doing something
wrong. Does anyone have any experiece with this?
Josh
2007 Feb 23
1
Website Error...
For lack of knowlege of a better place to put this, I'm
reporting an error on the CentOS FAQ. Trying to read
http://www.centos.org/modules/smartfaq/category.php?categoryid=2
question "How do I download and burn the isos?" I encountered
this web page with the following text:
[http://www.centos.org/modules/smartfaq/faq.php?faqid=46]
This page cannot be displayed due to an internal
2003 Dec 31
3
Java?
We needed the client browser to be open all the time for dynamic data to
load without the page refreshing. After looking at all of our options we
decided on programming it ourselves using flash rather than java.
We have a flash frontend thats tied to our backend mysql DB. We use it
for loading web site traffic data, email opens, click-throughs,
bouncebacks, stats, etc. It could also be used with