Catálogo de publicaciones - libros

Compartir en
redes sociales


Beginning Ruby: From Novice to Professional

Peter Cooper

Resumen/Descripción – provisto por la editorial

No disponible.

Palabras clave – provistas por la editorial

Software Engineering/Programming and Operating Systems

Disponibilidad
Institución detectada Año de publicación Navegá Descargá Solicitá
No detectada 2007 SpringerLink

Información

Tipo de recurso:

libros

ISBN impreso

978-1-59059-766-8

ISBN electrónico

978-1-4302-0364-3

Editor responsable

Springer Nature

País de edición

Reino Unido

Fecha de publicación

Información sobre derechos de publicación

© Apress 2007

Tabla de contenidos

Advanced Ruby Features

Peter Cooper

In this chapter we’re going to look at some advanced Ruby techniques that have not been covered in prior chapters. This chapter is the last instructional chapter in the second part of the book, and although we’ll be covering useful libraries, frameworks, and Ruby-related technologies in Part 3, this chapter rounds off the mandatory knowledge that any proficient Ruby programmer should have. This means that although this chapter will jump between several different topics, each is essential to becoming a professional Ruby developer.

Part 2 - The Core of Ruby | Pp. 309-340

Tying It Together: Developing a Larger Ruby Application

Peter Cooper

In this chapter we’re going to step back from focusing on individual facets of Ruby and instead develop an entire program using the knowledge we’ve gained so far. We’re going to focus on the structural concerns of application development and look at how a flexible program structure can benefit you and other developers in the long run.

Part 2 - The Core of Ruby | Pp. 341-384

Ruby on Rails: Ruby’s Killer App

Peter Cooper

In this chapter we’re going to look at the framework, a cutting-edge Web application development framework. We’ll walk through developing a basic Rails application and getting it running with a database, before looking at a few more-advanced Web development topics.

Part 3 - Ruby Online | Pp. 387-432

Ruby and the Internet

Peter Cooper

In this chapter we’re going to look at how to use Ruby with the Internet and with the various services available on the Internet, from the Web to e-mail and file transfers.

Part 3 - Ruby Online | Pp. 433-465

Networking, Sockets, and Daemons

Peter Cooper

In this chapter we’re going to look at how to use Ruby to perform network-related operations, how to create servers and network services, and how to create persistent processes that can respond to queries over a network.

Part 3 - Ruby Online | Pp. 467-491

Useful Ruby Libraries and Gems

Peter Cooper

This chapter is a basic reference to a collection of useful Ruby libraries and RubyGems that you might want to use in your programs. We’re going to look at libraries covering a vast array of functionality, from networking and Internet access to file parsing and compression. The libraries in this chapter are in alphabetical order, and each library starts on a new page with the name as the page header for easy browsing. Below each library’s title, several subsections follow:

Part 3 - Ruby Online | Pp. 493-548