Should I put my flex project within my rails project?
Posted
by ChrisInCambo
on Stack Overflow
See other posts from Stack Overflow
or by ChrisInCambo
Published on 2009-09-24T23:52:19Z
Indexed on
2010/03/31
22:03 UTC
Read the original article
Hit count: 331
flex
|ruby-on-rails
I have a project with a RESTful Rails back-end and a Flex front-end, first time for me with this combo and I debating whether to put the flex source somewhere inside the Rails folder hierarchy or making it a separate project. If I do so which folder would be most suitable /lib?
Also be doing one click deployment with Vlad which can also compile the flex app and dump it in the public folder.
Or does anyone have any good reasons why the flex project shouldn't reside within the Rails folder hierarchy?
Cheers
© Stack Overflow or respective owner