Cargando…

Rails : Build Your Own Ruby on Rails Website.

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Goodrich, Glenn
Otros Autores: Lenz, Patrick
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Victoria : SitePoint, 2016.
Edición:3rd ed.
Temas:
Acceso en línea:Texto completo
Tabla de Contenidos:
  • Rails: Novice to Ninja; Notice of Rights; Notice of Liability; Trademark Notice; About Glenn Goodrich; About SitePoint; Table of Contents; Preface; Who Should Read This Book; Conventions Used; Code Samples; Tips, Notes, and Warnings; Hey, You!; Ahem, Excuse Me ... ; EXTRA CREDIT; Make Sure You Always ... ; Watch Out!; Supplementary Materials; Introducing Ruby on Rails; Classes?; What does Ruby syntax look like?; History; Development Principles; Optimize for Programmer Happiness; Convention Over Configuration; MVC; The Menu is Omakase; No One Paradigm; Exalt Beautiful Code.
  • Value-integrated SystemsProgress Over Stability; Push Up a Big Tent; Building the Example Web Application; Features of the Example Application; Summary; Getting Started; Found in Translation; New `"Tried + Tested; What does all this cost?; Installing on Windows; Install Ruby; Installing on Mac OS X; Taking Command; Installing Homebrew; Version Managers: Good for Developing Developers!; Why default?; Help on Hand; Installing on Linux (Ubuntu); About Rais Girls; Additional Installation Options; And Now the Fun Begins; One Directory Structure to Rule Them All.
  • Creating the Standard Directory StructureStarting Our Application; Choice Gems: A Plethora of Web Servers; Version Control and Git; EXTRA CREDIT: Get Learning Git; Git Basics; Which Text Editor?; Windows and Cross-platform Text Editors; Sublime Text; Atom; Visual Studio Code; Linux and Mac OS X Editors; Emacs; Vim; IDEs; Summary; Introducing Ruby; Ruby is a Scripting Language; Compiled Languages; Scripting Languages; The Great Performance Debate; Choose What Works; Ruby is an Object Oriented Language; Reading and Writing Ruby Code; The Interactive Ruby Shell (irb); Windows Users.
  • Constants, Classes, and CapitalsInteracting with Ruby Objects; Literal Objects; Variables and Constants; Scoping Scope; Watching Your G's and Q's; Basic Punctuation in Ruby; Dot Notation; EXTRA CREDIT: Dot Notation; Chaining Statements Together; Use of Parentheses; Method Notation; Predicate Method; Object-oriented Programming in Ruby; Classes and Objects; EXTRA CREDIT: Access Levels for Object Methods; Object-level Functionality; Instance Variables; A Link to Social Media; Instance Methods; Indentation in Ruby; Accessor Methods; Class-level Functionality; Avoid the CV Word; Inheritance.
  • Modules and CompositionSupport for Methods; Return Values; Standard Output; Put It There; Ruby Core Classes; Strings; Ruby Interactive Documentation; Numerics; Symbols; Arrays; Hashes; nil Values; Running Ruby Files; Control Structures; Conditionals; The if Construct; The unless Construct; Loops; while and until Loops; Assignment and Equation Operators; for Loops; Blocks, Procs, and Lambdas. Oh my!; EXTRA CREDIT: Ruby Rites; Summary; Rails Revealed; Three Environments; Application Dependencies; Bundler; EXTRA CREDIT: Bundler's Brass Tacks; Database Configuration.