added the ACTIVE_RECORD_ERRORS error type.
updated changelog, added revision 1.3 notes. fixed a an issue in actions.rb with catching exceptions while doing the ResultAdapterAction. Added active record error handling in the adapter, now raises exceptions with active record errors..
adding 1.2 revision 597. This adds the install.rb file for rails.
latest rubyamf version
removed for now.. testing
latest rubyamf for rails
new current dir
removed current.
latest install script
moved rubyamf_controller into this dir. makes more sense
deleted rubyamf_controller. it now exists in rubyamf_core/app/
removed this temp install file. was just for testing.
latest install script
added the "current" directory for rails plugin script. This is always the latest release.
added the always current directory for rails plugins.
added change log to the release files
initial commit to new "trunk" directory. This is the "edge" directory
updated for respond_to support.
updated the rubyamf_controller for respond_to support.
changed some comments.
add this session file. not being used but will bei n the future
took out some puts statements
updated readme..
fixed issue with writing the correct dataprovider / recordset if flash 9 but not flex
added reload_services. added include RUBYAMF::App, RUBYAMF::Util
took out class_file,line,level from AS3Fault.. was causing referenceErrors in Flex
updated the gateway.recordset_format to fl8
changed amf_credentials hash to use symbols
fixed some spelling issues
added string utils. snake_case
fixed some authentication logic when returning false / returning faultObjects / raising faultOBjects.. FaultObjects can't be raised
fixed authentication issues..
added catch for nil when reading length on AMF0 array
fixed mongrel daemonize problem. added Process output statement to mongrel and lighttpd startup scripts
latest