Ruby on Rails eBooks
These are books that I have found necessary to my Ruby on Rails
Download
Code:
http://kewlshare.com/dl/7606911c9f28/Agile_Web_Development_with_Rails.pdf.html
http://kewlshare.com/dl/0f456a8f0f47/Ajax_on_Rails.chm.html
http://kewlshare.com/dl/54f28a43b46b/Practical_Rails_Social_Networking_Sites.pdf.html
http://kewlshare.com/dl/a1294daf786b/Prototype_and_Scriptaculous_in_Action.pdf.html
http://kewlshare.com/dl/2101713252fe/REST_on_Rails_2.pdf.html
http://kewlshare.com/dl/6727803071dc/Ruby_on_Rails_-_Enterprise_Application_Development.pdf.html
http://kewlshare.com/dl/e97593ccfc74/Simply_Rails_2.pdf.html
http://kewlshare.com/dl/4c3d6c470f4c/The_Art_of_Rails.pdf.html
http://kewlshare.com/dl/21341a109756/The_Rails_Way.pdf.html
http://kewlshare.com/dl/1b2864075355/Beginning_Ruby_From_Novice_to_Professional.pdf.html
Code:
http://kewlshare.com/dl/3c22005219b5/thankyou.zip.html
Agile Web Development with Rails (3rd Edition)
Code:
http://www.pragprog.com/titles/rails3/agile-web-development-with-rails-third-edition
Quote:
With this book, you"ll learn how to use ActiveRecord to connect business objects and database tables. No more painful object-relational mapping. Just create your business objects and let Rails do the rest. Need to create and modify your schema? Migrations make it painless (and they"re versioned, so you can roll changes backward and forward). You"ll learn how to use the Action Pack framework to route incoming requests and render pages using easy-to-write templates and components. See how to exploit the Rails service frameworks to send emails, implement web services, and create dynamic, user-centric web-pages using built-in Javascript and |
Ajax on Rails
Code:
http://oreilly.com/catalog/9780596527440/
Quote:
Learn to build dynamic, interactive web applications using the two most important approaches to web development today: Ajax and the phenomenally efficient Ruby on Rails platform. This book teaches you how to use both Ajax and Rails to quickly build high-performance, scalable applications without being overwhelmed with thousands of lines of JavaScript code. More than just recipes, you"ll also get a thorough, low-level understanding of what"s happening under the hood. |
Practical Rails
Code:
http://apress.com/book/view/9781590598412
Quote:
Practical Rails |
Prototype and Scriptaculous in Action
Code:
http://manning.com/crane3/
Quote:
Prototype and Scriptaculous in Action is a comprehensive, practical guide that walks you feature-by-feature through the two libraries. First, you"ll use Scriptaculous to make easy but powerful UI improvements. Then you"ll dig into Prototype"s elegant and sparse syntax. See how a few characters of Prototype code can save a dozen lines of JavaScript. By applying these techniques, you can concentrate on the function and |
Practical Rest on Rails 2 Projects
Code:
http://www.apress.com/book/view/1590599942
Quote:
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. |
Ruby on Rails Enterprise Application Development
Code:
http://www.packtpub.com/Ruby-on-Rails-Enterprise-Application-Open-Source/book
Quote:
This book covers topics such as installing Ruby, Rubygems, and Rails on Windows, Linux, and Mac OS X; choosing and installing a database; installing an IDE for Rails development; setting up a Subversion repository to manage your code; creating a new Rails application; understanding Rails models; understanding controllers and views; improving user interfaces with Ajax; using Rails plugins to manage file uploads; using Capistrano to manage application deployment; techniques for scaling Rails applications, such as caching and using Apache to proxy through to the Mongrel server. The example application is straightforward to develop, easy to roll out, and simple to maintain. |
Simply Rails 2
Code:
http://oreilly.com/catalog/9780980455205/
Quote:
This practical hands-on guide for first-time Ruby on Rails programmers will show you, step-by-step, how to build an exciting Web 2.0 application, covering everything from from installing the required software on your computer to building, testing, debugging and deploying your application to a live server. By the end of this book, you"ll know exactly how to turn your big idea into a live, fully-featured web application. |
The Art of Rails
Code:
http://www.wrox.com/WileyCDA/WroxTitle/The-Art-of-Rails.productCd-0470189487.html
Quote:
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. |
The Rails Way
Code:
http://www.pearsonhighered.com/educator/academic/product/0,,0321445619,00%2ben-USS_01DBC.html
Quote:
Using detailed code examples, Obie Fernandez 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. |
Beginning Ruby From Novice to Professional
Code:
http://apress.com/book/view/9781590597668
Quote:
Beginning Ruby is a thoroughly contemporary guide for every type of reader wanting to learn Ruby, from novice programmers to web developers to Ruby newcomers. It starts by explaining the principles behind object-oriented programming and within a few chapters builds toward creating a genuine Ruby application. |
No comments:
Post a Comment