December 2008
Intermediate to advanced
360 pages
8h 21m
English
Keep your Flex and Rails project under a source control management system to protect your source and manage your team’s changes to the code-base.
Use your source control system’s ignore features to make sure only the right files are managed. If you’re not sure what we mean by source control, read the discussion at the end of the recipe first.
A few files and directories shouldn’t be stored in your source control system. In general, these include any files derived from a compilation process, such as the SWF file generated from your Flex project. It’s also a great help to developers to exclude from source control the configuration files ...
Read now
Unlock full access