- 5 Results
Lowest price: € 3.63, highest price: € 100.94, average price: € 28.40
1
Beginning Ruby on Rails - Holzner, Steve
Order
at amazon.com
$ 12.99
(aprox. € 11.80)
Shipment: € 3.621
OrderSponsored link
Holzner, Steve:

Beginning Ruby on Rails - First edition

2006, ISBN: 9780470069158

Paperback

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… More...

Shipping costs:Real shipping costs can differ from the ones shown here. (EUR 3.62)
2
Beginning Ruby on Rails  1., Auflage - Holzner, Steve
Order
at buchfreund.de
€ 21.47
Shipment: € 0.001
OrderSponsored link

Holzner, Steve:

Beginning Ruby on Rails 1., Auflage - used book

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… More...

Shipping costs:Versandkostenfrei innerhalb der BRD. (EUR 0.00) Buchpark GmbH, 14959 Trebbin
3
Order
at Biblio.co.uk
$ 4.59
(aprox. € 4.17)
Shipment: € 3.621
OrderSponsored link
Holzner, Steve:
Beginning Ruby on Rails - used book

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.,… More...

Shipping costs: EUR 3.62 Wonder Book
4
Order
at AbeBooks.com
$ 111.13
(aprox. € 100.94)
Shipment: € 21.841
OrderSponsored link
Holzner, Steve:
Beginning Ruby on Rails - Paperback

2006, ISBN: 0470069155

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

NEW BOOK. Shipping costs: EUR 21.84 Mispah books, Redhill, SURRE, United Kingdom [82663586] [Rating: 4 (of 5)]
5
Order
at Biblio.co.uk
$ 3.99
(aprox. € 3.63)
Shipment: € 17.361
OrderSponsored link
Holzner, Steve:
Beginning Ruby on Rails - used book

ISBN: 9780470069158

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

Shipping costs: EUR 17.36 Wonder Book

1As some platforms do not transmit shipping conditions to us and these may depend on the country of delivery, the purchase price, the weight and size of the item, a possible membership of the platform, a direct delivery by the platform or via a third-party provider (Marketplace), etc., it is possible that the shipping costs indicated by find-more-books.com / find-more-books.com do not correspond to those of the offering platform.

Bibliographic data of the best matching book

Details of the book
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.

Details of the book - Beginning Ruby on Rails


EAN (ISBN-13): 9780470069158
ISBN (ISBN-10): 0470069155
Paperback
Publishing year: 2006
Publisher: Wiley Core >1
380 Pages
Weight: 0,581 kg
Language: eng/Englisch

Book in our database since 2007-06-05T07:04:46-04:00 (New York)
Detail page last modified on 2023-07-30T11:43:06-04:00 (New York)
ISBN/EAN: 0470069155

ISBN - alternate spelling:
0-470-06915-5, 978-0-470-06915-8
Alternate spelling and related search-keywords:
Book author: holz, holzner steven
Book title: beginning ruby rails, holzner


Information from Publisher

Author: Steve Holzner
Title: Beginning Ruby on Rails
Publisher: John Wiley & Sons
408 Pages
Publishing year: 2006-11-24
Weight: 0,580 kg
Language: English
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.

< to archive...