You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 21, 2026. It is now read-only.
Copy file name to clipboardExpand all lines: CLAUDE.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,15 +4,15 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
4
4
5
5
## Project Overview
6
6
7
-
This is a CFWheels web application for the wheels.dev community website. CFWheels is a CFML (ColdFusion Markup Language) framework with an MVC architecture similar to Ruby on Rails. The site includes features for blog management, user authentication, newsletter management, testimonials, and other community features.
7
+
This is a Wheels web application for the wheels.dev community website. Wheels is a CFML (ColdFusion Markup Language) framework with an MVC architecture similar to Ruby on Rails. The site includes features for blog management, user authentication, newsletter management, testimonials, and other community features.
8
8
9
9
## Technical Stack
10
10
11
-
-**Framework**: CFWheels (CFML framework)
11
+
-**Framework**: Wheels (CFML framework)
12
12
-**CLI Tools**: CommandBox for development workflow
addRecord(table="features", title="Automatic Documentation", description="Use our <a href='https://guides.cfwheels.org/cfwheels-guides/working-with-cfwheels/documenting-your-code'>built in doc viewer</a> which grows with your application with only minor markup required", is_active=1, created_by=1);
58
58
addRecord(table="features", title="Hybrid Development", description="Switch in and out of Wheels conventions - it's your call; Need to use a bog standard query? Go ahead!", is_active=1, created_by=1);
59
59
addRecord(table="features", title="Full Documentation", description="Lots of lovely <a href='https://guides.cfwheels.org/' title='Documentation'>documentation</a> available with <a href='https://guides.cfwheels.org/cfwheels-guides/introduction/readme/beginner-tutorial-hello-world'>tutorials</a> and a <a href='https://api.cfwheels.org/''>complete API reference</a>", is_active=1, created_by=1);
60
-
addRecord(table="features", title="Stay Relevant", description="CFWheels uses industry established concepts, such as <a href='https://guides.cfwheels.org/cfwheels-guides/introduction/frameworks-and-cfwheels'>MVC</a> and <a href='https://guides.cfwheels.org/cfwheels-guides/database-interaction-through-models/object-relational-mapping'>ORM</a>. These essential principles make being a polyglot a reality!", is_active=1, created_by=1);
61
-
addRecord(table="features", title="A Helpful Community", description="Get in touch via our <a href='https://github.com/cfwheels/cfwheels/discussions'>GitHub Discussions</a> - we're newbie friendly and just want to help out.", is_active=1, created_by=1);
60
+
addRecord(table="features", title="Stay Relevant", description="Wheels uses industry established concepts, such as <a href='https://guides.cfwheels.org/cfwheels-guides/introduction/frameworks-and-cfwheels'>MVC</a> and <a href='https://guides.cfwheels.org/cfwheels-guides/database-interaction-through-models/object-relational-mapping'>ORM</a>. These essential principles make being a polyglot a reality!", is_active=1, created_by=1);
61
+
addRecord(table="features", title="A Helpful Community", description="Get in touch via our <a href='https://github.com/wheels-dev/wheels/discussions'>GitHub Discussions</a> - we're newbie friendly and just want to help out.", is_active=1, created_by=1);
62
62
addRecord(table="features", title="Good Organization", description="Stop thinking about how to organize your code and deal with your business specific problems instead.", is_active=1, created_by=1);
0 commit comments