Displaying 20 results from an estimated 7000 matches similar to: "Insert to associated table question"
2003 Oct 17
1
troubleshooting unexpected disconnects
Hi list,
I am still having troubles with rsync, as on large areas in our setup, it
keeps dying unexpectedly. See my previous post two days ago for the
initial tries. I realize it is a somewhat broad question, but how do I
troubleshoot these disconnects?
Im no great programmer, although we have a few good c programmers around,
and if needed I can ask for their help.
But for now, my thinking is,
2003 Jul 09
1
OpenBSD version???
John Todd's Onlamp article mentions an OpenBSD version as of June 2003.
Have I been sleeping while reading asterisk-users?
Is it a seperate project or is it just making Asterisk portable?
Who is working on this and is it in the main CVS yet?
Do they have device drivers ported or just the software parts of
Asterisk? I think the software parts would be relatively simple but
time consuming.
2006 Jan 22
2
Relationship not working
Hi all
I''m in the process of trying to make my first project on Rails after
doing the tutorial in AWDR. I picked a project which I thought would be
easy as I already have the PHP/MySQL implementation. Unfortunately I''ve
now hit a snag and was wondering if you could help?
I have a table called "races" and a table called "courses". The
relationship is:
2006 Jun 16
2
Need to call C++ processing beast from backgroudrb
Hello,
Bravo Ezra for Backgroundrb! What an elegant piece of engineering. I
envision many folks like myself looking at our CPU hogging executables and
finally seeing a clean path to the Web.
I was wondering if any folks have a good strategy for calling out to a C++
(or any other compiled) executable from a worker. Is the only option to call
system() from a worker? That feels a bit unsatisfying.
2020 Mar 31
2
Etiquetas en ggplot2
Buenos días, mi consulta es cómo poner etiquetas con las referencias en una
gráfica con varias lineas. Cada Línea es un modelo lineal de una nube y
quisiera que la etiqueta mostrar el símbolo de la nube.
Estoy usando gglot adjunto la sentencia de la etiqueta para la nube Branch
que tiene shape=3 como forma de los datos.
predlm3<-lm()
geom_point(aes(x=años ,y = Branch ),shape=3) +
2003 Dec 12
3
I hate make
Does anyone else here think that it might be a good idea to shift wxruby
to use rake (http://rubyforge.org/projects/rake/) or perhaps one of the
other "modern" build systems?
One example of a task that would be trivial with rake, but seem to be
really painful with make: Define a tclean target that deletes all the .h
and .cpp files that are built from .t files.
I''m not sure
2005 Mar 04
2
Part 2 of ONLamp.com Rails article is online
ONLamp.com has finally published part 2 of my Rails article! You can find it
here:
http://www.onlamp.com/pub/a/onlamp/2005/03/03/rails.html
It would be really nice if we could get this slash dotted again before the
weekend.
>From what I understand, you''re more likely to get accepted when multiple
people submit something. So, to anyone who has the inclination: if you would
submit
2006 May 17
2
ActiveRecord::Associations ER diagram/macros
Hello,
I found an interesting ER diagram on the "Module:
ActiveRecord::Associations::ClassMethods" page of the Rails Framework
Documentation :
http://ar.rubyonrails.org/classes/ActiveRecord/Associations/ClassMethods.html
At the beginning we can read ? Associations are a set of macro-like
class
methods for tying objects together through foreign keys. They express
relationships like
2006 May 08
4
Asterisk documentation..
Where can I get some asterisk books.. or tutorials..? I?ve been searching in
google.. but I find just some tutorials explaining how to fast set up an
asterisk server. I want to learn how to use it and how to make my own
configurations. So, the thing is that I want to know what is the best book
or tutorial that you know? recomendations? Thanks to everyone...
Danko Miocevic
2006 Mar 28
6
blank page output
Hello, I''m new to Ruby and RubyOnRails. I''m running Fedora 4 which comes
with Ruby 1.84-1. I installed rubyonrails, and I''m doing the a sample
program found on
http://www.onlamp.com/pub/a/onlamp/2005/01/20/rails.html?page=2
I ran ruby script/generate controller MyTest. I edited the file
my_test_controller.rb. Here''s the code I entered
class MyTestController
2006 Aug 08
2
Should I uninstall everything to install InstantRails?
Please help me I am brand new to this.
I have been following this tutorial from OnLamp
http://www.onlamp.com/pub/a/onlamp/2005/01/20/rails.html
which tells you how to install ruby, rails and mySQL and get going.
Doing this tutorial convinced me RoR was the way to go for me.
So I got hold of this e-book:
Agile Web Development with Rails - The Pragmatic Programmers
The book tells me to install
2007 Jul 05
2
Custom "Windows Welcome message"
Hello - I running Samba as a PDC on FC6 with roaming profiles. I need to setup a custom Windows logon/welcome message... to tell users want they can expect using this domain. Is it also possible to place different PDF files on the users desktop when he or she logs on, but only referencing one source file, so I don't have a copy for each user?
What is the best approach?
Thank You.
Ralf
2006 Mar 09
3
ONLamp.com Tutorial Trouble
I have installed Ruby on Rails and the latest version of MySQL in my
Windows XP machine and I am following a demo from ONLamp.com
<http://www.onlamp.com/pub/a/onlamp/2005/01/20/rails.html?page=3>. I am
3/5 down the page where it says:
"Open a browser and navigate to http://127.0.0.1:3000/recipe/new. You
should see something like Figure 32."
Instead of a page like Figure 32, I get
2003 May 23
5
Who would use Asterisk SS7?
Hello. I am new to this forum. If this issue has been discussed already,
please inform me, but my STFW have indicated that it has not.
If SS7 were available on * would it make commercial sense to use it? There
are case studies on the web (courtesy of the Death Star :->) for ISPs with
10,000+ subscriber lines showing clear cost savings in transitioning from PRI
to SS7 controlled IMT. My
2010 May 14
1
color lines by group membership in spaghetti plot
Greetings,
I am new to R. Right now I'm most interested in the spaghetti plots
of achievement over time by student ID associated with longitudinal
analysis. How can I do a spaghetti plot of all students, but color
the lines by group membership such as gender or race, and indicate
this color scheme in the legend? Any advice would be much appreciated.
Jack
Jack B. Monpas-Huber, Ph.D.
2006 Jan 26
1
Explanation on Activerecord Associations
A while back, I had some doubts on the use of associations. I still
haven''t got a satisfactory guidance so that I can spring ahead with the
project. I am trying to understand from a ruby point of view on doing
things. Basically I have a controller that gives me a list of students.
And each student may have say home address and mailing address. Hence I
can model as shown below. How do I
2012 Apr 04
3
spaghetti plots in R
I would like to plat some spaghetti plots from my data , ma data is as
follows
ak[1:3,]
[,1] [,2] [,3] [,4] [,5] [,6] [,7]
[,8] [,9]
[1,] 0.3211745 0.4132568 0.5649930 0.6920562 0.7760113 0.8118568 0.8609301
0.9088819 0.9326736
[2,] 0.3159234 0.4071270 0.5579212 0.6844584 0.7684690 0.8243702 0.8677043
0.8931288 0.9261926
[3,] 0.3075260 0.3993699
2006 Mar 03
13
Listing help
Hi,
I''ve created a Rails application and am having a problem listing by a
particular category in an associated table. I followed the instructions
found at the O''Reilly tutorial
(http://www.onlamp.com/pub/a/onlamp/2005/03/03/rails.html?page=3) but have
not had success. Can anyone please outline a better set of instructions
than in the "Showing Recipes in a
2006 May 09
2
newbie: OSX Ruby/MySQL issue?
I''m three pages into the OnLamp RoR Tutorial [1] and am wrestling
with what appears to be a MySQL connection problem.
I''ve created a simple controller called "recipe" with a corresponding
"recipes" mysql table. The recipe controller is just a simple scaffold.
When I browse to "recipe/new", though, I get these errors:
==
NoMethodError in
2004 Aug 20
1
from Newcomtech Co,. Ltd Help us.
How are you?
Fristly I would like to introduce myself in a shortly.
I'm a newcomer at Newcomtech Co,. Ltd. Nowdays I'm
working at TDM40B and TDM04B cards. I have installed
Linux hedhat 9.0 and Asterisk software. I have
configured the cards. I typed asterisk -vvvc command
in the command line and then asterisk give us
"asterisk is ready".
Now I have to configure my asterisk