Recent Books
Showing posts with label Ruby. Show all posts
Showing posts with label Ruby. Show all posts

Aptana RadRails: An IDE for Rails Development

Book Description:

Aptana RadRails is an Integrated Development Environment for Ruby on Rails projects. Built on top of the well-known Eclipse platform, RadRails provides all the tools you need to create a whole Rails application from a single interface, allowing you to focus on the creative part of the development as your IDE takes care of the mechanics. This book is for Ruby on Rails developers who want to make the most of the framework by using an Integrated Development Environment. Even though the book explains everything you need to follow the contents, the focus is on how to use the tool and not on the Rails framework itself, so previous working knowledge of Rails is highly advisable. Previous knowledge of Eclipse is not necessary.

DOWNLOAD NOW!

{[['']]}

Cucumber Cookbook

Book Description:

Today, behaviour-driven development (BDD) is gaining popularity around the world. Cucumber-JVM is one of the fastest growing tools and offers a cutting-edge platform for conceptualizing and implementing BDD. The variety of features available within Cucumber enhances the experience of implementing BDD for both business and development teams.
This book provides you with the skills you need to successfully create, customize, and configure the Cucumber framework. You will discover how to create Feature files, and Step Definitions, and enable various configurations, such as “Before” and “After” functions, with fun exercises. You’ll round off your learning by creating automation frameworks to automate Web, REST, and Mobile apps.

DOWNLOAD NOW!

{[['']]}

Rails Crash Course

Book Description:

Rails is a robust, flexible development platform that lets you build complex websites quickly. Major websites like GitHub, Hulu, and Twitter have run Rails under the hood, and if you know just enough HTML and CSS to be dangerous, Rails Crash Course will teach you to harness Rails for your own projects and create web applications that are fast, stable, and secure.
In Part I, you’ll learn Ruby and Rails fundamentals and then dive straight into models, controllers, views, and deployment. As you work through the basics, you’ll learn how to:
Craft persistent models with Active Record
Build view templates with Embedded Ruby
Use Git to roll back to previous versions of your code base
Deploy applications to Heroku
In Part II, you’ll take your skills to the next level as you build a social networking app with more advanced Ruby tools, such as modules and metaprogramming, and advanced data modeling techniques within Rails’s Active Record. You’ll learn how to:
Implement an authentication system to identify authorized users
Write your own automated tests and refactor your code with confidence
Maximize performance with the asset pipeline and turbolinks
Secure your app against SQL injection and cross-site scripting
Set up a server and deploy applications with Capistrano
Each chapter is packed with hands-on examples and exercises to reinforce what you’ve learned. Whether you’re completely new to Ruby or you’ve been mucking around for a bit, Rails Crash Course will take you from the basics to shipping your first Rails application, fast.

DOWNLOAD NOW!

{[['']]}

The Rails 4 Way, 3rd edition

Book Description:

The “Bible” for Rails Development: Now Fully Updated for Rails 4.1
“When I read The Rails Way for the first time, I felt like I truly understood Rails for the first time.”
—From the Foreword by Steve Klabnik
Ruby on Rails 4 is leaner, tighter, and even more valuable to professional web developers. More than ever, it helps you focus on what matters most: delivering business value via clean and maintainable code.
The Rails™ 4 Way is the only comprehensive, authoritative guide to delivering production-quality code with Rails 4. Kevin Faustino joins pioneering Rails developer Obie Fernandez to illuminate the entire Rails 4 API, including its most powerful and modern idioms, design approaches, and libraries. They present extensive new and updated content on security, performance, caching, Haml, RSpec, Ajax, the Asset Pipeline, and more.
Through detailed code examples, you’ll dive deep into the Rails 4 code base, discover why Rails is designed as it is, and learn how to make it do exactly what you want. Proven in dozens of production systems, this book’s techniques will maximize your productivity and help you build more successful solutions. You’ll want to keep this guide by your computer—you’ll refer to it constantly.
This guide will help you
Build powerful, scalable REST-compliant APIs
Program complex program flows using Action Controller
Represent models, relationships, CRUD operations, searches, validation, callbacks, and more
Smoothly evolve application database schema via Migrations
Apply advanced Active Record techniques: single-table inheritance, polymorphic models, and more
Create visual elements with Action View and partials
Optimize performance and scalability with view caching
Master the highly productive Haml HTML templating engine
Make the most of Rails’ approach to session management
Secure your systems with Rails 4’s improved authentication and authorization
Resist SQL Injection, XSS, XSRF, and other attacks
Extend Rails with popular gems and plugins, and learn to write your own
Integrate email services with Action Mailer
Use Ajax via Rails 4 support for unobtrusive JavaScript
Improve responsiveness with background processing
Leverage Asset Pipeline to simplify development, improve perceived performance, and reduce server burdens
Accelerate implementation and promote maintainability with RSpec

DOWNLOAD NOW!

{[['']]}

Ruby Cookbook, 2nd Edition

Book Description:

Why spend time on coding problems that others have already solved when you could be making real progress on your Ruby project? This updated cookbook provides more than 350 recipes for solving common problems, on topics ranging from basic data structures, classes, and objects, to web development, distributed programming, and multithreading.
Revised for Ruby 2.1, each recipe includes a discussion on why and how the solution works. You’ll find recipes suitable for all skill levels, from Ruby newbies to experts who need an occasional reference. With Ruby Cookbook, you’ll not only save time, but keep your brain percolating with new ideas as well.
Recipes cover:
Data structures including strings, numbers, date and time, arrays, hashes, files and directories
Using Ruby’s code blocks, also known as closures
OOP features such as classes, methods, objects, and modules
XML and HTML, databases and persistence, and graphics and other formats
Web development with Rails and Sinatra
Internet services, web services, and distributed programming
Software testing, debugging, packaging, and distributing
Multitasking, multithreading, and extending Ruby with other languages

DOWNLOAD NOW!

{[['']]}

Rails 4 in Action, Second Edition

Book Description:

Rails 4 in Action is a comprehensive introduction to Rails that guides you hands-on through all you’ll need to become a competent and confident Rails developer. In it, you’ll master Rails 4 by developing a ticket-tracking application that includes RESTful routing, authentication and authorization, file uploads, email, and more.

DOWNLOAD NOW!

{[['']]}

Practical Ruby for System Administration

Book Description:

Ruby has set the world on fire, proving itself a serious challenger to Perl and Python in all spheres. In particular, more and more people are discovering that Ruby’s flexibility, superb feature set, and gentle learning curve make it a natural choice for system administration tasks, from the humblest server to the largest enterprise deployment.
Within the pages of Practical Ruby for System Administration, you’ll learn the Ruby way to construct files, tap into clouds of data, build domain-specific languages, perform network traffic analysis, and more.
Based on author André Ben Hamou’s own experiences working as a system administrator, this book will help you pick up practical tips on Ruby coding style, learn how to analyze and improve script performance, and make use of no-nonsense advice on scripting workflow, including testing and documentation.
Above all, you’ll come to appreciate the sheer power of Ruby and the hundreds of benefits it offers for system administration.
* This book places equal emphasis on fundamental Ruby concepts as well as practical how-tos.
* It uses examples from other languages to ease the transition to Ruby.
* The book is concise, entertaining, and informative—unlike many books aimed at system administrators, which can be overly long and stodgy.

DOWNLOAD NOW!

{[['']]}

NetBeans Ruby and Rails IDE with JRuby

Book Description:

As Ruby and Rails continues to grow, and more and more jobs are coming online that require you to effectively develop Ruby and Rails in the web tier. Beyond the Rails framework, there are still very few proven tools and IDEs to get the job done, at least until now. The NetBeans Ruby and Rails IDE, according to some, is by far the best and proven IDE in Ruby and Rails. Who would’ve thought a Java IDE could do Ruby and Rails?
Published with the developer in mind, firstPress technical briefs explore emerging technologies that have the potential to be critical for tomorrow’s industry. Apress keeps developers one step ahead by presenting key information as early as possible in a PDF of 150 pages or less. Explore the future through Apress with NetBeans™ Ruby and Rails IDE with JRuby, an officially endorsed NetBeans project book, which is for Ruby and Rails programmers who want to take advantage of the NetBeans IDE to facilitate their Ruby and/or Rails web application development.
Shows you how to use the NetBeans IDE 6.5 in the Ruby and Rails development processes
Gives you in–depth information to help you configure the working environment for your specific Ruby interpreter, application server, and database server
Showcases the NetBeans features that enhance your productivity from project creation, to editing, debugging, and testing
Authors Chris Kutler and Brian Leonard work closely with both the developers of the NetBeans Ruby and Rails IDE project and the user community. The authors’ in–depth knowledge of the numerous product features, in addition to an understanding of how the community uses the product to meet their development practices, enables them to present you the essential information necessary to efficiently and effectively use the tools of this IDE.

DOWNLOAD NOW!

{[['']]}

Storm Applied

Book Description:

Storm Applied is a practical guide to using Apache Storm for the real-world tasks associated with processing and analyzing real-time data streams. This immediately useful book starts by building a solid foundation of Storm essentials so that you learn how to think about designing Storm solutions the right way from day one. But it quickly dives into real-world case studies that will bring the novice up to speed with productionizing Storm.

DOWNLOAD NOW!

{[['']]}

Extending Puppet

Book Description:

Puppet has changed the way we manage our systems, but Puppet itself is changing and evolving, as are the ways in which we use it.
A clear, updated, practical, and focused view of the current state of the technology and the evolution of Puppet is what we need to tackle our IT infrastructure challenges and avoid common errors when designing our architectures.
This is a detailed, practical book that covers the different components of the Puppet ecosystem and explores how to use them to deploy and manage different kinds of IT infrastructures.
Updated with the most recent trends and best practices, this book gives you a clear view on how to “connect the dots” and expands your understanding to successfully use and extend Puppet.

DOWNLOAD NOW!

{[['']]}

Learning Yeoman

Book Description:

We will explore the options and subgenerators available with the four most popular office generators, AngularJS Backbone.js, Ember.js, and webapp. You’ll learn how to use these tools in web application development and create or integrate this streamlined workflow into new or existing projects. We will then explore the AngularJS framework and learn how to use the Yeoman Angular generator to create an AngularJS web application.
Next, we move on to learning about the concepts of the Backbone.js and Ember.js libraries and how it fits into application development and why it’s useful for you. By the end of the book, you will have a good understanding of the available Yeoman resources and how to troubleshoot issues that might occur when using the Yeoman workflow tools and ecosystem.

DOWNLOAD NOW!

{[['']]}

Puppet Reporting and Monitoring

Book Description:

Starting with the very basics of Puppet, Puppet Reporting and Monitoring will guide you through configuring additional reports and creating new, feature-rich reports using the comprehensive Puppet tool. Packed with practical examples and precise instructions, this book is all you need to start exploring Puppet reports.
You will then learn how to create custom reports and finally understand the best way to present and utilize multitudes of data obtained from different servers under management.
You will learn how to use the built-in report processors and will also gain hands-on experience in creating your very own report processors. With this book, you will learn how to optimize its features such as asynchronous data storage and catalog compilation. You will also delve into using open source tools such as Graphite and Dashing to make attractive and informative dashboards quickly and easily.

DOWNLOAD NOW!

{[['']]}

Ruby on Rails Power!: The Comprehensive Guide

Book Description:

Ruby on Rails is a feature-rich, easy to learn, and powerful web application framework that makes creating sophisticated, full featured web applications a snap. With the intuitive, straightforward nature of Ruby and the development platform provided by Rails, anyone can put together full-fledged web applications quickly, even if they’re new to web programming. Ruby on Rails Power! is a comprehensive introduction to both the Ruby language and the Ruby on Rails framework, providing you with everything you need to author the next successful Web 2.0 application. It starts with the basics: installing Ruby, Ruby on Rails, and MySQL, and building a simple application in Rails. Then, since the Ruby on Rails framework is powered by the Ruby language, the book moves on to cover the basics of Ruby, making the learning curve for Ruby on Rails much easier to navigate. From there, the fundamentals everyone needs to develop a robust web application in Rails are covered in depth, from creating an interface to create, retrieve, update and delete records in a database with the Rails scaffold generator, to understanding the Model View Controller paradigm (Active Record, Action Controller and Action View) and using web services, AJAX, and Adobe Flex. By the end of the book, youÂ’ll have created numerous applications in Rails, including a blog, a wiki, and a forum.

DOWNLOAD NOW!

{[['']]}

Learning Puppet

Book Description:

Puppet is a cross-platform, open source configuration management utility, which runs on various Unix, Linux, and Windows Microsoft platforms. It allows you to automate all your IT configurations, giving you control of what you do to each node, and also when and how you do it. You’ll be able to build and manage development, test, and production environments independently without requiring previous system administration experience.
Learning Puppet is a step-by-step guide on how to get started with Puppet development and use Puppet modules as the building blocks to deploy production-ready application cluster in virtual environment.
You will begin with the installation of development environment on the VirtualBox hypervisor and Puppet Learning VM that will be used as the platform for testing and development of Puppet modules. Next, you will learn how to manage virtual machines and snapshots effectively and enhance the development experience with advanced VirtualBox features.
Later the book will focus on Puppet module development in detail. You will be guided through the process of utilizing existing modules that are available in the public module repository, write your own modules and use them to deploy a real-world web application that includes features such as monitoring and load balancing. You will then learn to scale your environment and turn your static configuration into a dynamic one through stored configurations and PuppetDB. Finally, the book will provide you with practical advice on Puppet troubleshooting and managing your environment with the wealth of features provided by the Puppet Enterprise console.

DOWNLOAD NOW!

{[['']]}

Beginning Ruby, 2nd Edition

Book Description:

Based on the bestselling first edition, Beginning Ruby: From Novice to Professional, Second Edition is the leading guide for every type of reader who wants to learn Ruby from the ground up.
The new edition of this book provides the same excellent introduction to Ruby as the first edition plus updates for the newest version of Ruby, including the addition of the Sinatra and Ramaze web application frameworks and a chapter on GUI development so developers can take advantage of these new trends.
Beginning Ruby starts by explaining the principles behind object-oriented programming and within a few chapters builds toward creating a full Ruby application. By the end of the book, in addition to in-depth knowledge of Ruby, you’ll also have basic understanding of many ancillary technologies such as SQL, XML, web frameworks, and networking.
Introduces readers to the Ruby programming language
Takes readers from basic programming skills to web development with topics like Ruby-based frameworks and GUI programming
Covers many ancillary technologies in order to provide a broader picture (e.g., databases, XML, network daemons)

DOWNLOAD NOW!

{[['']]}

Practical Ruby Projects: Ideas for the Eclectic Programmer

Book Description:

Want to take Ruby to the limit? Looking for new, powerful, and creative ideas that will take Ruby beyond Rails and web programming? If you’re comfortable with Ruby, you’ll be itching to go further—apply Practical Ruby Projects: Ideas for the Eclectic Programmer and become a master of advanced Ruby techniques.
Rubyist Topher Cyll brings several imaginative projects to this book, ranging from making generative music, animations, and turn–based games to implementing simulations, algorithms, and even an implementation of Lisp!
Art, music, theory, and games—this book has it all. Best of all, it’s all done with Ruby.
Each chapter, in addition to making you say “Cool—I hadn’t thought of that before,” looks at solving tricky development problems, enforces best practices, and encourages creative thinking. You’ll be building your own exciting, imaginative ruby projects in no time.
Create imaginative and innovative Ruby programming projects
Learn how to solve tricky development problems, be guided by best practices, and be inspired to think creatively
Don’t waste time on the basics—it’s assumed you know the fundamentals of Ruby already

DOWNLOAD NOW!

{[['']]}

Ruby on Rails Bible

Book Description:

Thanks to the explosive growth in popularity of the Rails framework, the equally popular Ruby programming language now has a great place to hang its hat. The powerful combination of the two provides the perfect toolset to create Web applications that feature concise code, clean syntax, and easy maintenance. This must-have book is your best guide on how to jump on the RoR bandwagon—from the basics of Ruby programming to advanced techniques for experienced Rails developers.

DOWNLOAD NOW!

{[['']]}

Cloning Internet Applications with Ruby

Book Description:

This is a hands-on book with plenty of well-explained code. Each chapter has a standalone project in which a complete web application with specific features of a social networking site is emphasized. The final chapter of the book is a project that has a complete and fully developed social networking site. Each chapter begins with a brief description of the features of the Internet service and the market it is within. After extracting the main features of the service, the chapter goes into explaining how a clone of the service can be designed, followed by a short description of the technologies and platforms being used. The bulk of the chapter goes into describing how the clone is built, with step-by-step explanations and code examples. Finally, the chapter shows how the finished clone can be deployed on the Internet. This book is written for web application programmers with an intermediate knowledge of Ruby. You should also know how web applications work and you have used at least some of the cloned Internet services before. If you are a trying to find out exactly how can you make your very own customized applications such as TinyURL, Twitter, Flickr, or Facebook, this book is for you. Programmers who want to include features of these Internet services into their own web applications will also find this book interesting.

DOWNLOAD NOW!

{[['']]}

Cucumber Recipes

Book Description:

You can test just about anything with Cucumber. We certainly have, and in Cucumber Recipes we’ll show you how to apply our hard-won field experience to your own projects. Once you’ve mastered the basics, this book will show you how to get the most out of Cucumber–from specific situations to advanced test-writing advice. With over forty practical recipes, you’ll test desktop, web, mobile, and server applications across a variety of platforms. This book gives you tools that you can use today to automate any system that you encounter, and do it well.
The Cucumber Book showed you how your team can work together to write executable specifications–documents that tell a clear story and also happen to be working test code. We’ll arm you with ready-rolled solutions to real-world problems: your tests will run faster, read more clearly, and work in any environment.
Our first tips will help you fit Cucumber into your workflow. Powerful filters will tame tables full of test data, transforming them into the format your application needs. Custom output formatters will generate reports for any occasion. Continuous Integration servers will run your Cucumber tests every time the code changes. Next, you’ll find recipes tailored to the platform you’re running on. Ever wanted to know how to test a Grails app from Cucumber? Need to put a Windows program through its paces? How about a mobile app running on Android or iOS? We’ll show you how to do all of these.
Throughout the book, you’ll see how to make Cucumber sing as you interoperate with different platforms, languages, and environments. From embedded circuits to Python and PHP web apps, Cucumber has something for you.

DOWNLOAD NOW!

{[['']]}

RubyMotion iOS Development Essentials

Book Description:

RubyMotion is a revolutionary toolchain for iOS app development. With RubyMotion, you can quickly develop and test native iOS apps for the iPhone and iPad, combining the expressiveness and simplicity of Ruby with the power of the iOS SDK.
“RubyMotion iOS Development Essentials” is a hands-on guide for developing iOS apps using RubyMotion. With RubyMotion, you can eliminate the complexity and confusion associated with the development of iOS applications using Objective-C.
We’ll begin from scratch. Starting by installing RubyMotion, we’ll build ourselves up to developing an app that uses the various device capabilities iOS has to offer. What’s more, we’ll even learn how to launch your app on the App Store!
We’ll also learn to use iOS SDK classes to create application views. Discover how to use the camera, geolocation, gestures, and other device capabilities to create engaging, interactive apps. We’ll develop stunning user interfaces faster with the XCode interface builder and make web apps by using WebView. We’ll then augment applications with RubyMotion gems, doing more by writing less code and learn how to write test cases for RubyMotion projects. Finally, we’ll understand the app submission process to push your app to Apple’s App Store
With “RubyMotion iOS Development Essentials”, we will learn how to create iOS apps with ease. At the end of each chapter we will have a tangible and running app, which utilizes the concepts we have learnt in that chapter.

DOWNLOAD NOW!

{[['']]}
 
Published by : ALI RAZA
Copyright © 2011. Sample - All Rights Reserved
Published by : ALI RAZA
Proudly powered by Blogger