Every repository with this icon (
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Thu Jul 02 03:17:44 -0700 2009 | |
| |
CHANGELOG | Sun Feb 24 14:30:30 -0800 2008 | |
| |
Capfile | Mon Oct 20 07:19:45 -0700 2008 | |
| |
MIT-LICENSE | Mon Mar 03 06:15:35 -0800 2008 | |
| |
README.textile | Tue Sep 22 08:54:51 -0700 2009 | |
| |
Rakefile | Thu Jul 02 03:17:44 -0700 2009 | |
| |
app/ | Tue Oct 13 03:23:57 -0700 2009 | |
| |
config/ | Tue Oct 13 03:23:57 -0700 2009 | |
| |
db/ | Tue Oct 13 03:23:57 -0700 2009 | |
| |
doc/ | Sun Feb 24 04:36:56 -0800 2008 | |
| |
lib/ | Tue Sep 22 08:54:51 -0700 2009 | |
| |
public/ | Tue Sep 22 08:54:51 -0700 2009 | |
| |
script/ | Mon Sep 14 04:31:40 -0700 2009 | |
| |
spec/ | Wed May 06 08:26:14 -0700 2009 | |
| |
stories/ | Thu Oct 23 02:38:17 -0700 2008 | |
| |
test/ | Tue Oct 13 03:23:57 -0700 2009 | |
| |
vendor/ | Tue Oct 13 03:23:57 -0700 2009 |
Welcome to BaseApp-Orange v3
PT
Este é um fork do projecto BaseApp na tentativa de o tornar mais adequado à maioria dos nossos projectos e servir de uma base de trabalho sólida e rápida de implementar.
Em vez de repetir o mesmo trabalho, porque não criar uma base?
Mais info em http://reinventar.com/2009/03/baseapp-orange/
- ADMIN: *
- username: admin
- pass: ‘yippeekayea’
Principais diferenças do BaseApp Original:
- Traduzido para PT (íncluindo i18n locale)
- Páginas e sub-páginas que podem ser ordenadas
- Notícias
- Snippets
- Campos para meta tags (descrição, keywords e permalink)
- Tema para admin com (with famfamfam icons)
- Usa Rails 2.3.4
- Iphone Checkboxes http://awardwinningfjords.com/2009/06/16/iphone-style-checkboxes.html
- Plugins íncluidos
- Jrails para suporte JQuery (remover se preferir Prototype)
- TinyMCE para editar páginas com html
- Will Paginate
- Paperclip para upload de ficheiros
- Acts as taggable para tags
- RSPEC para testes
- OpenID
- Permalink_fu para criar links bonitos (SEO)
- Bundle_fu para comprimir ficheiros javascript e css num só.
- Inherited_resources para reduzir código em controllers REST
- Admin generator para facilitar a criação de páginas no admin
- NewRelic RPM gem
- TODO *
- Suporte total i18n
- Incluir Testes com RSPEC para os models
EN
Before you start. This is a fork from BaseApp in attempt to make it a more suitable backoffice and structure for my own projects but it might have something you like, so why not contribute?
More info at http://reinventar.com/2009/03/baseapp-orange/
Main diferences from BaseApp:
- Pages, sub-pages and expand/colapse rows in the admin
- News
- Multi-Language (not yet fully implemented)
- Snippets
- Fields for meta description, keywords, and permalink
- Fully translated to portuguese (also included i18n locale)
- Pretty admin theme (with famfamfam icons)
- Iphone Checkboxes http://awardwinningfjords.com/2009/06/16/iphone-style-checkboxes.html
- Other plugins included
- Jrails for (jQuery support)
- Bundle-fu instead of asset_packager
- FckEditor to edit pages with image file upload support
- WillPaginate Gem
- Paperclip for uploading files
- Permalink-fu for generating erm, permalinks? (SEO)
- Acts as taggable
- RSPEC
- OpenID authentication
- Bundle_fu to compress several js and css files into one
- Inherited_resources to reduce code in REST controllers
- Admin generator to create admin pages and code
- NewRelic RPM gem
- TODO *
- Full i18n support with multi-languages for frontend && backoffice
- Frontend implementation of pages, snippets and languages
- Add Rspec TESTS for all models and admin controllers
This is a early build.
What is BaseAPP
BaseApp is a default Ruby on Rails project that kick-starts your next Rails project.
Read the next paragraph for a quickstart. Head over to http://baseapp.org for more detailed documentation or http://baseapp.lighthouseapp.com to report bugs and request features.
Quickstart
Ok, before you dive in :-)
These 6 simple steps are the essentials to get you smoothly up and running…
- Create your own config/database.yml (you can copy one of the sample files in there and edit it)
- Edit the config/config.yml file to suit your needs
- Open a shell and run
rake db:migrateto create your database and setup the prepared defaults. - Start your server with
./script/server - Open up http://localhost:3000 and login with username ‘admin’ and password ‘yippeekayea’.
Configatron vs. Settings
Previously, site settings were stored in the database. Now, you have two options for storing configuration settings.
1. Configatron config/config.yml
All default configuration options that are not ‘user changeable’ should go in config/config.yml. This uses the Configatron gem (frozen in vendor/gems).
To retrieve the site name you may use ‘configatron.site_name’ everywhere in your code.
2. Settings in database
It’s still possible to store user changeable settings in the database model Setting.
Note: As long as there are no Settings in the database, the ‘Settings’ tab for the administrator is hidden. Once you add a Setting to the database through a migration (or otherwise), the Settings tab will show up.
Features
- Layout
- Tabs
- Global links
- Optional sidebar
- Notice, warning and error flash messages
- Both a default stylesheet as well as a ‘clean’ one are included for easy layout development.
- Default dashboard page
- Administration panel where you can:
- Manage users (add, delete, purge, suspend, activate, send new passwords)
- Manage settings
- User authentication, with password recovery and login recovery and account activation (by email)
- User Profiles:
- Location, Website, Full name fields by default, easily extendible.
- Gravatar for avatar support
- Very useful Rails plugin available:
- restful_authentication
- acts_as_state_machine
- asset_packager
- Multi-stage deployments according to the D-TAP system (Development, Testing, Acceptance, Production). If you don’t want to use, production is the default deployment option. more info
Features, bugs and development!
BaseApp is open source software and relies on your contributions to grow! We have some useful utilities that may help you out.
The BaseApp website provides you with up-to-date development information and the latest news regarding BaseApp.
GitHub always contains the latest BaseApp code. Fork your own development branch here if you wish to contribute code.
Pull requests should be send to ‘ariejan’ to include them in the main BaseApp code base.
Bug reports and feature requests should be posted in LightHouse.
Bugs always have priority over new features! But, you’re free to help out with whatever you want.
Credits
BaseAPP is developed by Kabisa ICT, Ariejan de Vroom and a whole bunch of cool contributors.
BaseApp is released to the public under the MIT license.







