ruby's tag archives

Advice to Rails Beginners: Follow Conventions

Posted under Ruby on Rails Tutorials on Tuesday, 9 June 2009 by
An introduction to Ruby and Rails conventions that all Rails beginners should learn to follow. View...
Advice to Rails Beginners: Follow Conventions

HOWTO: Make a Rails Plugin From Scratch

Posted under Ruby on Rails Tutorials on Tuesday, 9 June 2009 by
Learn how to make a Ruby on Rails plugin step by step. View...
HOWTO: Make a Rails Plugin From Scratch

Refactoring on Rails: Multiple Scopes in Controller

Posted under Ruby on Rails Tutorials on Tuesday, 9 June 2009 by
Introduction to a couple of refactoring methods for Ruby on Rails. View...
Refactoring on Rails: Multiple Scopes in Controller

Introduction to Form Helpers

Posted under Ruby on Rails Tutorials on Tuesday, 9 June 2009 by
A handy introduction to Ruby on Rails form helpers. View...
Introduction to Form Helpers

Rails Migrations For Beginners

Posted under Ruby on Rails Tutorials on Tuesday, 9 June 2009 by
A beginners tutorial on how to use migrations in your Ruby on Rails app.. View...
Rails Migrations For Beginners

Posted under Ruby on Rails Tutorials on Tuesday, 9 June 2009 by
TWith the launch of two new topics on Good-Tutorials (“Ruby” and “Rails”), I thought it might be good to start at the absolute beginning of Ruby on Rails development, given that a number of Good-Tutorials visitors are probably completely new to the language and framework. This will...

How to script a Java application with Groovy, Jython, JRuby and JavaScript

Posted under Java Application Tutorials on Tuesday, 9 June 2009 by
In Java 6 standard support for scripting engines was introduced (JSR 223: Scripting for the JavaTM Platform). This tutorial describes how to design a scriptable application and what you need to do to allow the users to write scripts for your application in various scripting...
How to script a Java application with Groovy, Jython, JRuby and JavaScript

Drupal command line utility

Posted under Php Tutorials on Saturday, 6 June 2009 by
Develop Drupal PHP modules in seconds using a simple yet powerful Ruby gem. View...
Drupal command line utility

The Basics of Ruby

Posted under Ruby Tutorials on Thursday, 4 June 2009 by
This is a detailed beginner's introduction to Ruby. It covers general language constructs like loops, arrays, and collections, and it also covers more intermediate topics like regular expressions, file IO, object oriented programming, and exceptions. View...
The Basics of Ruby

Ruby multi-threaded operations screencast

Posted under Ruby Tutorials on Thursday, 4 June 2009 by
Speed up your program using ruby threads View...
Ruby multi-threaded operations screencast

Parsing gettext strings with Ruby

Posted under Ruby Tutorials on Thursday, 4 June 2009 by
Basic hash, regular expressions and blocks tutorial. View...
Parsing gettext strings with Ruby

Ruby Performance Misconceptions

Posted under Ruby Tutorials on Thursday, 4 June 2009 by
It is a common Ruby misconception that certain argument handling techniques are faster than others, as well as using constants will increase the performance of your app compared to that of using locally scoped literals for regular expressions, strings, etc. Some frameworks such as Merb take...
Ruby Performance Misconceptions
Page 5 of 6123456