Displaying 20 results from an estimated 30000 matches similar to: "Local ruby api access howto"
2006 Apr 30
3
require "ajax_scaffold" in model error
Hi there,
I''ve got installed ajax_scaffold_generator (3.1.2, 2.2.1)
Anyway I''m following the example here <http://height1percent.com/
articles/2006/04/18/ajaxscaffold-3-1-0-released> which suggests the
following in a model file:
--------------------------------------------------------
require ''ajax_scaffold''
class Pet < ActiveRecord::Base
2006 Apr 10
4
Many To Many''s Join table attributes + migrations
Hi all,
just joined and have only just kicked off with Rails (coming, but not
departing, from WebObjects development). And so far there seems to be
a lot of promise except for one thing I can''t figure out as yet --
the above problem.
Say I have the following conceptual relationships:
ITEMS <<--->> CARTS
i.e., each item can belong to one or more categories. So really
2012 Jan 20
3
Istalling Ruby 1.9.2
I just installed 1.9.2 on my 2nd machine, but after I installed I checked
the version with ruby -v and it sent me 1.8.7
Here''s the terminal output...anyone know what''s wrong (I have RVM
installed):
Francescas-MacBook-Air:~ fkrihely$ rvm install 1.9.2
Fetching yaml-0.1.4.tar.gz to /Users/fkrihely/.rvm/archives
Extracting yaml-0.1.4.tar.gz to /Users/fkrihely/.rvm/src
Configuring
2006 Jan 10
0
Problem installing rubygems-0.8.11
I''m having an issue installing rubygems-0.8.11 on 2 different boxes
but get the same error on both. The first box is a host environment
where I am cross-compiling things for the arm-linux architecture. It
is a debian sarge box using the ruby1.8 package which is ruby-1.8.2.
I successfully cross-compiled ruby 1.8.4 for the arm-linux
architecture and it runs well on the embedded
2011 May 31
0
Extlookup++
On Fri, May 27, 2011 at 1:08 PM, R.I.Pienaar <rip@devco.net> wrote:
> And for what its worth this afternoon just to see how hard it is
> and to again ask to myself ''wtf has no-one done this yet?'' and also
> ''wtf are people at Puppet Labs reinventing this wheel?'' I wrote
> a new extlookup that has pluggable backends.
>
The bit about
2005 Dec 23
3
Getting ri to include rdoc for my rails gems
I''ve installed Ruby 1.8.2 and Rails 1.0 on Windows XP and it''s working
great. However, ri, doesn''t seem to know about any of the rdocs for the
rails classes. For example if I run "ri --classes" none of the
ActiveRecord classes are listed. What''s the correct way to get ri to
include rails classes?
Thanks,
Todd
--
Posted via
2006 Jun 16
0
[ADV] Ruby / RoR Training Camp, Pune (India)
Hello,
Reevik Technologies Pvt. Ltd. will be conducting a 5-day training camp
on Ruby and Ruby on Rails at Pune,India. Seating is
limited to 15 people. Seat allocation will be strictly on a
first-come-first-serve basis.
Details below:
Date: 21st June thru 25th June 2006
Time: 9:00 am to 6:00 pm
Place: SICSR,Pune
Address: SICSR,Atur Center,Gokhale Cross Road,Model
2012 Mar 12
4
Help: Ruby Newbie Trying to Install on OSX 10.7.3
I entered in "rails" from the terminal prompt. Here is what I
got...... any help is appreciated
Last login: Sun Mar 11 15:26:54 on console
67-61-37-207:~ clesceri$ rails
Rails is not currently installed on this system. To get the latest
version, simply type:
$ sudo gem install rails
You can then rerun your "rails" command.
67-61-37-207:~ clesceri$ sudo gem install
2006 Feb 22
3
ri docs for Rails?
I cant find ri docs for any of the Rails classes. Do I have to generate them?
I do see RDoc files.
john
2007 May 27
0
[ win32utils-Support Requests-8957 ] Killing grandchildren?
Support Requests item #8957, was opened at 2007-02-28 13:47
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=412&aid=8957&group_id=85
Category: win32-process
Group: None
>Status: Closed
>Resolution: Rejected
Priority: 3
Submitted By: Chad Woolley (thewoolleyman)
Assigned to: Nobody (None)
Summary: Killing grandchildren?
Initial Comment:
I am trying
2007 Feb 28
1
[ win32utils-Support Requests-8957 ] Killing grandchildren?
Support Requests item #8957, was opened at 2007-02-28 13:47
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=412&aid=8957&group_id=85
Category: win32-process
Group: None
Status: Open
Resolution: None
Priority: 3
Submitted By: Chad Woolley (thewoolleyman)
Assigned to: Nobody (None)
Summary: Killing grandchildren?
Initial Comment:
I am trying to spawn, then
2006 Jul 09
5
Tip: searchable Rails api docs from within RadRails!
Just a tip for those of you using RadRails. If you install the new
rubygems 0.9.0, you can type "gem rdoc --all --ri" at the command line.
Then, open up RadRails, go to Window->Preferences->Ruby->Ri/rdoc and
change your ri path to the path to gemri (which gemri). Finally, open up
your RI Eclipse view and voila...indexed, searchable rails api docs at
your finger tips!
This
2009 Nov 08
1
Failure of user registration with XLITE
Dear all,
I'm setting up a connection via XLITE softphone and asterisk 1.4 but I get
the error:
*Registration error: 404 Not found*
Here my configuration file of asterisk:
*[root at dhcppc0 asterisk]# vi sip.conf
[gianca]
type=friend
username=gianca
secret=pwd_gianca
host=dynamic
context=tutorial*
*[giusy]
type=friend
username=giusy
secret=pwd_giusy
host=dynamic
context=tutorial*
*[root at
2013 Nov 25
0
INTERNAL ERROR: Signal 6
Hallo list,
I am running a samba server on Arch Linux. From time to time I get this error
message in the system log (journalctrl, log from systemd). I have read the
Trouble-Shooting section of the Samba HOWTO as pointed out in the error, but I
could not find anything related. Can s.o. please tell me how to approach this
error, or even tell me that the reason could be.
Any help is really
2008 Aug 04
0
Re: [rfc][patch 3/3] xfs: use new vmap API
Thanks for taking a look. I''ll send them over to -mm with patch 1,
then, for some testing.
On Monday 04 August 2008 16:28, Lachlan McIlroy wrote:
> Looks good to me.
>
> Nick Piggin wrote:
> > Implement XFS''s large buffer support with the new vmap APIs. See the vmap
> > rewrite patch for some numbers.
_______________________________________________
2007 Feb 08
0
mongrel_rails man page
Hello!
hey, I''ve been writing this man page for mongrel_rails for some time and
now I wanted the list to take a look at it and see if it''s good.
After it''s ok, and if zed want to integrate it in mongrel (or any other
distribution wants it), the debian note can be removed :D
Manual Page:
.TH MONGREL_RAILS 1 "2006-11-17" "Mongrel Rails"
.SH NAME
2002 Sep 08
1
Rsync and trying to mirror Linux user areas
As root, I am trying to mirror a Redhat 7.3 Linux user area
onto another Redhat 7.3 Linux box using rsync. This is using
the following type of command:
rsync -a -v --stats --safe-links
However, rsync cannot mirror most of the user area because
of the default permissions for the user areas.
e.g.,
opendir(user1): Permission denied
opendir(user2): Permission denied
drwx------ 3 user1
2002 May 13
2
rsync: network "bind interfaces only" command for rsync?
Hi,
Is there a network interface listen command for rsync
so that for a system with multiple network cards and
multiple IP addresses - rsync will only be visible
on a defined interface and defined IPs?
Like in samba?:
e.g.,
bind interfaces only = True
interfaces = eth0 193.xy.zz.aa 193.xy.zz.ab
Can't seem to find such a thing in the documentation.
Cheers,
Lachlan.
2002 Oct 21
1
Rsync and "ignore nonreadable" and timeout
Hi,
Can anyone send me an example config file that makes use of
ignore nonreadable
timeout 600
When I try to put this in a module - rsync seems happy but it
gets nasty logfile messages when a client connects to
the server.
Oct 19 20:30:14 4T:sv1 rsyncd[3706636]: params.c:Parameter() - Ignoring badly fo
rmed line in configuration file: ignore nonreadable
Oct 19 20:30:14 4T:sv1
2002 Nov 08
1
Rsync Re: Trailing /
What should be the official behaviour here?
I must admit some of my scripts probably have both
trailing and non-trailing "/". But just played around
until it was mirroring into the correct directory.
Lachlan.
At 18:20 07/11/02 -0500, you wrote:
>It appears that the trailing slash in the source is being ignored:
>
>rsync -auv clam::root/usr/local/bin/ /tmp/bin
>
>ends