 |
Search |
 |
 |
Calendar |
 |
 |
Sponsored Links |
 |
 |
Category |
 |
 |
Archives |
 |
 |
Top News |
 |
 |
Random News |
 |
 |
Last Comments |
 |
 |
Friends |
 |
 |
Sponsored Links |
 |
|
 |
Ebook » Computers & IT » Ruby : Everyday Scripting with Ruby: for Teams, Testers, and You |
 |
| |
|
|
| |
Author: admin | 19 November 2008 | Views: 72 | |
|
|
|
| |
Brian Marick, Everyday Scripting with Ruby: For Teams, Testers, and You ISBN 0977616614 | PDF | 1.5 Mb | 200 pages Are you a tester who spends more time manually creating complex test data than using it? A business analyst who seemingly went to college all those years so you can spend your days copying data from reports into spreadsheets? A programmer who can't finish each day's task without having to scan through version control system output, looking for the file you want? If so, you're wasting that computer on your desk. Offload the drudgery to where it belongs, and free yourself to do what you should be doing: thinking. All you need is a scripting language (free!), this book (cheap!), and the dedication to work through the examples and exercises Everyday Scripting with Ruby is divided into four parts. In the first, you'll learn the basics of the Ruby scripting language. In the second, you'll see how to create scripts in a steady, controlled way using test-driven design. The third part is about finding, understanding, and using the work of others--and about preparing your scripts for others to use. The fourth part, more advanced, is about saving even more time by using application frameworks. |
|
| |
 |
|
| |
|
|
 |
|
 |
 |
Ebook » Computers & IT » Ruby : Mongrel: Serving, Deploying, and Extending Your Ruby Applications |
 |
| |
|
|
| |
Author: admin | 19 November 2008 | Views: 64 | |
|
|
|
| |
Format: Kindle Edition File Size: 553 KB Publisher: Pearson Education (USA) (March 23, 2007) Sold by: Amazon Digital Services Product Description This short cut is an introduction and guide to Mongrel, a fast, versatile RubyWeb server. If you build or manage Web applications, this will be a usefulreference as you set up and use Mongrel in your development and productionenvironments, as well as a handbook for how you can extend Mongrel to suityour own needs. In addition to covering how to use and extend Mongrel, we also review anumber of topics that we consider "Best Practices" for modern software development,deployment, and performance testing. We discuss these in thecontext of using Mongrel, but they should be considered applicable to anysoftware project. Our own work has always benefited from seeing the techniquesof others, so we hope that sharing the experience, approach, andphilosophy that went into designing and developing Mongrel will be interestingand helpful for your own pursuits. Section 1: What This Short Cut Covers 4 Section 2: Introduction 6 Section 3: Getting Started 13 Section 4: Configurations 20 Section 5: Production Deployment 37 Section 6: Extending Mongrel 60 Section 7: Debugging 79 Section 8: Performance 90 Section 9: Security 96 Resources 103 Acknowledgments 105 About the Authors 106
|
|
| |
 |
|
| |
|
|
 |
|
 |
 |
Ebook » Computers & IT » Ruby : Design Patterns in Ruby |
 |
| |
|
|
| |
Author: admin | 19 November 2008 | Views: 65 | |
|
|
|
| |
Addison-Wesley Professional(English) l PDF(384 pages) l 1.96mb(rar size) Design Patterns in Ruby Design Patterns in Ruby documents smart ways to resolve many problems that Ruby developers commonly encounter. Russ Olsen has done a great job of selecting classic patterns and augmenting these with newer patterns that have special relevance for Ruby. He clearly explains each idea, making a wealth of experience available to Ruby developers for their own daily work." —Steve Metsker, Managing Consultant with Dominion Digital, Inc. This book provides a great demonstration of the key 'Gang of Four' design patterns without resorting to overly technical explanations. Written in a precise, yet almost informal style, this book covers enough ground that even those without prior exposure to design patterns will soon feel confident applying them using Ruby. Olsen has done a great job to make a book about a classically 'dry' subject into such an engaging and even occasionally humorous read.
|
|
| |
 |
|
| |
|
|
 |
|
 |
 |
Ebook » Computers & IT » Ruby : Game Programming with Python, Lua, and Ruby (Game Development) |
 |
| |
|
|
| |
Author: admin | 19 November 2008 | Views: 73 | |
|
|
|
| |
Game Programming with Python, Lua, and Ruby (Game Development) by Tom Gutschmidt ISBN-10 / ASIN: 1592000770 ISBN-13 / EAN: 9781592000777 Publisher: Course Technology PTR Number Of Pages: 472 Publication Date: 2003-12-01 Get ready to dive headfirst into the world of programming! "Game Programming with Python, Lua, and Ruby" offers an in-depth look at these three flexible languages as they relate to creating games. No matter what your skill level as a programmer, this book provides the guidance you need. Each language is covered in its own section?you'll begin with the basics of syntax and style and then move on to more advanced topics. Follow along with each language or jump right to a specific section! Similar features in Python, Lua, and Ruby?including functions, string handling, data types, commenting, and arrays and strings?are examined. Learn how each language is used in popular game engines and projects, and jumpstart your programming expertise as you develop skills you'll use again and again!
|
|
| |
 |
|
| |
|
|
 |
|
 |
 |
Ebook » Computers & IT » Ruby : Practical Ruby Gems |
 |
| |
|
|
| |
Author: admin | 19 November 2008 | Views: 75 | |
|
|
|
| |
* Paperback: 271 pages * Publisher: Apress (April 16, 2007) * Language: English * ISBN-10: 1590598113 Practical Ruby Gems is a comprehensive guide to utilizing and creating Ruby Gems–ready-made Ruby code modules that can be easily added to Ruby and Rails projects. This book is ideal for Ruby programmers as well as web developers who use Rails and wish to extend the functionality of their projects. You’ll get a prime selection of 34 of the best and most useful Gems, which makes up the core of this book. Each of these also comes complete with actual use cases and code examples that you can use immediately in your own projects. You’ll learn how Ruby Gems can be used to |
|
| |
 |
|
| |
|
|
 |
|
 |
 |
Ebook » Computers & IT » Ruby : Ruby Cookbook |
 |
| |
|
|
| |
Author: admin | 19 November 2008 | Views: 69 | |
|
|
|
| |
Product Details * Paperback: 906 pages * Publisher: O'Reilly Media, Inc. (July 19, 2006) * Language: English * ISBN-10: 0596523696 * ISBN-13: 978-0596523695
Book Description Do you want to push Ruby to its limits? The Ruby Cookbook is the most comprehensive problem-solving guide to today's hottest programming language. It gives you hundreds of solutions to real-world problems, with clear explanations and thousands of lines of code you can use in your own projects. From data structures and algorithms, to integration with cutting-edge technologies, the Ruby Cookbook has something for every programmer. Beginners and advanced Rubyists alike will learn how to program with |
|
| |
 |
|
| |
|
|
 |
|
 |
|
 |
Translate this blog! |
 |
 |
BOOKSMARK US |
 |
 |
Users |
 |
 |
New Ebooks |
 |
 |
Chat |
 |
|