 |
 |
 |
Deitel Home About Deitel & Associates, Inc. Opportunities for Contract Trainers Media Kit Press Deitel SiteMap Deitel Gear at CafePress.com
Apps
Resource Centers
Training On-Site, Instructor-Led Training Training Overview Course Catalog and Pricing GSA Course Catalog and Pricing C Programming Curriculum Overview CPlusPlus Programming Curriculum Overview Java Programming Curriculum Overview Internet & Web Programming Curriculum Overview iPhone App Development for Programmers Visual Basic Programming Curriculum Overview Visual C# Programming Curriculum Overview Visual C++ Programming Curriculum Overview Self-Paced Training (DVD/Online)
Video
Books LiveLessons Video-Based Training Android Android for Programmers Android How to Program C C How to Program, 7/e C How to Program, 6/e C How to Program, 5/e Past Editions C How to Program, 3/e C How to Program, 2/e C How to Program, 4/e C++ C++ How to Program, 8/e, Early Objects Version C++ How to Program, 7/e C++ How to Program, Late Objects Version, 7/e C++ How to Program, 6/e C++ for Programmers Visual C++ 2008 How to Program, Second Edition Small C++ How to Program, 5/e Simply C++, 1/e Past Editions C++ How to Program, 5/e C++ How to Program, 4/e The Complete C++ Training Course, 4/e C++ In the Lab, 4/e C++ How to Program, 3/e The Complete C++ Training Course, 3/e C++ In the Lab, 3/e C++ How to Program, 2/e The Complete C++ Training Course, 2/e Visual C++ .NET A Managed Code Approach, 1/e Getting Started with Visual C++ 6, 1/e Visual C++ .NET How to Program, 1/e C# Visual C# 2010 How to Program C# 2010 for Programmers, 4/e Visual C# 2008 How to Program, 3/e C# 2008 for Programmers, 3/e Visual C# 2005 How to Program, 2/e C# For Programmers, 2/e Simply C#, 1/e Past Editions C# A Programmer's Introduction, 1/e C# for Experienced Programmers, 1/e C# How to Program, 1/e Internet/Web/Scripting Internet & World Wide Web How to Program, 5/e Internet & World Wide Web How to Program, 4/e JavaScript for Programmers Ajax, RIAs and Web Development for Programmers Internet & World Wide Web How to Program, 3/e Perl How to Program, 1/e Python How to Program, 1/e Web Services A Technical Introduction, 1/e Past Editions Internet & World Wide Web How to Program, 2/e Internet & World Wide Web How to Program, 1/e Wireless Internet & Mobile Business Training, 1/e e-Business & e-Commerce Training Course, 1/e Wireless Internet & Mobile Business How to Program e-Business & e-Commerce How to Program, 1/e e-Business & e-Commerce for Managers, 1/e iPhone iPhone for Programmers: An-App Driven Approach Java Java How to Program, 9/e, Early Objects Version Java for Programmers, 2/e Java How to Program, 8/e, Early Objects Version Java How to Program, 8/e, Late Objects Version Java for Programmers Java How to Program, 7/e Java How to Program, 6/e Simply Java Programming, 1/e Small Java How to Program, 6/e Java Web Services for Experienced Programmers, 1/e Past Editions Java How to Program, 5/e Java Student Solutions Manual, 5/e The Complete Java 2 Training Course, 5/e Java in the Lab, 5/e Java How to Program, 4/e The Complete Java Training Course, 4/e Java in the Lab, Java How to Program, 4/e Java How to Program, 3/e The Complete Java 2 Training Course, 3/e Java How to Program, 2/e The Complete Java Training Course, 2/e Java How to Program With Intro to Visual J++, 1/e Advanced Java 2 Platform How to Program, 1/e Operating Systems Operating Systems, 3/e Visual Basic Visual Basic 2010 How to Program Simply Visual Basic 2010 Visual Basic 2008 How to Program Simply Visual Basic 2008, 3/e Visual Basic 2005 for Programmers, 2/e Visual Basic 2005 How to Program, 3/e Simply Visual Basic 2005, 2/e Past Editions Simply Visual Basic .NET 2003, 1/e Simply Visual Basic .NET, 1/e Visual Basic. NET How to Program, 2/e Visual Basic .NET for Experienced Programmers, 1/e Visual Basic 6 How to Program, 1/e XML XML How to Program, 1/e Ancillaries Errata Translations CourseSmart Online Books for College Courses Web 2 eBook Dive Into Web 2.0 eBook Overview Contents Objectives and Outline Introduction What Is Web 2.0 Search Content Networks User-Generated Content Blogging Social Networking Social Media Tagging Social Bookmarking Software Development Rich Internet Applications (RIA) Web Services, Mashups, Widgets, Gadgets Location-Based Services XML, RSS, Atom, JSON and VoIP Web 2.0 Monetization Models Web 2.0 Business Models Future of the Web Wrap-Up Where to Go for More Web 2.0 Information Web 2.0 Bibliography Web 2.0 Glossary Index About Deitel About Internet & World Wide Web How to Program
Store
FAQs
Newsletter Subscribe to the Deitel Buzz Online Newsletter Current Issue Newsletter Archive
Tutorials Free tutorials and articles
|
|
 |
|
Resource Centers >> Programming >> Ruby on Rails >> Ruby on Rails Articles |
| |
|
| Ruby on Rails Resource Center | |
| | |
|
|
| | Rails Solutions: Ruby on Rails Made Easy, by Justin Williams (January 2007). Discusses Ruby on Rails, installing Rails, Ruby for Rails developers, getting started with Rails, advanced Rails, formatting data, Ajax, bringing forms to life with Ajax, uploading files, sending attachments, authentication, session management, customizing Rails views, using Rails plug-ins and engines, deployment, caching and testing Rails. | http://www.amazon.com/Rails-Solutions-Ruby-Made-Easy/dp/1590597524/ref=sr_1_16/103-0016538-4939803?ie=UTF8&s=books&qid=1184093497&sr=8-16
|
|
| | "5 Ways to Optimize AJAX in Ruby on Rails," by Shanti Braford. Discusses a history of AJAX and Ruby on Rails (RoR), sources of latency (including the database, application execution and rendering, the webserver, the network and the browser), 5 ways to optimize a Ruby on Rails/AJAX application (with sample code), database indexing, redundant SQL queries, fragment caching, client-side and JavaScript caching. | http://www.thinkvitamin.com/features/ajax/5-ways-to-optimize-ajax-in-ruby-on-rails
|
| |
|
| | "DB2 and Ruby on Rails, Part 3: Testing with DB2 and Ruby on Rails," by John Chun, Alex Pitiqoi, Christine Law and Naomi Nqan. Discusses testing the team room application, setting up various database environments, Ruby's built-in unit tests, methods with the "test_" prefix, assertions, using validations, using assertions, testing with fixtures, sharing fixtures and testing many-to-many associations, using mock objects, testing controllers, testing email notification and subscription confirmation, performance test, running application tests using Rake (the Ruby equivalent of the make utility), DB2 rails application problem determination, the Call Level Interface (CLI) trace and the DB2 trace. | http://www.ibm.com/developerworks/db2/library/techarticle/dm-0706chun2
|
| |
|
| | "Ruby on Rails" It Makes Development Fast, Agile and Manageable," by Michael Swaine. Discusses the features of Ruby including object-oriented programming and reflection, the model component, and a conversation with David Heinemeier Hansson, the developer of Ruby on Rails. | http://www.ddj.com/dept/architect/187203512
|
|
| | "Ruby on Rails: Making Programmers Happy," an interview with David Heinemeier Hansson, creator of Ruby on Rails, and Darryl Taft, Senior editor of eWeek. Discusses the allure of Ruby on Rails, convention over configuration, instant change, full-stack framework, Ruby on Rails impact on web development, applications it is best suited for and how Ruby on Rails differs from Ruby. | http://www.eweek.com/article2/0,1895,1880280,00.asp
|
| |
| |
|
| | Ruby on Rails Quick Reference discusses creating a Rails application, creating new tables and migrations, unit testing, lists of items, templates, arrays, hashes, data objects, views, text formatting, Ajax forms, and editing. | http://blogs.tech-recipes.com/johnny/rails-quick-reference
|
|
| | "Running Ruby on Rails on Sun Java System Web Server 7.0," by Seema Alevoor and Marina Sum. Discusses what Ruby on Rails (RoR) is, what its goals are, the Sun Java Web Server 7.0; how to install the Ruby language, RubyGems and Rails, creating a "Hello World" Ruby on Rails application and configuring Web Server 7.0. | http://developers.sun.com/webserver/reference/techart/rubyonrails.html
|
|
|
| |
 |


|
|
|
|
|  | |
|