Skip to content

brandner/CFMLFiddle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CFMLFiddle

Web application allowing snippets of CFML code to be run for testing

Similar to sites like

Installation

To install, download the code onto a CFML Application server such as:

Usage

When you visit the CFMLFiddle URL, you will see a code editor window on the left and an output pane on the right. Enter CFML code in the code editor, and click RUN.

The code will be saved, a unique fiddle ID will be generated, and the code will be run. The approximate running time of the script and errors will be displayed at the bottom of the page.

Credit

This project is currently using:

Roadmap

Currently, this is a proof of concept. Some elements that need to be reviewed:

  • Secure the 'fiddles' directory for security
  • Allow alternate (more secure) ways to run dynamic code, such as the CLI in Railo
  • Exclude certain CFML tags and functions, if necessary
  • Implement support for multiple CFML engines, as possible
  • Implement loading indicator to indicate when code is being saved/executed
  • Add CodeMirror mode for CFML

About

Web application allowing snippets of CFML code to be run for testing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages