• Complain

Rajshekhar - Building Dynamic Web 2.0 Websites With Ruby on Rails: Create Database-driven Dynamic Websites With This Open-source Web Application Framework

Here you can read online Rajshekhar - Building Dynamic Web 2.0 Websites With Ruby on Rails: Create Database-driven Dynamic Websites With This Open-source Web Application Framework full text of the book (entire story) in english for free. Download pdf and epub, get meaning, cover and reviews about this ebook. year: 2008, publisher: Packt Publishing, genre: Computer. Description of the work, (preface) as well as reviews are available. Best literature library LitArk.com created for fans of good reading and offers a wide selection of genres:

Romance novel Science fiction Adventure Detective Science History Home and family Prose Art Politics Computer Non-fiction Religion Business Children Humor

Choose a favorite category and find really read worthwhile books. Enjoy immersion in the world of imagination, feel the emotions of the characters or learn something new for yourself, make an fascinating discovery.

Rajshekhar Building Dynamic Web 2.0 Websites With Ruby on Rails: Create Database-driven Dynamic Websites With This Open-source Web Application Framework
  • Book:
    Building Dynamic Web 2.0 Websites With Ruby on Rails: Create Database-driven Dynamic Websites With This Open-source Web Application Framework
  • Author:
  • Publisher:
    Packt Publishing
  • Genre:
  • Year:
    2008
  • Rating:
    3 / 5
  • Favourites:
    Add to favourites
  • Your mark:
    • 60
    • 1
    • 2
    • 3
    • 4
    • 5

Building Dynamic Web 2.0 Websites With Ruby on Rails: Create Database-driven Dynamic Websites With This Open-source Web Application Framework: summary, description and annotation

We offer to read an annotation, description, summary or preface (depends on what the author of the book "Building Dynamic Web 2.0 Websites With Ruby on Rails: Create Database-driven Dynamic Websites With This Open-source Web Application Framework" wrote himself). If you haven't found the necessary information about the book — write in the comments, we will try to find it.

Rajshekhar: author's other books


Who wrote Building Dynamic Web 2.0 Websites With Ruby on Rails: Create Database-driven Dynamic Websites With This Open-source Web Application Framework? Find out the surname, the name of the author of the book and a list of all author's works by series.

Building Dynamic Web 2.0 Websites With Ruby on Rails: Create Database-driven Dynamic Websites With This Open-source Web Application Framework — read online for free the complete book (whole text) full work

Below is the text of the book, divided by pages. System saving the place of the last page read, allows you to conveniently read the book "Building Dynamic Web 2.0 Websites With Ruby on Rails: Create Database-driven Dynamic Websites With This Open-source Web Application Framework" online for free, without having to search again every time where you left off. Put a bookmark, and you can go to the page where you finished reading at any time.

Light

Font size:

Reset

Interval:

Bookmark:

Make
Building Dynamic Web 2.0 Websites with Ruby on Rails
A P Rajshekhar

Building Dynamic Web 2.0 Websites with Ruby on Rails

Copyright 2008 Packt Publishing

All rights reserved. No part of this book may be reproduced, stored in a retrieval system, or transmitted in any form or by any means, without the prior written permission of the publisher, except in the case of brief quotations embedded in critical articles or reviews.

Every effort has been made in the preparation of this book to ensure the accuracy of the information presented. However, the information contained in this book is sold without warranty, either express or implied. Neither the author, Packt Publishing, nor its dealers or distributors will be held liable for any damages caused or alleged to be caused directly or indirectly by this book.

Packt Publishing has endeavored to provide trademark information about all the companies and products mentioned in this book by the appropriate use of capitals. However, Packt Publishing cannot guarantee the accuracy of this information.

First published: March 2008

Production Reference: 1200308

Published by Packt Publishing Ltd. 32 Lincoln Road Olton Birmingham, B27 6PA, UK.

ISBN 978-1-847193-41-4

www.packtpub.com

Cover Image by Vinayak Chittar (<>)

Credits

Author

A.P. Rajshekhar

Reviewer

Walt Stoneburner

Senior Acquisition Editor

Douglas Paterson

Development Editor

Ved Prakash Jha

Technical Editor

Mithun Sehgal

Editorial Team Leader

Mithil Kulkarni

Project Manager

Abhijeet Deobhakta

Project Coordinator

Zenab Kapasi

Indexers

Hemangini Bari

Monica Ajmera

Proofreader

Angie Butcher

Production Coordinator

Shantanu Zagade

Cover Work

Shantanu Zagade

About the Author

A.P. Rajshekhar , Senior Developer with Vectorform, has worked on enterprise-level web applications and game development. His endeavors include the development of a Learning Management System, Supply Management Solution, and Xbox-based games. He holds a Masters Degree in Computer Applications. He is a regular contributor to the Devshed Portal on topics ranging from server-side development (JEE/.Net/RoR) to mobile (Symbian-based development) and game development (SDL and OpenGL) with a total readership of more than 1.4 million.

Authoring a book is not an easy feat. However, the help and guidance from my family and friends helped me to author this book. First, I would like to thank Packt Publication for providing me an opportunity to work on such an exciting project. I would like to thank my parents for their constant encouragement. Special thanks to my friends Shrikant Khare and Sormita Chakraborty for their support and encouragement.

About the Reviewer

Walt Stoneburner is a software architect with over 20 years of commercial application development and consulting experience. Fringe passions involve quality assurance, configuration management, and security. If cornered, he may actually admit to liking statistics and authoring documentation as well.

He's easily amused by programming language design, collaborative applications, and ASCII art. Self-described as a closet geek, Walt also evaluates software products and consumer electronics, draws cartoons, produces photography, writes humor pieces, performs slight of hand, enjoys game design, and can occasionally be found on ham radio.

Walt may be reached directly via email at <. Rumors suggest that some of his strange videography may be found on iTunes.

Currently he is employed at Business & Engineering Systems Corporation as a lead engineer developing advanced software solutions for knowledge management.

Other book reviews and contributions include AntiPatterns and Patterns in Software Configuration Management (ISBN 0-471-32929-0, p. xi) and Exploiting Software: How to Break Code (ISBN 0-201-78695-8, p. xxxiii).

Preface

Ruby on Rails is an open-source web application framework ideally suited to building business applications, accelerating and simplifying the creation of database-driven websites. It has been developed on the Ruby platform.

This book is a tutorial for creating a complete website with Ruby on Rails (RoR). It will teach you to develop database-backed web applications according to the Model-View-Controller pattern. It will take you on a joy ride right from installation to a complete dynamic website. All the applications discussed in this book will help you add exciting features to your website. This book will show you how to assemble RoR's features and leverage its power to design, develop, and deploy a fully featured website.

What This Book Covers

gives you an overview of the features of Ruby and RoR, as well as providing the various ways of installing, configuring, and testing both Ruby and RoR.

introduces you to the basics of Ruby as well as the main concepts and components of RoR.

makes you understand the design of tables according to the conventions of RoR, creation of scaffolds for tables, and changing the scaffolds according to the requirements.

gives you details about how to set up the User Management module for the website called TaleWiki.

makes you familiar with the Login Management and Comment Management modules for TaleWiki.

introduces you to the Migrations and Layouts involved in setting up the template for TaleWiki.

describes the tagging functionality being implemented for the enhanced search usability.

provides you with the implementation of AJAX for TaleWiki.

deals with the development of an interface for the administration.

gives you the steps for deploying the website.

What You Need for This Book
  • Operating System: Windows 2000 or above / Redhat Fedora core 1.0 or above
  • Database: MySQL 4.9 or above
  • Editor: Notepad/Vim or Emacs
  • Browser: Firefox 1.5 or above/ Internet Explorer 6.0 or above
Conventions

In this book, you will find a number of styles of text that distinguish between different kinds of information. Here are some examples of these styles, and an explanation of their meaning.

There are three styles for code. Code words in text are shown as follows: "For example, to add instance attributes named author and genre to the Tale class, you will do it as follows:"

A block of code will be set as follows:

class Tale@author@genre@tale_bodyend

When we wish to draw your attention to a particular part of a code block, the relevant lines or items will be made bold:

class Tale @author@genre@tale_body end

Any command-line input and output is written as follows:

c:\InstantRails\rails_apps\ > rails talewiki

New terms and important words are introduced in a bold-type font. Words that you see on the screen, in menus or dialog boxes for example, appear in our text like this: "In the next page, without entering any data, click on the Create button."

Note

Important notes appear in a box like this.

Note

Tips and tricks appear like this.

Next page
Light

Font size:

Reset

Interval:

Bookmark:

Make

Similar books «Building Dynamic Web 2.0 Websites With Ruby on Rails: Create Database-driven Dynamic Websites With This Open-source Web Application Framework»

Look at similar books to Building Dynamic Web 2.0 Websites With Ruby on Rails: Create Database-driven Dynamic Websites With This Open-source Web Application Framework. We have selected literature similar in name and meaning in the hope of providing readers with more options to find new, interesting, not yet read works.


Reviews about «Building Dynamic Web 2.0 Websites With Ruby on Rails: Create Database-driven Dynamic Websites With This Open-source Web Application Framework»

Discussion, reviews of the book Building Dynamic Web 2.0 Websites With Ruby on Rails: Create Database-driven Dynamic Websites With This Open-source Web Application Framework and just readers' own opinions. Leave your comments, write what you think about the work, its meaning or the main characters. Specify what exactly you liked and what you didn't like, and why you think so.