Eloquent Ruby
- 413 stránek
- 15 hodin čtení
Presents information on writing Ruby code, covering such topics as control structures, strings, expressions, building methods, classes, and domain specific languages.
Tato série je pokladnicí pro každého, kdo se chce ponořit do programovacího jazyka Ruby. Zahrnuje jak základy pro začátečníky, tak pokročilé techniky pro zkušené vývojáře. Knihy se zaměřují na praktické aplikace a osvědčené postupy, což z nich činí nepostradatelný zdroj pro budování robustních a efektivních softwarových řešení. Je to ideální průvodce pro zvládnutí tohoto dynamického jazyka.
Presents information on writing Ruby code, covering such topics as control structures, strings, expressions, building methods, classes, and domain specific languages.
The Ruby Way takes a "how-to" approach to Ruby programming with the bulk of the material consisting of more than 400 examples arranged by topic. Each example answers the question "How do I do this in Ruby?" Working along with the author, readers are presented with the task description and a discussion of the technical constraints. This is followed by a step-by-step presentation of one good solution. Along the way, the author provides detailed commentary and explanations to aid understanding.
Learn Rails by Example
Provides instructions for creating dynamic Web applications using Ruby on Rails, covering such topics as TDD, Model-View-Controller, REST architecture, and GitHub.
Rev. ed. of: The Rails way / Obie Fernandez. 2008.
Provides information on the capabilities and subsystems of Rails for the design and development of production-quality software.
Ruby je dynamický, objektově orientovaný jazyk, který si některé své rysy vypůjčil z jazyků LISP, Smalltalk, Perl, CLU a dalších. Kniha Ruby - kompendium znalostí pro začátečníky i profesionály je určena všem zájemcům o tento programovací jazyk. Obsah knihy zahrnuje nejenom témata, která ocení noví zájemci o Ruby (úvod do Ruby, práci s řetězci, vykonávání číselných výrazů, ukládání dat, práci s datumem a časem, regulární výrazy atd.), ale také témata určená zkušenějším programátorům (vlákna v Ruby, tvorby grafických rozhraní, skriptování, správa systému, testování a odstraňování chyb, síťové programování atd.). O autorovi: Hal Fulton, který žije v Austinu v Texasu, má více než patnáctileté zkušenosti s prací na různých variantách Unixu, včetně AIX, Solarisu a Linuxu. Každý den pracuje s kódem C++, Oracle a samozřejmě i s Ruby. Bývá aktivním účastníkem mezinárodních konferencí o Ruby. O knize napsali: LINUX EXPRES Windows se7en Ruby ve zkratce Práce s řetězci Práce s regulárními výrazy Mezinárodnost v Ruby Vykonávání číselných výpočtů Symboly a rozsahy Práce s datem a časem Pole, haš a ostatní výčty Pokročilejší datové struktury I/O a uložení dat OOP a dynamické rysy Ruby Grafická rozhraní pro Ruby Vlákna v Ruby Skriptování a správa systému Ruby a datové formáty Testování a odstraňování chyb Balíčkování a distribuce kódu Síťové programování Ruby a webové aplikace Distribuované Ruby Vývojové nástroje pro Ruby Komunita Ruby
The Complete Guide to Building Highly Scalable, Services-Based Rails Applications Ruby on Rails deployments are growing, and Rails is increasingly being adopted in larger environments. Today, Rails developers and architects need better ways to interface with legacy systems, move into the cloud, and scale to handle higher volumes and greater complexity. In Service-Oriented Design with Ruby and Rails Paul Dix introduces a powerful, services-based design approach geared toward overcoming all these challenges. Using Dix’s techniques, readers can leverage the full benefits of both Ruby and Rails, while overcoming the difficulties of working with larger codebases and teams. Dix demonstrates how to integrate multiple components within an enterprise application stack; create services that can easily grow and connect; and design systems that are easier to maintain and upgrade. Key concepts are explained with detailed Ruby code built using open source libraries such as ActiveRecord, Sinatra, Nokogiri, and Typhoeus. The book concludes with coverage of security, scaling, messaging, and interfacing with third-party services.Service-Oriented Design with Ruby and Rails will help you