Friday, January 30, 2009

FunFX 0.2.2 released on Rubyforge

Hi everybody.

Again I am so sorry that I have not updeted this blog.

But now we have released the 0.2.2 version on Rubyforge. Have not yet had the time to get up and going a real getting started guide. But have started one here http://wiki.github.com/peternic/funfx

Please just edit the page and add what ever you find missing or is nice to know for the next person.

To install FunFX: gem install funfx :-)

7 comments:

Kaustubh said...

'Getting the Flex application ready for testing' in http://wiki.github.com/peternic/funfx

Can you please add details for 'how to get ready with flex app with the regular Flex compiler either with Flex Builder or the command line Flex compiler?'

Are we using same old 'AutomationGenricEnv.xml' or the new 'AutoQuickEnv.xml' for new version of funfx?

Peter Motzfeldt said...

Hi, sorry for this extremely late response.

I have updated the wiki now. And for you question about the xml file, it is now compiled into the funfx swc file, so you do not need to think about it.

But I have realised that we should be able to use a custom xml file if one wants to, because of custom components.

taho said...

Hi,
How can we define custom components without the AutomationGenericEnv.xml ?

Thanks a lot for your work and your answer.

Regards

Peter Motzfeldt said...

Hi, I am currently trying to do a fix for that. I am making it so that you can choose by a specific flashvar if you want to use your own custom xml file.

It is out on github, but will document it soon.

taho said...

Hi,

Great! Thanks for your anwser.

I will try to figure it out from github.

Please keep up the good work.

Ralf Bokelberg (rbokel) said...

Trying to run it from Vista with Firefox i get the following error. Any pointers would be very much appreciated.

Best,
Ralf

C:/apps/ruby/lib/ruby/gems/1.8/gems/activesupport-2.3.4/lib/active_support/depen
dencies.rb:443:in `load_missing_constant': uninitialized constant Element (NameE
rror)
from C:/apps/ruby/lib/ruby/gems/1.8/gems/activesupport-2.3.4/lib/active_
support/dependencies.rb:80:in `const_missing'
from C:/apps/ruby/lib/ruby/gems/1.8/gems/activesupport-2.3.4/lib/active_
support/dependencies.rb:92:in `const_missing'
from C:/apps/ruby/lib/ruby/gems/1.8/gems/funfx-0.2.2/lib/funfx/browser/f
irewatir.rb:14
from C:/apps/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:i
n `gem_original_require'
from C:/apps/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:i
n `require'
from C:/workspace/fb-3.0.1/ds/TestFunFx/build/run-test.rb:2

Ralf Bokelberg (rbokel) said...

Ok, i think i found waht was missing.
1. The test script was missing a include FireWatir statement
2. in browser/firewatir.rb you need to replace DOCUMENT_VAR with the lowercase version of it

I'm a ruby beginner and found this by try and error, so bear with me, if it is not the correct way.