Vertaling van "ActiveRecord" in Spaans
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
In the ActiveRecord module there's an established connection method that
En el módulo de registro activo hay un método de conexión establecido que utiliza
And then you can perform CRUD operations using the Ruby ActiveRecord objects.
Y se pueden realizar operaciones CRUD utilizando objetos de registro activo Ruby.
attributeName, the ActiveRecord class attribute name that should be used to look for the attribute value being validated. (null, meaning same attribute name)
targetClass: el nombre de la clase Registro Activo (Active Record) que debe de ser usada para mirar por el valor de entrada que está siendo validado.
If you're acquainted with ActiveRecord these will look familiar.
Si usted está familiarizado con ActiveRecord esto le parecerá familiar.
This is because ActiveRecord relies on every model having an associated table.
Esto es así porque ActiveRecord depende de que cada modelo tenga una tabla asociada.
Instead, we will use the so-called ActiveRecord to access the database.
En vez de eso, vamos a utilizar ActiveRecord para acceder a la base de datos.
ActiveRecord now comes with a new way to define key-value storage in models.
ActiveRecord viene con una nueva manera de definir almacenamiento de pares clave-valor en los modelos.
We can make our model work by including a couple of ActiveRecord modules.
Por tanto podemos hacer que nuestro modelo funcione incluyendo un par de módulos de ActiveModel.
ActiveRecord objects have methods that can be called at each of these stages.
For example I'm currently using and learning ActiveRecord.
Another reason to keep our tableless model inheriting from ActiveRecord is that we can still make use of associations.
Otra razón para seguir heredando de ActiveRecord es que podemos utilizar asociaciones.
So validations are just a type of ActiveRecord callback that can be
Las validaciones son solo un tipo de callback del registro activo que se pueden
To answer this we'll search through the ActiveRecord source code.
Para encontrar la respuesta tenemos que indagar más en el código fuente de ActiveRecord.