<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,19 +1,22 @@
-#Add the below code in your ~/.bashrc file and restart the console session.
-#Aliases for Rails commands
+#In Linux, add the below code in your ~/.bashrc file and restart the console session.
+#In Mac, add the below code in your ~/.bash_profile and restart the console session.
 
+#Aliases for Rails commands
   alias d=&quot;ruby script/destroy&quot;
   alias s=&quot;ruby script/server&quot;
   alias st=&quot;ruby script/server -e test -p 4000&quot;
   alias c=&quot;ruby script/console&quot;
   alias a=&quot;autotest -rails&quot;
   alias migrate=&quot;rake db:migrate&quot;
+
+# Rails Generators
   alias g=&quot;ruby script/generate&quot;
   alias model=&quot;g model&quot;
   alias controller=&quot;g controller&quot;
   alias scaffold=&quot;g scaffold&quot;
   alias migration=&quot;g migration&quot;
 
-# RSpec
+# RSpec Generators
   alias rspec_model=&quot;g rspec_model&quot;
   alias rspec_controller=&quot;g rspec_controller&quot;
   alias rspec_scafold=&quot;g rspec_scaffold&quot;</diff>
      <filename>for_linux/alias_rails_commands</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>758e8076510f2b86dee614a823b34876120f9e27</id>
    </parent>
  </parents>
  <author>
    <name>tinogomes</name>
    <email>tinorj@gmail.com</email>
  </author>
  <url>http://github.com/tinogomes/atalhos-para-rails/commit/5cb36da9cc3716a0eebc64f4cc7c38f9223f85a1</url>
  <id>5cb36da9cc3716a0eebc64f4cc7c38f9223f85a1</id>
  <committed-date>2008-07-11T15:55:46-07:00</committed-date>
  <authored-date>2008-07-11T15:55:46-07:00</authored-date>
  <message>Instru&#231;&#227;o para instala&#231;&#227;o no Mac</message>
  <tree>b576200302b22365c2750b74e8b957d859ed1ae4</tree>
  <committer>
    <name>tinogomes</name>
    <email>tinorj@gmail.com</email>
  </committer>
</commit>
