- 5 Resultados
precio mínimo: € 3,63, precio máximo: € 100,94, precio promedio: € 28,40
1
Beginning Ruby on Rails - Holzner, Steve
Pedir
por amazon.com
$ 12,99
(aprox. € 11,80)
Envío: € 3,621
PedirEnlace patrocinado
Holzner, Steve:

Beginning Ruby on Rails - Primera edición

2006, ISBN: 9780470069158

Pasta blanda

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… Más…

Gastos de envío:Real shipping costs can differ from the ones shown here. (EUR 3.62)
2
Beginning Ruby on Rails  1., Auflage - Holzner, Steve
Pedir
por buchfreund.de
€ 21,47
Envío: € 0,001
PedirEnlace patrocinado

Holzner, Steve:

Beginning Ruby on Rails 1., Auflage - libro usado

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… Más…

Gastos de envío:Versandkostenfrei innerhalb der BRD. (EUR 0.00) Buchpark GmbH, 14959 Trebbin
3
Pedir
por Biblio.co.uk
$ 4,59
(aprox. € 4,17)
Envío: € 3,621
PedirEnlace patrocinado
Holzner, Steve:
Beginning Ruby on Rails - libro usado

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.,… Más…

Gastos de envío: EUR 3.62 Wonder Book
4
Pedir
por AbeBooks.com
$ 111,13
(aprox. € 100,94)
Envío: € 21,841
PedirEnlace patrocinado
Holzner, Steve:
Beginning Ruby on Rails - Pasta blanda

2006, ISBN: 0470069155

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

NEW BOOK. Gastos de envío: EUR 21.84 Mispah books, Redhill, SURRE, United Kingdom [82663586] [Rating: 4 (of 5)]
5
Pedir
por Biblio.co.uk
$ 3,99
(aprox. € 3,63)
Envío: € 17,361
PedirEnlace patrocinado
Holzner, Steve:
Beginning Ruby on Rails - libro usado

ISBN: 9780470069158

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

Gastos de envío: EUR 17.36 Wonder Book

1Dado que algunas plataformas no nos comunican las condiciones de envío y éstas pueden depender del país de entrega, del precio de compra, del peso y tamaño del artículo, de una posible membresía a la plataforma, de una entrega directa por parte de la plataforma o a través de un tercero (Marketplace), etc., es posible que los gastos de envío indicados por eurolibro/terralibro no concuerden con los de la plataforma ofertante.

Datos bibliográficos del mejor libro coincidente

Detalles del libro
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.

Detalles del libro - Beginning Ruby on Rails


EAN (ISBN-13): 9780470069158
ISBN (ISBN-10): 0470069155
Tapa blanda
Año de publicación: 2006
Editorial: Wiley Core >1
380 Páginas
Peso: 0,581 kg
Idioma: eng/Englisch

Libro en la base de datos desde 2007-06-05T13:04:46+02:00 (Madrid)
Página de detalles modificada por última vez el 2023-07-30T17:43:06+02:00 (Madrid)
ISBN/EAN: 0470069155

ISBN - escritura alterna:
0-470-06915-5, 978-0-470-06915-8
Mode alterno de escritura y términos de búsqueda relacionados:
Autor del libro: holz, holzner steven
Título del libro: beginning ruby rails, holzner


Datos del la editorial

Autor: Steve Holzner
Título: Beginning Ruby on Rails
Editorial: John Wiley & Sons
408 Páginas
Año de publicación: 2006-11-24
Peso: 0,580 kg
Idioma: Inglés
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.

< para archivar...