Arquivo para 'GIT'

“Advanced” installation of RestfulX into your Rails app

After you create your Rails project using rails , you can configure it to use RestfulX using the command script/generate rx_config. This command creates all the configuration files and downloads the RestfulX library file (restfulx_framework.1.2.4.swc, the current version while I write this post).

Alternatively you can also download the sorce of the restfulx_framework project and include it in your Flex project. To do so, use git to download the source: git clone git://github.com/dima/restfulx_framework.git. Now you shoud create the configuration files using this command: script/generate rx_config --skip-framework. The --skip-framework tells the rx_config command to generate the config files without trying to hit the server to download the framewokr library.

Leia o restante do artigo

(Português) GIT Cheat Sheet

Sorry, this entry is only available in Português.

(Português) Erro “bad line length character” no Git

Sorry, this entry is only available in Português.