Воскресенье, 28.04.2024, 19:27
Приветствую Вас Гость | RSS

Книги по программированию

Меню сайта
Поиск
Форма входа

Каталог файлов

Главная » Файлы

Всего материалов в каталоге: 201
Показано материалов: 1-10
Страницы: 1 2 3 ... 20 21 »



Год выпуска: 2008
Автор: Оби Фернандес
Издательство: Символ-Плюс
ISBN: 978-5-93286-137-0
Формат: PDF
Количество страниц: 768
Язык: Русский
Размер: 4,04 МБ
 
Описание:
Первое исчерпывающее авторитетное руководство по разработке программного обеспечения промышленного качества на платформе Rails! Ruby on Rails устраняет сложности процесса разработки и дает профессиональным программистам возможность сосредоточиться на том, что действительно важно: создании ценного для бизнеса продукта.
Пионер разработки в Rails, Оби Фернандес, совместно с авторитетными экспертами проливает свет на Rails API, идиомы Ruby, библиотеки open source, подключаемые модули, раскрывает подходы к проектированию. На базе уникального опыта профессионалы обсуждают проблемы, с которыми сталкиваются разработчики, и демонстрируют, как с помощью инструментов и рекомендованных методик Rails добиться максимальной продуктивности
Приводя подробные примеры кода, автор описывает возможности и подсистемы Rails, делится продвинутыми приемами программирования и уникальными знаниями по тестированию и развертыванию ПО. Эта книга поможет вам:
* Увеличить свою продуктивность как веб-разработчика
* Получить истинное удовольствие от программирования в Ruby on Rails
* Узнать о новых возможностях Rails 2.0
* Ускорить проектирование и обеспечить сопровождение в долгосрочной перспективе при помощи TestUnit и RSpec
* Понять сложный программный поток и управлять им в контроллерах Rails
* Научиться пользоваться поддержкой со стороны Rails при проектировании REST-совместимых API
* Освоить хитроумные концепции и приемы маршрутизации в Rails
* Исследовать и отлаживать маршрутизацию в Rails
* Извлечь максимум пользы из объектно-реляционного отображения ActiveRecord
* Применять технологию Ajax в Rails-приложениях
* Включать в приложение механизмы регистрации и аутентификации
* Расширять Rails с помощью сторонних подключаемых модулей и писать собственные
* Интегрировать в приложение почтовые службы при помощи ActionMailer
* Выбрать подходящую конфигурацию для режима промышленной эксплуатации
* Упростить и ускорить развертывание с помощью системы Capistrano
Ruby | Просмотров: 11142 | Загрузок: 559 | Добавил: mihanyayalta | Дата: 06.06.2011 | Комментарии (26)



Автор: Хэл Фултон
Издательство: ДМК пресс
Страниц: 688
Формат: DJVU
Размер: 14.3 Mb
Качество: Нормальное
Язык: Русский
Год издания: 2007
 
Описание:
Ruby - относительно новый объектно-ориентированный язык, разработанный Юкихиро Мацумото в 1995 году и позаимствовавший некоторые особенности у языков LISP, Smalltalk, Perl, CLU и других. Язык активно развивается и применяется в самых разных областях: от системного администрирования до разработки сложных динамических сайтов. Книга является полноценным руководством по Ruby - ее можно использовать и как учебник, и как справочник, и как сборник ответов на вопросы типа "как сделать то или иное в Ruby". В ней приведено свыше 400 примеров, разбитых по различным аспектам программирования, и к которым автор дает обстоятельные комментарии.
Ruby | Просмотров: 1339 | Загрузок: 458 | Добавил: mihanyayalta | Дата: 06.06.2011 | Комментарии (1)


Год выпуска: 2008
Автор: Д. Томас, Д. Х. Хэнссон
Издательство: Питер
ISBN: 978-5-91180-009-3, 097669400X
Формат: djvu
Количество страниц: 720
Язык: русский
Размер: 35 МБ
 
Описание:
Rails - это открытый фреймворк, который не просто позволяет создавать сложные и многофункциональные веб-приложения, но и делает их невероятно легкими. Полный код приложения, написанного на Rails, вполне может оказаться меньше, чем простой конфигурационный файл того же приложения, написанного с использованием другого фреймворка. Эта книга о веб-разработке в среде Rails. Вы увидите, насколько просто установить Rails при помощи веб-сервера Apache, lighttpd или же собственного встроенного веб-сервера Rails, научитесь создавать приложения, которые будут работать с вашей любимой базой данных (будь то MySQL, Oracle или Postgres). Rails service возьмет на себя отправку почтовых сообщений, реализацию веб-сервисов, а также создание динамических страниц со встроенной поддержкой AJAX. Довольно много места в этой книге отведено для описания тестирования, запуска и масштабирования вашего веб-приложения.
 
Издание будет интересно всем желающим создавать динамические Web 2.0 приложения с использованием Rails.
Ruby | Просмотров: 1234 | Загрузок: 550 | Добавил: mihanyayalta | Дата: 06.06.2011 | Комментарии (0)



Год выпуска: 2008
Автор: Larry Ullman
Издательство: Peachpit Press
ISBN:978-0321553850 
Формат: PDF
Количество страниц: 432
Язык: Английский
Размер: 8,09 МБ
 
Описание:
This book is for those new to programming or that know other programming languages and would like to know Ruby. The book teaches the fundamentals of object-oriented programming and starts with creating a basic program. Everything is covered such as control structures and variables, taking input, and creating output. Moving from the basic to more advanced topics, a solid understanding of Ruby is taught in logical progression. The book ends with an overview of the Web development framework, Ruby on Rails.
Ruby | Просмотров: 1155 | Загрузок: 446 | Добавил: mihanyayalta | Дата: 06.06.2011 | Комментарии (0)



Автор: David Flanagan, Yukihiro Matsumoto
Год издания: 2008
Формат: chm
Издат.: O'Reilly Media, Inc.
Страниц: 444
Размер: 10,5
ISBN: 0596516177
Язык: Английский
 
The Ruby Programming Language is the authoritative guide to Ruby and provides comprehensive coverage of versions 1.8 and 1.9 of the language. It was written (and illustrated!) by an all-star team: David Flanagan, bestselling author of programming language "bibles" (including javascript: The Definitive Guide and Java in a Nutshell) and committer to the Ruby Subversion repository. Yukihiro "Matz" Matsumoto, creator, designer and lead developer of Ruby and author of Ruby in a Nutshell, which has been expanded and revised to become this book. why the lucky stiff, artist and Ruby programmer extraordinaire. This book begins with a quick-start tutorial to the language, and then explains the language in detail from the bottom up: from lexical and syntactic structure to datatypes to expressions and statements and on through methods, blocks, lambdas, closures, classes and modules. The book also includes a long and thorough introduction to the rich API of the Ruby platform, demonstrating -- with heavily-commented example code -- Ruby's facilities for text processing, numeric manipulation, collections, input/output, networking, and concurrency. An entire chapter is devoted to Ruby's metaprogramming capabilities. The Ruby Programming Language documents the Ruby language definitively but without the formality of a language specification. It is written for experienced programmers who are new to Ruby, and for current Ruby programmers who want to challenge their understanding and increase their mastery of the language.
Ruby | Просмотров: 951 | Загрузок: 440 | Добавил: mihanyayalta | Дата: 06.06.2011 | Комментарии (0)



Автор: Obie Fernandez
Издательство: Addison-Wesley Professional
Год издания: 2007
Число страниц: 912
Формат: PDF
Размер: 2,7 Mb
ISBN: 0321445619
Язык: английский
 
Описание:
The expert guide to building Ruby on Rails applications 
 
Ruby on Rails strips complexity from the development process, enabling professional developers to focus on what matters most: delivering business value. Now, for the first time, there’s a comprehensive, authoritative guide to building production-quality software with Rails. Pioneering Rails developer Obie Fernandez and a team of experts illuminate the entire Rails API, along with the Ruby idioms, design approaches, libraries, and plug-ins that make Rails so valuable. Drawing on their unsurpassed experience, they address the real challenges development teams face, showing how to use Rails’ tools and best practices to maximize productivity and build polished applications users will enjoy. 
 
Using detailed code examples, Obie systematically covers Rails’ key capabilities and subsystems. He presents advanced programming techniques, introduces open source libraries that facilitate easy Rails adoption, and offers important insights into testing and production deployment. Dive deep into the Rails codebase together, discovering why Rails behaves as it does– and how to make it behave the way you want it to.
Ruby | Просмотров: 950 | Загрузок: 434 | Добавил: mihanyayalta | Дата: 03.06.2011 | Комментарии (0)

Год выпуска: 2009
Автор: Huw Collingbourne  
Издательство: Huw Collingbourne  
Формат: PDF
Количество страниц: 425
Язык: Английский
Размер: 2,92 МБ
 
Описание:
As you are now reading a book on Ruby, I think it is safe to work on the assump-
tion that you don’t need me to persuade you of the merits of the Ruby language.  
Instead I’ll take the somewhat unconventional step of starting with a warning:  
many people are attracted to Ruby by its simple syntax and its ease of use. They  
are wrong. Ruby’s syntax may look simple at first sight but, the more you get to  
know the language the more you will realize that it is, on the contrary, extremely  
complex. The plain fact of the matter is that Ruby has a number of pitfalls just  
waiting for unwary programmers to drop into.   
 
In  this  book  it  is  my  aim  to  guide  you  safely  over  the  pitfalls  and  lead  you  
through the choppy waters of Ruby’s syntax and class libraries. In the process,  
I’ll be exploring both the smooth, well-paved highways and the gnarlier, bumpy  
little byways of Ruby. By the end of the journey, you should be able to use Ruby  
safely  and  effectively  without  getting  caught  out  by  any  unexpected  hazards  
along the way.  
 
The  Book  Of  Ruby  concentrates  principally  on  version  1.8.x  of  the  Ruby  lan-
guage. While a version 1.9 of Ruby has been released, Ruby 1.8 is still far more  
widely used. Ruby 1.9 may be regarded as a stepping stone towards Ruby 2.0. In  
most respects the syntax of Ruby 1.9 is close to that of Ruby 1.8 but you should  
be  aware  that  there  are  some  differences  and  complete  compatibility  is  not  
guaranteed.
Ruby | Просмотров: 1016 | Загрузок: 444 | Добавил: mihanyayalta | Дата: 03.06.2011 | Комментарии (0)




Год выпуска: 2008
Автор: Edward Benson
Издательство: Wiley Publishing
ISBN: 978-0-470-18948-1
Формат: PDF
Количество страниц: 339
Язык: Английский
Размер: 2,85 МБ
 
Описание:
Ruby on Rails offers the ability to rapidly design and write high-quality code with elegance and maintainability. Written by an experienced web application developer, this book explains how to take good Rails code and turn it into beautiful Rails code: simple, effective, reusable, evolvable code. He discusses the very latest in design patterns, programming abstractions, and development methodologies that have emerged for the modern web. With each design technique, you ll discover how to make your own additions to Rails and craft a development environment tailored to your specific needs.
Ruby | Просмотров: 976 | Загрузок: 449 | Добавил: mihanyayalta | Дата: 03.06.2011 | Комментарии (0)



Автор: Ian Dees
Год выпуска: 2008
Издательство: Pragmatic Bookshelf
Страниц: 192
Формат: pdf
Язык: Английский
Размер: 1.56 mb
 
Описание:
Scripted GUI Testing with Ruby is a practical, quick-moving tutorial based on real life, and real-world GUI applications. Right out of the gate you'll start working with code to drive a desktop GUI. You'll discover the kinds of gotchas and edge cases that don't exist in simple, toy programs. As you add more tests, you'll learn how to organize your test code and write lucid examples. The result is a series of "smoke tests" team will run on Continuous Integration servers.
Next, we'll explore a variety of different testing tips and tricks. You'll employ a series of increasingly random and punishing test monkeys to try to crash programs. Table-driven techniques will show you how to check dozens of different input combinations. See how to use longer acceptance tests (in the form of stories) to represent the way a typical customer would use your program.
The book uses examples from Windows, OS X, and cross-platform Java desktop programs as well as Web applications. You'll develop test scripts in Ruby; you don't need to be a Ruby expert, but basic comfort with the language will be helpful.
Ruby | Просмотров: 898 | Загрузок: 432 | Добавил: mihanyayalta | Дата: 03.06.2011 | Комментарии (0)



Год выпуска: 2007
Автор: Michael Fitzgerald
Издательство: O’Reilly
ISBN-10: 0-596-51481-6
ISBN-13: 978-0-596-51481-5
Формат: PDF
Количество страниц: 178
Язык: Английский
Размер: 3,55 МБ
 
Описание:
Although Ruby is an easy language to learn, in the heat of action you may find that you can't remember the correct syntax for a conditional or the name of a method. This handy pocket reference offers brief yet clear explanations of Ruby's core components, from operators to reserved words to data structures to method syntax, highlighting those key features that you'll likely use every day when coding Ruby. 
 
Whether you've come to Ruby because of the Rails web development framework — Ruby's killer app — or simply because it's a relatively clean, powerful and expressive language that's useful for a lot of applications, the Ruby Pocket Reference is organized to help you find what you need quickly. This book not only will get you up to speed on how Ruby works, it provides you with a handy reference you can use anywhere, anytime. 
 
In this book, you find essential information on: 
Reserved words, operators, comments, numbers, variables, ranges, and symbols 
Predefined variables andglobal constants 
Conditional statements, method use, classes, and modules (mixins) 
Lists of methods from the Object, String, Array, and Hash classes and the Kernel module 
sprintf andtime formatting directories 
Interactive Ruby (irb) and the Ruby debugger 
Ruby documentation 
You also get information on the RubyGems package utility and Rake, a build tool similar to make.. If you're using Ruby daily and just want the facts-fast-Ruby Pocket Reference is your book.
Ruby | Просмотров: 1575 | Загрузок: 434 | Добавил: mihanyayalta | Дата: 03.06.2011 | Комментарии (0)

Категории раздела
F# (sharp) [8]
Lisp [35]
Python [64]
Ruby [72]
android [22]
Яндекс цитирования
Амортизаторы BOGE (Германия) для ВАЗ, TOYOTA, BMW, AUDI, HONDA, Мерседес, OPEL, FORD, MITSUBISHI и других автомобилей. счетчик посещений Книга ру OZON Библион интернет магазин регистрация ООО ссылки Каталог - строительство коттеджей, подъемные леса строительные, вышки-туры разборные, строительное оборудование Автокаталог: транспорт, мотоциклы, автопресса отделочные работы, простые строительные леса, вышки туры на колесах, отделка стен