Displaying 20 results from an estimated 300 matches similar to: "How do I emulate directory structure with routes?"
2006 May 12
12
Anyone tried the recent Mac OS X Security update?
It includes a patch for Ruby. I have already installed 1.8.4 from
source, and updated my PATH to look in /usr/local first, so I don''t
imagine that anything Apple does to "their" copy of Ruby will have any
impact on me, but I''m wondering if the changes to their Ruby is
something that needs to be done to 1.8.4 as well.
Thoughts?
Walter
2006 Jan 08
1
Install to Site5
is there any way to install a RoR application to Site5 (or any other
host for that matter) that doesn''t require shell access. It would be
nice, for simplicity sake, to be able to upload an application edit a
.htaccess (or something) and have the application just run.
[ it doesn''t really matter if there is no way to do this. its just
that I''m trying to test my apps on a
2006 Jan 09
5
file_column content type
is there a way using the file_column plugin to enforce a certain
content type based on regex (i.ie, /^image/) and/or filesize (150k)
?
thanks
adam
2006 Feb 12
6
Including another helper
I need to include another helper module apart from the normal two
(ApplicationHelper and [controllername]Helper). The inclusion needs to
be dynamic and based on external parameters (ie what helper that get
included differ from request to request).
Is it possible? How?
/Marcus
2006 May 16
7
WYSIWYG IDE, etc...
I''m new to Ruby, so don''t be too hard on me.
Is there a great visual editor for Ruby?
Also can Ruby on Rails (RoR) work with any other databases other than
the ones listed in the documentation, I need to connect to SQLBase?
Can Ruby be used to create standalone Applications (like Java)?
If yes, does it create native looking apps?
Can it be use in Client-Side and/or Server
2005 Jul 16
14
Thoughts on Second-Tier Documentation
In the course of this argument, keep in mind that I think Rails is
making excellent progress in the development of documentation and
community. I am only trying to develop discussion of where we need to
go next.
A consistent theme we are seeing on this list, I believe, is frustration
caused by the lack of second-tier documentation. So far we have...
-- the various tutorials which are
2006 Sep 25
1
Help me with not normal vox pls
Hello speex-dev,
hello. I have a vox file encoded with Speex speex-1.0.4.
I need to get it decode back to wav,
also I'd like to know what option were used to encode this particular file options
--
Best regards,
Mr.BoBo mailto:big-bobo@mail.ru
2012 Apr 09
2
Creating Better Table in R
Could anyone please direct me on how to make a nicer table in R? THANKS FOR
ALL THE HELP!
I would like to make a table with the following in it: estimate, t value,
significance, beta, standard errors, adjusted r squared, and residual
standard error (3 decimal points if possible, but I can do it by hand). Also
I'd love to include the source of my information on the bottom of the table
if
2007 Jan 03
2
Using helpers...
All,
I am getting an undefined method exception while trying to use a helper
method
in a xerb file.
I am running version 0.0.8
module Merb
module FredHelper
def blee( args )
....
end
end
end
In the xerb template I have
xml.bobo blee( args )
At runtime I am getting undefined method ''blee''
I tryied
2009 May 20
1
activeresource-2.3.2 HTTPHeaderSyntaxError
Hi,
I''m upgrading my app from 2.2.2 to 2.3.2 and am having a problem with
ActiveResource.
class FooResource < ActiveResource::Base
self.site = "whatever"
self.element_name = "foo"
end
FooResource.create(:bar => ''baz'')
raises:
Net::HTTPHeaderSyntaxError: wrong Content-Length format
from
2012 Oct 10
2
Strange email i'm getting whenever i post to the list
From: ?????? <NAVER-MAILER at naver.com>
Subject: [???? ??] envy721c at naver.cobSDsnLzroZwg66mU7J287J20IOyghOyGoeuQmOyngCDrqrvtlojsig==teuLiOuLpC4=
The only plain english in the message is that the mail was denied by the receiver
Anyone else getting this?
2002 Jun 17
1
Win2k-Pro and MacOS X
I have a MacOS X server and I am trying to get it to connect to the Samba
Services that is now bundled in X server. I can see the machine in My
Network Places but I can not get a user to log in. Guest works but nothing
else. Keeps stating user/pass incorrect. I don't know if there are any Users
out there can point me in the correct place or not. One suggestion I was
given was to change the win
2011 Aug 26
1
Unsupported UPS Orvaldi 520PL?
Hello,
I am new to UPS stuff, please be patient with me ;-)
Archlinux i686, kernel 3.0-ARCH #1 SMP PREEMPT.
nut 2.6.1 installed from source via Arch's AUR repository.
Mother board GA D525TUD with two serial ports, both enabled in BIOS.
I got some old Orvaldi 520 PL UPS [1], which is supposed to be
supported by the vendor [2] with sw called UPSmart. The statically
compiled i386 binary ran
2006 Nov 30
4
response is null when using should_render_rjs
I''m trying to use rspec to test a controller that has ajax.
I have the following action:
def change_ad_type_form
render :update do |page|
page.replace_html ''ad_sub_form'', :partial => ''text''
end
end
and the following spec:
specify "should return Text subform on AJAX request to
change_ad_type_form" do
2007 Apr 18
1
Reservation protocol?
Is there any particular protocol we should use to avoid stomping on each
others toes when working on particular patches? It is quite easy to
generate double nasty conflicts when working with patches of patches.
I'm currently working through the patch set starting at the top (my
patch tool was unhappy with 002-sync-bitops), working down my todo list.
bobo@linux:~/paravirt> hg status
M
2004 Sep 09
1
Interacting with Clusters...
Dear R-devel,
My current research focuses upon sensitivity analyses which require
[1] clusterings of patients in a baseline covariate X-space and
[2] examining the distribution of within-cluster treatment differences in
outcome.
I have generated some primitive R code for this, but I really need to be
able to interact with graphical displays of within-cluster information (local average
2012 Oct 09
2
Constant Error in R
Hi good R folks,
I am hoping that you could help me resolve this issue. I tried finding
answers online but to no avail.
I keep getting this "Error in x^2 : non-numeric argument to binary operator"
using multiple different codes, ones which have been verified to work by my
professor and other students.
I tried reinstalling R completely and it still didn't fix the issue.
I am using
2012 Mar 19
2
Loading Dataset into R continual issue
Hi, this is related to academic research I am trying to conduct. Please
pardon my lack of socialization for this forum.
For my project, I had to combine two different datasets, Democracy dataset
from Pippa Norris and World Bank Patents dataset.
My issue arrises from just loading the file into R. My colleagues proficient
in R have been stumped as well. Often times the file would seem to load
1998 Dec 15
3
how can i find out a netbios name from an IP address.
i install quite a few (debian linux) internet gateway boxes with samba
installed so that the client can get their /var/www directory in network
neighbourhood.
in order to diagnose network faults (i.e "WTF can't the stupid doze boxes
see/login to/etc the samba share?"), i often need to find out the netbios
name of a machine. for some reason this seems to an extraordinarily
difficult
2007 Nov 29
1
Problem with Samba cutting dir listings short
Hi,
I have a peculiar problem with my Samba installation. I have a directory with
lots of files that I want to make available via Samba. I can connect just fine,
but I quickly noticed a lot of files seemed to be missing.
After some testing I found out that the directory listing was simple cut off,
right in the middle of a filename even. I created a test-directory with 1000
random files in