similar to: Problem while Reading Url in rubyrails application

Displaying 20 results from an estimated 10000 matches similar to: "Problem while Reading Url in rubyrails application"

2007 Mar 08
1
RubyRails ActiveRecord base64 encode/decode of binary data
Hi, I have binary images stored in a table which I wish to encode/decode with base64 before reading into html object: <object data="data:image/foo;base64, ..base64 data.." />. How can I do this in RubyRails? -- Regards Andrew --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails:
2007 Dec 02
0
new installation and migration
Hi everybody My first post so be patient. I''d installed a full functional rubyrails system on ubuntu 7.10 server. A collegue of mine has given me a copy of his application and I''m trying to migrate it to my new server. Nothing to do. HERE THE ERROR _____________________ /usr/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/ dependencies.rb:376:in
2003 Nov 12
1
(HI,new to asterisk)connecting asterisk to telephonyhardware
Hi, i have configured asterisk to SIP soft phones. Iam confused about the telephony interfaces like T1,E1,PRI interfaces and how to cnfigure them to asterisk. If iam using a dialogic card in the asterisk server .Can i use this card with a telephone line to dialout to different numebr in the telecom network. SIP-softphone------->---asterisk------>Dialogic card--->telephone line
2011 Nov 16
0
Meta property for videos uploaded from rails application
Hi all, Iam having an issue with uploading videos to facebook from my rails application. One of my team member said that we should send meta properties of the video to post on facebook. Iam new to ROR and i dont know how to get the meta properties. Please can anyone help me in this with an example? The code that he gave me was this: I want to do it in rails <meta
2006 Mar 28
2
Rails Oracle connection
I''m using the following configuration in the database.yml to connect to Oracle, however I could not connect while the settings seems to be correct: development_oracle: adapter: oci host: 127.0.0.1:8080/XE username: rubydb password: rubyrails What is wrong here? Can anyonbe help me? -- Posted via http://www.ruby-forum.com/.
2005 Dec 27
3
CMS centos3
Anyone using or recomend a content management system that will install without out a lot of mucky muck on a Centos3 system? I looked at Zope but it needs a newer Python, Midgaard looks likes it's geared towards RHEL4. OpenCMS looks like it runs on java so that might work. I have yet to look at Rubyrails and Django.
2006 Jul 06
1
problems while compiling mfc applications with wine
Hi Everybody, I Created a small application in VC++ MFC. The application displays a messagebox on clicking a buttton. This application I want to port on Linux version. Iam using Linux ver. 9 and kernel version is 2.4.20-8. with WineLib I copied all the source code from CD and I change the mode read /write than in the current directory i used winemaker command user/sample>winemaker
2011 Nov 10
1
url helper in model.js.erb.cofee (Sprockets::Context)
hello, I am writing a js/coffee file that gets erb handling and I need to use a url helper inside this file if write .. url: ''<%= url_for(:action => :index) %>'' I get an error: NoMethodError Exception: undefined method `url_for'' for #<#<Class: 0xbdbb068>:0xeed1eb8> >>self.class #<Class:0xbdbb068> < Sprockets::Context How do I
2014 Aug 12
1
openssh-6.6p1 link error to openssl
Hello all, I am trying to force to link openssh to link openssl from my workaera home/xxx/openssl/lib & home/xxx/openssl/include Instead of default link ?/usr/lib/? etc ./configure --with-ssl-dir=/home/xxx/install/open_ssl --with-cppflags="-I/home/xxx/install/open_ssl/include" --with-ldflags="-L/home/xxx/install/open_ssl/lib" With this I could not able to
2006 Oct 17
2
how to do scheduling in rubyonrails
can you please tell me how to cerate an automated mail generation in rubyrails in specific time period .My requirement is to check the user last log in and generate an automated mail after 3 months or one year --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this
2008 Mar 16
3
Problems to get booting Flashkey
Hello List, iam following to this howto: http://www.sysresccd.org/Sysresccd-manual-en_How_to_install_SystemRescueCd_on_an_USB-stick but when iam try the command: # syslinux /dev/sda1 it writes only into the FAT partition the files they need, but mbr still is empty after. iam do this: # dd if=/dev/sda of=/tmp/mbr.dd bs=512 count=1 and open it with ghex2 in my case and see only the partition table.
2000 Jun 08
1
Smbmnt Problems
Hi , Iam experiencing problems with samba mount of a NT system.Iam using samba2.0.5a.I have mounted a NT 4.0 Sp 5 shared folder on a Red Hat linux 6.1 machine.Iam mounting using the "mount -t smb" command the NT shared folders.Iam able to mount and work in a default way.But here is some of the problems i face in it. 1.Sometimes the smb mount gets dropped and i have to remount the
2005 Jan 14
1
voice quality with asterisk
hello list , my set up is like this ip device -->ser ---> asterisk(astcc) --> pstn gatewsy my asterisk version is 1.0.2 iam using the ser as registration and asterisk aa the prepaid one with the help of the astcc. now my problem is the destination people i.e the pstn line s are listening low voice and also the blurr sound quality along with the audio of the ip device at
2010 Aug 13
0
some helpful tips on using RODBC
Hey everyone, I don't have a question. Instead some helpful advice with things I've learned from trying to connect 'R' to databases using RODBC. ROBDC is a very handy tool that, once you have everything fixed up nicely, is a great way to have scripts run fairly autonomously, safe in the knowledge that data isn't accidentally messed up. But I was fairly ignorant
2007 Jun 01
0
Meetme problems
Hi I have reading the voiip side i found some document says " The conference bridge runs Ulaw codec by default. If you let people connect with GSM or other codecs, Asterisk will use CPU power to convert audio between codecs " iam using vicidial and meetme for callcenter application. iam geting choppy voice, and voice breaks. iam using connecting VoIP SIP provider using g729 codec,
2010 Feb 01
3
Not able to redirect console msgs to serial port
Hi, Iam using cento-5.3 on x86 machine and iam working to get the console messages redirected to serial port. I have made the necessary changes in the /etc/inittab file. - - - - - id:3:initdefault . . so:12345:respawn:/sbin/agetty ttyS0 9600 vt100 - - - -- - and also in /etc/grub.conf file - - - - serial --speed=9600 --unit=0 --word=8 --parity=no --stop=1 terminal --timeout=10 serial . .
2007 Jun 04
0
[ win32utils-Support Requests-11344 ] Can''t user win32-service inside of a Rails application
Support Requests item #11344, was opened at 2007-06-04 10:21 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=412&aid=11344&group_id=85 Category: win32-service Group: None Status: Open Resolution: None Priority: 3 Submitted By: Roberto V. A. (robo) Assigned to: Nobody (None) Summary: Can''t user win32-service inside of a Rails application Initial
2007 Jan 21
0
Functional Test Fails with before filter in application.rb
Hi There, I am trying to write my first tests for a role bassed authentication taken from Rails Recipies. Whenever I add: assert_redirected_to :action => ''login'' I get the following error: NoMethodError: undefined method `first'' for :user:Symbol /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.13.1/lib/action_controller/assertions/response_assertions.rb:72:in
2008 Jul 07
0
[ win32utils-Support Requests-11344 ] Can''t user win32-service inside of a Rails application
Support Requests item #11344, was opened at 2007-06-04 03:21 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=412&aid=11344&group_id=85 Category: win32-service Group: None Status: Open Resolution: None Priority: 3 Submitted By: Roberto V. A. (robo) Assigned to: Nobody (None) Summary: Can''t user win32-service inside of a Rails application Initial
2014 Sep 29
1
3.6.9 samba does not propagate (or show) Linux quota for windows users to see it
Hi list, perhaps someone can help me out? fact: - samba 3.6.9 plus CentOS 6.5 - i have user quotas set up on their HOME directories, which resides in the "/home" filesystem - on windows workstation their disk quota is not shown, instead they see whole filesystem free/taken space (which generate much grumbling) After searching lists, googling etc., i decided to give a try the