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 (
commit 3c00bd11ac530065811ca9feb658d21df8736091
tree da797ce3cfc7c5ff8f93ee6746b49cc30068977f
parent 19659d9bba1273fd7ec635b45613f4efb6b9f8e8
tree da797ce3cfc7c5ff8f93ee6746b49cc30068977f
parent 19659d9bba1273fd7ec635b45613f4efb6b9f8e8
| name | age | message | |
|---|---|---|---|
| |
MIT-LICENSE | Sun Jul 12 12:46:45 -0700 2009 | |
| |
README | Fri Jul 10 20:50:31 -0700 2009 | |
| |
Rakefile | Fri Jul 10 19:03:21 -0700 2009 | |
| |
app/ | Sun Jul 12 12:42:55 -0700 2009 | |
| |
config/ | Sun Jul 12 12:42:55 -0700 2009 | |
| |
db/ | Fri Jul 10 19:03:21 -0700 2009 | |
| |
doc/ | Fri Jul 10 20:50:31 -0700 2009 | |
| |
log/ | Sun Jul 12 12:42:55 -0700 2009 | |
| |
public/ | Sun Jul 12 12:42:55 -0700 2009 | |
| |
script/ | Fri Jul 10 19:03:21 -0700 2009 | |
| |
test/ | Sun Jul 12 12:42:55 -0700 2009 | |
| |
vendor/ | Fri Jul 10 19:03:21 -0700 2009 |
README
FAST RAILS ========== This is a small blank application to help you develop your program faster. Fast Rails is made for internal backend applications for all kinds of companies. You should not use it in your hotsite or public website. I made this to help out programmers to start rails applications faster. I know that some developers are not good at all in layout and CSS stuff. That is why I included some nice themes with CSS support for Rails Scaffold and ActiveScaffold. I also included some nice plugins that I consider a must have stuff. There is a set of layout themes avaliable and more to come. They are defined into the "app/views/layout" folder. If you follow the steps to come, you will have a nice application with a great layout (changeable at any time), user administration and login, nice layout for ActiveScaffold and Rails Scaffold and so on! Ready? Go! Edit the "config/initializers/global_variables.rb" file to configure your application and have fun! There is a really simple authentication inside Fast Rails. The default user is configured in the "config/initializers/global_variables.rb". There is also a module for creating and editing users. Your user will be created as a administration user. Installation: 1 - Install sqlite or setup your database. See: http://migre.me/3lzU 2 - Run "rake db:migrate" 3 - Configure your "config/initializers/global_variables.rb" file 4 - Run "rake test" If no errors appear, you are done! If something goes wrong, email me at: mariomarroquim@gmail.com What is next? Well, configure your "config/database.rb", create your models, migrations and so on. When creating views and controllers remember to create links for them in the given "config/modules.yml". This is nice because by doing so, you will not need to edit the template, making ease to upgrade or change it. You will find more documentation in "config/initializers/global_variables.rb". TODO LIST ========= Create User ActiveScaffold Put will_paginate plugin Make shure i18n for these are OK Improve tests Copyright © 2009 Mário Sérgio Coelho Marroquim, released under the MIT license







