Displaying 20 results from an estimated 1000 matches similar to: "Background Task: How to?"
2010 Aug 03
2
Strange error message when rendering the scaffold form
Hello everyone, I am developing my application and I created a
scaffold called listas, but when I acess /listas/new I get this error
message:
NoMethodError in Listas#new
Showing /home/rodrigo3n/code/listeiroo/app/views/listas/_form.html.erb
where line #15 raised:
undefined method `deep_symbolize_keys'' for nil:NilClass
Extracted source (around line #15):
12: <% end %>
13:
14:
2009 Aug 17
0
A request for pointers on how to analyse Twitter with R ?
Hello dear R members.
I just came across this website:
http://giladlotan.org/viz/iranelection/
Here what it is about:
> ReTweet Revolution is a visual exploration of the most popular conversation
> threads that were passed amongst Twitter users at the time of the events
> following the Iranian elections in June of 2009.
It uses an algorithm described here:
2009 May 13
2
case/capitalization of LABEL text
I''ve noticed that when using the form method Label, that the label
text is translated to html with the first character in Upper Case and
the remainder of the text string as lower case.
<%= label(:country, "USA") %> becomes <label for="country_USA">Usa</
label>
I can''t find any documentation on this unhelpful behavior. Is there
anyway way
2011 Jul 25
5
Arel quiz: complex queries with associations
I have a real-world application with some complex queries that I want to
convert to Arel (as part of an upgrade to Rails 3.1). So that I can
understand what I''m doing before I flail around in my real app, I wrote
a little sample app (just the models) with some similar associations --
one table joined with itself and more tables that join to another table,
so there are some queries that
2011 Mar 15
8
Problems with Object#id deprecation
Hello everyone, in a test helper in my app I call category.id that gets the
id of category in the database. However, when running RSpec I get the
following error:
As a parla customer
/Users/saulolopes/code/parla/spec/acceptance/support/paths.rb:13: warning:
Object#id will be deprecated; use Object#object_id
/Users/saulolopes/code/parla/spec/acceptance/support/paths.rb:13: warning:
Object#id
2018 Apr 22
2
Problem reading RDS files
Hi there,
I faced a weird problem doing a seemingly simple task in R. Specifically,
when trying for reading an RDS file from the working directory, the
following error is appeared.
Code:
records <- readRDS("tweets.rds")
Error:
Error in readRDS("tweets.rds") : error reading from connection
In addition: Warning message:
In readRDS("tweets.rds") : invalid or
2012 Aug 14
1
twitteR location?
Hi all,
Is it possible to get the latitude and longitude of the location of a
tweet? If I do
tweets<- searchTwitter("#obama", n=200) #get tweets
df <- twListToDF(tweets) #converts to data frame
for ease of viewing
it does not seem to be getting the location of where that tweet was posted.
>From what I read from the twitter API this is possible?
2012 May 22
1
Problem with Extracting Hash Tagged Words from Tweets
Hello All,
Can anyone help me solve this problem.
Am trying to extract hash-tagged words from tweets downloaded from twitteR.
I can extract hash-tagged words from single tweet using (stringr) str_extract_all(tweets, "#[a-z//A-Z//0-9]+")
but cannot with more than one tweet at a time except I manually remove all regular expressions and tweets numbers such as [[1]] and [1.]
I want to
2018 Apr 22
0
Problem reading RDS files
Wouldn't the obvious problem be that your data file is corrupted or was never created using saveRDS in the first place? Can you show us a complete example of creating and attempting to read what was just created?
On April 22, 2018 10:20:05 AM CDT, mohammad moradi <mri.moradi at gmail.com> wrote:
>Hi there,
>
>I faced a weird problem doing a seemingly simple task in R.
2013 Jul 24
4
Error al utilizar twitteR
Buenas tardes a tod@s,
Estoy incursionando en el analisis de tweets utilizando el paquete twitteR
y siguiendo http://www.webmining.cl/2012/07/text-mining-de-twitter-usando-r/
Desafortunadamente cuando ejecuto
# cargar librerias
library(twitteR)
library(tm)
library(wordcloud)
# recolecta tweets de @camila_vallejo
tweets = userTimeline("camila_vallejo", 2000)
obtengo
Error in
2018 Apr 23
1
Problem reading RDS files
I've tried to re-experiment the tutorial presented at
http://www.rdatamining.com/docs/twitter-analysis-with-r and specifically
aimed to use rds files (tweet records) at http://www.rdatamining.com/data/.
On Sun, Apr 22, 2018 at 9:16 PM, Jeff Newmiller <jdnewmil at dcn.davis.ca.us>
wrote:
> Wouldn't the obvious problem be that your data file is corrupted or was
> never created
2011 Feb 15
5
Path and Url
Hello everyone, what''s the real difference between root_url and root_path in
Rails, for example. Apparently both lead to the same route in the
application.
Thanks!
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To
2012 Oct 25
2
Minería de texto
Cordial Saludo
Actualmente estoy realizando una función para gráficar una nube de palabras el código que tengo es el siguiente:
library(twitteR)library(tm)library(wordcloud)library(RXKCD)library(RColorBrewer)
tweets=searchTwitter(''@afflorezr'', n=1500)
generateCorpus= function(tweets,my.stopwords=c(),min.freq){ #Install the textmining library require(tm) require(wordcloud)
2013 Jul 24
2
Error al utilizar twitteR
Muchas gracias Marcelino. Desafortunadamente al ejecutar el ejemplo que
aparece en
?registerTwitterOAuth
obtengo
twitCred$handshake()
Error: Unauthorized
registerTwitterOAuth(twitCred)
Error in registerTwitterOAuth(twitCred) :
oauth has not completed its handshake
Alguna otra sugerencia?
Muchas gracias!
Jorge.-
2013/7/25 Marcelino de la Cruz <marcelino.delacruz@upm.es>
> Mira
2009 Sep 09
3
[Rspec] Using Mocha results in uninitialized constant, using a 'fix' breaks RSpec output
After installation of Mocha (0.9.7), running "script/spec spec"
results in a "`const_missing'': uninitialized constant
Test::Unit::TestResult::TestResultFailureSupport (NameError)" error.
(As shown here; http://codepad.org/mTqztjwt )
I''m running Ruby 1.8.6 with Rails 2.3.4 on Windows, rspec (-rails)
1.2.8 (1.2.7.1), Test::Unit 2.0.3
As suggested roughly on
2013 Jul 25
1
Resumen de R-help-es, Vol 53, Envío 38
Hola Jorge.
Para poder correr las funciones del library twitteR tienes que tener varias
cosas. Una cuenta en twitter y con esa cuenta inscribirte como developer en
dev.twitter.com. Posterior a esto tienes que inscribir un app dentro de
twitter y con las claves que se otorgan tienes que correr la función de
autorizacion que ya te indicaron.
Varias aclaraciones, la librería puede generar problemas
2013 Jan 09
1
Not getting enough tweets in twitteR
Hi all,
I am trying to download as many tweets as possible (say 1000). The
documentation states that the limit is 3200.
However when I run
police<-userTimeline('@nswpolice',n=1000) it returns random amounts. When I
ran it today I got 144, yesterday it was around 300.
Any thoughts?
Thanks,
Sachin
[[alternative HTML version deleted]]
2013 Jul 24
2
Error al utilizar twitteR
Si, Carlos, gracias. Pero desafortunadamente el link con el PDF no funciona
:( --JIV
Sent from my phone. Please excuse my brevity and misspelling.
On Jul 24, 2013, at 4:51 PM, Carlos Ortega <cof@qualityexcellence.es> wrote:
Hola,
¿Viste la sugerencia/ayuda en StackOverflow?:
http://stackoverflow.com/questions/17408930/twitter-first-example
Saludos,
Carlos Ortega
2009 Jan 27
1
Asterisk & Twitter - Release/Announce only 'channel' ?
Is there a digium twitter 'user' to follow that only tweets important announcements and release information?
If there is not, I think there should be.
It would be highly utilitarian to get an SMS when there is an update to Asterisk, Dahdi, ADA etc, but I don't want to be bothered real-time with asteriskpbx tweets like: "Anyone trying anything cool with Asterisk over the
2015 Mar 25
2
Error mapply haciendo text mining con twitteR
Hola, buenas,
no me prodigo mucho por aqui pero sigo la lista a diario. Estoy
realizando un curso de text mining en twitter en Udemy y estoy clavado
en un error. La verdad es que ya no sé que hacer, he buscado por todos
los lados, en foros, blogs; he probado diversos scripts pero nada. El
tema es que haciendo un simple text mining de un hashtag con un
wordcloud al final me sale el error
In