 |
 |
 |
Deitel Home About Deitel & Associates, Inc. Opportunities for Contract Trainers Media Kit Press Deitel SiteMap Deitel Gear at CafePress.com
Training On-Site, Instructor-Led Training Training Overview Course Catalog and Pricing C Programming Curriculum Overview CPlusPlus Programming Curriculum Overview Java Programming Curriculum Overview Internet & Web Programming Curriculum Overview iOS 6 App Development Visual Basic Programming Curriculum Overview Visual C# Programming Curriculum Overview Visual C++ Programming Curriculum Overview Self-Paced Training (DVD/Online)
Video
Books Intro to Python for CS and DS Python for Programmers LiveLessons Video-Based Training Swift for Programmers Swift and iOS 8 Academic Bundle Android Android 6 for Programmers: An App-Driven Approach Android How to Program, 3/e Android for Programmers, 2/e Android How to Program, 2/e Android for Programmers Android How to Program C C How to Program, 8/e C How to Program, 7/e C for Programmers with an Introduction to C11 C How to Program, 6/e C How to Program, 5/e C How to Program, 4/e C++ C++ How to Program, 10/e C++ How to Program, 9/e C++11 for Programmers, 2/e C++ for Programmers 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 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# How to Program, 6/e C# 6 for Programmers, Sixth Edition Visual C# 2012 How to Program C# 2012 for Programmers 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 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 iOS iOS 8 for Programmers Dive Into iOS 6: An App-Driven Approach iPhone for Programmers: An-App Driven Approach Java Java 9 Changes Installing JDK 9 Developer Preview Java How to Program, 11/e Java 9 for Programmers Java How to Program, Late Objects Version, 11/e Java How to Program, 10/e (Early Objects) REVEL for Deitel Java Java How to Program, 10/e, Late Objects Version Java SE 8 for Programmers, 3/e 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 Operating Systems Operating Systems, 3/e Visual Basic Visual Basic 2010 How to Program Visual Basic 2012 How to Program Simply Visual Basic 2010 Visual Basic 2008 How to Program Simply Visual Basic 2008, 3/e Ancillaries Errata Translations CourseSmart Online Books for College Courses How to Program vs. for Programmers Books
FAQs
Newsletter Subscribe to the Deitel Buzz Online Newsletter Newsletter Archive
Tutorials Free tutorials and articles
|
|
 |
|
Paul >> 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
|
|
|
|
|

|

|
|
|
|
|
 |
Update :: December 06, 2019
|
|
|
|