Displaying 20 results from an estimated 800 matches similar to: "Rail in teaching environments"
2006 May 30
4
Help with Shopping Cart example from Agile Web Development 2nd Edition
Hi
I get to about page 103 of the book and get an application error. Further
investigation reveals the following error in the dev log:
Mysql::Error: #42S22Unknown column ''id'' in ''where clause'': UPDATE sessions
SET `data` =
2006 Mar 02
3
Hey How did they do that?
I''ve seen web apps where cells within a table column can be highlighted by
dragging over them. NumSum does this. Any ideas on how this is achieved?
When I try to select cells in a column by dragging over them the text within
rows gets selected as well.
Take Care
--
Aneesha
_______________________________________________
Rails-spinoffs mailing list
2006 Feb 22
4
Rails in Brisbane, Australia
Hi
Any Rails developers from Brisbane, Australia? Any companies from Brisbane
developing Rails applications?
--
Aneesha
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060222/cce3b491/attachment.html
2005 Apr 17
1
nls segmented model with unknown joint points
Hello,
I am interested in fitting a segmented model with unknown joint points
in nls and perhaps eventually in nlme. I can fit this model in sas (see
below, joint points to be estimated are a41 and a41), but am unsure how
to specify this in the nlm function. I would really appreciate any
suggestions or example code. Thanks a lot. -andy
proc nlin data=Stems.Trees;
params b41=-3 b42=1.5
2006 Jan 12
2
Anybody building elearning apps with Rails
Hello
I''m new to rails (just boarded the Train a week ago). I''ve been an
elearning developer for about 10 years and for the last couple of years
have solely concentrated on adding tools to a proprietary Learning
Management System built in Coldfusion. ...But I''m also a Java and ASP.NET
developer.
I am keen to start an open source rails inspired project to build the
2007 Aug 25
4
REST routes :has_many , new style
I am trying to write a nested route ''new style''
map.resources :franchises, :has_many => :documents
in place of the :
map.resources :franchises do |franchises|
franchises.resources :documents, :name_prefix => "franchise_"
end
but get an error :
no route found to match "/franchises/1/documents" with {:method=>:get}
running rake routes,
2006 Feb 17
7
Rich Text Editor (RTE)
Hello,
We are developing an commercial application that need to use an RTE.
Someone know one RTE editor that can I use in an commercial application?
We need basic functions to format paragrapher, bold, italic, ...
I found FCKEditor but it is very expensive and weight.
I found this list too but don''t know what is trustful:
http://www.geniisoft.com/showcase.nsf/WebEditors
Some
2006 Feb 19
2
How far can you get without learning Ruby?
This has been my little experiment for the last few weeks. I jumped straight
into rails after a few tutorials and have been using "Agile Web Development
with Rails" as a reference. I picked up the Ruby syntax from examples which
was not hard to do as I know various other languages. I''ve started 3
database driven web apps and all was going really well. Rails is fun and
2006 Jun 26
4
Oh oh. Micro$oft just noticed VoIP
It will be interesting to see how many standards get broken, and how
many proprietary hooks get thrown into the pot. The bean counters smell
some money, and their OS franchise is waning:
http://www.nytimes.com/2006/06/26/technology/26soft.html
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
2006 Apr 10
24
Proposal of "Resizable" javascript library
Hi, All.
I''ve developed the small javascript library to make the widgets
"resizable". Please try attached file or following URL
URL: http://221.112.61.214/~kzk/others/mixi/resizer.html
Now I wish script.aculo.us developers to merge this into the
"script.aculo.us". Is there any chance of merge? Is this a right
place to ask this question?
Thanks in advance.
Kazuki
2006 Mar 11
2
Customising FCKeditor
I would like to customise my FCKeditor-instance so that when the "add
image" button is pressed, it opens my own add_image popup.
In this popup i would handle the image upload/image browser/etc. tasks
with rails.
How can I open the popup and pass the picture information from there
back to FCKeditor''s textarea?
--
Posted via http://www.ruby-forum.com/.
2007 Dec 07
1
Are these events normal?
We have dropped dovecot in place of UW-IMAP for about 40000 users
and have solved our immediate problem: disk I/O overload, mainly
from people doing POP3 and "leave mail on server". Thank you!
Now i got loads of dovecot error messages in the logs and don't know
if there is any significance. Here are a few examples:
The most common event is:
2007-12-06 16:00:17.837654500 dovecot:
2005 May 18
3
CentOS 3 / tg3 driver on an HS20 Blade
Greetings:
I know it's been mentioned before that the tg3 driver in CentOS 3.4 is
buggy. I had to revert to 3.4 today from 4 (fresh install) and now I
have no link and thus no network. I'm wondering if this is caused by
this bug and what the work-around is.
Thanks.
Brendon Colby
2006 Feb 08
10
Writing activex controls and dlls in ruby.
Is it possible to write activex controls and windows DLLs in ruby? I
would like to have some of my logic be usable from VB (don''t ask why).
Thanks.
2012 Sep 18
1
Changing Quota downward for special Mailboxes? (2.1.6)
It seems there is no way to correct te quota limit downward for some
mailboxes, like:
quota_rule9 = UCE-TMP:storage=-10%%
The idea is to not eat up the users storage with spam, so that spam
stays in the queue (for some time) while real mail gets delivered.
There *is* a line
} else if (*value != '-' && relative_rule) {
in quota.c, but nothing else handles it,
2005 Feb 19
2
{Bounce} Unsolicited Commercial Email Rejected
The recipient has requested to have their mails scanned for Spam.
Our UCE (Spam) detectors have been triggered by a message you sent:
To: wildflower@greenapple.com
Subject: Wildflower, Ġėţ ready for Romáňćė in 15 míns - Ġėţ Ċĩàĺĩŝ softatábs at upto 80℅
2006 Feb 10
1
3-d splinefun
hello,
is it possible to do something like splinefun(x,y), but with a 3rd
dim?
for example, if i have a 2-dim system like:
x<-1:100
y<-rexp(100,1)
func<-splinefun(x,sort(y))
func(n) # returns interpolated value of y (after sorting) given x=n
# i can check this by:
plot(x,sort(y))
lines(spline(x,sort(y)))
Can i do the same thing with an x,y, and z? i have found the akima
2008 Sep 08
2
OggPCM channel maps
I've tried to solicit discussion on this point in the past, but now I'd
like the press the issue for a bit. I'd like to remove the less well
developed mapping header (option 1) from the OggPCM draft, and make
my/our (with Martin Leese) suggestion (option 2) the definitive one.
If anybody objects, let's discuss it on-list. If not, I think it
wouldn't be too bad of an idea
2005 Dec 15
2
question on write.table
Hi,
I have a question on write.table:
I have a data.frame called t7 as below:
> dim(t7)
[1] 14015184 6
> t7[1:5,]
uci uce par line graphical.forms stems
1 0 0 0 0 active activ
2 0 0 0 0 policy polici
3 0 0 0 0 wc PC
4 0 0 0 0 eff elf
5 0 0 0 0 icn ICC
I want to write the
2003 Jul 03
1
Position Available...
Our software company is looking for a technical support/customer service agent
This person should be knowledgeable with FreeBSD (installation and
troubleshooting),
Windows, hardware support (diagnosing hardware problems, replacing memory,
cards, etc...), building out hardware (servers/workstations) for
customers. Experience
with JMS, and/or FoxPro desirable but not required.
Some light book