descriptionBasic Ruby on Rails Portal
ownersoftware@g7obs.com
last changeThu, 2 Sep 2010 15:37:46 +0000 (2 16:37 +0100)
content tags
add:
README.markdown

Welcome to Basic Web Portal

This is a base Application for a Portal Type System

Gems Used

CSS Frameworks

We use the BluePrint Framework to give a nice layout, but feel free to use your own

Wiki

Please feel free to use the WIKI for documenting this

Support Issues

Please create a Support Issue if you believe I have made a major error in the code, or would like a feature added

How to contribute

Please ensure that you provide appropriate spec/test coverage and ensure the documentation is up-to-date.

Bonus points if you perform your changes in a clean topic branch rather than master, and if you create an issue on GH to discuss your changes. Pull requests tend to get lost.

Please also keep your commits atomic so that they are more likely to apply cleanly.

That means that each commit should contain the smallest possible logical change.

Don’t commit two features at once, don’t update the gemspec at the same time you add a feature, don’t fix a whole bunch of whitespace in a file at the same time you change a few lines, etc, etc.

Maintainers & Contributors

This project is maintained by Mike Simkins, Contributions are welcome, and you will be mentioned here

shortlog
2010-09-02 Mike SimkinsStarted to Implement D-A, and roles scaffold - Need... master
2010-09-02 Mike SimkinsRemove CanCan in preparation for D-A
2010-09-02 Mike SimkinsUpdated README
2010-09-02 Mike SimkinsAdded Initial Menu System
2010-09-01 Mike SimkinsAdded Markdown, and removed nbprojects directory
2010-09-01 Mike SimkinsAdded Validation_Reflection Plugin
2010-09-01 Mike SimkinsInitial Commit from Base app
heads
13 years ago master