Practical Rails Plugins
Title | Practical Rails Plugins PDF eBook |
Author | Nick Plante |
Publisher | Apress |
Pages | 514 |
Release | 2008-08-01 |
Genre | Computers |
ISBN | 1430206543 |
The Rails framework empowers developers with unprecedented levels of productivity by embracing principles such as “convention over configuration” and “don’t repeat yourself”. This paradigm is even apparent at the community level, where developers regularly share their custom framework extensions by way of Rails’ plugins feature. Plugins offer a way for developers to extend the core Rails framework with their own custom features, allowing for rapid integration of features such as authentication, user ratings, and search. Practical Rails Plugins shows you how to capitalize upon the wide variety of plugins at your disposal by guiding you through their integration into a number of interesting projects. You’ll learn how to rapidly augment projects involving asynchronous video transcoding, geocoding and mapping, content management, community ratings, and PDF generation. You’ll also learn how to create and distribute your own plugins. The ultimate guide to building powerful web sites faster using Rails plugins Demonstrates how to use popular plugins within a number of practical (and fully functional) projects and mini–applications Shows you how to create and distribute your own plugins
Practical Rails Social Networking Sites
Title | Practical Rails Social Networking Sites PDF eBook |
Author | Alan Bradburne |
Publisher | Apress |
Pages | 430 |
Release | 2007-10-17 |
Genre | Computers |
ISBN | 1430202734 |
Practical Ruby on Rails Social Networking Sites shows you the complete development cycle of a social networking community web site. You will learn how to make the best use of the Ruby on Rails framework within a large project and how to implement and adapt features specific to a community. The book offers practical advice and tips for developing and testing, along with guidance on how to take your site live, as well as optimize and maintain it. It also explores how to integrate with other community sites and how to make good use of Rails' Ajax features. You will also learn how to optimize and adapt your site to work well on mobile browsers.
Practical Rails Projects
Title | Practical Rails Projects PDF eBook |
Author | Eldon Alameda |
Publisher | Apress |
Pages | 628 |
Release | 2007-12-27 |
Genre | Computers |
ISBN | 1430203048 |
This book provides intermediate Rails users with an essential learning aid to take them to higher level, teaching them countless real world techniques via a series of practical project-based chapters. Each chapter takes the reader through the complete process of building up a full-functional Rails web application. Projects taught in the book include a blog, a REST-based task manager, an online IT help desk, a web comic (including image upload facilities,) Wiki, and much more. Techniques learned include speeding up development with plugins, engines and Ruby Gems, styling with CSS libraries, and adding dynamism using Ajax.
Practical REST on Rails 2 Projects
Title | Practical REST on Rails 2 Projects PDF eBook |
Author | Ben Scofield |
Publisher | Apress |
Pages | 306 |
Release | 2008-04-28 |
Genre | Computers |
ISBN | 1430206551 |
Practical REST on Rails 2 Projects is a guide to joining the burgeoning world of open web applications. It argues that opening up your application can provide significant benefits and involves you in the entire process—from setting up your application, to creating clients for it, to handling success and all its attendant problems. This book is the essential resource for anyone who wants to make their web application a full participant in the new Internet This book is intended for intermediate–to–advanced Rails developers—people who use Rails regularly for sites and applications more complicated than the prototypical roll–your–own blog In particular, it's targeted at Rails developers who want to be good Web 2.0 citizens—sharing the functionality of their app with other sites to the betterment of everyone Application projects include iPhone, Facebook, and REST for the enterprise
Practical Ruby Gems
Title | Practical Ruby Gems PDF eBook |
Author | David Berube |
Publisher | Apress |
Pages | 268 |
Release | 2007-09-08 |
Genre | Computers |
ISBN | 1430201932 |
This book is a comprehensive guide to utilizing and creating Ruby Gems. Coverage provides an enormous code library that will help developers improve their projects. It details 34 of the best and most useful Gems, including ones to speed up web applications, process credit card payments, produce PDF documents, read and update RSS feeds, and acquire real-time shipping prices from FedEx and UPS. Each of these also comes complete with actual use cases and code examples that readers can immediately use in their own projects. In addition, the book describes how readers can package and distribute their own Ruby Gems.
Practical JRuby on Rails Web 2.0 Projects
Title | Practical JRuby on Rails Web 2.0 Projects PDF eBook |
Author | Ola Bini |
Publisher | Apress |
Pages | 360 |
Release | 2007-12-01 |
Genre | Computers |
ISBN | 1430204192 |
In this book, JRuby core developer Ola Bini covers everything you need to know to take full advantage of what JRuby has to offer. It provides complete coverage on how to use JRuby to create web applications faster and more efficiently, while continuing to take advantage of the vast power of the Java platform. The book also provides several real-world projects that illustrate the crucial specifics you need to know about the interaction of Java and Ruby. In addition, it offers helpful, practical instruction and discussion on how web applications can be deployed using a variety of popular servers such as Apache and Mongrel.
Rails: Novice to Ninja
Title | Rails: Novice to Ninja PDF eBook |
Author | Glenn Goodrich |
Publisher | SitePoint Pty Ltd |
Pages | 312 |
Release | 2016-10-21 |
Genre | Computers |
ISBN | 1492017574 |
Rails: Novice to Ninja is an easy-to-follow, practical and fun guide to Ruby on Rails for beginners. It covers all you need to get up and running, from installing Ruby, Rails and SQLite to building and deploying a fully-featured web application. The third edition of this book has been fully updated to cover Rails 5, the latest version of the framework. Unlike other Rails books, this book doesn't assume that you are an experienced web developer, or that you've used Ruby before. An entire chapter is devoted to learning Ruby in a fun way, using the interactive Ruby console, so you can follow along at home. You'll be an accomplished Ruby programmer in no time! You'll then start using Rails to build a practical, working project: a Reddit-like social news application. As you'll build the app, you'll gain valuable experience of using Rails features such as user authentication, session cookies, and automated testing. The book finishes with chapters on debugging, benchmarking and deployment to a live web server.