Displaying 2 results from an estimated 2 matches for "longstr".
Did you mean:
longst
2008 Apr 09
3
form_tag and form_for cause #protect_from_forgery errors
Hey All,
I''m trying to do a simple form_for (and I also get it with form_tag)
and I''m getting the following error:
ActionView::TemplateError (No :secret given to the
#protect_from_forgery call. Set that or use a session store capable
of generating its own keys (Cookie Session Store).) on line #2 of
users/new.fbml.erb:
1: <h1>Welcome To Courses, Let''s Get
2012 Feb 15
1
read.spss issues
...that might be related.
The first one is that when the spss dataset has a 'string' variable
that is longer than 200 characters, it generates a bunch of warnings
and then additional variables in the dataset. E.g:
library(foreign)
x <- read.spss("http://www.stat.ucla.edu/~jeroen/spss/longstring.sav");
str(x);
The second problem is that the spss dataformat allows to specify
'duplicate labels', whereas this is not allowed for factors. read.spss
does not deal with this and creates a bad factor
x <- read.spss("http://www.stat.ucla.edu/~jeroen/spss/duplicate_labels.sa...