similar to: RSS feeds

Displaying 20 results from an estimated 400 matches similar to: "RSS feeds"

2006 Mar 27
4
How to create exe for my ruby on rails application?
Hello all! Can anyone throw me light to create EXE for my ruby on rails application. I need to deploy my application at the client''s place and i dont feel like exposing the source code. Thanks.. regards.. surjya.hazarika@genieinteractive.com -- Posted via http://www.ruby-forum.com/.
2006 Apr 19
1
Payment gateways
Hi, I have found a module at http://rubyforge.org/projects/payment/ and once I unzip it, I get some files in it. Can anyone tell me where shall I place these files in my application. Thanks in advance.. -- Posted via http://www.ruby-forum.com/.
2006 Apr 06
1
Application and Server variables
Hi all, Just as we use session variables like session[:variable_name], I would like to know if we have some way to express an application variable or are application variables are existent in Ruby on rails. Thanks and regards.. prasad -- Posted via http://www.ruby-forum.com/.
2006 Mar 29
1
send_file is behaving strange
Hi all, I am using send_file("/path/to/my/file")to send a file from the server to a client. The file is not empty but when displayed on the client, it is totally blank. In windows system, it''s working properly, the problem is only with a linux server -- Posted via http://www.ruby-forum.com/.
2006 Mar 24
0
Embedding swf files in emails to be sent via Action Mailer
Hi, Is there anybody who can tell me if its possible to send swf files in an HTML email via Action Mailer. I gained success in sending basic HTML mail but couldnt send embedded swf files. Instead, the mail client at the recipient end shows a blank mail when I send the swf file with <object> and <embed> tags. Any help would be appreciated. Thanks prasad, Email to me at:
2006 Mar 05
2
RSS feed for blog entries...
Can someone guide me on the process of providing an RSS feed for my site? I''m not sure how to go about this. Thanks. -- Posted via http://www.ruby-forum.com/.
2006 Dec 10
1
FW: Samba problem with APS .NET web farm (IIS) - change notify
Forgot to send to list also Regards, ?sgeir Halld?rsson -----Original Message----- From: ?sgeir Halld?rsson Sent: 9. desember 2006 04:01 To: 'Damien 'zaide' Desmarets' Subject: RE: [Samba] Samba problem with APS .NET web farm (IIS) - change notify Hi, This might help in samba config [global] max open files = 65536 max mux = 2147483547 smb ports = 445 Regards,
2006 Jun 14
4
kiax - iax2 softphone
Has anyone on here used kiax before? I am asking because I have it installed on several computers and have been able to get it to connect and register to my Asterisk box. I can even call between them and my SIP softphones. The problem I am having is this: when I use kiax to call someone else, they get some kind of background music playing while I am talking to them. I have called from kiax to
2006 Jun 03
3
Disable Migration creation in generate Model
Hi.... Is there some way to configure Rails to not create a db/migrate/###_model_name.rb when I do a script/generate model ModelName? It''s a little annoying when I''m setting up a new application since I prefer creating all the first tables in a 001_inital_schema.rb file. Then when I generate models for those tables I get migration scripts for all of them again that I have to
2006 Jun 16
4
duplicate entry issue in acts_as_taggable gem
Hi, I am using the ''acts_as_taggable'' gem and have issues when I try to ''tag'' an entity with a ''tagname'' already defined. i.e 1) book[1].tag(''science'',''paperback'') --> works fine 2) book[2].tag(''roman'',''physics'',''paperback'') --> creates an
2005 Dec 14
4
Centos + Xen 3.0 + Root on md = bad
Howdy folks, I''m trying to boot Xen 3.0 on a Centos 4(.2) system with root on a software raid1 volume. When booting the Xen kernel, ''raidautorun'' in the /init nash script fails to assemble either the root md or the raid5 md containing my LVM volumes. If I move root to /dev/hda1, the system boots fine. raidautorun still fails to assemble the md devices, but mdadm
2007 Feb 11
1
Debugging a SIP / AudioCodes Problem
I have 2 identical AudioCodes MP-112s. They have the same config except for the SIP usernames/passwords and the device IP. The configs in extension.conf and sip.conf are also identical. On one box, when I pick up the phone, I get a fast busy and the logs/debug show an automatic hangup. On the other device, I can make calls without a problem. I can even call the phone that can't make a
2020 Jun 11
2
Read-flag of mails don't update
On 10 Jun 2020, at 23:18, @lbutlr <kremels at kreme.com> wrote: > IF it?s not permissions you need to provide doveconf -n output. Bloglines for any fall, panic, or error level events at a minimum. Apologies, I did not see the attachments. Will look on a real screen later.
2006 Jun 03
1
New Member, saying Hi. :)
Hello everyone. I had heard about this open-source PBX once a while back. I wasn't too interested in it at the time but I kept the info filed away for possible future use. A couple of days ago, I was walking around Barnes and Nobles and I found this book, called Asterisk: The Future of Telephony. I paged through it a little and I was really excited by what I read. Then I remembered the
2006 Apr 01
3
SQL on Rails :)
Hehe. Does anyone know who is behind this? http://www.sqlonrails.org/ The screencast is just a great watch. Things like these make this my favourite day of the year. -- -------------- Jon Gretar Borgthorsson http://www.jongretar.net/
2006 Nov 24
4
[OT] I Finally Got an Atom Feed
Hi folks, I took a break from Mongrel today and instead whipped up an Atom feed generator for my site. People who love or utterly hate my essays will lover or utterly hate to subscribe to it. http://www.zedshaw.com/feed.atom Let me know if it isn''t working well in your favorite feed reader. -- Zed A. Shaw, MUDCRAP-CE Master Black Belt Sifu http://www.zedshaw.com/
2006 Jul 18
4
Limiting markdown/textile
I''m using RedCloth for a forum type app. I want users to have control over the look of their posts, but within limits. For example, I don''t want them to be able to include images or use header tags. The RedCloth documentation is pretty thin and I don''t feel it''s very explanatory. I''m wondering if there''s any easy way to do this? Or do I
2020 Jun 10
4
Read-flag of mails don't update
Hi, since one or two month I have a problem with Dovecot not updating the read-flag on mails using IMAP. I receive new mails, but when reading, they still unread on other devices (but shown as read on the first device). When I remember correct, this problem doesn't come with an update of dovecot, but just occured at some time. But I've updated dovecot since then a few times.
2006 May 27
10
Displaying Hours
Here''s an intersting one: I have a client who wants to store hours of operation of a business for their RoR web app. I came up with a solution, but I really don''t like it. I have a MySQL table that has these fields monday_start, monday_end, tuesday_start, tuesday_end, etc., all as time fields. That''s all find and dandy. The kicker is, the client wants the hours to
2006 Jun 10
4
Question setting up a "bat phone" extension.
Basically, I am looking to set up an extension which will be used as a "help-line". I want it to function kind of like the bat phone from the old Batman series, where Commissioner Gordon would pick up the extension in his office and it would ring the phone back at Wayne's mansion. Is there a way to duplicate this functionality with Asterisk? I just need asterisk to auto-dial an