public
Description: Blank Rails application with authentication, authorization, CSS themes (including support for Rails Scaffold and ActiveScaffold) and other stuff right out of the box.
Homepage: http://blogdomario.wordpress.com/fast-rails/
Clone URL: git://github.com/mariomarroquim/Fast-Rails.git
Sun Jul 12 12:46:45 -0700 2009
commit  3c00bd11ac530065811ca9feb658d21df8736091
tree    da797ce3cfc7c5ff8f93ee6746b49cc30068977f
parent  19659d9bba1273fd7ec635b45613f4efb6b9f8e8
name age message
file MIT-LICENSE Sun Jul 12 12:46:45 -0700 2009 Restoring MIT-LICENSE file [mariomarroquim]
file README Fri Jul 10 20:50:31 -0700 2009 Arquivo com a lincença e remoção de documentaçã... [mariomarroquim]
file Rakefile Fri Jul 10 19:03:21 -0700 2009 Commit inicial no repositório local [mariomarroquim]
directory app/ Sun Jul 12 12:42:55 -0700 2009 Some syntax adjusts [mariomarroquim]
directory config/ Sun Jul 12 12:42:55 -0700 2009 Some syntax adjusts [mariomarroquim]
directory db/ Fri Jul 10 19:03:21 -0700 2009 Commit inicial no repositório local [mariomarroquim]
directory doc/ Fri Jul 10 20:50:31 -0700 2009 Arquivo com a lincença e remoção de documentaçã... [mariomarroquim]
directory log/ Sun Jul 12 12:42:55 -0700 2009 Some syntax adjusts [mariomarroquim]
directory public/ Sun Jul 12 12:42:55 -0700 2009 Some syntax adjusts [mariomarroquim]
directory script/ Fri Jul 10 19:03:21 -0700 2009 Commit inicial no repositório local [mariomarroquim]
directory test/ Sun Jul 12 12:42:55 -0700 2009 Some syntax adjusts [mariomarroquim]
directory vendor/ Fri Jul 10 19:03:21 -0700 2009 Commit inicial no repositório local [mariomarroquim]
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