Web Services on Rails
Tháng Năm 28, 2007
This PDF will show you how your small business or enterprise can publish its APIs (application programming interface) to a developer community just like the behemoths of the Internet–Google, Yahoo!, eBay, and Amazon. We’ll look at how Ruby on Rails makes building web service clients and servers simple and fun. Along the way, we’ll give working examples and code details so you can see just how everything works.
This book will show you how your small business or enterprise can publish its APIs (application programming interface) to a developer community just like the behemoths of the Internet–Google, Yahoo!, eBay, and
Read the rest of this entry »
Ruby on Rails For Dummies
Tháng Năm 27, 2007
Quickly create Web sites with this poweful toolUse this free and easy programming language for e-commerce sites and blogs
If you need to build Web and database applications quickly but you don’t dream in computer code, take heart! Ruby on Rails was created for you, and this book will have you up and running in no time. The Ruby scripting language and the Rails framework let you create full-featured Web applications fast. It’s even fun!
Discover how to
Read the rest of this entry »
Beginning Ruby on Rails
Tháng Năm 27, 2007
Ruby on Rails is the revolutionary online programming tool that makes creating functional e-commerce web sites faster and easier than ever. With the intuitive, straightforward nature of Ruby and the development platform provided by Rails, you can put together full-fledged web applications quickly, even if you’re new to web programming.
You will find a thorough introduction to both Ruby and Rails in this book. You’ll get the easy instructions for acquiring and installing both; understand the nature of conditionals, loops, methods, and blocks; and become familiar with Ruby’s classes and objects. You’ll learn to build Rails applications, connect to databases, perform necessary testing, and put the whole thing together to create real-world applications such as shopping carts and online catalogs–apps you can actually use right away.
Read the rest of this entry »
Build Your Own Ruby on Rails Web Applications
Tháng Năm 27, 2007
Want to learn all about Ruby on Rails, the web application framework that is inspiring developers around the world?This practical hands-on guide for first-time Ruby on Rails programmers will walk you through installing the required software on a Windows, Mac or Linux computer. And before you get coding, an entire chapter is devoted to object oriented programming in Ruby, so you’ll be completely confident with the Ruby language before you begin working with Rails.
The example application that the book builds – a user-generated news web site – is built upon with each following chapter, and concepts such as sessions, cookies and basic AJAX usage are gradually introduced. Different aspects of Rails, such as ActiveRecord, migrations and automated testing are explored with each feature that is added to the application.
Read the rest of this entry »
The Ruby Way, Second Edition: Solutions and Techniques in Ruby Programming
Tháng Năm 27, 2007

Ruby is an agile object-oriented language, borrowing some of the best features from LISP, Smalltalk, Perl, CLU, and other languages. Its popularity has grown tremendously in the five years since the first edition of this book.
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, you 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 your understanding.