17 December 2007
RubyAMF with Rails 2.0
Posted by bryanc under: programming; rubyamf .
The RubyAMF blog was updated recently with information on RubyAMF support for Rails 2.0. So far only one major bug and two minor ones have been found. All three are being zapped as we speak.
- Use of render :amf in a controller
- Install script should modify initializers/mime_types.rb
- rubyamf_config.rb should go in initializers
The use of render :amf was the bug that my RAMF tutorial attempted to address. Tony Hillerson has committed a much more elegant fix so the tutorial will be updated once it becomes official.


