similar to: Layout appears three times!

Displaying 20 results from an estimated 8000 matches similar to: "Layout appears three times!"

2010 Jan 12
2
SIP Security
Hey guys, I've been running asterisk on my server for some time now (currently running Asterisk 1.6.2.0). I am having security issues with my SIP accounts. Unauthorized people have been able to access the server (bots) and they have been able to make calls (in today's case to Cuba). Here's a copy (slightly modified) of my sip.conf: [general] context=default ; Default
2010 Sep 27
3
Rails3 app deploy : how to ?
Hello, I know many people are asking this kind of question. I searched in this forum and some others in the web but i did found something clear enough for my "ror''s power" (i''m not completly new but real close ;-) ) Well, I''m developing my application on os x, i''m using svn (team choice) for versionning but i will need to deploy on linux server (with
2010 Jun 10
9
Rails3 beta4 + Ruby 1.9
When I try rails console using Rails3 beta4 and Ruby 1.9.1-p378 I cannot save a record: > rails console Loading development environment (Rails 3.0.0.beta4) ruby-1.9.1-p378 > g = Game.new => #<Game id: nil, player_id: nil, versus_id: nil, finished: nil, created_at: nil, updated_at: nil> ruby-1.9.1-p378 > g.save NameError: undefined method `<=>'' for class
2006 Jul 23
6
routes
My best guess at how to make this route map.connect '':user'', :controller => ''user'', :action => ''profile'' makes my link_to :controller => ''admin'', :action => ''index'' stop working ? I''m needing urls like http://localhost:3000/username but without breaking all my other controller index
2003 Jul 14
5
Office2000
Hi all, I've a problem by installing M$ Office2000 on the lates version (20030709) of Wine. When I run setup.exe all seem to work until the installation scroll bar opens. At this time the process hangs and the installation does not proceed. This happens both without windows installed than with a native Win2000 installation. I've a Mandrake 9.1. Any ideas? Any suggestions of how to
2007 Mar 16
3
corAR1 in a random effects panel
Hi everyone, I am interested in estimating this type of random effects panel: y_it = x'_it * beta + u_it + e_it u_it = rho * u_it-1 + d_it rho belongs to (-1, 1) where: u and e are independent and normally zero-mean distributed. d is also independently normally zero-mean distributed. So, I want random effects for group i to be correlated in t, following an AR(1) process. I am
2009 Sep 16
12
Connecting to Oracle (Solaris Sparc 10)
My company''s System-admin installed Ruby and Gems (using Sun Coolstack package) and I have sudo access to ruby, gem etc. Now I need to get my app to talk to oracle db (through network). From what I understand, it requires three steps: Step 1: Install oracle instant client ( I installed it in my ~/oracle/ instantclient_11_1) Step2: Install OCI8 libraries (this is where I am stuck). Here is
2003 Sep 30
2
Trouble with 'NET ADS JOIN'
Hi All, Any clues as to what is causing this? I have seen similar questions asked before in regards to joining ADS domain but have not been able to find a solution to my problem. The domain is a Native mode ADS on win2k3 with signing required. Please let me know if additional info or logs are required to diagnose the problem. I did a 'net ads join ADSDOM -U
2009 Sep 25
8
Cheapest Rails Hosting where they give you full access to Apache (to load modules etc)???
any pointers / suggestions re cheapest Rails hosting where they give you full access to Apache (to load modules etc)??? Can be a shared platform, however not sure if there is a shared platform type hosting service where they do give you such access?
2006 Jun 28
8
How to obtain clients IP adress
Is it possible to obtain clients adress in ruby on rails? by TheR -- Posted via http://www.ruby-forum.com/.
2010 Jul 09
6
deployment question: has anyone deployed w. sqlite?
Hi, I''d like to make a demo version of my app available, but I''m not ready to get into database stuff, yet. Has anyone ever deployed with sqlite (what I used to develop my app)? If so, what hosting service(s) would you recommend? Thanks, Lille -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this
2007 May 22
4
Rails API is not well defined
Although somewhat new, I continue to struggle with passing the right parameters to the Rails methods despite making direct reference to the documentation. For example, I want to create a form: form_tag :action => ''deliver'', :id => @event.id, :class => ''entry'' The class doesn''t show up. I''ve tried various combinations of hash
2003 Jun 30
2
Question regarding exclude and invalid arg messages
Hi, I'm running rsync 2.5.6. I use it to backup a RH 7.3 file server (samba+appletalk) to a FAT32 external HD. I get the following output: .1e6prS failed: Invalid argumentsp_ind/Emails ind/.Icon .fJ98aa failed: Invalid argumentsp_ud/Emails ud/.Icon .qLRVCT failed: Invalid argumentkt/02_Tegninger/planer/ai/.Icon .zM65uw failed: Invalid argumentkt/02_Tegninger/planer/fmz/.Icon mkstemp
2005 Feb 16
4
Dutch VOIP-PSTN provider
Hi, I read a lot about US providers that can terminate a PSTN number for you and offer IAX or SIP connectivity. Does anyone know such a company in The Netherlands ? I read about Unet. Anyone with experience with them ? Any information is welcome. -- Michiel van Baak http://lunteren.vanbaak.info michiel@vanbaak.info GnuPG key: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x7E0B9A2D
2009 Sep 16
5
piece of code that runs only once
hi, an strange error is happening here in User model i have the following method: def falta_votar Category.find(:all) - votes.collect {|v| v.category} end and in the default.html.erb layout i have: <%= current_user.falta_votar.size %> but it only works once, when i try to access another page i get an error message saying that the falta_votar method is nil, then i have to restart
2003 Jul 27
20
g729 Codec
Hi, Do the g729 codec licenses for Asterisk work on a SIP environment (only SIP UAs running g729 + Asterisk)? I would like to buy a couple for a SIP test lab but I have not found any documentation on wether it works for SIP UAs or not. The Digium page only mentions: "The G.729 codec works with all Digium cards." Can somebody tell me please? Thanks, Ricardo Villa
2010 Nov 30
2
New to Gluster. Question about Postgres on Gluster.
Hi list, First off, sorry if this message seems to ramble about. It's been a long day that stretched through too many days. I'm currently reviewing gluster as storage for our servers. While not storing a massive data set (yet), it is starting to grow. The current setup is one that I inherited and basically has nothing going for it at the moment. No redundancy, back up policies are next
2006 Aug 05
22
MySQL vs SQLite
I have an application where speed is probably the #1 priority here. I am using MySQL 5.0.22. Would SQL be considerably faster than MySQL? I know this has been discussed before, but the search on the forums is not working. Thanks for your help. -- Posted via http://www.ruby-forum.com/.
2001 Nov 14
6
issues with version 2.2.2
Hi -- Does anyone have any strong comments either positively or negatively about the new version 2.2.2 running on Solaris 2.7 or 2.6? I have been running version 2.2.1 since August and have been having some really unusual behavior with random denial for some users from some machines at random times. Is there any evidence that 2.2.2 might help with this? --
2009 Nov 02
7
*** Quick help with paperclip ***
Hi All, Someone reccomended using paperclip as a way to easily upload photos. Basically I want a quick and easy solution to allow users to add a profile picture. Anyway - I have followed the tutorial on here: http://jimneath.org/2008/04/17/paperclip-attaching-files-in-rails/ I can add a file, but there isnt anywhere to upload it. I have followed the above tutorial word for word, but i dont