Video description
Ruby is a flexible, open source programming language with deep roots in both Perl and Lisp developed by Yukihiro “Matz” Matsumoto. The language itself is perfect for constructing web applications big and small but with the libraries, frameworks, and tools created by its community it goes above and beyond.
Mark Bates on Ruby Techniques, Frameworks, and Tools is a video that shows you how to build web applications using Ruby. Bates guides you through numerous areas and functionalities of Ruby, including working with Rack, Sinatra, Singletons, Redis, Opal, and more.
Bates, the founder and chief architect of Meta42 Labs in Boston, is a seasoned developerwith the scars to prove it. His expertise on Ruby will save you from getting bruised and battered yourself.
- Learn about Rack for quicker writing of web applications than Ruby on Rails
- Use the Sinatra framework for simple builds
- Get familiar with singletons in Ruby and when you should use these design patterns
- Discover Ruby libraries such as DRb and Fibers to help facilitate communication and scheduling between processes, respectively
- Set up MiniTest to write and run tests on your web application
- Use the RubyMotion toolchain to build a full iOS application
- Harness Redis to create publish/subscribe systems
- Talk to JavaScript using Opal
- Get familiar with Sequel, the database toolkit library for Ruby
Mark Bates has written web applications since 1996; he now spends his days focusing onnew application development and consulting for his clients.
Publisher resources
Table of contents
- Getting Started with Rack
- Getting Started with Sinatra
- Building a Sinatra Application Part 1
- Building a Sinatra Application Part 2
- Ruby Singletons
- Ruby Singletons Threaded
- DRb Basics
- MiniTest::Spec
- Ruby 2.0.0-rc2
- Ruby Fibers
- MiniTest Rails
- RubyMotion Part 1
- RubyMotion Part 2
- Testing Sinatra
- TracePoint
- Rack Hijack
- Ruby 2.1.0.preview1
- PostgreSQL Views in Rails
- Redis
- Pub/Sub with Redis
- Opal Part 1
- Opal Part 2
- Opal Part 3
- Sequel Part 1
- Sequel Part 2
- Pathname
- OAuth2 with Doorkeeper
- ActiveRecord with Sinatra
- ActiveModel::Serializers
- Pundit
- Rails 4.1: Email Previews
- API Permissions
- Rails View Variants
- Ruby: Method
- Faraday
Product information
- Title: Mark Bates on Ruby Techniques, Frameworks, and Tools
- Author(s):
- Release date: September 2015
- Publisher(s): O'Reilly Media, Inc.
- ISBN: 9781491938300
You might also like
book
The Ruby Way: Solutions and Techniques in Ruby Programming, Third Edition
For more than a decade, Ruby developers have turned to The Ruby Way for reliable “how-to” …
book
Effective Ruby: 48 Specific Ways to Write Better Ruby
If you’re an experienced Ruby programmer, will help you harness Ruby’s full power to write more …
book
Learn Rails 6: Accelerated Web Development with Ruby on Rails
Effectively learn and apply software development and engineering techniques to web application development using Rails 6 …
book
Metaprogramming Ruby 2
Write powerful Ruby code that is easy to maintain and change. With metaprogramming, you can produce …