This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
README.rdoc | ||
| |
app-template.rb | ||
| |
deploy/ | ||
| |
locale/ | ||
| |
smtp/ |
README.rdoc
app-template
Template para gerar uma nova aplicação Rails.
Conteúdo
- Inicia um novo repositório GIT
- Cria arquivo .gitignore
- Cria copias do arquivos config/database.yml
- Remove arquivos desnecessários
- Baixa arquivo locale/pt-BR.yml
- Gera um controller home e define como map.root
Plugins
- paperclip
- jrails
- restful_authentication
- nifty-generators (github.com/jtadeulopes/nifty-generators)
- booleanize
- i18n_label
Testes
- rspec
- remarkable
- baixa arquivo config/pt-BR-remarkable.yml
- remarkable_paperclip
- remarkable_extensions
- remarkable_authlogic
- machinist
Gems
- authlogic
- formtastic
- baixa locale/pt-BR-formtastic.yml
- searchlogic
- brazilian-rails
- rack (requer para hospedagem na Locaweb)
Capistano
- capify!
- baixa receita de github.com/jtadeulopes/app-template/raw/master/deploy/deploy.rb
Usando
git clone git://github.com/jtadeulopes/app-template.git rails my_app_rails -m app-template/app-template.rb
OU
rails my_app_rails -m http://github.com/jtadeulopes/app-template/raw/master/app-template.rb
Copyright © 2009 Jésus Lopes, released under the MIT license








