To generate a model called cart:
script/generate model cart
To remove this model called cart:
script/destroy model cart
About ruby on rails, hackintosh, iphone3g and etc.
Before we begin, if you are behind a proxy, open the command prompt and give the following command:
>Set HTTP_PROXY=http://:
For example, if the address of the proxy server is 192.168.1.1 and the port number is 9090, then you would have to give the following at the command prompt:
>set HTTP_PROXY=http://192.168.1.1:9090
Next, give the following command at the prompt:
>gem update