10 Source Control Flex and Rails Projects

Goal

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.

Solution

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.

Ignoring Files in Subversion

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 ...

Get Flex on Rails: Building Rich Internet Applications with Adobe Flex 3 and Rails 2 now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.