Rails String Core Extensions Cheatsheet

Posted by Vincent Woo Mon, 16 Jul 2007 22:43:00 GMT

PNG PDF



References
/CoreExtensions/String/Access.html
/CoreExtensions/String/Conversions.html
/CoreExtensions/String/Inflections.html
/CoreExtensions/String/Iterators.html
/CoreExtensions/String/StartsEndsWith.html
/CoreExtensions/String/Unicode.html
/CoreExtensions/Time/Conversions.html
Changing default date format in Rails @ Ruby Forum
Rails Rubyisms Advent @ errtheblog.com

Posted in ,  | Tags , , , , ,  | 1 comment | no trackbacks

Active Resource Cheatsheet

Posted by Vincent Woo Thu, 17 May 2007 03:50:00 GMT


PNG | PDF


References
The Ins and Outs of ActiveResource
ActiveResource Gets Custom Methods
Active Resource Tutorial
Taking ARes Out For a Test Drive
active resource rdoc

Posted in ,  | Tags , , , , ,  | no comments | no trackbacks

Simply Restful Cheatsheet

Posted by Vincent Woo Sat, 19 Aug 2006 22:27:00 GMT

It was recently incorporated into Rails proper so it seemed like a good time to dive into the Simply Restful functionality. Not much documentation exists for it but many blogs have already posted tutorials.

The results of the past day or two’s tinkering distilled into a single 8.5 X 11 sheet:

.png .pdf


References
Ryan’s Scraps (1)
Ryan’s Scraps (2)
scottraymondnet
Riding Rails
Meta|ateM
anthonyeden.com

Posted in  | Tags , , , ,  | no comments | no trackbacks

Updated Cap Cheatsheet

Posted by Vincent Woo Thu, 17 Aug 2006 03:09:00 GMT

Went a little further with the Capistrano setup and realized that I completely ignored mongrel and its cluster plugin. So after a few deletions here and some revising there, an updated cheatsheet is now ready for your downloading pleasure.

.png .pdf

Posted in  | Tags , , ,  | no comments | no trackbacks

Capistrano Cheatsheet

Posted by Vincent Woo Tue, 15 Aug 2006 04:31:00 GMT

I recently looked into using Capistrano for deploying webapps to the server. I needed to extend some of the tasks since I won’t be using fcgi so I spent the time mapping out how the tasks relate to one another. Let me know if there are errors for me to correct.


.png .pdf

Posted in  | Tags ,  | no comments | no trackbacks