Your Own Ruby On Rails Web Applications
โ Scribed by Lenz, Patrick
- Book ID
- 127447018
- Publisher
- SitePoint
- Year
- 2007
- Tongue
- English
- Weight
- 9 MB
- Category
- Library
- ISBN-13
- 9780975841952
No coin nor oath required. For personal study only.
โฆ Synopsis
This practical hands-on guide for first-time Ruby on Rails programmers will walk you through installing the required software on a Windows, Mac or Linux computer, and then jumps into an introduction to the Ruby programming syntax. The application that the book builds, a user-generated news Website, is added upon chapter by chapter, and concepts such as user authentication, sessions, cookies and basic AJAX usage are gradually introduced. The book finishes of with chapters on reusable code, debugging, and deployment on a live web server. By the end of the book you'll have a solid grasp of Ruby on Rails development and its practical applications in the real-world.
๐ SIMILAR VOLUMES
AJAX (Asynchronous JavaScript and XML) is a new approach for developing Web applications. It essentially permits users to interact with a Webpage without forcing a slow & tedious reload of the entire page after every action.This practical hands-on guide for first-time AJAX users will walk you throug