CARVIEW |
russjohnson
- You’re not logged in!
- Login
- Pricing & Signup
- Member Since
- Jan 08, 2009 (about 1 year)
Following 12 coders and watching 28 repositories view all →
Public Repositories (11)
-
cfwheels.tmbundle
Textmate bundle for the CFWheels ColdFusion framework.
Last updated Wed Jan 20 16:10:13 -0800 2010
-
wheels_application_template
Template application for CFWheels. Includes themed web app layouts, basic signup and authenticati...
Last updated Wed Jan 20 09:37:08 -0800 2010
-
cfwheels-eclipse-dictionary
Eclipse dictionary file for CFEclipse and CFBuilder
Last updated Tue Jan 12 21:27:24 -0800 2010
-
SplashCMS
CFML based CMS. Designed to be extremely simple and elegant.
Last updated Tue Jan 05 09:03:06 -0800 2010
-
listy
Simple list manager in the spirit of GTD written in ColdFusion using CFWheels.
Last updated Wed Dec 30 20:52:37 -0800 2009
-
Cloudy-Theme
A dark theme for CFBuilder for those that dont like white backgrounds.
Last updated Tue Nov 24 07:53:27 -0800 2009
-
Head-First-ColdFusion
Book based on the Head First Series
Forked from mhenke/Head-First-ColdFusion Fri Jan 22 20:57:30 -0800 2010
Last updated Sun Nov 15 07:01:11 -0800 2009
-
related_select_forms
Rails plugin to easily create related select boxes in forms.
Last updated Sat Sep 19 11:06:34 -0700 2009
-
keyless_entry
Authorization library for ColdFusion on Wheels
Last updated Thu Jul 30 11:45:35 -0700 2009
-
cfwheels
this is a git clone for the subversion repository of ColdFusion on Wheels
Forked from rip747/cfwheels Wed Feb 25 15:33:03 -0800 2009
Last updated Thu Feb 26 23:57:03 -0800 2009
-
cftracks
Task tracking application built using ColdFusion and CFWheels
Created Wed Jan 20 08:10:46 -0800 2010
Public Activity 

-
russjohnson committed a3a42369:
Fixed case issue wth generated migration code. Added several new snippets for the migration methods.

-
russjohnson committed 1cc496ff:
Added generate migration command for use with db migration plugin

-
russjohnson committed be76e324:
Fixed issue with theme var not being set on initial load.
Add colorbox for page previews in the admin
CFWheels plugin for uploading file

-
russjohnson committed 0fe6b8bd:
Added instructions to readme
The new Ruby on Rails open source standard in content management
Errors on missing page, layout, and snippet files.
Simple authorization for Rails.

-
russjohnson committed 34024cb8:
Added wheels proxy method as suggested by Clarke Bishop. Converted pageParts, snippets and layouts to use the new proxy method for getting content. Added write and delete methods to those same models to allow dynamically writing the rendered content files if they do not exist on request.

-
russjohnson committed fc289668:
Added the deleting and writing of render pages code to pageparts and snippets models and removed it from the controllers.
-
russjohnson committed 9c9172b1:
Added callbacks to the models that will delete the old rendered file and write the new rendered file on create and update and removed that logic from the controller. This will help with the initial loading of new installs.

-
russjohnson committed 08c5d890:
Added CF8 versions of model files.
-
russjohnson committed 1d56d6de:
Made a few tweaks to the CF9 users controller. Added the CF8 versions of controllers for tag based apps.
Error when deleting users

-
russjohnson committed 284db821:
Added fix for error deleting users.
Error when deleting users

-
russjohnson committed 0e863d8b:
Added scaffold code. In place editing on queues sidebar. removed some deprecated code.

-
russjohnson committed 835c8956:
Broke sidebar into a partial since its just sample stuff. Added theme switcher code to allow switching themes on the fly.