Latest Tutorial News

2401-41

Javascript and physic engines

A few days ago while watching the amazing script.aculo.us combination effect demo page I thought: A physic Engine written in Javascript could be cool? With such a tool you could create ...
2401-39

BrainBuster Globalized!

During the last week I created a small patch that allows Brain Buster Logic Capthca plugin to cooperate with Globalize by asking only questions that match the specified language. To ...
2401-31

HOWTO Put a controller under a SSL subdomain

Let’s imagine that you need to create a secure login area, for example if you own http://www.domain.com you may want to put the user login page on https://secure.domain.com. How can ...
2401-29

Create a color picker helper with FormBuilder

Create a FormBuilder Using a FormBuilder is the easiest way to add new methods to a form_for block; to create a custom FormBuilder simply create a file .rb in your helper directory ...
2401-26

Howto create a new action with a resource

By the time I’m writing, RESTful applications are in very high position in the top chart of the best software architecture for web applications. So why not to talk about this new ...
2401-18

Tutorial: Opensearch with Rails 1.2 render :json

As you might have noticed this website has a personalized search plugin that you can install by click on the browser search field; in fact this plugin is just an XML file ( you can ...
2401-15

Tutorial: migrate plugin schemas using Ruby on Rails 1.2

Writing plugins is an essential task for a ninja ruby on rails programmer, plugins are flexible, portable and helps maintaining the application code really clean. But, what happens ...