Every repository with this icon (
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Fri Oct 23 22:23:16 -0700 2009 | |
| |
.gitmodules | Wed Aug 05 00:00:51 -0700 2009 | |
| |
Capfile | Sun Oct 18 22:53:23 -0700 2009 | |
| |
INSTALL | Sun Oct 18 22:53:23 -0700 2009 | |
| |
README.markdown | Sun Dec 06 22:14:24 -0800 2009 | |
| |
Rakefile | Sun Dec 06 14:29:53 -0800 2009 | |
| |
app/ | Sun Dec 13 00:01:32 -0800 2009 | |
| |
config/ | Sun Dec 06 21:18:32 -0800 2009 | |
| |
db/ | Thu Nov 05 21:28:40 -0800 2009 | |
| |
doc/ | Tue Aug 04 23:37:41 -0700 2009 | |
| |
features/ | Sun Dec 06 16:34:26 -0800 2009 | |
| |
lib/ | Sun Dec 06 14:29:53 -0800 2009 | |
| |
public/ | Sun Dec 13 00:01:32 -0800 2009 | |
| |
script/ | Tue Aug 04 23:37:41 -0700 2009 | |
| |
test/ | Sat Oct 24 14:47:33 -0700 2009 | |
| |
vendor/ | Tue Sep 15 23:22:59 -0700 2009 |
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
will_paginate Website Contact person: Mislav
gravtastic Website Author: Chris Lloyd
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.







