Ruby on Rails

View: [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 ]

Articles
Books
  Tutorials
  

Articles:
  • Automate acceptance tests with Selenium by Christian Hellsten   - [Clicks: 58]
    Acceptance, or functional, testing is designed to put manual tasks through their paces, but testing these tasks by hand can be time consuming and prone to human error. In this article, the author shows architects, developers, and testers how to use the Selenium testing tools to automate acceptance tests; automating the tests saves times and helps eliminate tester mistakes. You also are provided with an example of how to apply Selenium in a real-world project using Ruby on Rails and Ajax.
    [Includes sample code]
    http://www-128.ibm.com/developerworks/java/library/wa-selenium-ajax/index.html - Dec, 2005
  • Hacking Asterisk and Rails with RAGI by Joe Heitzeberg   - [Clicks: 59]
    RAGI combines Asterisk's VoIP handling capabilities with the power and efficiency of Ruby on Rails. Joe Heitzenberg will lead a tutorial using his bindings for Asterisk with the Ruby on Rails framework at the Emerging Telephony conference.
    http://www.oreillynet.com/pub/a/etel/2005/12/19/hacking-in-asterisk-and-rails.html - Dec, 2005
  • REST on Rails by Matt Biddulph   - [Clicks: 80]
    Ruby on Rails is an increasingly popular framework for building web applications. Matt Biddulph shows us how good the fit is between Rails and lightweight REST web apps and services.
    [Includes source code]
    http://www.xml.com/pub/a/2005/11/02/rest-on-rails.html - Nov, 2005
  • What Is Ruby on Rails by Curt Hibbs   - [Clicks: 94]
    Ruby on Rails is an impressive web development framework that will soon reach version 1.0. While there's a lot of buzz, it can sometimes be difficult to discern the steak beneath the sizzle. Curt Hibbs walks through the features and pieces of Ruby on Rails to show how it fits together and where its big benefits come from.
    http://www.onlamp.com/pub/a/onlamp/2005/10/13/what_is_rails.html - Oct, 2005
  • Ruby on Rails: An Interview with David Heinemeier Hansson by Edd Dumbill   - [Clicks: 42]
    Ruby on Rails' creator, David Heinemeier Hansson, is set to keynote the European O'Reilly Open Source Convention in Amsterdam this October. O'Reilly Network talked with him about Rails' success and future.
    http://www.oreillynet.com/pub/a/network/2005/08/30/ruby-rails-david-heinemeier-hansson.html - Aug, 2005
  • Ruby on Rails and J2EE: Is there room for both? by Aaron Rustad   - [Clicks: 70]
    Ruby on Rails is a relatively new Web application framework built on the Ruby language. It is billed as an alternative to existing enterprise frameworks, and its goal, in a nutshell, is to make your life -- or at least the Web development aspects of it -- easier. In this article, Aaron Rustad compares and contrasts some of the key architectural features of Rails and traditional J2EE frameworks.
    http://www-128.ibm.com/developerworks/java/library/wa-rubyonrails/index.html - Jul, 2005
  • Fast-track your Web apps with Ruby on Rails by David Mertz   - [Clicks: 94]
    Ruby on Rails is a recent entry into the world of Web application development that is rapidly gaining mindshare, even while still in beta versions. Rails succeeds by automating the creation of the most common types of Web applications while not straightjacketing you if you want to add custom or atypical requirements. Moreover, compared to many Free Software libraries that perform individual aspects of a Web application, Rails contains a nicely integrated set of tools for all aspects.
    http://www-128.ibm.com/developerworks/linux/library/l-rubyrails/ - Jun, 2005
  • Ajax on Rails by Curt Hibbs   - [Clicks: 104]
    In a few short months, Ajax has moved from an obscure and rarely used technology to the hottest thing since sliced bread. This article introduces the incredibly easy-to-use Ajax support that is part of the Ruby on Rails web application framework. This is not a step-by-step tutorial, and I assume that you know a little bit about how to organize and construct a Rails web application.
    [Includes source code]
    http://www.onlamp.com/pub/a/onlamp/2005/06/09/rails_ajax.html - Jun, 2005
  • Rolling with Ruby on Rails, Part 2 by Curt Hibbs   - [Clicks: 52]
    In Rolling with Ruby on Rails, I barely scratched the surface of what you can do with Ruby on Rails. I didn't talk about data validation or database transactions, and I did not mention callbacks, unit testing, or caching. There was hardly a mention of the many helpers that Rails includes to make your life easier. I can't really do justice to all of these topics in the space of this article, but I will go into details on some of them and present a brief overview of the rest, with links to more detailed information.
    http://www.onlamp.com/pub/a/onlamp/2005/03/03/rails.html - Mar, 2005
  • Rolling with Ruby on Rails by Curt Hibbs   - [Clicks: 74]
    Maybe you've heard about Ruby on Rails, the super productive new way to develop web applications, and you'd like to give it a try, but you don't know anything about Ruby or Rails. This article steps through the development of a web application using Rails. It won't teach you how to program in Ruby, but if you already know another object-oriented programming language, you should have no problem following along (and at the end you can find links on learning Ruby).
    [Includes source code]
    http://www.onlamp.com/pub/a/onlamp/2005/01/20/rails.html - Jan, 2005

[Top]

Books:
  • Beyond Java  by Bruce Tate   - [Clicks: 12]
    In Beyond Java, Bruce Tate, author of the Jolt Award-winning Better, Faster, Lighter Java, chronicles the rise of the most successful language of all time, and then lays out, in painstaking detail, the compromises the founders had to make to establish success. If you are agree with the book's premise--that Java's reign is coming to an end--then this book will help you start to build your skills accordingly. Beyond Java will teach you what a new language needs to succeed, so when things do change, you'll be more prepared. And even if you think Java is here to stay, you can use the best techniques from frameworks introduced in this book to improve what you're doing in Java today.
    O'Reilly Media, Inc., Paperback - Sep, 2005
  • Agile Web Development with Rails  by Dave Thomas, David Heinemeier Hansson   - [Clicks: 36]
    Join the revolution. See how easy it is use Rails: the new full-stack, open-source web framework. Rails enables you to create full-featured, sophisticated web-based applications with less total code than the XML you'd need to configure the same application in other frameworks.
    Pragmatic Bookshelf, Paperback - Jun, 2005

[Top]

Tutorials:
  • Four Days on Rails by John McCreesh   - [Clicks: 59]
    Four Days on Rails is designed to fill that gap. It's about 40 pages of A4, and by the time you've read it, you should have a useful toolbox of Rails techniques and a good idea of where to look on the web for more information. The current version of this document is 2.0.
    [Includes source code]
    http://rails.homelinux.org/ - Jun, 2005

[Top]