- 5 resultados
menor preço: € 3.63, preço mais alto: € 100.94, preço médio: € 28.40
1
Beginning Ruby on Rails - Holzner, Steve
Encomendar
no/na amazon.com
$ 12.99
(aproximadamente € 11.80)
Envio: € 3.621
EncomendarLink patrocinado
Holzner, Steve:

Beginning Ruby on Rails - primeira edição

2006, ISBN: 9780470069158

Livro de bolso

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… mais…

Custos de envio:Real shipping costs can differ from the ones shown here. (EUR 3.62)
2
Beginning Ruby on Rails  1., Auflage - Holzner, Steve
Encomendar
no/na buchfreund.de
€ 21.47
Envio: € 0.001
EncomendarLink patrocinado

Holzner, Steve:

Beginning Ruby on Rails 1., Auflage - livro 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… mais…

Custos de envio:Versandkostenfrei innerhalb der BRD. (EUR 0.00) Buchpark GmbH, 14959 Trebbin
3
Encomendar
no/na Biblio.co.uk
$ 4.59
(aproximadamente € 4.17)
Envio: € 3.621
EncomendarLink patrocinado
Holzner, Steve:
Beginning Ruby on Rails - livro 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.,… mais…

Custos de envio: EUR 3.62 Wonder Book
4
Encomendar
no/na AbeBooks.com
$ 111.13
(aproximadamente € 100.94)
Envio: € 21.841
EncomendarLink patrocinado
Holzner, Steve:
Beginning Ruby on Rails - Livro de bolso

2006, ISBN: 0470069155

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

NEW BOOK. Custos de envio: EUR 21.84 Mispah books, Redhill, SURRE, United Kingdom [82663586] [Rating: 4 (of 5)]
5
Encomendar
no/na Biblio.co.uk
$ 3.99
(aproximadamente € 3.63)
Envio: € 17.361
EncomendarLink patrocinado
Holzner, Steve:
Beginning Ruby on Rails - livro usado

ISBN: 9780470069158

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

Custos de envio: EUR 17.36 Wonder Book

1Como algumas plataformas não transmitem condições de envio e estas podem depender do país de entrega, do preço de compra, do peso e tamanho do item, de uma possível adesão à plataforma, de uma entrega direta pela plataforma ou através de um fornecedor terceirizado (Marketplace), etc., é possível que os custos de envio indicados pela terralivro não correspondam aos da plataforma ofertante.

Dados bibliográficos do melhor livro correspondente

Pormenores referentes ao livro
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.

Dados detalhados do livro - Beginning Ruby on Rails


EAN (ISBN-13): 9780470069158
ISBN (ISBN-10): 0470069155
Livro de bolso
Ano de publicação: 2006
Editor/Editora: Wiley Core >1
380 Páginas
Peso: 0,581 kg
Língua: eng/Englisch

Livro na base de dados desde 2007-06-05T08:04:46-03:00 (Sao Paulo)
Página de detalhes modificada pela última vez em 2023-07-30T12:43:06-03:00 (Sao Paulo)
Número ISBN/EAN: 0470069155

Número ISBN - Ortografia alternativa:
0-470-06915-5, 978-0-470-06915-8
Ortografia alternativa e termos de pesquisa relacionados:
Autor do livro: holz, holzner steven
Título do livro: beginning ruby rails, holzner


Dados da editora

Autor: Steve Holzner
Título: Beginning Ruby on Rails
Editora: John Wiley & Sons
408 Páginas
Ano de publicação: 2006-11-24
Peso: 0,580 kg
Língua: 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 arquivar...