Ruby on Rails for dummies

Quickly create Web sites with this poweful tool Use this free and easy programming language for e-commerce sites and blogs If you need to build Web and database applications quickly but you don't dream in computer code, take heart! Ruby on Rails was created for you, and this book will have you...

Descripción completa

Detalles Bibliográficos
Autor principal: Burd, Barry A. (-)
Formato: Libro electrónico
Idioma:Inglés
Publicado: Hoboken, N.J. : Wiley c2007.
Edición:1st edition
Colección:--For dummies
For Dummies
Materias:
Ver en Biblioteca Universitat Ramon Llull:https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009627255606719
Tabla de Contenidos:
  • Ruby on Rails; About the Author; Author's Acknowledgments; Dedication; Contents at a Glance; Table of Contents; Introduction; How to Use This Book; Conventions Used in This Book; What You Don't Have to Read; Foolish Assumptions; How This Book Is Organized; Icons Used in This Book; Where to Go from Here; Part I: Nuts and Bolts; Chapter 1: Welcome to the World of Ruby on Rails; The Software Development Process; Along Comes Ruby on Rails; Let's Get Going; Chapter 2: Installing the Software; Six Pieces of Software; Installing the Ruby Interpreter; Installing Rails; Installing Java
  • Installing RadRailsInstalling MySQL; Installing MySQL Administrator; Chapter 3: Details on Rails; Creating a Database; Creating a New Ruby on Rails Project; Running Your New Rails Project (Already!); Creating a Model; Creating a Database Table; Creating a Scaffold; Using the New Web Interface; Chapter 4: Using RadRails; Words, Words, Words; Some Common RadRails Tasks; Troubleshooting the Run of a Ruby Program; Part II: Creating Code; Chapter 5: Ruby One's Day; Hello, Again; Working with Values; Going with the Flow; Bunches of Things; Using Methods; Chapter 6: Ruby Two's Day
  • Objects and ClassesObjects Have Methods; Enhancing Classes; Creating a Module; Chapter 7: Weaving the Web; The Working of the Web; Your HTML Starter Kit; HTML Elements; Part III: Real Rails; Chapter 8: Action-Packed Adventures; Model/View/Controller; The Rails Way of Life; Writing What You Want Where You Want It; The Controller Shakes Hands with the View; Dividing the Work of the View; Chapter 9: Some Things You Can Do with Models; A Web Site for Photos; Programming with a Rails Model; Modifying a Database; More Rails Programming Tricks; Chapter 10: I've Been Working on the Rails Code
  • Displaying an ImageImporting Files; Chapter 11: Image Is Everything; Enhancing Your Project's Code; Understanding the Enhanced Code; Chapter 12: More Model Magic; Blogging Your Dreams; Validating the Visitor's Input; Adding Comments; Adding Keywords; Chapter 13: Cool Things on Rails; Using Ajax; Sending E-Mail; Creating and Consuming Web Services; Part IV: The Part of Tens; Chapter 14: Ten (Times Two) Great Web Sites; Ten Ruby Sites; Ten Rails Sites; Chapter 15: Ten Features That Set Ruby Apart; Hashes; Open Classes; Duck Typing; Modifiers; Blocks; Everything Is an Object
  • Objects Might Have Their Own MethodsMixins; Built-In Unit Testing; Built-In Reflection; Chapter 16: Ten Pivotal Ruby on Rails Concepts; Don't Repeat Yourself (DRY); Convention over Configuration; Model/View/Controller (MVC); Agile Development; Dynamic Discovery of a Database's Characteristics; Object-Relational Mapping (ORM); Using Generators; Create, Read, Update, and Delete (CRUD); Using Migrations; Using Partials; Chapter 17: Ten Ways to Override Rails Defaults; Overriding the Database Name; Overriding a Database Table Name; Overriding a Controller Name
  • Overriding the Name of a Table's Primary Key