Brazilian Rails agora no github
Publicado; 23/04/2008 Filed under: ruby | Tags: brazilian_rails, git, github, plugins, rails, ruby Comentários desativadosConforme o post que o tapajós comentou no blog da Improve It, agora temos o plugin Brazilian Rails no github.
No Rails edge (futuro 2.1):
ruby script/plugin install git://github.com/tapajos/brazilian-rails.git
Nas versões anteriores:
ruby script/plugin install svn://rubyforge.org/var/svn/brazilian-rails
O repositório SVN é apenas um espelho da versão git para facilitar a instalação nas versões anteriores.
Novidades no Brazilian Rails
Publicado; 18/04/2008 Filed under: ruby | Tags: brazilian_rails, plugins, rails, ruby 1 Comment »Olhando os tickets do plugin, resolvi colocar a mão no código para resolver alguns BUGs identificados e solicitações de funcionalidades. Também por e-mail, uma requisição por Guilherme Garnier.
Então, o que mudou?
1) Refatoração nos testes de String
2) Novas mensagens de erros
3) Acerto na acentuação das constantes MONTHNAMES e DAYNAMES para Date e Time
4) Adicionando mais um teste para titleize
LEMBRANDO QUE NA PRÓXIMA ATUALIZAÇÃO, SERÁ REMOVIDO OS MÉTODOS upcase_br E downcase_br, ENTÃO, SE PREPARE.
:)
BUGFIX no plugin Integration
Publicado; 02/04/2008 Filed under: ruby | Tags: improve it, plugins, rails, ruby Comentários desativadosOntem, pude contribuir com o plugin Integration, enviando um BUGFIX. E já está no ar!
Nas últimas versões rolaram:
- Version 0.2.3 – BUG FIX: Rake db:migrate fails when default ENV['RAILS_ENV'] is used. Thanks to Celestino Gomes for fix this bug.
- Version 0.2.2 – Removed vendor/plugins/* commit. This commit is necessary when use plugins with externals but it isn`t a good practice. Piston is the correct way to use externals plugins. If you want to use externals commit in your integration process you can create a svn:commit:after task.
- Version 0.2.1 – BUG FIX: Setting ENV['RAILS_ENV'] wasn’t affecting migrations. This bug fix changes this behavior and makes sure that ENV['RAILS_ENV'] set by the user will always be respected, for all tasks. Thanks to Sylvestre Mergulhão for point this out.
- Version 0.2 – Added support for ENV['SKIP_COMMIT_MESSAGES'].





