public
Description:
Homepage: http://rehash.webandy.com (message me for admin area pwd)
Clone URL: git://github.com/webandy/rehash.git
rehash /
name age message
file .gitignore Fri Oct 23 22:23:16 -0700 2009 ignore cap tasks cache [webandy]
file .gitmodules Wed Aug 05 00:00:51 -0700 2009 adding plugins as submodules [webandy]
file Capfile Sun Oct 18 22:53:23 -0700 2009 Theme tweaks, deploy file stuff, adding languag... [webandy]
file INSTALL Sun Oct 18 22:53:23 -0700 2009 Theme tweaks, deploy file stuff, adding languag... [webandy]
file README.markdown Sun Oct 18 22:53:23 -0700 2009 Theme tweaks, deploy file stuff, adding languag... [webandy]
file Rakefile Tue Aug 04 23:37:41 -0700 2009 adding app code initial commit [webandy]
directory app/ Thu Nov 05 21:28:40 -0800 2009 migration for additional open id delegation fie... [webandy]
directory config/ Fri Oct 23 23:56:55 -0700 2009 add published dates to articles and projects to... [webandy]
directory db/ Thu Nov 05 21:28:40 -0800 2009 migration for additional open id delegation fie... [webandy]
directory doc/ Tue Aug 04 23:37:41 -0700 2009 adding app code initial commit [webandy]
directory features/ Wed Oct 28 18:28:42 -0700 2009 Improve some blue theme styles and resolve mino... [webandy]
directory lib/ Fri Oct 23 17:57:47 -0700 2009 send an email for new comments [webandy]
directory public/ Wed Oct 28 18:36:13 -0700 2009 tweak comment header style and adjust animation... [webandy]
directory script/ Tue Aug 04 23:37:41 -0700 2009 adding app code initial commit [webandy]
directory test/ Sat Oct 24 14:47:33 -0700 2009 style and verbigage tweaks [webandy]
directory vendor/ Tue Sep 15 23:22:59 -0700 2009 adding blue-ridge test framework and basic test... [webandy]
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.