Displaying 20 results from an estimated 6000 matches similar to: "Ruby on Rails: Talk | Google Groups"
1998 Jun 16
1
Access Database SLOW
I've got a user that wants an Access database shared out. I've got a decent
machine serving out the directory (300 MHz Pentium II) running RedHat 5.0
(kernel 2.0.34) with Samba 1.9.17p4 (RPM is samba-1.9.17p4-3). I've created
a simple share entry in the smb.conf file:
[global]
debug level = 1
browsable = yes
comment = Samba under Linux (RedHat 5.0)
domain master = yes
2009 Apr 06
1
Need Help with StatET Error/Bug? on Ubuntu 8.10 amd64
Hi,
I posted this message on the StatET-user board last week, but it looks like
a ghost-town...
I have a bad feeling that there is some code in the plug-in which doesn't
work well with my environment, but if I am lucky, maybe other users have
worked around this problem somehow - I am hoping that my setup is the issue.
Note: very similar StatET setups on 32-bit XP Pro and Vista run
2005 Oct 14
1
join tables and position (acts_as_list)
I''m working on some schema for a new project that we''ll be doing in
rails (our first rails project!).
A recurring structure we are seeing is the desire to define an
ordering any way we wish, so ''acts_as_list'' comes to the rescue.
But, the ''position'' column seems to need to belong in the join table
to make sense.
For example, we have
2006 Jun 07
1
Controlling Cisco 7960 Ringtone from Asterisk
I'm trying to change the ring tone on my 7960 from the dialplan. I've
tried the example on the wiki but it doesn't seem to work. Something like:
exten => 3010,1,SetVar(ALERT_INFO=<Bellcore-dr1>) ; selects Ringer
exten => 3010,2,Dial(SIP/3010,15)
I'm not sure what the Bellcore-dr1 ringer is supposed to be. I've tried
replacing ALERT_INFO with another ring tone
2005 Mar 19
3
Wine success: HABit Wordstar Converter (version 3)
I had need of a bit of computer archeology (oddly enough, for a couple
of archaeologists, but that's another story). I used Henry Bartlett'
HABit Wordstar Converter (version 3)
(http://www.hotkey.net.au/~hambar/habit/wsconvrm.htm) to convert some
Wordstar for Mess-DOS files to text and HTML. It worked just fine
under wine (http://www.winehq.org). wine-20041201-1fc3winehq on Fedora
Core 3
2011 Dec 05
1
using StatEt IDE for Eclipse
Hi,
I'm trying to use StatEt IDE for Eclipse as my R editor, but I'm completely
lost. I've read all I could find online, made apparently all I had to do
(installing rj, configuraing StatEt, etc.) but still cannot make R running.
Below is the error log file.
Thank you so much for assistance.
Matteo
!ENTRY de.walware.statet.r.console.ui 1 0 2011-12-05 16:21:51.355
!MESSAGE
2011 Mar 18
7
Controller Spec & DataMapper Chaining
Hi there,
I''m fairly new to RSpec, and DataMapper and I''m trying to write a controller
spec for an index action that will include DM query chaining.
Here is a very simplified version of the Controller#index I''m working on
def index
@widgets = Widget.all(:order => [ :name.asc ])
if params[:alpha]
@widgets = @widgets.by_alpha(params[:alpha])
elsif
2005 May 31
1
AJAX & Partials
Hi,
looking to see if I''m on the right track here...
we''re selling widgets to customers, but there are a number of different
type of widgets and each different type of widget has a number of
parameters that the customer can specify, in effect each customer orders
widget''s customised in ways particular to that specific order.
We use STI to store each different widget
2007 Nov 01
1
List of Nth removed associated objects.
Given the following..
Foo has_many :bars
Bar has_many ::widgets
Widget has_many :gadgets
Gadget has_many :parts
All of the following are now possible...
@foo.bars
@bar.widgets
@part.gadget.widget.bar.foo
However, I can''t just do the opposite of that last one...
@foo.bars.widgets.gadgets.parts
and get a full list of every Part associated with @foo.
I know there''s several
2009 Jun 25
1
How do I define the method for gcheckboxgroup in gWidgets?
Hi All...
I?m trying to build a small demo using gWidgets which permits interactive
scaling and selection among different things to plot. I can get the widgets
for scaling to work just fine. I am using gcheckboxgroup to make the
(possibly multiple) selections. However, I can?t seem to figure out how to
properly define the gcheckboxgroup; I can draw the widget properly, I think
my handler would
2013 Feb 12
2
Private environments and/or assignInMyNamespace
Dear DevelopeRs,
I've been struggling with the new regulations regarding modifications to
the search path, regarding my Rcmdr plugin package RcmdrPlugin.DoE. John
Fox made Rcmdr comply with the new policy by removing the environment
RcmdrEnv from the search path. For the time being, he developed an
option that allows users to put the environment from Rcmdr (RcmdrEnv) on
the search path,
2010 Dec 20
2
The Rails3 way for in-place editing
Currently I want to implement in-place editing directly on the index-page
(for the sake of learning just xx products with a name to be edited).
These are my favorite links from yesterday''s research (for the archives):
*On the spot is a Rails3 compliant unobtrusive javascript in-place-editing
plugin: http://rubygems.org/gems/on_the_spot
2005 Jun 02
1
Populating Data on a Foreign Table
the scenario...
three tables, thusly:
widgets
-------
id
widget_color_id
widget_style_id
widget_colors
-------------
id
color
widget_style
------------
id
style
the data:
widgets
-------
1 2 1
2 1 3
3 3 2
widget_colors
-------------
1 blue
2 red
3 green
widget_styles
-------------
1 smooth
2 round
3 broken
so, putting the associations together, we have in widgets:
1 red smooth
2 blue
2006 Jan 30
5
Multiple ajax calls
This is slightly OT for which I apologise in advance, but I was
wondering if anyone here has had any problems when making multiple
ajax calls at the same time. I''m working on a large Intranet
application which makes heavy use of ajax calls and the bugs are
flying in from the testers that if they repeatedly click on a link
that makes an ajax call then Internet Explorer can fall
2006 Aug 09
2
Link to most recent
Greetings all,
I have a side panel in my app that needs to have a link to the most recent 4
or 5 items in a table. How do I create this link?
For example, I have a controller named widgets, and I want to create a link
to :controller => "widgets", :action => "show", and then the most recent id.
I want the text link to be the name of the widget.
Any ideas? Obviously,
2005 Oct 15
6
R GUI considerations (was: R, Wine, and multi-threadedness)
Hello,
Following a discussion initiated on r-devel, that mentions SciViews-R
and other GUIs issues for R, I would like to make comments (and would be
happy if these comments would initiate interesting initiatives).
A big, big problem with SciViews-R is that a part of it is written in
Visual Basic 6, a M$$$$ language, not supported any more, buggy, non
transposable to other platforms, etc,
1998 Jul 27
1
Cache Problems!!!!! (PR#8584)
Charles Curley wrote:
> The problem that I'm having is that once a file has been opened from the
> share, changes made to that file via the WWW interface are not seen by
> the Win95 client, they still get the old file's contents.
Charles,
If you are accessing data from both a Samba
share via Win32 and via a UNIX program the UNIX program
will see old data unless you turn off
2005 Jun 09
8
RDoc Dashboard Widget
Hi everyone - sorry if this is a bit OT, I''m not subscribed to the
''ruby-talk'' list, but if anyone wants to cross post this over there...
This is just a quick announcement to let people know that I''ve built a
basic RDoc Dashboard widget for Mac OS X Tiger. It''s still beta-ish,
but seems to work okay for me - and it''s a convenient reference
2006 Apr 28
4
.times not behaving as I''d expect
I''m using prototype 1.4.0 in a big web application I''ve been working
on for months and today a bug was raised by one of our testers. After
investigation it turns out that something done 0 times will actually
fire once. So, for example, if I had
(0).times( function(i) { alert(i); } );
it''d fire once rather than not at all. Is this a bug in prototype or
the
1998 Jul 14
1
smbstatus show open files when none are
I recently (a few weeks ago) installed 1.9.18p8 in order
to get better performance with an Access Database, which along
with adding a TCP_NODELAY in the [global] section has that
working like a charm. Thing that's bugging me now is smbstatus.
When I run it I see open files listed when I know that they aren't.
The following output shows quite a few files open that aren't
really. The