All Projects → cfwheels → Cfwheels

cfwheels / Cfwheels

Licence: apache-2.0
An open source ColdFusion framework inspired by Ruby on Rails.

Projects that are alternatives of or similar to Cfwheels

cfwheels-example-app
A CFWheels 2.x App with user management, role based permissions and password resets
Stars: ✭ 17 (-90.96%)
Mutual labels:  mvc, coldfusion
Coldbox Platform
A modern, fluent and conventions based HMVC framework for ColdFusion (CFML)
Stars: ✭ 220 (+17.02%)
Mutual labels:  coldfusion, mvc
Cakephp
CakePHP: The Rapid Development Framework for PHP - Official Repository
Stars: ✭ 8,453 (+4396.28%)
Mutual labels:  hacktoberfest, mvc
Taffy
🍬 The REST Web Service framework for ColdFusion and Lucee
Stars: ✭ 218 (+15.96%)
Mutual labels:  hacktoberfest, coldfusion
Corcel
Use WordPress backend with Laravel or any PHP application
Stars: ✭ 3,504 (+1763.83%)
Mutual labels:  hacktoberfest, mvc
Lucee
Lucee Server is a dynamic, Java based (JSR-223), tag and scripting language used for rapid web application development. Lucee simplifies technologies like webservices (REST, SOAP, HTTP), ORM (Hibernate), searching (Lucene), datasources (MSSQL, Oracle, MySQL and others), caching (infinispan, ehcache, and memcached) and many more. Lucee provides a compatibility layer for Adobe ColdFusion © CFML using less resources and delivering better performance.
Stars: ✭ 719 (+282.45%)
Mutual labels:  hacktoberfest, coldfusion
Slatwall
Slatwall - An Open Source Commerce Platform
Stars: ✭ 136 (-27.66%)
Mutual labels:  hacktoberfest, coldfusion
Home Panel
A web frontend for controlling the home.
Stars: ✭ 185 (-1.6%)
Mutual labels:  hacktoberfest
V Chart Plugin
Easily bind a chart to the data stored in your Vue.js components.
Stars: ✭ 188 (+0%)
Mutual labels:  hacktoberfest
Emuflight
EmuFlight is flight controller software (firmware) used to fly multi-rotor craft.
Stars: ✭ 184 (-2.13%)
Mutual labels:  hacktoberfest
Jaeger
CNCF Jaeger, a Distributed Tracing Platform
Stars: ✭ 14,813 (+7779.26%)
Mutual labels:  hacktoberfest
Js fun practice
A list of small & fun functional programming exercises in JavaScript
Stars: ✭ 186 (-1.06%)
Mutual labels:  hacktoberfest
Nimlsp
Language Server Protocol implementation for Nim
Stars: ✭ 186 (-1.06%)
Mutual labels:  hacktoberfest
Data Structures And Algorithms Hacktoberfest18
List of data structures and algorithms. Feel free to contribute under Hacktoberfest '18!
Stars: ✭ 187 (-0.53%)
Mutual labels:  hacktoberfest
Petergate
Easy to use and read action and content based authorizations.
Stars: ✭ 188 (+0%)
Mutual labels:  hacktoberfest
Diagrams
🎨 Diagram as Code for prototyping cloud system architectures
Stars: ✭ 15,756 (+8280.85%)
Mutual labels:  hacktoberfest
Consul
Development repository for the consul cookbook
Stars: ✭ 188 (+0%)
Mutual labels:  hacktoberfest
Readability
Readability is Elixir library for extracting and curating articles.
Stars: ✭ 188 (+0%)
Mutual labels:  hacktoberfest
Kogito Runtimes
Kogito Runtimes - Kogito is a cloud-native business automation technology for building cloud-ready business applications.
Stars: ✭ 188 (+0%)
Mutual labels:  hacktoberfest
Orca
Orchestration engine
Stars: ✭ 187 (-0.53%)
Mutual labels:  hacktoberfest

CFWheels

CFWheels provides fast application development, a great organization system for your code, and is just plain fun to use.

One of our biggest goals is for you to be able to get up and running with CFWheels quickly. We want for you to be able to learn it as rapidly as it is to write applications with it.

Getting Started

In this Beginner Tutorial: Hello World, we'll be writing a simple application to make sure we have CFWheels installed properly and that everything is working as it should. Along the way, you'll get to know some basics about how applications built on top of CFWheels work.

Contributing

We encourage you to contribute to CFWheels! Please check out the Coding Guidelines for guidelines about how to proceed. Join us!

Running Tests

Before running tests, make sure that all debugging is turned OFF. This could add a considerable amount of time for the tests to complete and may cause your engine to become unresponsive.

  1. Create a database on a supported database server named wheelstestdb. At this time the supported database servers are H2, Microsoft SQL Server, PostgreSQL and MySQL.
  2. Create a datasource in your CFML engine's administrator named wheelstestdb pointing to the wheelstestdb database and make sure to give it CLOB and BLOB support.
  3. Open your browser to the CFWheels Welcome Page.
  4. In the gray debug area at the bottom of the page, click the Run Tests link next to the version number on the Framework line.

Please report any errors that you may encounter on our issue tracker. Please be sure to report the database engine (including version), CFML engine (including version), and HTTP server (including version).

Code Status

Wheels Test Suite

License

CFWheels is released under the Apache License Version 2.0.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].