My favorites | Sign in
Project Home Wiki Issues Source
Search
for
  
  PageName Summary + Labels Changed ChangedBy ...
TestingFramework An overview of the testing framework included in Wheels.   chapter 1.1 draft 2 days ago tpetru...@gmail.com  
TableOfContents Reference Guide for ColdFusion on Wheels.   chapter 1.1 draft Dec 18 tpetru...@gmail.com  
HelloDatabase A quick tutorial that demonstrates how quickly you can get database connectivity up and running with Wheels.   chapter 1.1 published_dev Mar 2011 chriscle...@gmail.com  
MigratingFromFusebox Helpful information for experienced Fusebox developers who are considering migrating to cfwheels   draft Feb 2011 andybellenie  
CodingGuidelines Here are the rules of the road for contributing code to the project. Let's follow this process so that we don't duplicate effort and so the code base is easy to maintain over the long haul.   chapter 1.1 published_prod Feb 2011 tpetru...@gmail.com  
Installation Instructions for installing Wheels on your system.   chapter 1.1 draft Jan 2011 chriscle...@gmail.com  
ReadingRecords Returning records from your database tables as objects or queries.   chapter 1.1 draft Jan 2011 chriscle...@gmail.com  
UpgradingToWheels11 Instructions for upgrading your ColdFusion on Wheels 1.0.x application to Wheels 1.1.x.   draft 1.1.1 published_prod Jan 2011 chriscle...@gmail.com  
ConfigurationandDefaults An overview of Wheels configuration and how is it used in your applications. Learn how to override a Wheels convention to make it your own.   chapter 1.1 published_dev Jan 2011 chriscle...@gmail.com  
MiscellaneousHelpers Wheels includes a plethora of view helpers to help you transform data into a format more easily consumed by your applications' users.   chapter 1.1 published_dev Jan 2011 chriscle...@gmail.com  
WheelsAjaxAndYou Using Wheels to develop web applications with AJAX features is a breeze. You have several options and tools at your disposal, which we'll cover in this chapter.   chapter 1.2 draft Jan 2011 rierar...@gmail.com  
ObjectValidation Wheels utilizes validation setup within the model to enforce appropriate data constraints and persistence. Validation may be performed for saves, creates, and updates.   chapter 1.1.1 published_prod Nov 2010 chriscle...@gmail.com  
Partials Simplify your views by breaking them down into partial page templates.   chapter 1.1 published_prod Nov 2010 chriscle...@gmail.com  
Verification Verify the existence and type of variables before allowing for a given controller action to run.   chapter published_prod 1.1 Nov 2010 chriscle...@gmail.com  
LinkingPages Wheels does some magic to help you link to other actions within your app. Read on to learn why you'll rarely use an `<a>` tag for linking to application actions ever again.   chapter 1.0 draft Nov 2010 chriscle...@gmail.com  
Transactions Wheels automatically wraps your database calls in transactions to assist your application in maintaining data integrity. Learn how to control this functionality.   chapter published_prod 1.1 Nov 2010 chriscle...@gmail.com  
FormHelpersandShowingErrors Wheels ties your application's forms together with your model layer elegantly. With Wheels form conventions, you'll find yourself spending less time writing repetitive markup to display forms and erro   chapter 1.1 published_prod Nov 2010 chriscle...@gmail.com  
UsingtheFlash Using the Flash to pass data from one request to the next.   chapter 1.1 published_prod Nov 2010 chriscle...@gmail.com  
RespondingWithMultipleFormats Wheels controllers provide some powerful mechanisms for responding to requests for content in XML, JSON, and other formats. Build an API with ease with these functions.   chapter 1.1 published_prod Nov 2010 chriscle...@gmail.com  
Requirements What you need to know and have installed before you start programming in Wheels.   chapter 1.1 published_prod Nov 2010 chriscle...@gmail.com  
UsingLayouts Use the concept of layouts to wrap your content.   chapter 1.1 published_prod Nov 2010 chriscle...@gmail.com  
ObjectCallbacks Learn how to write code that runs every time a given object is created, updated, or deleted.   chapter 1.1 published_prod Nov 2010 chriscle...@gmail.com  
RunningFrameworkUnitTests How to setup and run the tests for the Wheels framework.   chapter 1.1 draft Sep 2010 per.djurner@gmail.com  
Filters Stop repeating yourself with the use of before and after filters.   chapter published_dev 1.1 Sep 2010 chriscle...@gmail.com  
UsingandCreatingPlugins Extend Wheels functionality by using plugins or creating your own.   chapter 1.1 published_dev Sep 2010 chriscle...@gmail.com  
RequestHandling How Wheels handles an incoming request.   chapter 1.1 published_dev Sep 2010 chriscle...@gmail.com  
RenderingContent Showing content to the user.   chapter 1.1 published_dev Sep 2010 chriscle...@gmail.com  
SendingEmail Use Wheels to simplify the task of setting up automated emails in your application.   chapter 1.1 published_dev Sep 2010 chriscle...@gmail.com  
Caching How to speed up your website by caching content.   chapter 1.1 published_dev Sep 2010 chriscle...@gmail.com  
CreatingRecords How to create new objects and save them to the database.   chapter 1.1 published_dev Sep 2010 chriscle...@gmail.com  
RedirectingUsers Use redirection to keep your application user friendly.   chapter 1.1 published_dev Sep 2010 chriscle...@gmail.com  
URLRewriting Making URLs prettier using URL rewriting.   chapter 1.0 published_dev Sep 2010 chriscle...@gmail.com  
EventHandlers Use the standard CFML application events through the framework.   chapter 1.1 published_dev Sep 2010 chriscle...@gmail.com  
Associations Through some simple configuration, Wheels allows you to unlock some powerful functionality to use your database tables' relationships in your code.   chapter 1.1 published_dev Sep 2010 chriscle...@gmail.com  
NestedProperties Save data in associated model objects through the parent.   chapter published_dev 1.1 Sep 2010 chriscle...@gmail.com  
DirectoryStructure Finding your way around a Wheels application.   chapter 1.0 published_prod Jul 2010 chriscle...@gmail.com  
HelloWorld This is the obligatory Hello World tutorial.   chapter 1.0 published_prod Mar 2010 chriscle...@gmail.com  
Conventions With a convention-over-configuration framework like Wheels, it's important to know these conventions. This is your guide.   chapter 1.0 Jan 2010 chriscle...@gmail.com  
ViewHelperFunctions Listing of all view helper functions.   chapter 1.0 Jan 2010 per.djurner@gmail.com  
Authorization Sample application for a simple authorization interface.   chapter 1.0 draft Nov 2009 per.djurner@gmail.com  
UpgradingWheels Our listing of steps to take while upgrading your Wheels application from earlier versions to 1.0.   chapter 1.0 published_prod Nov 2009 chriscle...@gmail.com  
HelloWorldExtras One-sentence summary of this page. Nov 2009 bpam...@gmail.com  
SwitchingEnvironments Environments that match your development stages.   chapter 1.0 published_prod Nov 2009 chriscle...@gmail.com  
Administration Sample application for a simple administrative interface.   chapter 1.0 draft Nov 2009 chriscle...@gmail.com  
Pages Where to place your view files and what to put in them.   chapter 1.0 published_prod Nov 2009 chriscle...@gmail.com  
FrameworksandWheels Learn the goals of ColdFusion on Wheels as well as web development frameworks in general. Then learn about Wheels's goals and some key concepts.   chapter 1.0 published_prod Nov 2009 chriscle...@gmail.com  
SendingFiles Use Wheels to send files to your users securely and with better control of the user experience.   chapter 1.0 published_prod Nov 2009 chriscle...@gmail.com  
UsingRoutes The convention for URLs in Wheels works for most situations and helps to promote an easy-to-maintain code base. With routes, you have the flexibility to break this convention when needed.   chapter 1.0 published_prod Nov 2009 chriscle...@gmail.com  
ObfuscatingURLs Hide your primary key values from nosy users.   chapter 1.0 published_prod Nov 2009 chriscle...@gmail.com  
ObjectRelationalMapping An overview of Object Relational Mapping (ORM) and how is it used in Wheels. Learn how ORM simplifies your database interaction code.   chapter 1.0 published_prod Nov 2009 chriscle...@gmail.com  
UpdatingRecords Updating records in your database tables.   chapter 1.0 published_prod Nov 2009 chriscle...@gmail.com  
DeletingRecords Deleting records from your database tables.   chapter 1.0 published_prod Nov 2009 chriscle...@gmail.com  
ColumnStatistics Use Wheels to get statistics on the values in a column, like row counts, averages, highest values, lowest values, and sums.   chapter 1.0 published_prod Nov 2009 chriscle...@gmail.com  
GettingPaginatedData Improve database performance and simplify your user interface by using pagination.   chapter 1.0 published_prod Nov 2009 chriscle...@gmail.com  
CalculatedProperties Generate extra properties in your models on the fly without needing to store redundant data in your database.   chapter 1.0 published_prod Nov 2009 chriscle...@gmail.com  
DirtyRecords How to track changes to objects in your application.   chapter 1.0 published_prod Nov 2009 chriscle...@gmail.com  
SoftDelete An easy way to keep deleted data in your database.   chapter 1.0 published_prod Nov 2009 chriscle...@gmail.com  
AutomaticTimeStamps Let Wheels handle time stamping of records.   chapter 1.0 draft Nov 2009 chriscle...@gmail.com  
DisplayingLinksforPagination How to create links to other pages to your paginated data in your views.   chapter 1.0 published_prod Nov 2009 chriscle...@gmail.com  
CreatingYourOwnViewHelpers Clean up your views by moving common functionality into helper functions.   chapter 1.0 published_prod Nov 2009 chriscle...@gmail.com  
DynamicFinders Make your model calls more readable by using dynamic finders.   chapter 1.0 published_prod Nov 2009 chriscle...@gmail.com  
UsingMultipleDataSources How to use more than one database in your Wheels application.   chapter 1.0 published_prod Nov 2009 chriscle...@gmail.com  
DocumentationGuidelines We know what volunteering is like, so we want to make it as efficient for everyone as possible. Here are the rules of the road for contributing documentation to the project.   chapter 1.0 published_prod Nov 2009 chriscle...@gmail.com  
ModelObjectFunctions Listing of all model object methods.   chapter 1.0 Nov 2009 per.djurner@gmail.com  
ModelClassFunctions Listing of all model class methods.   chapter 1.0 Nov 2009 per.djurner@gmail.com  
ModelInitializationFunctions Listing of all model initialization methods.   chapter 1.0 Nov 2009 per.djurner@gmail.com  
ControllerRequestFunctions Listing of all controller request functions.   chapter 1.0 Nov 2009 per.djurner@gmail.com  
ControllerInitializationFunctions Listing of all controller initialization functions.   chapter 1.0 Nov 2009 per.djurner@gmail.com  
GlobalFunctions Listing of all global functions.   chapter 1.0 Nov 2009 per.djurner@gmail.com  
ConfigurationFunctions Listing of all configuration functions.   chapter 1.0 Nov 2009 per.djurner@gmail.com  
CFMLandMVCBestPractices Wheels and all of the tools included in CFML engines offer quite a useful toolset. Here's how to best combine the 2 together.   chapter draft Jun 2009 rierar...@gmail.com  
  
Powered by Google Project Hosting