similar to: Why do rails calls a method when I'm calling a property?

Displaying 20 results from an estimated 300 matches similar to: "Why do rails calls a method when I'm calling a property?"

2012 Mar 20
3
Agregar variables de un dataframe
Hola a todos.Quiero saber si existe una forma mas apropiada para hacer esto:tengo un dataframe de 40 variables y una de ellas es de fechas.lo que quiero es una tabla agregada por suma y como criterio de agrupación esta variable de fecha.en sql sería algo así: select fecha, sum(v1), sum(v2)..., sum(v39)from tablagroup by fecha; mi problema es que las vn pueden ser de dimensión cambiante, es decir,
2018 Sep 12
2
Crear columna en data frame agregando otra y fusionando
No es lo que busco..La idea es crear una variable nueva, por ejemplo "Nueva", que sea la media de "Wordcount" agregada por "Product.Id". Pero quiero que esta variable se a?ada a mi base de datos fusionandose directamente por "Product.Id". Al hacerlo me da este error: Reviews.211216$Adjetives.Product<- aggregate(adj.x ~ Product.Id,
2018 Oct 22
2
Agregar variable entre dos fechas
Buenas, Tengo un dataframe con 64.000 observaciones llamado Datos y las variables "Id.Producto","Fecha"y "Rating" . La variable fecha tiene el formato: 2016-12-28 (ymd). Quiero crear la variable: "Rating.Semanal" - Esta variable tiene que ser la media agregada por "Id.Producto" de la variable "Rating", solo teniendo en cuenta
2018 Oct 22
3
Agregar variable entre dos fechas
Muchas gracias por la respuesta pero me da NA. ?Qu? puede ocurrir? Un saludo El 22/10/2018 a las 20:12, Jes?s Para Fern?ndez escribi?: > Puedes hacerlo pasando tus datos a data.frame > > library(data.table) > datos <- data.table(datos) > datos[Fecha >= '2016-12-21' & Fecha <= '2016-12-28',.(rating.sem = > mean(Rating)),by=Id.producto] > > Un
2013 Sep 26
2
Es posible controlar el tipo de linea que se agrega con abline() en un grafico ?
Estimados, quiero agregar una linea de referencia (con abline()) en un grafico hecho con lattice con el siguiente codigo (de hecho la linea ya esta agregada en el codigo): dec.gr <- xyplot( V5 ~ dia ,groups=con ,data=dec.df ,type="l", pch=1 ,main=list(label="Dec", cex=0.9, x = .175, y =
2008 Dec 20
3
undefined method `stories_path'
Hi, I recieve error "undefined method `stories_path'' for #<ActionView::Base:0x995b4ac>" when going to the view via site.com/stories/new The model is setup correctly, I can retrieve data from the db fine. I think it might be related to the helper but I have no idea where to start. It seems to think its failing on the first line of the view, i belive on the
2013 Sep 27
1
Es posible controlar el tipo de linea que se agrega con abline() en un grafico ?
En que seccion habria que agregar esos parametros ? no me manejo mucho con lattice, estoy aprendiendo hace poco ... Slds, eric. On Thu 26 Sep 2013 06:37:56 PM CLT, daniel wrote: > No soy experto en lattice pero prueba agregar los parametros gráficos > habituales como col, col.line, lty, lwd. Lo habría probado yo pero tu > ejemplo no es reproducible. > > Espero te sirva, >
2016 Aug 18
2
Porcentajes por grupos
Hola Eric. Muchas gracias por tu respuesta. Intenté hacer lo mismo sobre una variable agregada a datos, de modo: datos$p_Valores <- datos[, Valores/sum(Valores), by=MesAño] pero no funciona, porque pega un data.table en una única variable: In `[<-.data.table`(x, j = name, value = value) : Supplied 2 items to be assigned to 5849 items of column 'pValores' (recycled leaving remainder
2006 Apr 03
2
Fast way of finding new position for model object?
I have a model object that acts as a list. The position of each object is determined by two factors: number of votes ascending and age of object descending. When a user adds or deletes a vote I need to quickly update the associated model object''s position. Right now this is done with the following method: def update_position position = nil Bug.find(:all, :order =>
2010 May 24
2
Two RJS visual effects will happen at the same time?
I was going to change the background of a div from white to red and then from red back to white, so this is used in an RJS file: page[:vote_score].visual_effect :highlight, :startcolor => ''#ffffff'', :endcolor => ''#ffcccc'' page[:vote_score].visual_effect :highlight, :startcolor => ''#ffcccc'', :endcolor =>
2010 Aug 19
1
Ayuda en mineria de datos
Saludos Cordiales Soy de Ecuador y me he enterado de este foro de R y me parece muy chevere (Interesante) poder compartir los conocimientos y más que todo solicitar algunos tips sobre este paquete que en el Ecuador es un software nuevo y que está tomando fuerza.   Les comento que estoy tratando de desarrollar un modelo para la detección de lavado de dinero y de las múltiples documentos, indican
2018 Sep 12
2
Crear columna en data frame agregando otra y fusionando
Buenas, Necesito crear una variable que viene de agregar otra por la media. El dataframe tiene 65000 obsrvaciones.Tengo estas variables Product.Id (145 diferentes) Word.Count Review.number Necesito agregar la variable Word.Count por Product.Id. Al agregarlo, tengo un data.frame de 2 variables y 145 observaciones pero en vez de tener que fusionar después por Product.Id los dos dataframe me
2009 Oct 02
4
Can't access http://localhost:3000
Hello, Pure newbie question. After installeing Ruby, Rail and al the gems I am following the tutorial here http://guides.rubyonrails.org/getting_started.html I start a server with Mongrel and it seems to be working, but when I try to acces http://localhost:3000 i get a firefox error: Firefox can''t establish a connection to the server at localhost:3000 I work under Vista with Ruby the
2009 Sep 29
5
NoMethodError in Stories#show
I''m a Rails newbie and am working my way through Simply Rails 2 by Patrick Lenz. Have run into a problem on page 207 of the book; this is the error I run into when I fire up my server and open up httpL//localhost:3000/ stories/new I have posted the error message and trace below. Thanks in advance for your help.
2007 Dec 29
5
./script/story command
Below I''ve pasted a ./script/story command I''ve been using for about a week. It has three modes of operation: 1. ./script/story with no arguments will run all *.story files in the story path 2. ./script/story with a path or glob will run the specified stories 3. If input is passed in via STDIN, it runs that text as a story. This opens up story running via a simple interface
2016 Aug 17
3
Porcentajes por grupos
Hola. Necesito calcular los porcentajes de un valor dado (valores) como porcentaje de la suma de ese mismo valor pero agrupando por una tercera columna (en este caso, podría ser Mes-Año). El resultado sería el que se ve en la var: "EnR" Necesito además que ese resultado quede pegado en mi data.frame. Año Mes AñoMes Factor Valores enR 2015 1 2015-1 a 105 0.25 2015 1 2015-1 b 104 0.24 2015
2013 Sep 26
0
Es posible controlar el tipo de linea que se agrega con abline() en un grafico ?
No soy experto en lattice pero prueba agregar los parametros gráficos habituales como col, col.line, lty, lwd. Lo habría probado yo pero tu ejemplo no es reproducible. Espero te sirva, Daniel Merino El 26 de septiembre de 2013 18:53, neo <ericconchamunoz@gmail.com> escribió: > Estimados, quiero agregar una linea de referencia (con abline()) en un > grafico hecho con lattice con el
2005 Dec 23
6
Stories with many tags, tags with many stories, has_and_belongs_to_many howto?
Hi, I began experimenting with habtm relationships, and so I created a stories table, a tags table, and a stories_tags table referencing the former 2. When I create a "story", I want to add several tags to it. Then, the model should create those tags and link them to the respective stories, and for the tags that already exists, just link them to the story. I tried something like
2011 Nov 08
3
Consulta sobre mensaje de error al aplicar un Filtro.
Hola Estimdos, Quería consultar por si alguien sabe que puede estar pasando con la aplicación de un filtro. Arroja el siguiente mensaje: *Mensajes de aviso perdidos In TransAcProv$idDepartamento == filtro2 : longitud de objeto mayor no es múltiplo de la longitud de uno menor* Este es el filtro: *filtro2 <- c (450, 30 , 449, 862 , 452)* Y se aplica sobre este data frame: *TransAcDepto
2006 Jan 12
17
Application.rb params
I need to check if a parameter is set so that I can build some information for my application, but No matter how I format my if statement in the file " Application.rb" it return the following error. You have a nil object when you didn''t expect it! You might have expected an instance of Array. The error occurred while evaluating nil.[] Here is the line if params[:day] So we