Learning rails 5 rails from the outside in
If you’re a web developer or designer ready to learn Ruby on Rails, this hands-on guide is the ideal way to get started. Rather than toss you into the middle of the framework’s Model-View-Controller architecture, as many books do, Learning Rails 5 begins with the foundations of the Web you already k...
Otros Autores: | , , |
---|---|
Formato: | Libro electrónico |
Idioma: | Inglés |
Publicado: |
Beijing :
O'Reilly
2016.
|
Edición: | First edition |
Materias: | |
Ver en Biblioteca Universitat Ramon Llull: | https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009630256706719 |
Tabla de Contenidos:
- Starting up Ruby on Rails
- Rails on the web
- Adding web style
- Managing data flow : controllers and models
- Accelerating development with Scaffolding and REST
- Presenting models with forms
- Strengthening models with validation
- Improving forms
- Developing model relationships
- Managing databases with migrations
- Debugging
- Testing
- Sessions and cookies
- Users and authentication
- Routing
- From CSS to Sass
- Managing assets and bundles
- Sending code to the browser: JavaScript and CoffeeScript
- Mail in Rails
- Pushing further into Rails.