Cargando…

Learn Rails 5.2 : Accelerated Web Development with Ruby on Rails /

"Learn to build Rails-based web applications using all the latest features offered in Rails 5.2. Author Stefan Wintermeyer begins by teaching the basics of Ruby 2.5 before proceeding through all aspects of Rails, utilizing clean, succinct examples - rather than a single large application. This...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Wintermeyer, Stefan (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: [California] : Apress, [2018]
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000 i 4500
001 OR_on1031706362
003 OCoLC
005 20231017213018.0
006 m o d
007 cr cnu|||unuuu
008 180419s2018 cau o 001 0 eng d
040 |a N$T  |b eng  |e rda  |e pn  |c N$T  |d N$T  |d YDX  |d GW5XE  |d OCLCF  |d EBLCP  |d AZU  |d COO  |d UMI  |d UPM  |d UAB  |d OCLCQ  |d STF  |d TOH  |d CEF  |d VT2  |d U3W  |d OCLCQ  |d DEBBG  |d SNK  |d WYU  |d OCLCO  |d G3B  |d LVT  |d C6I  |d UKMGB  |d K6U  |d CAUOI  |d D6H  |d MERER  |d LEAUB  |d OCLCQ  |d LQU  |d FVL  |d OCLCQ  |d OCLCO  |d UHL  |d LEATE  |d UKAHL  |d OCLCQ  |d SFB  |d BRF  |d OCLCQ  |d OCLCO  |d COM  |d OCLCQ  |d OCLCO 
015 |a GBB8M4614  |2 bnb 
016 7 |a 019140151  |2 Uk 
019 |a 1031950773  |a 1032024668  |a 1032124989  |a 1034547257  |a 1035957654  |a 1038415551  |a 1048187410  |a 1066468670  |a 1066604540  |a 1081189299  |a 1086552917  |a 1103259546  |a 1105186884  |a 1105706524  |a 1110843926  |a 1113036964  |a 1113134149  |a 1122847526  |a 1129340552 
020 |a 9781484234891  |q (electronic bk.) 
020 |a 1484234898  |q (electronic bk.) 
020 |a 9781484234907  |q (print) 
020 |a 1484234901 
020 |a 9781484248393  |q (print) 
020 |a 1484248392 
020 |z 9781484234884 
020 |z 148423488X 
024 7 |a 10.1007/978-1-4842-3489-1  |2 doi 
027 |a SPRINTER 
029 1 |a AU@  |b 000063005933 
029 1 |a AU@  |b 000063566591 
029 1 |a AU@  |b 000067497666 
029 1 |a CHNEW  |b 001063421 
029 1 |a CHVBK  |b 575139811 
029 1 |a UKMGB  |b 019140151 
035 |a (OCoLC)1031706362  |z (OCoLC)1031950773  |z (OCoLC)1032024668  |z (OCoLC)1032124989  |z (OCoLC)1034547257  |z (OCoLC)1035957654  |z (OCoLC)1038415551  |z (OCoLC)1048187410  |z (OCoLC)1066468670  |z (OCoLC)1066604540  |z (OCoLC)1081189299  |z (OCoLC)1086552917  |z (OCoLC)1103259546  |z (OCoLC)1105186884  |z (OCoLC)1105706524  |z (OCoLC)1110843926  |z (OCoLC)1113036964  |z (OCoLC)1113134149  |z (OCoLC)1122847526  |z (OCoLC)1129340552 
037 |a CL0500000965  |b Safari Books Online 
050 4 |a QA76.73.R83 
072 7 |a COM  |x 051100  |2 bisacsh 
072 7 |a UMW  |2 bicssc 
072 7 |a UMW  |2 thema 
082 0 4 |a 005.13/3  |2 23 
049 |a UAMI 
100 1 |a Wintermeyer, Stefan,  |e author. 
245 1 0 |a Learn Rails 5.2 :  |b Accelerated Web Development with Ruby on Rails /  |c Stefan Wintermeyer. 
264 1 |a [California] :  |b Apress,  |c [2018] 
264 4 |c Ã2018 
300 |a 1 online resource 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
347 |a text file 
347 |b PDF 
588 |a Online resource; title from PDF title page (EBSCO, viewed April 20, 2018). 
500 |a Includes index. 
520 |a "Learn to build Rails-based web applications using all the latest features offered in Rails 5.2. Author Stefan Wintermeyer begins by teaching the basics of Ruby 2.5 before proceeding through all aspects of Rails, utilizing clean, succinct examples - rather than a single large application. This book covers topics including Active Storage, Credentials, Active Record, Scaffolding, REST, Routing, Bundler, Forms, Cookies, and Sessions, all of which are vital for modern Rails web applications. To complement these topics you'll also learn about test-driven development, Action Cable, Active Job, Action Mailer, I18n, Asset Pipeline, and caching. Finally, you'll see a how-to for a production web server with nginx. This complete set of skills will set you up for a future of efficient and elegant Rails coding. What You Will LearnUse the Ruby on Rails web development framework Install and manage the Rails frameworkPersist data for your web application with Active Record Work with forms Apply a test-driven development approach to your Rails-based web applicationsDiscover many Rails secrets and tips Who This Book Is ForThose with at least some prior programming experience. Ruby experience is helpful, but not required."--  |c Provided by publisher 
505 0 |a Intro; Table of Contents; About the Author; About the Technical Reviewer; Preface; Introduction; Chapter 1: Ruby Introduction; Ruby 2.5; Basics; Hello World; puts and print; Comments; Help via ri; irb; Ruby Is Object-Oriented; Methods; Classes; Private Methods; Method initialize(); return; Inheritance; Class Methods and Instance Methods; List of All Instance Methods; Basic Classes; Strings; Single and Double Quotations Marks; Built-in Methods for String; Numbers; Integers; Floats; Mixed Class Calculations; Boolean Values and nil; Variables; Naming Conventions; Constants; Scope of Variables. 
505 8 |a Local Variables (aaa or _aaa)Global Variables (aaa); Instance Variables (@aaa); Methods Once Again; Method Chaining; Getters and Setters; Converting from One to the Other: Casting; Method to_s for Your Own Classes; Is + a Method?; Can You Overwrite the Method +?; if Condition; Shorthand; else; elsif; Loops; while and until; Blocks and Iterators; Iterators; Blocks; Method upto; Arrays and Hashes; Arrays; Iterator each; Hashes; Symbols; Iterator each; Range; Chapter 2: First Steps with Rails; Environment (Development); SQLite3 Database; Why Is It All in English? 
505 8 |a Static Content (HTML and Graphics Files)Create a Rails Project; Static Pages; Creating HTML Dynamically with erb; Programming in an erb File; vs. ; Q & A; Layouts; Passing Instance Variables from a Controller to a View; Partials; Passing Variables to a Partial; Further Documentation on Partials; The Rails Console; app; What Is a Generator?; Helper; Debugging; debug; Web Console; Other Debugging Tools; Rails Lingo; Don't Repeat Yourself; Refactoring; Convention Over Configuration; Model View Controller Architecture; Model; View; Controller; Abbreviations. 
505 8 |a Chapter 3: ActiveRecordCreating a Database/Model; The Attributes id, created_at, and updated_at; Getters and Setters; Possible Data Types in ActiveRecord; Decimal; Naming Conventions (Country vs. country vs. countries); Database Configuration; Adding Records; create; Syntax; new; new_record?; first, last, and all; Populating the Database with seeds.rb; It's All Just Ruby Code; Generating seeds.rb from Existing Data; Searching and Finding with Queries; find; where; not; or; SQL Queries with where; Sanitized Queries; Dangerous SQL Queries; Lazy Loading; Automatic Optimization. 
505 8 |a Order and reverse_orderlimit; offset; group; pluck; select; first_or_create and first_or_initialize; Calculations; average; count; maximum; minimum; sum; SQL EXPLAIN; Batches; Editing a Record; Simple Editing; Active Model Dirty; changed?; _changed?; update; Locking; has_many, a 1:n Association; Creating Records; create; build; Accessing Records; Searching for Records; joins method; includes; joins vs. includes; delete and destroy; Options; belongs_to; has_many; Many-to-Many, an n:n Association; Preparation; The Association; The Association Works Transparently; Polymorphic Associations. 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
630 0 0 |a Ruby on rails (Electronic resource) 
630 0 7 |a Ruby on rails (Electronic resource)  |2 fast 
650 0 |a Ruby (Computer program language) 
650 0 |a Web applications. 
650 6 |a Ruby (Langage de programmation) 
650 6 |a Applications Web. 
650 7 |a Programming & scripting languages: general.  |2 bicssc 
650 7 |a Computer programming  |x software development.  |2 bicssc 
650 7 |a Web programming.  |2 bicssc 
650 7 |a COMPUTERS  |x Programming Languages  |x LISP.  |2 bisacsh 
650 7 |a Ruby (Computer program language)  |2 fast 
650 7 |a Web applications  |2 fast 
776 0 8 |i Print version:  |a Wintermeyer, Stefan.  |t Learn Rails 5.2.  |d Ã2018  |z 148423488X  |z 9781484234884  |w (OCoLC)1017889341 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781484234891/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a Askews and Holts Library Services  |b ASKH  |n AH35093461 
938 |a ProQuest Ebook Central  |b EBLB  |n EBL5356264 
938 |a EBSCOhost  |b EBSC  |n 1792715 
938 |a YBP Library Services  |b YANK  |n 15290761 
994 |a 92  |b IZTAP