Daily ArchiveFriday, December 2nd, 2005
Uncategorized 02 Dec 2005 07:06 pm
.rjs Templates Sans Edge
“Marcel Molina Jr. recently announced that RJS templates would not be included in the 1.0 release of Rails, but that they might include them as a plugin.
I thought that it was about time for me to learn the plugin system in Rails anyway, so I packaged up all of Sam Stephenson’s hard work on the RJS templates from changesets 3078 and 3084 and turned it into a plugin.”
Since it was announced that the new .rjs templates wouldn’t be shipping with Rails 1.0, Cody Fauser went ahead and packaged them up as a plugin. You can use the plugin with the rails stable trunk or the 0.14.3 gem.
.rjs templates are well worth looking into if you do any ajax in your views. Thanks Cody!