Displaying 20 results from an estimated 600 matches similar to: "Rails 0.8: Just shy of 100 additions, changes, tweaks, and fixes!"
2010 Dec 17
1
flash[;notice] not display after redirection
I read all previous posts about the same subject in Devise group but
couldn''t find any answer, so iy may not be related to Devise , so
I debugged it ..
.
class Users::RegistrationsController <
Devise::RegistrationsController
..
# POST /resource/sign_up
def create
build_resource
if resource.save
if resource.active?
set_flash_message :notice, :signed_up
2005 Jul 18
0
How to build rails under WindowsXP??
Environment: WinXP, ruby-1.8.2-15, gem-0.8.10, rake 0.4.15, rails from svn.
I have checked out rails sources from svn and try to build it by
myself but without any luck.
pushgems.ru uses *nix style for running commands
cd #{pkg} && rm -rf pkg && PKG_BUILD=#{build_number} rake pgem && cd ..
and it is does not work under Windoze so I have to cd in each folder and run
rake
2008 Feb 07
2
[CruiseControl] RubyOnRails build 8820 fixed
The build has been fixed.
CHANGES
-------
Revision 8820 committed by bitsweat on 2008-02-07 23:10:01
Remove empty .rhtml templates
D /trunk/actionmailer/test/fixtures/templates/signed_up.rhtml
D /trunk/actionmailer/test/fixtures/helper_mailer/use_example_helper.rhtml
D /trunk/actionmailer/test/fixtures/first_mailer/share.rhtml
D
1998 Jan 23
0
Copyrights for R contributed libraries
I have been packaging both R and the R contributed libraries for the
Debian GNU/Linux operating system. Right now if anyone installs
Debian Linux on an Intel machine or a DEC Alpha they will have the
option of installing R as a regular part of the operating system. I
think this is a good way of getting wider distribution of high quality
statistical software. The Linux community is growing
2001 Feb 24
1
Fwd: OpenSSH on Ultrix?
Dear developers,
I'd appreciate if you could forward this to the appropriate people doing the
non-OpenBSD ports of OpenSSH. Thanks.
------- Begin Forwarded Message -------
Subject: OpenSSH on Ultrix?
From: Georg Schwarz <georg.schwarz at iname.com>
Newsgroups: comp.unix.ultrix
comp.security.unix
Date: Sat, 24 Feb 2001 23:06:02 +0100
Has anybody managed
2011 Jul 21
4
Validation depends on Controller
I know in the model we can add validations. But how about if I need
different validations depending on the controller.
For example...
1) if the User is being created from the accounts controller, I want to
REQUIRE the username be entered.
2) if the User is being created from the users controller, I want to NOT
REQUIRE the username.
validates_presence_of :username, :on => :create requires the
2004 Jul 22
2
Authentification with PostgreSQL
Hi all,
I found Dag Wieers' Fedora Core 2 rpm on
http://dag.wieers.com/packages/dovecot/ and installed it. Now
dovecot-auth isn't complaining anymore about an unknown userdb type
but I can't get authentication working.
/etc/dovecot.conf
(...)
# Authentication process name.
auth = default
# plain digest-md5 anonymous
auth_mechanisms = plain
auth_userdb = pgsql
2005 Jun 28
0
index of dispersion
Hi list
I'm looking for statisitic measurements describing the pattern of points
within a given polygon. Is there a function calculating the Index of
Dispersion and/or are there other functions summarising an observed pattern?
Markus Schwarz
.....................................................................
Markus Schwarz
Wissenschaftliche Mitarbeiterin
Eidg. Forschungsanstalt WSL
2009 May 14
1
Bayesian Model Averaging
Hello R Group,
Below is the code I submit:
library("BMA")
X <- read.table("C:/Documents and
Settings/Administrator/Desktop/coding.txt",header=TRUE)
Y <- read.table("C:/Documents and
Settings/Administrator/Desktop/1DCS.txt",header=TRUE)
IGout<- iBMA.glm(X, Y, glm.family= gaussian(), verbose = TRUE, thresProbne0
= 5 )
summary(IGout)
IGout
I
2006 Aug 06
0
Rails Core Weekly July 16 - August 6
Rails Core Weekly July 16 - August 6
Rails Core Weekly summarizes the rails-core mailing list, a list
dedicated to Ruby on Rails internals and its development. RCW is
brought to you by Rodney Ramdas and proofread by the good people of
The Caboose (http://blog.caboo.se/) for accuracy.
RSS feed and RCW home:
http://www.pinupgeek.com/articles/category/rails-core-weekly-news
The ruby on rails
2005 Aug 05
1
kappa-accuracy and test for signifcance
Dear list,
I calculated the kappa-accuracy for two differnt classifications.
How can I test now the two kappa-value for significance?
thanks, Mark
.....................................................................
Markus Schwarz
Wissenschaftliche Mitarbeiterin
Eidg. Forschungsanstalt WSL
Forschungsprogramm Musterland
Z??rcherstrasse 111
CH-8903 Birmensdorf
Telefon +41-44-739 22 87
Fax
2007 Dec 05
1
Information criteria for kmeans
Hello,
how is, for example, the Schwarz criterion is defined for kmeans? It should
be something like:
k <- 2
vars <- 4
nobs <- 100
dat <- rbind(matrix(rnorm(nobs, sd = 0.3), ncol = vars),
matrix(rnorm(nobs, mean = 1, sd = 0.3), ncol = vars))
colnames(dat) <- paste("var",1:4)
(cl <- kmeans(dat, k))
schwarz <- sum(cl$withinss)+ vars*k*log(nobs)
Thanks
2007 Jun 19
1
ActionMailer cancel send from one of deliver_* methods
Seems like executing a return in one of the deliver_* methods of
ActionMailer doesn''t cancel the delivery. The template is still read
right after the return method has been executed and because all
variables in the template are empty, all kinds of errors occur.
I need to validate the email (and test whether it actually exists)
before a delivery is made and I''m trying to put all
2006 Mar 14
0
Test of Significance for overall-accuracy
Hello,
I have two classifications. How can I compare the overall-accuracy of these
classifications to each other?
Is there a possibility within R to test if the achieved overall-accuracy
for the classifications are differing significantly?
Additionaly, are the McNemar-Test and Broker-Test implented in a package of R?
Thank in advance for your help,
Markus
2015 May 22
1
smbtree vs nmblookup while looking for servers list
Hello everyone on the list,
can't someone pls help me to figure out why I can't see all SMB shares
available using smbtree, while it's fine using nmblookup
|pit at t430s:/usr/src/samba/samba-3.6.6/examples/libsmbclient$
nmblookup -S 'WORKGROUP'
querying WORKGROUP on 192.168.0.255
192.168.0.86 WORKGROUP<00>
Looking up status of 192.168.0.86
2020 Oct 09
1
Is Samba unable to resolve secodary group membership?
Hi all,
i read the logfiles again and again and stumbled over some lines:
[2020/10/07 11:25:45.191784,? 5]
../../libcli/security/security_token.c:63(security_token_debug)
? Security token SIDs (38):
??? SID[? 0]: S-1-5-21-3542048200-3079820972-537594794-55128
??? SID[? 1]: S-1-5-21-3542048200-3079820972-537594794-513
??? SID[? 2]: S-1-5-21-3542048200-3079820972-537594794-211797
??? SID[?
2006 Apr 21
3
OpenSSH DNS resolution failure on IRIX 5.3: request to fix
Dear developers,
as reported earlier, recent versions of OpenSSH (4.3p1, 4.3p2 as well
as the current CVS) on IRIX 5.3 exhibit a DNS resolution failure.
Even for perfectly valid hostnames they return "no address associated
with name".
After some digging through the code I found what is causing this
strange behaviour. Basically it was introduced with the following
change:
2003 Oct 15
1
help with legend()
I am converting some S-PLUS scripts that I use for creating manuscript
figures to R so that I can take advantage of the plotmath capabilities.
In my S-PLUS scripts I like to use the key() function for adding legends
to plots, and I have a couple of questions regarding using the legend()
function in R.
1) is there a way to specify different colors for the legend vector of
text values?
2) is there
2005 Mar 09
9
Unit testing + instance variables
After *much* digging and playing around, I finally figured out how to
unit test instance variables that are created by actions. It was
more difficult than I expected. It seems like there should have been
a more straight forward way to do this. Can someone enlighten me? A
simplified and somewhat contrived example of what I am current doing:
Thanks.
Matt
>>
# My Controller of interest
2004 Feb 14
1
OpenSSH 3.7.1p2 linked libs
OpenSSH (at least on IRIX) uses -lgen in LIBS. This is only needed (and
thus should only be used) for linking sshd. Using -lgen elsewhere
unnecessarily adds code and dependencies.
Similarly, -lcrypto is not needed when linking scp.
--
Georg Schwarz http://home.pages.de/~schwarz/
geos at epost.de +49 177 8811442