This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit 78f43364768cdd29ece52680ecad35f3b228951f
tree f7567a59a9059b2a4ecc8b19293f35d2973afa8f
parent 5e0a0fc476f3b84fe4a4c63724ceff5d29887cb2
tree f7567a59a9059b2a4ecc8b19293f35d2973afa8f
parent 5e0a0fc476f3b84fe4a4c63724ceff5d29887cb2
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Wed Apr 30 16:51:39 -0700 2008 | [metaskills] |
| |
.gitmodules | Sun Apr 20 20:21:44 -0700 2008 | [metaskills] |
| |
README | Sun May 11 19:43:57 -0700 2008 | [metaskills] |
| |
Rakefile | Sun Mar 09 19:10:14 -0700 2008 | [metaskills] |
| |
app/ | Wed May 14 18:13:33 -0700 2008 | [metaskills] |
| |
config/ | Tue May 13 19:08:03 -0700 2008 | [metaskills] |
| |
db/ | Thu Apr 24 20:43:12 -0700 2008 | [metaskills] |
| |
lib/ | Sun May 11 21:15:25 -0700 2008 | [metaskills] |
| |
log/ | Sat Mar 22 07:24:16 -0700 2008 | [metaskills] |
| |
public/ | Tue May 13 19:08:03 -0700 2008 | [metaskills] |
| |
script/ | Sat Mar 22 08:31:04 -0700 2008 | [metaskills] |
| |
test/ | Wed May 14 18:13:33 -0700 2008 | [metaskills] |
| |
tmp/ | Sat Mar 22 07:27:43 -0700 2008 | [metaskills] |
| |
vendor/ | Tue May 06 19:17:07 -0700 2008 | [metaskills] |
README
NOTE: I AM STARTING A REWRITE FOR RAILS 2.0 ------------------------------------------- * Make cookie store remember 1 year * Add tests for redirect found email to forgot password * http://svn.rubyonrails.org/rails/plugins/exception_notification/README * Create sitewide JS browser check (happy message) * Confirm all HmConfig settings. * New features to stuff in http://weblog.rubyonrails.org/2008/4/1/a-taste-of-what-s-coming-in-rails-2-1 http://mad.ly/2008/04/09/rails-21-time-zone-support-an-overview/ * http://giantrobots.thoughtbot.com/2008/4/4/restful-contact-forms * http://giantrobots.thoughtbot.com/2008/4/2/static-pages-for-the-enterprise * Create a bootstrap rake task that asks for a username/pass and sets up initial data. * Always make sure JS is latest. * Bootstrap task - Update secret forgery stuff * Add list of Rails 2.X features - Cookie Session Store - Developed to SQLite, I run mysql in production. - TESTS TESTS TESTS - Foxy Fixtures - Unobtrusive Javascript (death to tagsoup) - JavaScript Rewrite - Restful routes. - Restful authentication. * HasManyAssociation callbacks. has_many :foo :before_add => do, :after_add => do, :before_remove => do, :after_remove => do, callbacks = %w(before_add after_add before_remove after_remove) callbacks.each do |callback_name| full_callback_name = "#{callback_name}_for_#{association_name}" Copyright (c) 2007 Action Moniker LLC., http://www.actionmoniker.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. Some Miscellaneous Notes: ------------------------------------------------------------------ * Requires Rails 2.1 * Uses JavaScript Libraries - Prototype 1.6.0.1 - Scriptaculous 1.8.1 * Plugins Installed - Shoulda => https://svn.thoughtbot.com/plugins/shoulda/tags/rel-4.0.1/ * There is a configuration class in environment.rb. It is used alot throughout the app. Some things may beed to be set there on first install. * The app makes pretty decent (filesystem) use of fragment cachine. The store can be changed to a (db) store. Please take a look at the cache_masters.rb file. * The application includes a utility script in lib/utilities. An example of a use in production would be to scrip this with cron or launchd: env RAILS_ENV=production /pathtoyourapp/current/script/runner DemoUser.reset * Comments welcome: ken@actionmoniker.com





