Catálogo de publicaciones - libros

Compartir en
redes sociales


Practical Rails Social Networking Sites

Alan Bradburne

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-841-2

ISBN electrónico

978-1-4302-0273-8

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

Creating Mashups and Integrating with Web 2.0

In this chapter, we will integrate RailsCoders with some other web applications, creating what has become known as a mashup, which is simply using parts of existing web applications to build something new.

Palabras clave: Edit Page; Upload Photo; Migration File; Photo Page; Thumbnail Version.

Pp. 301-327

Adding User-Created Themes to the Blogging Engine

In Chapter 6, we added blogs to RailsCoders that allows users of the site to create their own blogs. Currently, all blogs on RailsCoders look similar to other pages on the site; there is no way for a user to personalize the look of a blog. This would be a desirable feature, because most bloggers wish to personalize their blogs, either by using or adapting an existing template or creating their own design from scratch.

Palabras clave: User Object; Liquid Filter; User Template; Template Page; View File.

Pp. 329-349

Adding a Mobile Interface

We now have a fully functioning social networking community site. But currently it is only available to users while they are sitting at their desktop or laptop computers. And, in many countries in the world, more people access the Web from a mobile phone than from PCs. In this chapter, we will develop an alternate interface to our application, allowing the site to be used on mobile phones or other small-screen devices, such as PDAs or smartphones. This will allow our users to keep in touch with their contacts on the site at any time, even when they are away from their computers.

Palabras clave: Show Action; Controller Class; Mobile Version; Mobile Site; Show View.

Pp. 351-377

Deploying, Optimizing, and Scaling the Application

In this chapter, we will look at how you can take your application live by deploying it on a production server and how you can monitor, optimize, and scale your application as it starts to grow. As you might expect, there are a number of tools available for Rails that help automate the deployment procedure. The most important tool that we will be using for deployment tasks is Capistrano.

Palabras clave: Production Server; Dedicated Server; Page Cache; Domain Role; Development Machine.

Pp. 379-396