File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ Además se definen accessors para cada campo. En el ejemplo serían **`name`** y
90
90
** ` name= ` ** .
91
91
92
92
[ Acceso a un ejemplo
93
- completo] ( https://github.com/ttps-ruby/teoria /tree/master/ejemplos/ar/00-introduccion )
93
+ completo] ( https://github.com/ttps-ruby/ttps-ruby.github.io /tree/master/ejemplos/ar/00-introduccion )
94
94
</div >
95
95
----
96
96
## Convenciones de nombres
@@ -180,5 +180,5 @@ dependiendo del propósito de estas columnas.
180
180
181
181
<div class =" small " >
182
182
183
- [ Ver ejemplo] ( https://github.com/TTPS-ruby/teoria /tree/master/ejemplos/ar/01-sti-logs-cache )
183
+ [ Ver ejemplo] ( https://github.com/TTPS-ruby/ttps-ruby.github.io /tree/master/ejemplos/ar/01-sti-logs-cache )
184
184
</div >
Original file line number Diff line number Diff line change 58
58
59
59
## Ejemplo de migraciones
60
60
61
- [ Ver ejemplo] ( https://github.com/ttps-ruby/teoria /tree/master/ejemplos/ar/02-migrations )
61
+ [ Ver ejemplo] ( https://github.com/ttps-ruby/ttps-ruby.github.io /tree/master/ejemplos/ar/02-migrations )
62
62
63
63
----
64
64
### Alternativas a las Migraciones
Original file line number Diff line number Diff line change 368
368
## Ejemplo de validaciones
369
369
370
370
[ Ver
371
- ejemplo] ( https://github.com/ttps-ruby/teoria /tree/master/ejemplos/ar/03-validaciones )
371
+ ejemplo] ( https://github.com/ttps-ruby/ttps-ruby.github.io /tree/master/ejemplos/ar/03-validaciones )
Original file line number Diff line number Diff line change 278
278
```
279
279
280
280
> ` Hash.new ` puede recibir como parámetro el valor usado para incializar cada
281
- > valor del Hash. [ Ver ejemplo] ( https://github.com/ttps-ruby/teoria /tree/master/ejemplos/words-frequency ) .
281
+ > valor del Hash. [ Ver ejemplo] ( https://github.com/ttps-ruby/ttps-ruby.github.io /tree/master/ejemplos/words-frequency ) .
282
282
> Es importante destacar que el ejemplo incluye tests para analizar cómo
283
283
> desarrollar utilzando TDD.
284
284
Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ server.start.join
134
134
```
135
135
136
136
> GServer debe instalarse como una librería externa. [ Ver
137
- > ejemplo] ( https://github.com/ttps-ruby/teoria /tree/master/ejemplos/gserver )
137
+ > ejemplo] ( https://github.com/ttps-ruby/ttps-ruby.github.io /tree/master/ejemplos/gserver )
138
138
----
139
139
## ¿Cómo hemos usado la herencia?
140
140
Original file line number Diff line number Diff line change @@ -355,5 +355,5 @@ puts "Total value = #{reader.total_value_in_stock}"
355
355
```
356
356
357
357
[ Descargar el
358
- ejemplo] ( https://github.com/ttps-ruby/teoria /tree/master/ejemplos/stock-stats )
358
+ ejemplo] ( https://github.com/ttps-ruby/ttps-ruby.github.io /tree/master/ejemplos/stock-stats )
359
359
You can’t perform that action at this time.
0 commit comments