Application Tutorials

10 Ruby on Rails Best Practices

Posted under Ruby on Rails Tutorials on Sunday, 27 February 2011 by
f you’re new to Ruby on Rails, one of the most daunting aspects is knowing what’s the preferred way of accomplishing a given task. While a lot of techniques and libraries have come and gone as the community’s preferred way of doing something, there are some best practices that ...
10 Ruby on Rails Best Practices

Getting Started with Rails 3: Part 1

Posted under Ruby on Rails Tutorials on Sunday, 27 February 2011 by
If you’ve heard about Rails but are yet to take the plunge, there has never been a better time to dive in. Rails 3, the most recent major release, not only marks a major landmark in maturity for the framework itself, but is also a sign of a mature community. Today, I’m going to show you...
Getting Started with Rails 3: Part 1

RailsWizard – Web App for Customize and Build Rails Application Templates

Posted under Ruby on Rails Tutorials on Sunday, 27 February 2011 by
RailsWizard is a free and open source web application that helps you rapidly customize and build Rails application templates. Rails Wizard aims to get all of the repetitive startup cost out of the development process, letting you focus on getting awesome fast. It asks you to choose your...
RailsWizard – Web App for Customize and Build Rails Application Templates

8 Free Open Source Ruby on Rails Content Management System

Posted under Ruby on Rails Tutorials on Tuesday, 11 January 2011 by
In the previous post, I have discussed about open source school management system based on Ruby on Rails, Now in this post i want to share for you about 8 Free Open Source Ruby on Rails Content Management System. As we known, Ruby On Rails is an open source Web framework that help you to create web...
8 Free Open Source Ruby on Rails Content Management System

RailsWizard – Web App for Customize and Build Rails Application Templates

Posted under Ruby on Rails Tutorials on Tuesday, 11 January 2011 by
RailsWizard is a free and open source web application that helps you rapidly customize and build Rails application templates. Rails Wizard aims to get all of the repetitive startup cost out of the development process, letting you focus on getting awesome fast. Read...
RailsWizard – Web App for Customize and Build Rails Application Templates

Ruby on Rails for Designers

Posted under Ruby Tutorials on Thursday, 11 June 2009 by
Ruby on Rails for Designers View...
Ruby on Rails for Designers

Rapid web design with bind

Posted under Ruby Tutorials on Thursday, 11 June 2009 by
Bind allows you to invoke actions whenever a file system event has occurred. For example refreshing any number of browsers concurrently in the background while editing website assets. This is a life saver for cross browser JavaScript, CSS, or even HTML web design. View...
Rapid web design with bind

Ruby Performance Misconceptions

Posted under Ruby Tutorials on Thursday, 11 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

Sexy Benchmarks With RGauge

Posted under Ruby Tutorials on Thursday, 11 June 2009 by
So simple and easy I do not even need to speak in this screencast! View...
Sexy Benchmarks With RGauge

Rack Middleware Tutorial

Posted under Ruby Tutorials on Thursday, 11 June 2009 by
So you discovered Ruby's Rack 'web framework framework', and would like to know how to extend it, this is done using Rack middleware. We will go through creating a basic Rack application, and a JSON response middleware. View...
Rack Middleware Tutorial

Metaclasses Made Easy

Posted under Ruby Tutorials on Thursday, 11 June 2009 by
Be confused no more! metaclasses and metaprogramming explained with great ease. View...
Metaclasses Made Easy

Parsing gettext strings with Ruby

Posted under Ruby Tutorials on Thursday, 11 June 2009 by
Basic hash, regular expressions and blocks tutorial. View...
Parsing gettext strings with Ruby
Page 1 of 1312345678...Last »