| View: | [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 ] |
| Articles Books | Tutorials |
- Build Ajax into your Web apps with Rails by Jack D Herrington - [Clicks: 65]
Ruby on Rails provides an excellent platform for building Web applications. Discover how to use the built-in Asynchronous JavaScript + XML (Ajax) features of the platform to give your application the Web 2.0 rich user interface experience.
http://www-128.ibm.com/developerworks/library/x-introajaxrails/index.html - Dec, 2006 - Rolling with Ruby on Rails Revisited by Bill Walton, Curt Hibbs - [Clicks: 59]
Was it really two years ago when Curt Hibbs introduced Ruby on Rails to the world at large? In that time, Rails has grown up a lot. Curt and Bill Walton revisit the original tutorial to bring it up to date and show off how much easier it is to get started with the powerful Ruby on Rails web framework.
http://www.onlamp.com/pub/a/onlamp/2006/12/14/revisiting-ruby-on-rails-revisited.html - Dec, 2006 - ORM with DrySQL and ActiveRecord by Bryan Evans - [Clicks: 28]
ActiveRecord fails the DRY principle, especially if your database doesn't follow Rails naming conventions. As well, ActiveRecord associations and validations are redundant specifications of database constraints. Bryan wants to avoid (as much as possible) the situation where he's averse to making changes to his database schema, because of the resulting effort to change his app code.
http://www.infoq.com/articles/DrySQL - Dec, 2006 - Ruby on Rails: All Aboard the Fast Train to Web Application Development by Dominic Da Silva - [Clicks: 59]
This article will give a brief introduction to Ruby on Rails and show you how to get your first simple Ruby on Rails web application up and running. In Part 2 of this article, you will connect your web application to the MySQL database and add CRUD (Create, Read, Update, and Delete) support to the web application.
http://www.developer.com/lang/other/article.php/3647796 - Dec, 2006 - Crossing borders: Ajax on Rails by Bruce Tate - [Clicks: 30]
The hype for Ajax, a technique for making Web pages more interactive, is in overdrive. The Ruby on Rails framework is also flourishing, partly on the strength of its excellent Ajax integration. Find out what makes Ajax on Rails such a powerful combination.
http://www-128.ibm.com/developerworks/java/library/j-cb12056/index.html - Dec, 2006 - Ruby on Rails with Oracle FAQs by Casimir Saternos - [Clicks: 29]
Exploring Ruby on Rails (RoR)? This FAQ provides basic information about connecting to Oracle, installation, and creating Oracle Database XE + RoR applications.
http://www.oracle.com/technology/pub/articles/saternos-ror-faq.html - Dec, 2006 - Integrating Flex 2 and Ruby on Rails by Derek Wischusen - [Clicks: 43]
In this article you will learn how to integrate Flex 2 with Ruby on Rails and a MySQL database by building a simple issue tracker application. By following the steps in this tutorial, you will also learn how to add functionality to the application, such as adding a new bug to the database, reading existing bugs, updating a bug, and deleting a bug.
[Includes sample code]
http://www.adobe.com/devnet/flex/articles/flex2_rails.html - Oct, 2006 - Crossing borders: Streamlined, Part 2 by Bruce Tate - [Clicks: 71]
Part 1 of this two-article series introduced Streamlined, a Rails-based open source framework that combines the power of Ajax, metaprogramming, and code generation to take Rails productivity to a new level. Part 2 explores how the metamodel behind Streamlined enables customizations.
http://www-128.ibm.com/developerworks/web/library/j-cb10036/index.html - Oct, 2006 - Make Ruby on Rails Easy With RadRails and Eclipse by Pat Eyler - [Clicks: 75]
RadRails is the Eclipse-based IDE for Ruby on Rails. Learn about installing RadRails, the structure and use of the application window, and the primary steps in developing an application.
http://www-128.ibm.com/developerworks/library/os-ecl-radrails/index.html - Sep, 2006 - Crossing borders: Streamlined, Part 1 by Bruce Tate - [Clicks: 58]
Ruby on Rails is a radically productive Web development environment based on the Ruby programming language. Streamlined is a rapidly growing new open source framework based on Ruby on Rails. Streamlined combines the power of Ajax, metaprogramming, code generation, and Ruby on Rails to take Rails productivity to a new level.
http://www-128.ibm.com/developerworks/java/library/j-cb09056/index.html - Sep, 2006 - Crossing borders: Rails migrations by Bruce Tate - [Clicks: 42]
Ruby on Rails is a progressive Web development framework that implements radical ideas such as convention over configuration, heavy metaprogramming, domain-specific languages, and database wrapping instead of object-relational mapping. This article examines Rails schema migrations, a philosophy of separating each database schema change from the base object model.
http://www-128.ibm.com/developerworks/java/library/j-cb08156.html - Aug, 2006 - Crossing borders: REST on Rails by Bruce Tate - [Clicks: 53]
Earlier articles in the Crossing borders series introduced Ruby on Rails as an explosively popular framework that's serving as a catalyst for the Ruby programming language. As Ruby experiences increasing success, developers are seeking to integrate their Ruby applications with applications written in other languages. Rails provides excellent support for Web services. This article introduces Web services in Rails and focuses on a strategy known as Representational State Transfer (REST).
http://www-128.ibm.com/developerworks/java/library/j-cb08016/index.html - Aug, 2006 - From Java to Ruby: Strategies for Pilots by Bruce Tate - [Clicks: 30]
[This article series, based on "From Java to Ruby", will explore the adoption of Ruby in conservative accounts in three areas: pilot projects, understanding risks, and Java/Ruby integration strategies.]
http://www.infoq.com/articles/From-Java-to-Ruby--Strategies - Jul, 2006 - HR Schema on Rails by Casimir Saternos - [Clicks: 38]
This article describes the techniques for creating a Web front end to the Oracle demonstration schema HR. The code available for download with this article includes a complete Ruby on Rails Web Application that was developed on the HR schema running on Oracle Database 10g Express Edition (XE). The downloaded application works on Windows or Linux. Linux users should convert all backslashes to forward slashes when performing commands described in this article.
[Includes sample code]
http://www.oracle.com/technology/pub/articles/saternos-rails.html - Jun, 2006 - An introduction to Ruby on Rails for DB2 developers by Edd Dumbill - [Clicks: 23]
Learn how to speed your development of DB2-based Web applications using the Ruby on Rails Web framework.
[Includes sample code]
http://www-128.ibm.com/developerworks/db2/library/techarticle/dm-0606dumbill/ - Jun, 2006 - Crossing borders: Testing in integrated frameworks, Part 2 by Bruce Tate - [Clicks: 22]
Part 1 of this two-article series introduced the Ruby on Rails approach to unit testing and showed how adopting aspects of that approach can improve your Java unit tests. Java developers' options for higher-level testing are more limited. In this article, again looking at Rails, you'll gain an appreciation of the advantages of integrated frameworks for functional and integration testing.
http://www-128.ibm.com/developerworks/java/library/j-cb06206/index.html - Jun, 2006 - Crossing borders: Testing in integrated frameworks, Part 1 by Bruce Tate - [Clicks: 42]
The Java community has done a fantastic job of advancing automated unit testing. An increasing number of open source frameworks let you build automated test suites along with your projects. The Spring framework, JUnit, TestNG, and several other frameworks owe some or all of their inspiration to the idea of automated testing. Still, some non-Java languages and frameworks have more motivation to test, more suitable testing tools, and a more unified view of testing. By looking at how other frameworks test, you can improve the way you test in the Java language, or even use a more appropriate language to test your Java code. This article, the first of two on testing in Ruby on Rails, covers the Rails approach to unit testing.
http://www-128.ibm.com/developerworks/java/library/j-cb06066.html - Jun, 2006 - Flexstore on Rails Tutorial by Christophe Coenraets - [Clicks: 84]
Flexstore is a traditional Shopping Cart application. In this tutorial, we create two modules: The administration module is an internal application used to maintain the product database. You use the administration module to create, update, and delete products. The store module is a customer-facing application. Customers use the store module to browse and filter the product catalog.
http://weblogic.sys-con.com/read/223793.htm - May, 2006 - Ruby On Rails by Michael Swaine - [Clicks: 76]
It catches your attention when a respected member of the Java development community says Ruby On Rails may be a successor to Java. You've heard of Rails, of course. It's that hot Ruby-based MVC-patterned full-stack framework for developing web applications that babysit databases.
http://www.ddj.com/dept/architect/187203512?pgno=1 - May, 2006 - Crossing borders: What's the secret sauce in Ruby on Rails? by Bruce Tate - [Clicks: 50]
Ruby on Rails seems to be a lightning rod for controversy. At the heart of most of the controversy lies amazing productivity claims. Crossing Borders author Bruce Tate has come to understand that Rails isn't a better hammer; it's a different kind of tool. This article explores the compromises and design decisions that went into making Rails so productive within its niche. Then it looks at Rails-inspired ideas that should get more attention within the Java community.
http://www-128.ibm.com/developerworks/java/library/j-cb05096.html - May, 2006 - Ride the Web Application Express with Ruby on Rails by Jim White - [Clicks: 60]
Looking for productivity improvements in your Web application development? Take a look at a Web application framework that takes fewer lines of code than words in this sentence to have your first application up and running.
[Includes sample code]
http://www.devx.com/webdev/Article/31357 - May, 2006 - Putting REST on Rails by Dan Kubb - [Clicks: 64]
Rails is as hot as any web technology, and REST is heating up again. Dan Kubb demonstrates his Rails plugin for building RESTful web apps and services.
http://www.xml.com/pub/a/2006/04/19/rest-on-rails.html - Apr, 2006 - Crossing borders: Domain-specific languages in Active Record and Java programming by Bruce Tate - [Clicks: 26]
The Java programming world is full of domain-specific languages (DSLs), but options in the Java language for building DSLs are limited. Not so with Ruby. In this article, you'll learn some nifty ways Ruby lets you integrate clean DSLs, giving you a new frame of reference for examining your Java options with open eyes.
http://www-128.ibm.com/developerworks/java/library/j-cb04046.html - Apr, 2006 - Ruby on Rails on Oracle: A Simple Tutorial by Richard Monson-Haefel - [Clicks: 49]
This article is not intended to be a booster piece for Rails nor is it an expose. It’s simply an introduction to the technology. It contains both praise and criticism. At times the criticism might appear a bit heavy handed (especially to Rails enthusiasts), but don’t be fooled. Using any Web application framework is going to be tricky, whether it’s J2EE, ASP.NET, or PHP. In the long run, you can be a lot more productive with Rails than you can be with many other Web application development platforms, but it takes time to learn the ropes.
http://www.oracle.com/technology/pub/articles/haefel-oracle-ruby.html - Apr, 2006 - Bringing Ruby on Rails with FastCGI into Mac OS X Server by Luke Burton - [Clicks: 21]
Most of the Ruby on Rails documentation on deployment for Mac OS X glosses over key parts of the plumbing. In this article, Luke Burton walks you through a Rails installation on Mac OS X Server.
http://www.macdevcenter.com/pub/a/mac/2006/03/29/rails.html - Mar, 2006 - Get On Track with Ruby on Rails by Daniel Bogan - [Clicks: 29]
Ruby? Rails? Ajax? Is this cluster of confusing buzzwords swarming around your head like a mob of angry bees? Then fear not, gentle padawan -- Jedi help is at hand! For I, too, was just like you once: confused, jumping at shadows, sinking into the depths of yet another custom Python web framework while softly weeping behind a stack of dog-eared PHP books. But not anymore. Today I build my applications in Ruby on Rails.
http://www.sitepoint.com/article/ruby-on-rails - Mar, 2006 - Crossing borders: Exploring Active Record by Bruce Tate - [Clicks: 59]
The Java programming language has had an unprecedented run of success for vendors, customers, and the industry at large. But no programming language is a perfect fit for every job. This article launches a new series by Bruce Tate that looks at ways other languages solve major problems and what those solutions mean to Java developers. He first explores Active Record, the persistence engine behind Ruby on Rails. Active Record bucks many Java conventions, from the typical configuration mechanisms to fundamental architectural choices. The result is a framework that embraces radical compromises and fosters radical productivity.
http://www-128.ibm.com/developerworks/java/library/j-cb03076/index.html - Mar, 2006 - Using Ruby on Rails for Web Development on Mac OS X - [Clicks: 27]
This article introduces you to Ruby on Rails by building a trivial web application step by step. Consider it a ride on the express train—an overview of what Rails can do, including a look at features new to Rails 1.0. In the end you'll be better equipped to consider the advantages of powering your web application with Rails.
http://developer.apple.com/tools/rubyonrails.html - Feb, 2006 - Ruby on Rails vs. Java: An Expert Roundtable by Barry Burd - [Clicks: 122]
At this year’s No Fluff, Just Stuff symposium in New York, Barry Burd asked three experts to compare Java with Ruby on Rails--framework, built on the Ruby language. Here’s what the experts had to say.
http://javaboutique.internet.com/reviews/ruby/ - Jan, 2006
- More Rails Recipes: 72 New Ways to Build Stunning Rails Apps
by Mike Clark, Chad Fowler - [Clicks: 88]
From the author of the indispensable Rails Recipes, and with the help of a new master Rails chef in the kitchen, here are 72 new ways to kick your Ruby on Rails apps up a notch. More Rails Recipes is a collection of practical recipes for dressing up your web application with little fuss. You'll learn how the pros have solved the tough problems using the most cutting-edge Rails techniques so you can deliver your stunning web app quicker and easier. Developers by the thousands are coming to Rails-the benefits are clear, both to individuals and their organizations. But how can a developer be expected to write idiomatic, effective Rails code when the technology is so new? The answer is to work alongside masters, people who've been there from the start (and who have the scars to prove it). And, what better way to learn from their experience than to look at their code and read their explanations of why it's written that way? And even better imagine if that code can be lifted and placed right into your own application. This is better than just cut-and-paste: the recipe format means you'll understand the code, and be able to modify it to suit your needs. And the list of recipes is so broad that you're bound to find tips and techniques where you'll say "Oh! That's how they do that," or, "I didn't know you could do that in Rails." With More Rails Recipes, a following up to the popular original Rails Recipes, you can cook up a storm.
Pragmatic Bookshelf, Paperback - Dec, 2006 - Agile Web Development with Rails, Second Edition
by Dave Thomas, David Heinemeier Hansson - [Clicks: 16]
Rails is a full-stack, open-source web framework that enables you to create full-featured, sophisticated web-based applications with a twist...you can create a full Rails application using less code than the setup XML you'd need just to configure some other frameworks. With this book, you'll learn how to use Rails Active Record to connect business objects and database tables. No more painful object-relational mapping. Just create your business objects and let Rails do the rest. 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, talk to web services, and interact dynamically with Javascript applications running in the browser (the "Ajax" architecture). You'll see how easy it is to deploy Rails. You'll be writing applications that work with your favorite database (MySQL, Oracle, Postgres, and more) in no time at all.
Pragmatic Bookshelf, Paperback - Dec, 2006 - Agile Web Development with Rails. Second Edition
by Dave Thomas, David Heinemeier Hansson, Leon Breedt, Mike Clark, James Duncan Davidson, Justin Gehtland, Andreas Schwarz - [Clicks: 43]
Rails is a full-stack, open-source web framework that enables you to create full-featured, sophisticated web-based applications with a twist...you can create a full Rails application using less code than the setup XML you'd need just to configure some other frameworks. With this book, you'll learn how to use Rails Active Record to connect business objects and database tables. No more painful object-relational mapping. Just create your business objects and let Rails do the rest. 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, talk to web services, and interact dynamically with Javascript applications running in the browser (the "Ajax" architecture). You'll see how easy it is to deploy Rails. You'll be writing applications that work with your favorite database (MySQL, Oracle, Postgres, and more) in no time at all.
Pragmatic Bookshelf, Paperback - Dec, 2006 - Ajax on Rails
by Scott Raymond - [Clicks: 40]
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.
O'Reilly Media, Inc., Paperback - Dec, 2006 - Capistrano and the Rails Application Lifecycle by Tom Mornini, Marc Loy - [Clicks: 41]
Learn how to make your Rails deployments pain-free with Capistrano! This Short Cut shows you how to use Capistrano to automate the deployment of your Rails applications. It teaches you the basics, but also goes far beyond. It shows you realistic deployment scenarios, including some with complex server farms. It includes a quick reference to Capistrano. As your Rails applications grow, it becomes increasingly important to automate deployment and to keep your development environment well organized. Capistrano is the right tool for the job, and this PDF shows you how to use it effectively.
[Short Cuts Series]
http://www.oreilly.com/catalog/railsapp/ - Dec, 2006 - Build Your Own Ruby on Rails Web Application
by Patrick Lenz - [Clicks: 65]
Want to learn all about Ruby on Rails, the hot, new development platform for Web applications? This practical hands-on guide for first-time Ruby on Rails programmers will show you exact how you get started, from installing the required software on your computer to the intriciacies of Ruby syntax. By the end of this book, you'll know how to rapidly program and deploy reliable Ruby on Rails Web Applications on the Web.
SitePoint, Paperback - Nov, 2006 - Beginning Ruby on Rails
by Steve Holzner - [Clicks: 31]
Ruby on Rails is the revolutionary online programming tool that makes creating functional e-commerce web sites faster and easier than ever. With the intuitive, straightforward nature of Ruby and the development platform provided by Rails, you can put together full-fledged web applications quickly, even if you're new to web programming. You will find a thorough introduction to both Ruby and Rails in this book. You'll get the easy instructions for acquiring and installing both; understand the nature of conditionals, loops, methods, and blocks; and become familiar with Ruby's classes and objects. You'll learn to build Rails applications, connect to databases, perform necessary testing, and put the whole thing together to create real-world applications such as shopping carts and online catalogs -- apps you can actually use right away.
Wrox, Paperback - Nov, 2006 - Beginning Ruby on Rails E-Commerce: From Novice to Professional
by Christian Hellsten, Jarkko Laine - [Clicks: 43]
Beginning Ruby on Rails E-Commerce: From Novice to Professional is the first book of its kind to guide you through producing e-commerce applications with Rails -- the stacked web framework taking the world by storm. The book dives right into the process of creating a production-level web application using agile methodologies and test-driven development combined with Rails best practices. You’ll take advantage of the latest crop of Rails plug-ins and helpers that will radically improve your programming schedule. You’ll also create a real application step-by-step, plus the book is driven by real-world cases throughout. You will begin by learning how to install Rails and quickly create a product catalog interfaced with your choice of database technologies. Then you’ll discover how to build modern, Ajax-powered shopping carts and add useful features like customer feedback modules. Next you’ll learn how to integrate your application with open source packages like the Ferret full-text search engine, and how to interface with back-end electronic payment systems. You’ll also learn how to make your application work flawlessly with existing production systems using web services, and then ultimately deploy and tune your application for production use.
Apress, Paperback - Nov, 2006 - Mongrel by Angel Dobbs-Sciortino - [Clicks: 31]
This shortcut teaches you how to use Mongrel, the new high-performance web application container for Rails. It starts with basic setup and installation, but goes well beyond the basics, showing you how to set up Mongrel clusters, how to use Mongrel behind Apache and other web servers, and more. Mongrel has given Rails developers a first-rate server. If you've suffered through Rails apps deployed on Apache or Lighttpd with FCGI, suffer no more! Start using Mongrel, and say good-bye to FCGI and all its problems.
[Short Cuts Series]
http://www.oreilly.com/catalog/mongrelpdf/ - Nov, 2006 - Rails Deployment: Production Configuration and Advanced Rails Tactics
by Ezra Zygmuntowicz - [Clicks: 28]
This book will help you sleep better at night, knowing that your application can handle anything that gets thrown at it. Come away with the knowledge of how to optimize your Rails projects for speed and concurrency. You'll take advantage of advanced caching techniques and become and expert in lighttpd and Apache server environments. No longer will it be trial and error when it comes time to go live with your gem of an application. You'll not only learn the how of configuring your production environment, you will also learn the theory behind it so you can adapt and keep up with new methodologies as Rails technologies rapidly advance.
Pragmatic Bookshelf, Paperback - Nov, 2006 - Rails for Java Developers
by Stuart Halloway, Justin Gehtland - [Clicks: 10]
If you are a Java programmer, you shouldn't have to start at the very beginning! You already have deep experience with the design issues that inspired Rails, and can use this background to quickly learn Ruby and Rails. But Ruby looks a lot different from Java, and some of those differences support powerful abstractions that Java lacks. We'll be your guides to this new, but not strange, territory.
Pragmatic Bookshelf, Paperback - Nov, 2006 - Rails Cookbook: Rough Cut Version
by Rob Orsini - [Clicks: 23]
Ruby on Rails allows you to develop organized and scaleable web applications in real time. The Rails framework speeds up the process of creating database driven web applications and the Rails Cookbook teaches how to use this framework by example - so you can try out new features, and use sample code to understand how the language and framework operate--and how to put them to work for you. This comprehensive collection of problems, solutions, and practical examples will satisfy Rails developers at all levels of expertise. Whether you're new to Ruby programming and need something to bridge the gap between theory-laden reference manuals and real-world programs or you're an experienced Rails programmer looking for a new perspective or a different problem-solving context, this book will help you make the most of your Ruby and Ruby on Rails knowledge.
O'Reilly Media, Inc., Paperback - Aug, 2006 - Ruby Quickly
by Mark Watson - [Clicks: 33]
Enterprise software development is labor-intensive. And it is made more costly than necessary by some of the most popular technologies which can be needlessly complex. The combination of Ruby and Ruby on Rails provides a simple, stable platform for cost-effective software development. This book quickly reviews Rails development and then moves to essential enterprise subjects like Web Services (and their relationships with SOA), data persistence, messaging, interoperability with other platforms, handling documents and search, spell-checking, and report generation. It also covers new Web 2.0 technologies like Ajax and the read-write Web. It is rich in examples and covers numerous interesting topics readers will be surprised to see, such as advanced search with Ferret, how to access del.icio.us and Flickr from Ruby, or how to use Yahoo’s general search from Ruby. The book closes with a look at the Semantic Web and why it makes sense to adopt Semantic Web technologies.
Manning Publications, Paperback - Aug, 2006 - Ruby on Rails: Up and Running: Rough Cuts Version
by Bruce Tate, Curt Hibbs - [Clicks: 17]
Ruby On Rails: Up and Running helps you get up and running quickly, showing you everything from building a schema and making a simple controller to designing a Rails interface and building a project model -- along with details on how to add a controller and generate scaffolding. The book's more advanced material shows you how to Map data to an imperfect table, traverse complex relationships, and build custom finders. The section on working with Ajax and REST demonstrates how you can exploit the Rails service frameworks to send emails, implement web services, and create dynamic, user-centric web pages using built-in JavaScript and Ajax support.
O'Reilly Media, Inc., Paperback - Jul, 2006 - Rubyisms in Rails by Jacob Harris - [Clicks: 16]
Rubyisms is an examination of how the style of Ruby informs the design of Rails. In particular, it looks at a few specific examples of how Rails' internal code is implemented in Ruby to instruct about Ruby's design principles. The main goal is simply aesthetic appreciation. But, if you are a beginning programmer in Rails who is stymied in your understanding of Ruby–or an intermediate Rails developer still writing code that looks like Ruby-tinged PHP or Java–this Short Cut will hopefully impart enlightenment and inspiration about the Ruby way of programming. It also reveals how the revolutionary design of the Rails framework can only be built upon the beauty of Ruby.
http://www.awprofessional.com/bookstore/product.asp?isbn=0321474074&rl=1 - Jul, 2006 - RJS Templates for Rails by Cody Fauser - [Clicks: 25]
RJS templates are an exciting and powerful new type of template added to Rails 1.1. Unlike conventional Rails templates that generate HTML or XML, RJS templates generate JavaScript code that is executed when it is returned to the browser. This JavaScript generation allows you to perform multiple page updates in-place without a page reload using Ajax. All the JavaScript you need is generated from simple templates written in Ruby. This document helps you get acquainted with how RJS templates fit into the Rails framework and gets you started with a few easy-to-follow examples.
[Format: PDF]
http://www.oreilly.com/catalog/rjsrails/ - Jun, 2006 - Rails Recipes
by Chad Fowler - [Clicks: 22]
You've read the tutorials and watched the online videos. You have a strong grasp of all of the ingredients that make up a successful Rails application. But ingredients don't just turn themselves into a meal. Chad Fowler's Rails Recipes is a collection of recipes that will take you step by step through the most cutting edge, modern Rails techniques, mixing the ingredients to create world-class web applications. Learn how to do it, and how to do it right.
Pragmatic Bookshelf, Paperback - May, 2006 - Web Services on Rails by Kevin Marshall - [Clicks: 18]
This PDF will show you how your small business or enterprise can publish its APIs (application programming interface) to a developer community just like the behemoths of the Internet--Google, Yahoo!, eBay, and Amazon. We'll look at how Ruby on Rails makes building web service clients and servers simple and fun. Along the way, we'll give working examples and code details so you can see just how everything works.
[Short Cuts Series]
http://www.oreilly.com/catalog/websor/ - May, 2006 - Ruby for Rails. Ruby techniques for Rails developers
by David A. Black - [Clicks: 67]
A new level of programming power and versatility awaits Ruby on Rails developers who master not only the conventions of Rails but the workings of the Ruby language itself. Because Rails itself and all Rails applications are written in Ruby, the knowledge of Ruby this book gives you will dramatically improve your Rails programming. You'll gain an intimate understanding of how familiar Rails idioms actually work. And you'll find expanded possibilities for your applications using custom-written Ruby. Crystal-clear explanations of key Ruby programming techniques and extensive working examples will draw you into both the language and the framework. Web developers just coming to Ruby through Rails will get a solid, uniquely Rails-aware treatment of the language -- and a vital, Ruby-aware perspective on Rails. And seasoned Rails programmers will knock away the last bits of the Ruby "glass ceiling," and take their insight and skill to the next level.
Manning Publications, Paperback - Apr, 2006
- Developing rich Internet applications with Rails, OpenLaszlo, and Eclipse by Robi Sen - [Clicks: 570]
Explore at a high level how to develop a rich Internet application using OpenLaszlo, Ruby on Rails, MySQL, and Eclipse to provide a common IDE to not only develop your application but also to automate many of the steps in developing a Rails or OpenLaszlo application. This will further speed up and streamline the already fast development cycle of Rails applications.
[Formats: html, pdf]
http://www-128.ibm.com/developerworks/edu/os-dw-os-ecl-richapps.html - May, 2006