- 5 Résultats
prix le plus bas: € 3,63, prix le plus élevé: € 100,94, prix moyen: € 28,40
1
Beginning Ruby on Rails - Holzner, Steve
Commander
sur amazon.com
$ 12,99
(environ € 11,80)
Envoi: € 3,621
CommanderLien sponsorisé
Holzner, Steve:

Beginning Ruby on Rails - Première édition

2006, ISBN: 9780470069158

Livres de poche

Wrox, Paperback, Auflage: 1, 408 Seiten, Publiziert: 2006-11-29T00:00:01Z, Produktgruppe: Book, Hersteller-Nr.: 978-0-470-06915-8, 0.61 kg, Object-Oriented Design, Software Design, Testin… Plus…

Frais d'envoiReal shipping costs can differ from the ones shown here. (EUR 3.62)
2
Beginning Ruby on Rails  1., Auflage - Holzner, Steve
Commander
sur buchfreund.de
€ 21,47
Envoi: € 0,001
CommanderLien sponsorisé

Holzner, Steve:

Beginning Ruby on Rails 1., Auflage - livre d'occasion

2006, ISBN: 9780470069158

1., Auflage Gepflegter, sauberer Zustand. Aus der Auflösung einer renommierten Bibliothek. Kann Stempel beinhalten. 3168625/202 Versandkostenfreie Lieferung Ruby on Rails,, [PU:John Wiley… Plus…

Frais d'envoiVersandkostenfrei innerhalb der BRD. (EUR 0.00) Buchpark GmbH, 14959 Trebbin
3
Commander
sur Biblio.co.uk
$ 4,59
(environ € 4,17)
Envoi: € 3,621
CommanderLien sponsorisé
Holzner, Steve:
Beginning Ruby on Rails - livre d'occasion

ISBN: 9780470069158

Wrox. Used - Good. Good condition. A copy that has been read but remains intact. May contain markings such as bookplates, stamps, limited notes and highlighting, or a few light stains.,… Plus…

Frais d'envoi EUR 3.62 Wonder Book
4
Commander
sur AbeBooks.com
$ 111,13
(environ € 100,94)
Envoi: € 21,841
CommanderLien sponsorisé
Holzner, Steve:
Beginning Ruby on Rails - Livres de poche

2006, ISBN: 0470069155

[EAN: 9780470069158], New book, [PU: Wrox], New, Books

NEW BOOK. Frais d'envoi EUR 21.84 Mispah books, Redhill, SURRE, United Kingdom [82663586] [Rating: 4 (of 5)]
5
Commander
sur Biblio.co.uk
$ 3,99
(environ € 3,63)
Envoi: € 17,361
CommanderLien sponsorisé
Holzner, Steve:
Beginning Ruby on Rails - livre d'occasion

ISBN: 9780470069158

Wrox. Used - Good. Good condition., Wrox, 2.5

Frais d'envoi EUR 17.36 Wonder Book

1Comme certaines plateformes ne transmettent pas les conditions d'expédition et que celles-ci peuvent dépendre du pays de livraison, du prix d'achat, du poids et de la taille de l'article, d'une éventuelle adhésion de la plateforme, d'une livraison directe par la plateforme ou via un prestataire tiers (Marketplace), etc. il est possible que les frais de livraison indiqués par eurolivre ne correspondent pas à ceux de la plateforme qui propose l'article.

Données bibliographiques du meilleur livre correspondant

Détails sur le livre
Beginning Ruby on Rails

Ruby on Rails is the revolutionary online programming tool that makes creating functional e-commerce web sites faster and easier than ever. With the intuitive, straightforward nature of Ruby and the development platform provided by Rails, you can put together full-fledged web applications quickly, even if you're new to web programming. You will find a thorough introduction to both Ruby and Rails in this book. You'll get the easy instructions for acquiring and installing both; understand the nature of conditionals, loops, methods, and blocks; and become familiar with Ruby's classes and objects. You'll learn to build Rails applications, connect to databases, perform necessary testing, and put the whole thing together to create real-world applications such as shopping carts and online catalogs--apps you can actually use right away. What you will learn from this book * How to install and use Ruby and Rails * Object-oriented programming with Ruby * Rails fundamentals and how to create basic online applications * How to work with HTML controls, use models in Rails applications, and work with sessions * Details on working with databases and creating, editing, and deleting database records * Methods for handling cookies and filters and for caching pages * How to connect Rails with Ajax Who this book is for This book is for anyone who wants to develop online applications using Ruby and Rails. A basic understanding of programming is helpful; some knowledge of HTML is necessary. Wrox Beginning guides are crafted to make learning programming languages and technologies easier than you think, providing a structured, tutorial format that will guide you through all the techniques involved.

Informations détaillées sur le livre - Beginning Ruby on Rails


EAN (ISBN-13): 9780470069158
ISBN (ISBN-10): 0470069155
Livre de poche
Date de parution: 2006
Editeur: Wiley Core >1
380 Pages
Poids: 0,581 kg
Langue: eng/Englisch

Livre dans la base de données depuis 2007-06-05T13:04:46+02:00 (Zurich)
Page de détail modifiée en dernier sur 2023-07-30T17:43:06+02:00 (Zurich)
ISBN/EAN: 9780470069158

ISBN - Autres types d'écriture:
0-470-06915-5, 978-0-470-06915-8
Autres types d'écriture et termes associés:
Auteur du livre: holz, holzner steven
Titre du livre: beginning ruby rails, holzner


Données de l'éditeur

Auteur: Steve Holzner
Titre: Beginning Ruby on Rails
Editeur: John Wiley & Sons
408 Pages
Date de parution: 2006-11-24
Poids: 0,580 kg
Langue: Anglais
30,90 € (DE)
Not available (reason unspecified)
185mm x 233mm x 20mm

BC; PB; Hardcover, Softcover / Informatik, EDV/Internet; Internet, allgemein; Ruby on Rails

Acknowledgments. Introduction. Chapter 1: Welcome to Ruby. Creating a First Web Application. Getting Started with Ruby. Checking the Ruby Documentation. Working with Numbers in Ruby. Working with Strings in Ruby. Storing Data in Variables. Creating Constants. Interpolating Variables in Double-Quoted Strings. Reading Text on the Command Line. Creating Symbols in Ruby. Working with Operators. Handling Operator Precedence. Working with Arrays. Using Two Array Indices. Working with Hashes. Working with Ranges. Chapter 2: Conditionals, Loops, Methods, and Blocks. It's All about Making Choices: the if Statement. Using the case Statement. Using Loops. Creating and Calling a Method. Making Use of Scope. Working with Blocks. Chapter 3: Classes and Objects. All about Encapsulation. Creating a Class. Creating an Object. Basing One Class on Another. Understanding Ruby's Object Access. Overriding Methods. Creating Class Variables. Creating Class Methods. Creating Modules. Creating Mixins. Chapter 4: Welcome to Rails. Putting Ruby on Rails. Introducing Model-View-Controller Architecture. Giving the View Something to Do. Mixing Ruby Code and HTML Inside the View. Passing Data from an Action to a View. Escaping Sensitive Text. Adding a Second Action. Chapter 5: Building Simple Rails Applications. Accessing Data the User Provides. Using Rails Shortcuts for HTML Controls. Working with Models. Tying Controls to Models. Initializing Data in Controls. Storing Data in Sessions. Chapter 6: Connecting to Databases. Tutorial on Databases. Creating a Data-Aware Rails Application. Creating the Database. Running the store Application. Adding Another Record. Beautifying the Display. Chapter 7: Working with Databases. Displaying Items to the Customer. Creating a Shopping Cart. Combining Purchases in the Cart. Clearing the Cart. Letting the User View the Cart Anytime. Chapter 8: Validating and Testing. Validating the Presence of Data. Validating if Data Is Numeric. Validating if Data Is Unique. Creating the Validator Application. Writing Your Own Validate Method. Testing Your Model. Testing Your Controller. Chapter 9: Controlling the Action with the Action Controller. Routing Refinements. Creating Cookies. Creating a Filter. Logging in with Filters. Using After Filters. Rendering Text Directly. Caching. Chapter 10: Getting the Big Picture with Views. Creating XML. Creating XML Attributes. Using View Helpers. Using View Pagination. Using Partial Templates. Passing Data to Partial Templates. Chapter 11: Ajax and Rails. Using Ajax. Getting Access to Ajax Data. Using XML and Ajax. Using HTML Controls and Ajax. Performing Ajax Searches. Performing Visual Effects. Appendix A: Answers to Exercises. Index.

< pour archiver...