|
|
|
|
LEADER |
00000cam a2200000Ia 4500 |
001 |
OR_ocn780164765 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr unu|||||||| |
008 |
120315s2012 caua o 000 0 eng d |
040 |
|
|
|a UMI
|b eng
|e pn
|c UMI
|d CUS
|d COO
|d OCLCQ
|d DEBSZ
|d OCLCA
|d MYG
|d E7B
|d OCLCO
|d EBLCP
|d N$T
|d TEFOD
|d YDXCP
|d OCLCF
|d IDEBK
|d OCLCQ
|d TEFOD
|d OCLCQ
|d FEM
|d OCLCQ
|d CEF
|d UAB
|d AU@
|d UKAHL
|d OCLCQ
|d OCLCO
|d OCLCQ
|
019 |
|
|
|a 767502483
|a 859896792
|a 861530747
|a 968128079
|a 969043386
|a 978565970
|
020 |
|
|
|a 9781449323981
|q (e-book)
|
020 |
|
|
|a 1449323987
|q (e-book)
|
020 |
|
|
|a 9781449323974
|q (electronic bk.)
|
020 |
|
|
|a 1449323979
|q (electronic bk.)
|
020 |
|
|
|z 9781449304232
|
020 |
|
|
|z 1449304230
|
029 |
1 |
|
|a DEBBG
|b BV040901616
|
029 |
1 |
|
|a DEBSZ
|b 378289659
|
029 |
1 |
|
|a DEBSZ
|b 381376567
|
029 |
1 |
|
|a DEBSZ
|b 431063559
|
029 |
1 |
|
|a AU@
|b 000066233245
|
029 |
1 |
|
|a AU@
|b 000066533107
|
029 |
1 |
|
|a AU@
|b 000067098323
|
029 |
1 |
|
|a AU@
|b 000068983620
|
035 |
|
|
|a (OCoLC)780164765
|z (OCoLC)767502483
|z (OCoLC)859896792
|z (OCoLC)861530747
|z (OCoLC)968128079
|z (OCoLC)969043386
|z (OCoLC)978565970
|
037 |
|
|
|a CL0500000128
|b Safari Books Online
|
037 |
|
|
|a 6C54CD8D-D6F8-4D0E-9DF5-2C94B0C5B9AB
|b OverDrive, Inc.
|n http://www.overdrive.com
|
050 |
|
4 |
|a TK5105.8885.R92
|b H37 2012
|
072 |
|
7 |
|a MUS
|x 037000
|2 bisacsh
|
082 |
0 |
4 |
|a 006.7
|2 23
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Harris, Alan
|c (Software engineer)
|
245 |
1 |
0 |
|a Sinatra :
|b up and running /
|c Alan Harris and Konstantin Haase.
|
260 |
|
|
|a Sebastopol, CA :
|b O'Reilly Media,
|c ©2012.
|
300 |
|
|
|a 1 online resource (xi, 103 pages) :
|b illustrations
|
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
|2 rda
|
588 |
0 |
|
|a Print version record.
|
505 |
0 |
|
|a Table of Contents; Preface; Who This Book Is For; How This Book Is Organized; The Basics; Digging Deeper; Hands On; Conventions Used in This Book; Using Code Examples; Safari® Books Online; How to Contact Us; Chapter 1. Taking the Stage; Characteristics of Sinatra; Is It a Framework?; Does It Implement MVC?; Who's Using It?; What Does a Production Project Look Like?; What's the Catch?; Are These Skills Transferrable?; Installation; Thin; Up and Running; Breaking Down the Syntax; Testing with Telnet; Rock, Paper, Scissors or "The Shape of Things to Come"; Summary; Chapter 2. Fundamentals. RoutingHypertext Transfer Protocol; Verbs; Common Route Definition; Many URLs, Similar Behaviors; Routes with Parameters; Routes with Query String Parameters; Routes with Wildcards; The First Sufficient Match Wins; Routes with Regular Expressions; Halting a Request; Passing a Request; Redirecting a Request; Static Files; Views; Inline Templates; External View Files; External Views in Subfolders; Passing Data into Views; Filters; Handling Errors; 404 Not Found; 500 Internal Server Error; Configuration; HTTP Headers; The headers Method; Exploring the request Object; Caching.
|
505 |
8 |
|
|a Setting Headers ManuallySettings Headers via expires; ETags; Generating ETags; Weak ETags; Sessions; Destroying a Session; Cookies; Attachments; Streaming; Keeping the Connection Open; Finite Streaming; Summary; Chapter 3. A Peek Behind the Curtain; Application and Delegation; The Inner Self; Where Does get Come From?; Exploring the Implementation; Helpers and Extensions; Creating Sinatra Extensions; Helpers; Helpers Without Modules; Combining Helpers and Extensions; Request and Response; Rack; Sinatra Without Sinatra; Rack It Up; Middleware; Sinatra and Middleware; Dispatching.
|
505 |
8 |
|
|a Dispatching ReduxChanging Bindings; Summary; Chapter 4. Modular Applications; Subclassing Sinatra; Running Modular Applications; Using run!; With rackup; About Settings; Settings and Classes; Subclassing Subclasses; Route Inheritance; Architecture; Dynamic Subclass Generation; Better Rack Citizenship; Chaining Classes; Middleware Chain; Cascade; With a Router; On Return Values; Using Sinatra as Router; Extensions and Modular Applications; Helpers; Extensions; Summary; Chapter 5. Hands On: Your Own Blog Engine; Workflow Concept; File-Based Posts; Git for Distribution; Semistatic Pages. The ImplementationDisplaying Blog Posts; Rendering Markdown; Generating articles; Adding an index; Adding a basic layout; Git Integration; Regenerating content; Pulling changes; Proper cache headers; Glueing Everything Together; Rack It Up!; Setting it up on GitHub; Setting it up on Bitbucket; Using a post-receive hook; What about Heroku?; Summary.
|
520 |
|
|
|a Sinatra gives developers a small but powerful and scalable framework for building web applications with Ruby. This introduction gets readers started, helping them to build, install, and polish a first application. It also explores how Sinatra fits in the web application ecosystem, especially in comparison to its far larger cousin, Ruby on Rails.
|
590 |
|
|
|a O'Reilly
|b O'Reilly Online Learning: Academic/Public Library Edition
|
650 |
|
0 |
|a Ruby (Computer program language)
|
650 |
|
0 |
|a Web site development.
|
650 |
|
0 |
|a Application software
|x Development.
|
650 |
|
6 |
|a Ruby (Langage de programmation)
|
650 |
|
6 |
|a Sites Web
|x Développement.
|
650 |
|
6 |
|a Logiciels d'application
|x Développement.
|
650 |
1 |
7 |
|a Ruby (Computer program language)
|2 bisacsh
|
650 |
|
7 |
|a Application software
|x Development.
|2 fast
|0 (OCoLC)fst00811707
|
650 |
|
7 |
|a Ruby (Computer program language)
|2 fast
|0 (OCoLC)fst01101038
|
650 |
|
7 |
|a Web site development.
|2 fast
|0 (OCoLC)fst01173243
|
700 |
1 |
|
|a Haase, Konstantin.
|
776 |
0 |
8 |
|i Print version:
|a Harris, Alan.
|t Sinatra.
|d Sebastopol, CA : Oreilly & Associates Inc, 2012
|z 9781449304232
|w (DLC) 2011277457
|w (OCoLC)709665992
|
856 |
4 |
0 |
|u https://learning.oreilly.com/library/view/~/9781449306847/?ar
|z Texto completo (Requiere registro previo con correo institucional)
|
938 |
|
|
|a Askews and Holts Library Services
|b ASKH
|n AH26847693
|
938 |
|
|
|a Askews and Holts Library Services
|b ASKH
|n AH26847694
|
938 |
|
|
|a ProQuest Ebook Central
|b EBLB
|n EBL806526
|
938 |
|
|
|a ebrary
|b EBRY
|n ebr10758622
|
938 |
|
|
|a EBSCOhost
|b EBSC
|n 415190
|
938 |
|
|
|a ProQuest MyiLibrary Digital eBook Collection
|b IDEB
|n cis28411063
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 7269338
|
994 |
|
|
|a 92
|b IZTAP
|