similar to: newb queston to fellow Railians

Displaying 20 results from an estimated 3000 matches similar to: "newb queston to fellow Railians"

2004 Apr 06
0
queston for res_radius users
Hi, I am having problem compiling radius support for asterisk and am wondering if anyone would point out whats wrong, here is what I get when complie cc -DOPENSSL_NO_KRB5 -fPIC -c -o res_radius.o res_radius.c res_radius.c: In function `RDial_exec': res_radius.c:1047: parse error before `char' res_radius.c:1058: `buf' undeclared (first use in this function) res_radius.c:1058:
2002 Mar 13
0
Queston on using the delete option
You brought up a very good point which described what rsync can and can not do. Because of the robustness of this application, we are trying to find a way to use rsync and replacing our current primitive system which uses tar and send the data over a small pipe. Since my last posting, I have thought about not using the "--delete"option and instead, gather a list of files to be
2010 Sep 02
1
Error No such file or directory
Hi, I have a website deployed on heroku, but my local git repository was ereased, so I m trying to create a new local repository pulling my deployed site. I run : git clone -o heroku git-Vgi1d2+GxVTQT0dZR+AlfA@public.gmane.org:my_app.git, but now when I run script/server I get this error msg: pedro@ubuntu:~/proj/my_app$ script/server => Booting WEBrick => Rails 2.3.8 application starting
2009 Jun 03
3
System V Init Script
Hey Listees, I have a question (hopefully quite simple) about the system V init scripts in /etc/init.d. I have an app installed and for some reason it had no system V init script. It has been installed a long while now so I can't quite remember whats going on but basically I remember I wrote the init script my self and the app is enabled as a service which chkconfig to run at system levels 3,
2008 May 05
2
Deploying to a staging server using Capistrano: how to start up BackgrounDRb?
Hi. I am using BackgrounDRb to process thumbnails and upload to S3 - things are hunky-dory in development (thumbs are generated, these are uploaded to S3, the metadata is saved to trhe DB, and I get a nice status page updated by periodic calls via ask_status), but when I tried to deploy to our staging server and stop/start BackgrounDRb via Capistrano, things blew up - well, not exactly,
2006 May 17
3
Rails "Application Error" with apache and mod_fcgid
Hello, I have a gentoo system that I am trying to remotely develop rails applications on using apache and fcgi. I created the simple hello world example from Dave Thomas'' book to test the system and I receive an "application error" when I try to go to the page. I can startup webrick and use links to view the page just fine, but nothing doing through apache. I have
2006 Jan 28
1
Switchtower different svn repo urls from my local box and my shared hosting
I got problems running switchtower 0.10.0 when I try to run "rake deploy" from my local box (windows) to my shared hosting If I set the repository to (deploy.rb): set :repository, "file:///home/[my_user]/repo/[my_app]/trunk" My local box (windows) can''t reach the subversion repository located in site5 If I set the repository to: set :repository,
2005 Apr 09
0
newbie question - dispatcher
I install Rails on me Debian, create simply project, and send request from browser. I get from Webrick this ERROR log: [2005-04-09 10:14:15] ERROR MissingSourceFile: no such file to load -- dispatcher ./../config/..//vendor/activesupport/lib/active_support/dependencies.rb:195:in `require'' ./../config/..//vendor/activesupport/lib/active_support/dependencies.rb:195:in
2008 Apr 08
1
Hello, my fellow ROR users/developers
I work at a few internet startups and we are looking for more Ruby Developers. We are profitable and growing. Please respond and let''s discuss! My email: sj_72-/E1597aS9LQAvxtiuMwx3w@public.gmane.org Best, Stephen --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk"
2007 Feb 02
3
rails command version pegging?
Hello, Is it possible to declare the version of Rails used with the seminal "rails /path/to/my_app" command? For example, I now have 1.2.1 and 1.1.6 installed on my machine. If I run "rails my_app" I get 1.2.1 produced skeleton code. Is there a way to get 1.1.6 results? Regards, Andy Koch --~--~---------~--~----~------------~-------~--~----~ You received this
2008 Apr 17
4
acts_as_paranoid is making me crazy
Acts_as_paranoid is giving me a headache when performing migrations. For some reason when I perform a migration I get a "stack level too deep" error. If I comment out the database inserts that are performed (countries, regions, and a base admin) it works well. Even after minimizing the data that is inserted on the migration to one record it still throws the same error. When running
2006 Jan 27
6
Switchtower deploy error
I''m trying to deploy a rails app with no success. I can execute: ''rake remote_exec ACTION=setup'' but when I try to execute : ''rake deploy'' I got this error: loading configuration c:/ruby/lib/ruby/gems/1.8/gems/switchtower-0.10.0 /lib/switchtower/recipes/standard.rb loading configuration ./config/deploy.rb executing task deploy transaction: start
2010 Nov 09
2
Undefined method
I am very new to ROR. (Ruby 1.8.7, rails 2.1.1, rack 0.8.7, mysql 5.1.41) I has my_app/lib/migration_helpers.rb file: module MigrationHelpers def self.foreign_key(from_table, from_column, to_table) constraint_name = "fk_#{from_table}_#{to_table}" execute %{alter table #{from_table} add constraint #{constraint_name} foreign key (#{from_column})
2009 Jul 01
1
Newb question - CHM files - Best method to view
Please excuse my first couple of probably quite a few newb questions. Are there still probs with viewing chm files? If I browse to the chm file and just launch it seems fine until I try search for a subject. I search, find what I'm looking for, click it and the help file closes. If I use wine hh / winepath windows path it launches but if I click search I can't try the search, it's
2006 Jul 28
2
newb question...
This is what it says when i have this stupid error... app/controllers/info_controller.rb:9: syntax error this is what is inside of info_controller, class InfoController < ApplicationController def who_bought @product = Product.find(params[:id]) @orders = @product.orders respond_to do |accepts| accepts.html accepts.xml end end if someone could please help me... -/ James --
2006 Aug 17
2
SaltedHashLoginGenerator no such file to load -- iconv
Hi, I''m trying to use the SaltedHashLoginGenerator as documented on http://wiki.rubyonrails.com/rails/pages/SaltedHashLoginGenerator Ruby version: ruby 1.8.4 (2005-12-24) [i386-openbsd3.9] I''ve the following commands: gem install salted_login_generator gem install localization_generator rails myapp cd myapp ruby script/generate salted_login User Localization All ran
2010 Jan 26
0
newb question: chron and hist()
Hi all, I'm just getting started in R so bear with my newbness. I am trying to create a very simple histogram of logins by time, with data coming in from a MYSQL query. the raw data looks like this: "id" "user_id" "experience_given" "created_at" "ip_aton" "1" XXXXXXX 2445626 0 "2010-01-21 00:00:01" 1123632036 "2"
2005 May 18
0
Integrating Asterisk into our Legacy PBX <-- Newb (correction)
Correction: The hardware is a Wildcard T100P (not a TE110P) Thanks! > -----Original Message----- > From: Geoff Manning [mailto:gmanning@zoom.com] > Sent: Wednesday, May 18, 2005 9:07 AM > To: Asterisk Users (E-mail) > Subject: [Asterisk-Users] Integrating Asterisk into our Legacy PBX > <--Newb > > > I have been successful in setting up asterisk and making >
2007 Dec 03
1
Subject: Newb Question
Hi, Use orecx, voip call recording and monitoring. www.orecx.com Thanks & Regards, Vidura Senadeera, Sri Lanka. Tel - +94114520001 Mobile - +94777766596 yahoo/skype Ids - vidurased > ------------------------------ > > Message: 17 > Date: Fri, 30 Nov 2007 08:58:41 +0530 > From: ram <talk2ram at gmail.com> > Subject: Re: [asterisk-users] Newb Question > To:
2009 Jun 17
0
newb question installing rsync on old solaris
hi all i installed a new version of rsync on an old solaris machine we have around. an old rsync was running before, but now neither is running, both complaining about dependencies, even though the compiling & install went fine, you can see the error i get below when i try to run it. la3000# rsync ld.so.1: rsync: fatal: libpopt.so.0: open failed: No such file or directory Killed so i