<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1 +1 @@
-# Rake Tasks, Plugins e Scripts
+# Rake Tasks, Plugins and Scripts</diff>
      <filename>text/08_Rake Tasks/00.markdown</filename>
    </modified>
    <modified>
      <diff>@@ -1,29 +1,29 @@
-## Tasks
-
-### rails:update
-
-A partir de agora toda vez que se executar a tarefa **rake rails:freeze:edge** tamb&#233;m ser&#225; executado o **rails:update**, atualizando os arquivos de configura&#231;&#227;o e *JavaScript*.
-
-### Banco de dados em 127.0.0.1
-
-Foi feita uma altera&#231;&#227;o no arquivo databases.rake que antes s&#243; considerava um banco de dados local como estando em localhost para considerar tamb&#233;m o IP **127.0.0.1**. Isto funciona tanto para a tarefa **create** como para **drop**. O arquivo databases.rake tamb&#233;m foi refeito para tornar o c&#243;digo menos repetitivo.
-
-### Congelando um release espec&#237;fico do Rails
-
-At&#233; ao Rails 2.1 n&#227;o era poss&#237;vel congelar o Rails em seu projeto pela vers&#227;o, somente pela revis&#227;o. No Rails 2.1, poderemos congelar um release espec&#237;fico com o comando abaixo:
-
-	rake rails:freeze:edge RELEASE=1.2.0
-
-## TimeZone
-
-#### rake time:zones:all
-
-Retorna todos os time zones que o Rails reconhece, agrupados por offset. Voc&#234; tamb&#233;m pode filtrar o retorno usando o par&#226;metro opcional OFFSET, por exemplo: OFFSET=-6.
-
-#### rake time:zones:us
-
-Exibe uma lista com todos os time zones dos USA. A op&#231;&#227;o OFFSET tamb&#233;m vale aqui.
-
-#### rake time:zones:local
-
-Retorna os time zones que o Rails conhece que est&#227;o no mesmo offset do seu sistema operacional.
+## Tasks
+
+### rails:update
+
+From now on everytime you run the task **rake rails:freeze:edge** it will also run **rails:update**, updating the config files and *JavaScripts*.
+
+### Database in 127.0.0.1
+
+A change was made in the file databases.rake that used to look only in localhost for local databases, it will now also consider the IP **127.0.0.1**. This works for both **create** and **drop** tasks. The databases.rake file was also refactored to make the code less repetitive.
+
+### Freezing a specific Rails release.
+
+Until Rails 2.1 it wasn't possible to freeze a specific Rails release inside your project, you could only use its Revision as a parameter. In Rails 2.1, we can freeze a specific release using the command below:
+
+	rake rails:freeze:edge RELEASE=1.2.0
+
+## TimeZone
+
+#### rake time:zones:all
+
+Return all the time zones known to Rails, grouped by offset. You can also filter the return value using the optional parameter OFFSET, for instance: OFFSET=-6.
+
+#### rake time:zones:us
+
+Shows a list with all US time zones. The OFFSET option is still valid here.
+
+#### rake time:zones:local
+
+Return all the time zones known to Rails that are in the same offset of your OS.</diff>
      <filename>text/08_Rake Tasks/01_tasks.markdown</filename>
    </modified>
    <modified>
      <diff>@@ -1,13 +1,13 @@
-## Scripts
-
-### plugin
-
-O comando script/plugin install agora permite o uso da op&#231;&#227;o &#8211;e/--export, para que ele use um svn export. 
-Foi adicionado o suporte a plugins hospedados em reposit&#243;rios GIT.
-
-
-### dbconsole
-
-Esse script faz a mesma coisa que o script/console mas para o banco de dados. Em outras palavras ele entra no cliente de linha de comandos do banco de dados.
-
-Analisando o c&#243;digo, aparentemente isto s&#243; vai funcionar para bancos de dados mysql, postgresql, sqlite(3). Quando um banco diferente estiver configurado no arquivo database.yml e este comando for executado, a mensagem &quot;not supported for this database type&quot; ser&#225; exibida no terminal.
+## Scripts
+
+### plugin
+
+The command script/plugin install now allows the use of &#8211;e/--export option, so that it issues a svn export. 
+Added support for plugins hosted in GIT repositories.
+
+
+### dbconsole
+
+This script does the same thig as script/console but for your database. In other words it connects to the command line client of your database.
+
+Looking at the code, this apparently will only work for mysql, postgresql and sqlite(3). When another database is configured in database.yml, this script will show: &quot;not supported for this database type&quot;.</diff>
      <filename>text/08_Rake Tasks/02_scripts.markdown</filename>
    </modified>
    <modified>
      <diff>@@ -1,13 +1,13 @@
-## Plugins
-
-### Gems podem ser plugins
-
-Agora, qualquer gem que possua um arquivo **rails/init.rb** na sua &#225;rvore de diret&#243;rio pode ser instalado dentro do diret&#243;rio **vendor** do seu projeto Rails como se fosse um **plugin**.
-
-### Usando generators em plugins
-
-&#201; poss&#237;vel configurar o **Rails** para procurar por **plugins** em outro lugar diferente do diret&#243;rio **vendor/plugins**, apenas incluindo uma linha de c&#243;digo no arquivo **environment.rb**.
-
-	config.plugin_paths = ['lib/plugins', 'vendor/plugins']
-	
-Por&#233;m na vers&#227;o 2.0 do Rails, havia um bug com esta configura&#231;&#227;o que se manifestava quando o plugin tinha generators. Por causa desse bug o Rails s&#243; encontrava generators em plugins que estivessem no diret&#243;rio **vendor/plugins**. Na vers&#227;o 2.1 esse bug foi corrigido.
\ No newline at end of file
+## Plugins
+
+### Gems can be plugins
+
+Now, any gem that has a **rails/init.rb** file can be installed inside the **vendor** directory of your Rails project just like a **plugin**.
+
+### Using generators in plugins
+
+It's possible to configure **Rails** to search for **plugins** in toher places then the **vendor/plugins** directory, just including this line of code in your **environment.rb**.
+
+	config.plugin_paths = ['lib/plugins', 'vendor/plugins']
+	
+Rails 2.0, however, had a bug in this configuration that showed up when the plugin had generators. Because of that bug Rails only found generators in plugins that were inside the **vendor/plugins** directory. In 2.1 this bug was squashed.
\ No newline at end of file</diff>
      <filename>text/08_Rake Tasks/03_plugins.markdown</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>6287bb5d39dacb20d536da93879633365c085c00</id>
    </parent>
  </parents>
  <author>
    <name>escobera</name>
    <email>rbocosta@gmail.com</email>
  </author>
  <url>http://github.com/carlosbrando/rails21-book/commit/5553c13fc59bf03b01ab81d97f6b3ceb2de71875</url>
  <id>5553c13fc59bf03b01ab81d97f6b3ceb2de71875</id>
  <committed-date>2008-06-09T11:36:34-07:00</committed-date>
  <authored-date>2008-06-09T11:36:34-07:00</authored-date>
  <message>traduzindo 08_Rake Tasks</message>
  <tree>6fe212773559edd7731b2e96d8cce006ffa069ad</tree>
  <committer>
    <name>escobera</name>
    <email>rbocosta@gmail.com</email>
  </committer>
</commit>
