tom
unread,Sep 22, 2011, 5:51:53 PM9/22/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to restfulx-framework
hi, i downloaded restfulx from source, built it and installed the gem.
then i created a rails 3 app via the rails-generators. i added
restfulx to my rails gem file, run bundle and it seems to b ok. firing
up a console:
irb(main):002:0> [1,1].to_fxml
NoMethodError: undefined method `to_fxml' for [1, 1]:Array
1)so im not sure, is it not really installed?
2)what r the steps to get restfulx integrated - what do i need on the
server side (initializers?!) ?
tia
best tom