Agile web development with Rails 6 /
"Learn Rails the way the Rails core team recommends it, along with the tens of thousands of developers who have used this broad, far-reaching tutorial and reference. If you're new to Rails, you'll get step-by-step guidance. If you're an experienced developer, get the comprehensiv...
Clasificación: | Libro Electrónico |
---|---|
Autores principales: | , , |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
Raleigh, North Carolina :
The Pragmatic Bookshelf,
2020.
|
Colección: | Pragmatic programmers.
|
Temas: | |
Acceso en línea: | Texto completo (Requiere registro previo con correo institucional) |
Tabla de Contenidos:
- Installing Rails
- Instant gratification
- The architecture of Rails applications
- Introduction to Ruby
- The Depot application
- Task A: creating the application
- Task B: Validation and unit testing
- Task C: Catalog display
- Task D: Cart creation
- Task E: A smarter cart
- Task F: Add a dash of Ajax
- Task G: Check out!
- Task H: Entering additional payment details
- Task I: Sending emails and processing payments efficiently
- Task J: Logging in
- Task K: Internationalization
- Task L: Receive emails and respond with rich text
- Finding your way around Rails
- Active record
- Action dispatch and action controller
- Action view
- Migrations
- Customizing and extending Rails.