Agile Web Development with Rails 5

Size: px
Start display at page:

Download "Agile Web Development with Rails 5"

Transcription

1 Extracted from: Agile Web Development with Rails 5 This PDF file contains pages extracted from Agile Web Development with Rails 5, published by the Pragmatic Bookshelf. For more information or to purchase a paperback or PDF copy, please visit Note: This extract contains some colored text (particularly in code listing). This is available only in online versions of the books. The printed versions are black and white. Pagination might vary between the online and printed versions; the content is otherwise identical. Copyright 2016 The Pragmatic Programmers, LLC. All rights reserved. No part of this publication may be reproduced, stored in a retrieval system, or transmitted, in any form, or by any means, electronic, mechanical, photocopying, recording, or otherwise, without the prior consent of the publisher. The Pragmatic Bookshelf Raleigh, North Carolina

2

3 Agile Web Development with Rails 5 Sam Ruby Dave Thomas David Heinemeier Hansson The Pragmatic Bookshelf Raleigh, North Carolina

4 Many of the designations used by manufacturers and sellers to distinguish their products are claimed as trademarks. Where those designations appear in this book, and The Pragmatic Programmers, LLC was aware of a trademark claim, the designations have been printed in initial capital letters or in all capitals. The Pragmatic Starter Kit, The Pragmatic Programmer, Pragmatic Programming, Pragmatic Bookshelf, PragProg and the linking g device are trademarks of The Pragmatic Programmers, LLC. Every precaution was taken in the preparation of this book. However, the publisher assumes no responsibility for errors or omissions, or for damages that may result from the use of information (including program listings) contained herein. Our Pragmatic books, screencasts, and audio books can help you and your team create better software and have more fun. Visit us at The team that produced this book includes: Susannah Davidson Pfalzer (editor) Potomac Indexing, LLC (index) Eileen Cohen (copyedit) Gilson Graphics (layout) Janet Furlow (producer) For sales, volume licensing, and support, please contact support@pragprog.com. For international rights, please contact rights@pragprog.com. Copyright 2016 The Pragmatic Programmers, LLC. All rights reserved. No part of this publication may be reproduced, stored in a retrieval system, or transmitted, in any form, or by any means, electronic, mechanical, photocopying, recording, or otherwise, without the prior consent of the publisher. Printed in the United States of America. ISBN-13: Encoded using the finest acid-free high-entropy binary digits. Book version: P1.0 September 2016

5 Contents Foreword to the Rails 5 Edition ? Preface to the Rails 5 Edition ? Acknowledgments ? Introduction ? Part I Getting Started 1. Installing Rails ? Installing on Cloud9? Installing on a Virtual Machine? Installing on Windows? Installing on Mac OS X? Installing on Linux? Choosing a Rails Version? Setting Up Your Development Environment? Rails and Databases? 2. Instant Gratification ? Creating a New Application? Hello, Rails!? Linking Pages Together? When Things Go Wrong? 3. The Architecture of Rails Applications......? Models, Views, and Controllers? Rails Model Support? Action Pack: The View and Controller? 4. Introduction to Ruby ? Ruby Is an Object-Oriented Language?

6 Contents vi Data Types? Logic? Organizing Structures? Marshaling Objects? Pulling It All Together? Ruby Idioms? Part II Building an Application 5. The Depot Application ? Incremental Development? What Depot Does? Let s Code? 6. Task A: Creating the Application ? Iteration A1: Creating the Product Maintenance Application? Iteration A2: Making Prettier Listings? 7. Task B: Validation and Unit Testing ? Iteration B1: Validating!? Iteration B2: Unit Testing of Models? 8. Task C: Catalog Display ? Iteration C1: Creating the Catalog Listing? Iteration C2: Adding a Page Layout? Iteration C3: Using a Helper to Format the Price? Iteration C4: Functional Testing of Controllers? Iteration C5: Caching of Partial Results? 9. Task D: Cart Creation ? Iteration D1: Finding a Cart? Iteration D2: Connecting Products to Carts? Iteration D3: Adding a Button? 10. Task E: A Smarter Cart ? Iteration E1: Creating a Smarter Cart? Iteration E2: Handling Errors? Iteration E3: Finishing the Cart? 11. Task F: Add a Dash of Ajax ? Iteration F1: Moving the Cart? Iteration F2: Creating an Ajax-Based Cart?

7 Contents vii Iteration F3: Highlighting Changes? Iteration F4: Hiding an Empty Cart? Iteration F5: Broadcasting Updates with Action Cable? 12. Task G: Check Out! ? Iteration G1: Capturing an Order? Iteration G2: Atom Feeds? 13. Task H: Sending Mail ? Iteration H1: Sending Confirmation s? Iteration H2: Integration Testing of Applications? 14. Task I: Logging In ? Iteration I1: Adding Users? Iteration I2: Authenticating Users? Iteration I3: Limiting Access? Iteration I4: Adding a Sidebar, More Administration? 15. Task J: Internationalization ? Iteration J1: Selecting the Locale? Iteration J2: Translating the Storefront? Iteration J3: Translating Checkout? Iteration J4: Add a Locale Switcher? 16. Task K: Deployment and Production ? Iteration K1: Deploying with Phusion Passenger and MySQL? Iteration K2: Deploying Remotely with Capistrano? Iteration K3: Checking Up on a Deployed Application? 17. Depot Retrospective ? Rails Concepts? Documenting What We ve Done? Part III Rails in Depth 18. Finding Your Way Around Rails ? Where Things Go? Naming Conventions? 19. Active Record ? Defining Your Data? Locating and Traversing Records?

8 Contents viii Creating, Reading, Updating, and Deleting (CRUD)? Participating in the Monitoring Process? Transactions? 20. Action Dispatch and Action Controller......? Dispatching Requests to Controllers? Processing of Requests? Objects and Operations That Span Requests? 21. Action View ? Using Templates? Generating Forms? Processing Forms? Uploading Files to Rails Applications? Using Helpers? Reducing Maintenance with Layouts and Partials? 22. Migrations ? Creating and Running Migrations? Anatomy of a Migration? Managing Tables? Advanced Migrations? When Migrations Go Bad? Schema Manipulation Outside Migrations? 23. Nonbrowser Applications ? A Stand-Alone Application Using Active Record? A Library Function Using Active Support? 24. Rails Dependencies ? Generating XML with Builder? Generating HTML with ERB? Managing Dependencies with Bundler? Interfacing with the Web Server with Rack? Automating Tasks with Rake? Survey of Rails Dependencies? 25. Rails Plugins ? Credit Card Processing with Active Merchant? Beautifying Our Markup with Haml?

9 Contents ix Pagination? Finding More at RailsPlugins.org? 26. Where to Go from Here ? A1. Bibliography ? Index ?

Agile Web Development with Rails 5

Agile Web Development with Rails 5 Extracted from: Agile Web Development with Rails 5 This PDF file contains pages extracted from Agile Web Development with Rails 5, published by the Pragmatic Bookshelf. For more information or to purchase

More information

Agile Web Development with Rails 5.1

Agile Web Development with Rails 5.1 Extracted from: Agile Web Development with Rails 5.1 This PDF file contains pages extracted from Agile Web Development with Rails 5.1, published by the Pragmatic Bookshelf. For more information or to purchase

More information

Distributed and Parallel Computing with Ruby

Distributed and Parallel Computing with Ruby Extracted from: The druby Book Distributed and Parallel Computing with Ruby This PDF file contains pages extracted from The druby Book, published by the Pragmatic Bookshelf. For more information or to

More information

Programming Clojure. Extracted from: Second Edition. The Pragmatic Bookshelf

Programming Clojure. Extracted from: Second Edition. The Pragmatic Bookshelf Extracted from: Programming Clojure Second Edition This PDF file contains pages extracted from Programming Clojure, published by the Pragmatic Bookshelf. For more information or to purchase a paperback

More information

Java by Comparison. Extracted from: Become a Java Craftsman in 70 Examples. The Pragmatic Bookshelf

Java by Comparison. Extracted from: Become a Java Craftsman in 70 Examples. The Pragmatic Bookshelf Extracted from: Java by Comparison Become a Java Craftsman in 70 Examples This PDF file contains pages extracted from Java by Comparison, published by the Pragmatic Bookshelf. For more information or to

More information

Practical Vim, Second Edition

Practical Vim, Second Edition Extracted from: Practical Vim, Second Edition Edit Text at the Speed of Thought This PDF file contains pages extracted from Practical Vim, Second Edition, published by the Pragmatic Bookshelf. For more

More information

Java By Comparison. Extracted from: Become a Java Craftsman in 70 Examples. The Pragmatic Bookshelf

Java By Comparison. Extracted from: Become a Java Craftsman in 70 Examples. The Pragmatic Bookshelf Extracted from: Java By Comparison Become a Java Craftsman in 70 Examples This PDF file contains pages extracted from Java By Comparison, published by the Pragmatic Bookshelf. For more information or to

More information

Practical Programming, Third Edition

Practical Programming, Third Edition Extracted from: Practical Programming, Third Edition An Introduction to Computer Science Using Python 3.6 This PDF file contains pages extracted from Practical Programming, Third Edition, published by

More information

Deploying with JRuby 9k

Deploying with JRuby 9k Extracted from: Deploying with JRuby 9k Deliver Scalable Web Apps Using the JVM This PDF file contains pages extracted from Deploying with JRuby 9k, published by the Pragmatic Bookshelf. For more information

More information

Pragmatic Guide to Sass

Pragmatic Guide to Sass Extracted from: Pragmatic Guide to Sass This PDF file contains pages extracted from Pragmatic Guide to Sass, published by the Pragmatic Bookshelf. For more information or to purchase a paperback or PDF

More information

Reactive Programming with RxJS

Reactive Programming with RxJS Extracted from: Reactive Programming with RxJS Untangle Your Asynchronous JavaScript Code This PDF file contains pages extracted from Reactive Programming with RxJS, published by the Pragmatic Bookshelf.

More information

Practical Vim, Second Edition

Practical Vim, Second Edition Extracted from: Practical Vim, Second Edition Edit Text at the Speed of Thought This PDF file contains pages extracted from Practical Vim, Second Edition, published by the Pragmatic Bookshelf. For more

More information

Learn Functional Programming with Elixir

Learn Functional Programming with Elixir Extracted from: Learn Functional Programming with Elixir New Foundations for a New World This PDF file contains pages extracted from Learn Functional Programming with Elixir, published by the Pragmatic

More information

Node.js 8 the Right Way

Node.js 8 the Right Way Extracted from: Node.js 8 the Right Way Practical, Server-Side JavaScript That Scales This PDF file contains pages extracted from Node.js 8 the Right Way, published by the Pragmatic Bookshelf. For more

More information

Build Database Apps in Elixir for Scalability and Performance

Build Database Apps in Elixir for Scalability and Performance Extracted from: Programming Ecto Build Database Apps in Elixir for Scalability and Performance This PDF file contains pages extracted from Programming Ecto, published by the Pragmatic Bookshelf. For more

More information

Developing Android on Android

Developing Android on Android Extracted from: Developing Android on Android Automate Your Device with Scripts and Tasks This PDF file contains pages extracted from Developing Android on Android, published by the Pragmatic Bookshelf.

More information

Complex Network Analysis in Python

Complex Network Analysis in Python Extracted from: Complex Network Analysis in Python Recognize Construct Visualize Analyze Interpret This PDF file contains pages extracted from Complex Network Analysis in Python, published by the Pragmatic

More information

Automate with Grunt. Extracted from: The Build Tool for JavaScript. The Pragmatic Bookshelf

Automate with Grunt. Extracted from: The Build Tool for JavaScript. The Pragmatic Bookshelf Extracted from: Automate with Grunt The Build Tool for JavaScript This PDF file contains pages extracted from Automate with Grunt, published by the Pragmatic Bookshelf. For more information or to purchase

More information

Pragmatic Guide to Sass 3

Pragmatic Guide to Sass 3 Extracted from: Pragmatic Guide to Sass 3 Tame the Modern Style Sheet This PDF file contains pages extracted from Pragmatic Guide to Sass 3, published by the Pragmatic Bookshelf. For more information or

More information

Reactive Programming with RxJS 5

Reactive Programming with RxJS 5 Extracted from: Reactive Programming with RxJS 5 Untangle Your Asynchronous JavaScript Code This PDF file contains pages extracted from Reactive Programming with RxJS 5, published by the Pragmatic Bookshelf.

More information

Modern Vim. Extracted from: Craft Your Development Environment with Vim 8 and Neovim. The Pragmatic Bookshelf

Modern Vim. Extracted from: Craft Your Development Environment with Vim 8 and Neovim. The Pragmatic Bookshelf Extracted from: Modern Vim Craft Your Development Environment with Vim 8 and Neovim This PDF file contains pages extracted from Modern Vim, published by the Pragmatic Bookshelf. For more information or

More information

Effective Testing with RSpec 3

Effective Testing with RSpec 3 Extracted from: Effective Testing with RSpec 3 Build Ruby Apps with Confidence This PDF file contains pages extracted from Effective Testing with RSpec 3, published by the Pragmatic Bookshelf. For more

More information

Build Safe and Maintainable Front-End Applications

Build Safe and Maintainable Front-End Applications Extracted from: Programming Elm Build Safe and Maintainable Front-End Applications This PDF file contains pages extracted from Programming Elm, published by the Pragmatic Bookshelf. For more information

More information

Programming Clojure, Third Edition

Programming Clojure, Third Edition Extracted from: Programming Clojure, Third Edition This PDF file contains pages extracted from Programming Clojure, Third Edition, published by the Pragmatic Bookshelf. For more information or to purchase

More information

Practical Programming, 2nd Edition

Practical Programming, 2nd Edition Extracted from: Practical Programming, 2nd Edition An Introduction to Computer Science Using Python 3 This PDF file contains pages extracted from Practical Programming, 2nd Edition, published by the Pragmatic

More information

SQL Antipatterns. Extracted from: Avoiding the Pitfalls of Database Programming. The Pragmatic Bookshelf

SQL Antipatterns. Extracted from: Avoiding the Pitfalls of Database Programming. The Pragmatic Bookshelf Extracted from: SQL Antipatterns Avoiding the Pitfalls of Database Programming This PDF file contains pages extracted from SQL Antipatterns, published by the Pragmatic Bookshelf. For more information or

More information

Pragmatic Guide to Git

Pragmatic Guide to Git Extracted from: Pragmatic Guide to Git This PDF file contains pages extracted from Pragmatic Guide to Git, published by the Pragmatic Bookshelf. For more information or to purchase a paperback or PDF copy,

More information

ios 9 SDK Development

ios 9 SDK Development Extracted from: ios 9 SDK Development Creating iphone and ipad Apps with Swift This PDF file contains pages extracted from ios 9 SDK Development, published by the Pragmatic Bookshelf. For more information

More information

Build Reactive Websites with RxJS

Build Reactive Websites with RxJS Extracted from: Build Reactive Websites with RxJS Master Observables and Wrangle Events This PDF file contains pages extracted from Build Reactive Websites with RxJS, published by the Pragmatic Bookshelf.

More information

Node.js the Right Way

Node.js the Right Way Extracted from: Node.js the Right Way Practical, Server-Side JavaScript That Scales This PDF file contains pages extracted from Node.js the Right Way, published by the Pragmatic Bookshelf. For more information

More information

Web Design for Developers A Programmer s Guide to Design Tools and Techniques

Web Design for Developers A Programmer s Guide to Design Tools and Techniques Extracted from: Web Design for Developers A Programmer s Guide to Design Tools and Techniques This PDF file contains pages extracted from Web Design for Developers, published by the Pragmatic Bookshelf.

More information

Design It! Extracted from: From Programmer to Software Architect. The Pragmatic Bookshelf

Design It! Extracted from: From Programmer to Software Architect. The Pragmatic Bookshelf Extracted from: Design It! From Programmer to Software Architect This PDF file contains pages extracted from Design It!, published by the Pragmatic Bookshelf. For more information or to purchase a paperback

More information

Dart for Hipsters. Extracted from: The Pragmatic Bookshelf

Dart for Hipsters. Extracted from: The Pragmatic Bookshelf Extracted from: Dart for Hipsters This PDF file contains pages extracted from Dart for Hipsters, published by the Pragmatic Bookshelf. For more information or to purchase a paperback or PDF copy, please

More information

Build ios Games with Sprite Kit

Build ios Games with Sprite Kit Extracted from: Build ios Games with Sprite Kit Unleash Your Imagination in Two Dimensions This PDF file contains pages extracted from Build ios Games with Sprite Kit, published by the Pragmatic Bookshelf.

More information

Copyright 2009 The Pragmatic Programmers, LLC.

Copyright 2009 The Pragmatic Programmers, LLC. Extracted from: Hello, Android Introducing Google s Mobile Development Platform This PDF file contains pages extracted from Hello, Android, published by the Pragmatic Bookshelf. For more information or

More information

Beginning Mac Programming

Beginning Mac Programming Extracted from: Beginning Mac Programming Develop with Objective-C and Cocoa This PDF file contains pages extracted from Beginning Mac Programming, published by the Pragmatic Bookshelf. For more information

More information

iphone SDK Development

iphone SDK Development Extracted from: iphone SDK Development Building iphone Applications This PDF file contains pages extracted from iphone SDK Development, published by the Pragmatic Bookshelf. For more information or to

More information

Cocoa Programming A Quick-Start Guide for Developers

Cocoa Programming A Quick-Start Guide for Developers Extracted from: Cocoa Programming A Quick-Start Guide for Developers This PDF file contains pages extracted from Cocoa Programming, published by the Pragmatic Bookshelf. For more information or to purchase

More information

Docker for Rails Developers

Docker for Rails Developers Extracted from: Docker for Rails Developers Build, Ship, and Run Your Applications Everywhere This PDF file contains pages extracted from Docker for Rails Developers, published by the Pragmatic Bookshelf.

More information

Python Companion to Data Science

Python Companion to Data Science Extracted from: Python Companion to Data Science Collect Organize Explore Predict Value This PDF file contains pages extracted from Python Companion to Data Science, published by the Pragmatic Bookshelf.

More information

ios 8 SDK Development

ios 8 SDK Development Extracted from: ios 8 SDK Development Creating iphone and ipad Apps with Swift This PDF file contains pages extracted from ios 8 SDK Development, published by the Pragmatic Bookshelf. For more information

More information

Programming Google Glass, Second Edition

Programming Google Glass, Second Edition Extracted from: Programming Google Glass, Second Edition Build Great Glassware Apps with the Mirror API and GDK This PDF file contains pages extracted from Programming Google Glass, Second Edition, published

More information

Complex Network Analysis in Python

Complex Network Analysis in Python Extracted from: Complex Network Analysis in Python Recognize Construct Visualize Analyze Interpret This PDF file contains pages extracted from Complex Network Analysis in Python, published by the Pragmatic

More information

Release It! Second Edition

Release It! Second Edition Extracted from: Release It! Second Edition Design and Deploy Production-Ready Software This PDF file contains pages extracted from Release It! Second Edition, published by the Pragmatic Bookshelf. For

More information

ios 8 SDK Development

ios 8 SDK Development Extracted from: ios 8 SDK Development Creating iphone and ipad Apps with Swift This PDF file contains pages extracted from ios 8 SDK Development, published by the Pragmatic Bookshelf. For more information

More information

Programming Kotlin. Extracted from: Creating Elegant, Expressive, and Performant JVM and Android Applications. The Pragmatic Bookshelf

Programming Kotlin. Extracted from: Creating Elegant, Expressive, and Performant JVM and Android Applications. The Pragmatic Bookshelf Extracted from: Programming Kotlin Creating Elegant, Expressive, and Performant JVM and Android Applications This PDF file contains pages extracted from Programming Kotlin, published by the Pragmatic Bookshelf.

More information

Agile Web Development With Rails (4th Edition - Rails 3 & Ruby 1.9) By Sam Ruby

Agile Web Development With Rails (4th Edition - Rails 3 & Ruby 1.9) By Sam Ruby Agile Web Development With Rails (4th Edition - Rails 3 & Ruby 1.9) By Sam Ruby Agile Web Development with Rails 4 PDF Free Download, Both Rails 3 and 4, as well as Ruby 1.9 and 2.0, Agile Web Development

More information

Ruby on Rails. SITC Workshop Series American University of Nigeria FALL 2017

Ruby on Rails. SITC Workshop Series American University of Nigeria FALL 2017 Ruby on Rails SITC Workshop Series American University of Nigeria FALL 2017 1 Evolution of Web Web 1.x Web 1.0: user interaction == server roundtrip Other than filling out form fields Every user interaction

More information

Mastering Clojure Macros

Mastering Clojure Macros Extracted from: Mastering Clojure Macros Write Cleaner, Faster, Smarter Code This PDF file contains pages extracted from Mastering Clojure Macros, published by the Pragmatic Bookshelf. For more information

More information

Contents. Contents... XI

Contents. Contents... XI Contents Preface... V Motivation for this Book... V Who Should Read this Book?...VI Outline to the Book Structure... VII Prerequisite Skills... VIII Acknowledgements... VIII About the Author... VIII Contents...

More information

Web Design for Developers A Programmer s Guide to Design Tools and Techniques

Web Design for Developers A Programmer s Guide to Design Tools and Techniques Extracted from: Web Design for Developers A Programmer s Guide to Design Tools and Techniques This PDF file contains pages extracted from Web Design for Developers, published by the Pragmatic Bookshelf.

More information

Ruby on Rails for PHP and Java Developers

Ruby on Rails for PHP and Java Developers Deepak Vohra Ruby on Rails for PHP and Java Developers With 202 Figures and 32 Tables Springer Contents Preface Motivation for this Book Who Should Read this Book? Outline to the Book Structure Prerequisite

More information

The SQL Guide to Pervasive PSQL. Rick F. van der Lans

The SQL Guide to Pervasive PSQL. Rick F. van der Lans The SQL Guide to Pervasive PSQL Rick F. van der Lans Copyright 2009 by R20/Consultancy All rights reserved; no part of this publication may be reproduced, stored in a retrieval system, or transmitted in

More information

Interface-Oriented Design

Interface-Oriented Design Extracted from: Interface-Oriented Design This PDF file contains pages extracted from Interface-Oriented Design, published by the Pragmatic Bookshelf. For more information or to purchase a paperback or

More information

Contents in Detail. Foreword by Xavier Noria

Contents in Detail. Foreword by Xavier Noria Contents in Detail Foreword by Xavier Noria Acknowledgments xv xvii Introduction xix Who This Book Is For................................................ xx Overview...xx Installation.... xxi Ruby, Rails,

More information

Web Application Expectations

Web Application Expectations Effective Ruby on Rails Development Using CodeGear s Ruby IDE Shelby Sanders Principal Engineer CodeGear Copyright 2007 CodeGear. All Rights Reserved. 2007/6/14 Web Application Expectations Dynamic Static

More information

Getting Started with Processing by Casey Reas and Ben Fry

Getting Started with Processing by Casey Reas and Ben Fry Free Sampler Getting Started with Processing by Casey Reas and Ben Fry Copyright 2010 Casey Reas and Ben Fry. All rights reserved. Printed in the United States of America. Published by O Reilly Media,

More information

Things You Should Know

Things You Should Know Extracted from: Things You Should Know A Peek at Computer Electronics This PDF file contains pages extracted from Things You Should Know, published by the Pragmatic Bookshelf. For more information or to

More information

Copyright 2006The Pragmatic Programmers, LLC.

Copyright 2006The Pragmatic Programmers, LLC. Extracted from: From Java to Ruby Things Every Manager Should Know This PDF file contains pages extracted from From Java to Ruby, published by the Pragmatic Bookshelf. For more information or to purchase

More information

1 CUSTOM TAG FUNDAMENTALS PREFACE... xiii. ACKNOWLEDGMENTS... xix. Using Custom Tags The JSP File 5. Defining Custom Tags The TLD 6

1 CUSTOM TAG FUNDAMENTALS PREFACE... xiii. ACKNOWLEDGMENTS... xix. Using Custom Tags The JSP File 5. Defining Custom Tags The TLD 6 PREFACE........................... xiii ACKNOWLEDGMENTS................... xix 1 CUSTOM TAG FUNDAMENTALS.............. 2 Using Custom Tags The JSP File 5 Defining Custom Tags The TLD 6 Implementing Custom

More information

Florian Müller Jay Brown Jeff Potts. FOREWORDS BY Richard J. Howarth John Newton MANNING.

Florian Müller Jay Brown Jeff Potts. FOREWORDS BY Richard J. Howarth John Newton MANNING. Florian Müller Jay Brown Jeff Potts FOREWORDS BY Richard J. Howarth John Newton MANNING CMIS and Apache Chemistry in Action CMIS and Apache Chemistry in Action FLORIAN MÜLLER JAY BROWN JEFF POTTS MANNING

More information

Are you using Ruby on Rails?

Are you using Ruby on Rails? Are you using Ruby on Rails? Should you? Come have a seat, and we ll figure it out Learn how to create happy programmers, and 10 real world benefits to using Rails Talk begins at 5 PM Warning Warning I

More information

Pro ASP.NET MVC 2 Framework

Pro ASP.NET MVC 2 Framework Pro ASP.NET MVC 2 Framework Second Edition Steven Sanderson Apress TIB/UB Hannover 89 133 297 713 Contents at a Glance Contents About the Author About the Technical Reviewers Acknowledgments Introduction

More information

Schlumberger Private Customer Use

Schlumberger Private Customer Use 1 Copyright Notice Copyright 2009-2016 Schlumberger. All rights reserved. No part of this document may be reproduced, stored in a retrieval system, or translated in any form or by any means, electronic

More information

Hello! Python. Anthony Briggs MANNING SHELTER ISLAND

Hello! Python. Anthony Briggs MANNING SHELTER ISLAND Hello! Python Hello! Python Anthony Briggs MANNING SHELTER ISLAND For online information and ordering of this and other Manning books, please visit www.manning.com. The publisher offers discounts on this

More information

leihs, the leading free equipment booking system It took us eight years to get it right. What we learned about being a FOSS project.

leihs, the leading free equipment booking system It took us eight years to get it right. What we learned about being a FOSS project. leihs, the leading free equipment booking system It took us eight years to get it right. What we learned about being a FOSS project. Ramón Cahenzli ramon.cahenzli@zhdk.ch OpenVZ Linux Containers leihs

More information

Essential Angular for ASP.NET Core MVC

Essential Angular for ASP.NET Core MVC Essential Angular for ASP.NET Core MVC Adam Freeman Essential Angular for ASP.NET Core MVC Adam Freeman London, UK ISBN-13 (pbk): 978-1-4842-2915-6 ISBN-13 (electronic): 978-1-4842-2916-3 DOI 10.1007/978-1-4842-2916-3

More information

AGILE WEB DEVELOPMENT WITH RAILS 5 BY SAM RUBY DOWNLOAD EBOOK : AGILE WEB DEVELOPMENT WITH RAILS 5 BY SAM RUBY PDF

AGILE WEB DEVELOPMENT WITH RAILS 5 BY SAM RUBY DOWNLOAD EBOOK : AGILE WEB DEVELOPMENT WITH RAILS 5 BY SAM RUBY PDF Read Online and Download Ebook AGILE WEB DEVELOPMENT WITH RAILS 5 BY SAM RUBY DOWNLOAD EBOOK : AGILE WEB DEVELOPMENT WITH RAILS 5 BY SAM RUBY Click link bellow and free register to download ebook: AGILE

More information

XML Primer Plus By Nicholas Chase

XML Primer Plus By Nicholas Chase Table of Contents Index XML Primer Plus By Nicholas Chase Publisher : Sams Publishing Pub Date : December 16, 2002 ISBN : 0-672-32422-9 Pages : 1024 This book presents XML programming from a conceptual

More information

LEGITIMATE APPLICATIONS OF PEER-TO-PEER NETWORKS DINESH C. VERMA IBM T. J. Watson Research Center A JOHN WILEY & SONS, INC., PUBLICATION

LEGITIMATE APPLICATIONS OF PEER-TO-PEER NETWORKS DINESH C. VERMA IBM T. J. Watson Research Center A JOHN WILEY & SONS, INC., PUBLICATION LEGITIMATE APPLICATIONS OF PEER-TO-PEER NETWORKS DINESH C. VERMA IBM T. J. Watson Research Center A JOHN WILEY & SONS, INC., PUBLICATION LEGITIMATE APPLICATIONS OF PEER-TO-PEER NETWORKS LEGITIMATE APPLICATIONS

More information

Real World Kanban Do Less Accomplish More With Lean Thinking

Real World Kanban Do Less Accomplish More With Lean Thinking Real World Kanban Do Less Accomplish More With Lean Thinking We have made it easy for you to find a PDF Ebooks without any digging. And by having access to our ebooks online or by storing it on your computer,

More information

UX400. OpenUI5 Development Foundations COURSE OUTLINE. Course Version: 02 Course Duration: 5 Day(s)

UX400. OpenUI5 Development Foundations COURSE OUTLINE. Course Version: 02 Course Duration: 5 Day(s) UX400 OpenUI5 Development Foundations. COURSE OUTLINE Course Version: 02 Course Duration: 5 Day(s) SAP Copyrights and Trademarks 2017 SAP SE or an SAP affiliate company. All rights reserved. No part of

More information

CHORDS: Cloud-Hosted Real-time Data

CHORDS: Cloud-Hosted Real-time Data CHORDS: Cloud-Hosted Real-time Data Services for the Geosciences Mike Daniels (NCAR), Branko Kerkez (UMich), V. Chandrasekar (CSU), Sara Graves (UAH), D. Sarah Stamps (VT), Aaron Botnick (NCAR), Charlie

More information

Introduction and first application. Luigi De Russis. Rails 101

Introduction and first application. Luigi De Russis. Rails 101 Introduction and first application Luigi De Russis 2 About Rails Ruby on Rails 3 Framework for making dynamic web applications created in 2003 Open Source (MIT License) for the Ruby programming language

More information

See What's Coming in Oracle CPQ Cloud

See What's Coming in Oracle CPQ Cloud See What's Coming in Oracle CPQ Cloud Release 2015 R1 Release Content Document 1 TABLE OF CONTENTS ORACLE CPQ CLOUD... 3 End User Enhancements... 3 Desktop Performance Enhancements... 3 Easy Administration...

More information

Product Slider for Magento 2. User Guide

Product Slider for Magento 2. User Guide Product Slider for Magento 2 User Guide Table of Contents 1. Product Slider Code Insert Guide 2. Product Slider Management 2.1. Managing Product slider 3. Product Slider Widget 4. Front-End View 5. Support

More information

Foundation for Cloud Computing with VMware vsphere 4

Foundation for Cloud Computing with VMware vsphere 4 21 Short Topics in System Administration Jane-Ellen Long, Series Editor Foundation for Cloud Computing with VMware vsphere 4 John Arrasjid, Duncan Epping, and Steve Kaplan Published by the USENIX Association

More information

End User s Guide Release 5.0

End User s Guide Release 5.0 [1]Oracle Application Express End User s Guide Release 5.0 E39146-04 August 2015 Oracle Application Express End User's Guide, Release 5.0 E39146-04 Copyright 2012, 2015, Oracle and/or its affiliates. All

More information

SAS Universal Viewer 1.3

SAS Universal Viewer 1.3 SAS Universal Viewer 1.3 User's Guide SAS Documentation The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2012. SAS Universal Viewer 1.3: User's Guide. Cary, NC: SAS

More information

Functional Programming in Java

Functional Programming in Java Functional Programming in Java Harnessing the Power of Java 8 Lambda Expressions Venkat Subramaniam The Pragmatic Bookshelf Dallas, Texas Raleigh, North Carolina Many of the designations used by manufacturers

More information

Inline Processing Engine User Guide. Release: August 2017 E

Inline Processing Engine User Guide. Release: August 2017 E Inline Processing Engine User Guide Release: 8.0.5.0.0 August 2017 E89148-01 Inline Processing Engine User Guide Release: 8.0.5.0.0 August 2017 E89148-01 Oracle Financial Services Software Limited Oracle

More information

UPGRADE YOUR ECOMMERCE SOLUTION

UPGRADE YOUR ECOMMERCE SOLUTION UPGRADE YOUR ECOMMERCE SOLUTION Upgrade Your Ecommerce Solution Read Time: 8 minutes UPGRADE YOUR ECOMMERCE SOLUTION Making the Move to SuiteCommerce Standard You know first hand the benefits of having

More information

Getting MEAN. with Mongo, Express, Angular, and Node SIMON HOLMES MANNING SHELTER ISLAND

Getting MEAN. with Mongo, Express, Angular, and Node SIMON HOLMES MANNING SHELTER ISLAND Getting MEAN with Mongo, Express, Angular, and Node SIMON HOLMES MANNING SHELTER ISLAND For online information and ordering of this and other Manning books, please visit www.manning.com. The publisher

More information

Want to read more? You can buy this book at oreilly.com in print and ebook format. Buy 2 books, get the 3rd FREE!

Want to read more? You can buy this book at oreilly.com in print and ebook format. Buy 2 books, get the 3rd FREE! Want to read more? You can buy this book at oreilly.com in print and ebook format. Buy 2 books, get the 3rd FREE! Use discount code: OPC10 All orders over $29.95 qualify for free shipping within the US.

More information

SAS Contextual Analysis 14.3: Administrator s Guide

SAS Contextual Analysis 14.3: Administrator s Guide SAS Contextual Analysis 14.3: Administrator s Guide SAS Documentation August 25, 2017 The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2017. SAS Contextual Analysis

More information

Agile Database Techniques Effective Strategies for the Agile Software Developer. Scott W. Ambler

Agile Database Techniques Effective Strategies for the Agile Software Developer. Scott W. Ambler Agile Database Techniques Effective Strategies for the Agile Software Developer Scott W. Ambler Agile Database Techniques Effective Strategies for the Agile Software Developer Agile Database Techniques

More information

The Unofficial Guide to Creating Reports In Crystal using your Pastel Data

The Unofficial Guide to Creating Reports In Crystal using your Pastel Data The Unofficial Guide to Creating Reports In Crystal using your Pastel Data This version of the ebook is an example version only. It contains only a sample of pages from the full ebook. These pages may

More information

Programming the World Wide Web by Robert W. Sebesta

Programming the World Wide Web by Robert W. Sebesta Programming the World Wide Web by Robert W. Sebesta Tired Of Rpg/400, Jcl And The Like? Heres A Ticket Out Programming the World Wide Web by Robert Sebesta provides students with a comprehensive introduction

More information

Gift Card Magento Extension User Guide Official extension page: Gift Card

Gift Card Magento Extension User Guide Official extension page: Gift Card Gift Card Magento Extension User Guide Official extension page: Gift Card Page 1 Table of contents: 1. General Settings...3 2. Product Creation........7 3. Product Price Settings......8 4. Gift Card Information

More information

To configure the extension please go to System Configuration Order Attributes in the admin panel.

To configure the extension please go to System Configuration Order Attributes in the admin panel. For more details see the Order Attributes extension page. Order Attributes Order Attributes extension allows you to collect additional order related information that may be important for shopping experience

More information

Table of Contents. CHAPTER 1 Introducing Amazon Web Services. In The Beginning, There Was Affiliate Marketing... 1

Table of Contents. CHAPTER 1 Introducing Amazon Web Services. In The Beginning, There Was Affiliate Marketing... 1 Table of Contents CHAPTER 1 Introducing Amazon Web Services In The Beginning, There Was Affiliate Marketing... 1 Enter Amazon Web Services...2 International Amazon Web Services...3 Other Amazon Web Services

More information

From Building Better Models with JMP Pro. Full book available for purchase here.

From Building Better Models with JMP Pro. Full book available for purchase here. From Building Better Models with JMP Pro. Full book available for purchase here. Contents Acknowledgments... ix About This Book... xi About These Authors... xiii Part 1 Introduction... 1 Chapter 1 Introduction...

More information

Oracle Application Express

Oracle Application Express Oracle Application Express Administration Guide Release 5.1 E64918-04 June 2017 Oracle Application Express Administration Guide, Release 5.1 E64918-04 Copyright 2003, 2017, Oracle and/or its affiliates.

More information

LEGITIMATE APPLICATIONS OF PEER-TO-PEER NETWORKS

LEGITIMATE APPLICATIONS OF PEER-TO-PEER NETWORKS LEGITIMATE APPLICATIONS OF PEER-TO-PEER NETWORKS DINESH C. VERMA IBM T. J. Watson Research Center A JOHN WILEY & SONS, INC., PUBLICATION LEGITIMATE APPLICATIONS OF PEER-TO-PEER NETWORKS LEGITIMATE APPLICATIONS

More information

2 Webpage Markup with HTML HTML5 Page Structure Creating a Webpage HTML5 Elements and Entities

2 Webpage Markup with HTML HTML5 Page Structure Creating a Webpage HTML5 Elements and Entities Contents Preface Introduction xix xxiii 1 The Web: An Overview 1 1.1 Web Is Part of the Internet.................. 1 1.2 IP Addresses and Domain Names............... 3 1.2.1 Domain Name System................

More information

Using Joomla O'REILLY. foreword by Louis Landry. Ron Severdia and Kenneth Crowder. Taipei Tokyo. Cambridge. Beijing. Farnham Kbln Sebastopol

Using Joomla O'REILLY. foreword by Louis Landry. Ron Severdia and Kenneth Crowder. Taipei Tokyo. Cambridge. Beijing. Farnham Kbln Sebastopol Using Joomla Ron Severdia and Kenneth Crowder foreword by Louis Landry Beijing Cambridge O'REILLY Farnham Kbln Sebastopol Taipei Tokyo Table of Contents Foreword xvii Preface xix 1. An Overview 1 Using

More information

Sun Solaris support now available from IBM for select IBM System x and BladeCenter servers

Sun Solaris support now available from IBM for select IBM System x and BladeCenter servers IBM United States Announcement 208-031, dated February 19, 2008 Sun Solaris support now available from IBM for select IBM System x and BladeCenter servers Description...3 Reference information... 3 Offering

More information

Insbridge Enterprise Rating RateManager User Guide

Insbridge Enterprise Rating RateManager User Guide Oracle Insurance Insbridge Enterprise Rating RateManager User Guide Modules Volume 2 Release 4.9 December 2014 Copyright 2005, 2014, Oracle and/or its affiliates. All rights reserved. Oracle Insurance

More information

SYLLABUS CHAPTER - 1 [SOFTWARE REUSE SUCCESS FACTORS] Reuse Driven Software Engineering is a Business

SYLLABUS CHAPTER - 1 [SOFTWARE REUSE SUCCESS FACTORS] Reuse Driven Software Engineering is a Business Contents i UNIT - I UNIT - II UNIT - III CHAPTER - 1 [SOFTWARE REUSE SUCCESS FACTORS] Software Reuse Success Factors. CHAPTER - 2 [REUSE-DRIVEN SOFTWARE ENGINEERING IS A BUSINESS] Reuse Driven Software

More information

This document is a preview generated by EVS

This document is a preview generated by EVS TECHNICAL REPORT ISO/IEC TR 29166 First edition 2011-12-15 Information technology Document description and processing languages Guidelines for translation between ISO/IEC 26300 and ISO/IEC 29500 document

More information