public
Description:
Homepage: http://rehash.webandy.com (message me for admin area pwd)
Clone URL: git://github.com/webandy/rehash.git
rehash /
README.markdown

rehash

Rehash is a personal publishing application with an emphasis on simplicity and well-tested code.

Rehash was created by Andy Atkinson.

Install and Documentation

Please see the INSTALL file for set up instructions. Please see the Rehash Github wiki for documentation.

Philosophy

Rehash is a minimal publishing application focused on providing a very well-tested Ruby application others can understand and use with confidence. Rehash can serve as a base app suitable for forking, or works great as is for personal blogging and portfolio display. Third party code in rehash was selected for solving a specific problem well, and being tested and updated regularly. Functionality is designed to degrade gracefully, e.g. file uploads and theme switching work without JavaScript. Ajax is added to certain features where full page loads are not ideal.

Testing

Rehash is covered by Cucumber features throughout the app. The Cucumber screencasts [1] [2] from Ryan Bates are excellent resources when getting started. Shoulda is used for controller and model tests. Blue-ridge will be used for JavaScript testing. Run JavaScript tests with the rake test:javascripts command.

[1] Beginning with Cucumber [2] More on Cucumber

Git

Rehash uses git submodules to track plugins. Submodules are listed in the .gitmodules file.

Plugins and gems

acts_as_taggable_on_steroids Github Contact person: Jonathan Viney

acts_as_markup Github Contact person: Brian Landau

friendly_id Github RDoc Authors: Norman Clarke, Adrian Mugnolo, Emilio Tagua

make_resourceful Github Authors: Hampton Catlin, Nathan Weizenbaum, and Jeff Hardy

haml Website and sass Website

will_paginate Website Contact person: Mislav

Credits

Much credit goes to Ryan Bates and his Railscasts.com screencasts.

MIT License

Copyright (c) 2009 Andy Atkinson http://webandy.com

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.