1.
Learning Ruby on Rails: added method to help create and drop ...
Dec 14, 2007 ... def create_foreign_key(table, column, foreign_table, foreign_column) ... Ruby on Rails Quick Reference · Drop Derby and goes back to MySql ...
2.
Learning Ruby on Rails: Using Captchator service in Rails
Here is an article, Captchator on Rails, from ERR THE BLOG on how to use the Captchator web service within your Rails application. ...
3.
Learning Ruby on Rails: NetBeans IDE 6.0 M10 is out
NetBeans IDE 6.0 M10 is out. Netbeans 6.0 M10 is out. There are many editing and debugging improvement for RHTML files. Here is the new feature sections for ...
4.
Learning Ruby on Rails: begin rescue else end
begin # Your normal code block rescue SomeException # ... handling exception else # This part only run if the main code did not throw # an exception. ensure ...
5.
Learning Ruby on Rails: Paging in Rails
The author of ERR THE BLOG finds paging in Rails not up to his standard so he wrote his own paging code. He packed it up as a plugin and now we all can ...
6.
Learning Ruby on Rails: NetBeans IDE 6.0 M9 is out
I just saw that NetBeans 6 Milestone 9 was released. Go here to see all the changes for M9. There are many new features added for Javascript. ...
7.
Learning Ruby on Rails: Use Google's smtp server within your Rails ...
If you use Google Apps for your domain and has a need to use Google's smtp server to send out email within your Rails application then head over to ...
8.
Learning Ruby on Rails: AUTO_INCREMENT MySQL
There is a bug in MySQL that reset AUTO_INCREMENT if an index is added and the table is empty. I found a ticket regarding this issue in Ruby on Rails' bug ...
9.
Learning Ruby on Rails: form_remote_tag with ajax and none ajax action
It would not only give back to the community but I expect it would help us both, in furthering our knowledge of Ruby on Rails. ...
10.
Learning Ruby on Rails: AUTO_INCREMENT MySQL
I found a ticket regarding this issue in Ruby on Rails' bug tracker but it won't be fix because it is a MySQL bug. Anyway, I reset AUTO_INCREMENT to my ...