displaying top 100 results
James Mohler I wish this forum had proper syntax highlighting.
Better yet, I wish this was available on GitHub.
Tracker Comment Comment on 0xFFFD character returned instead of undefined when accessing soap webservice by External U.
2609769 CF-3778682 External U. I believe the example had been removed sometime between then and now through a git reset or cleanup. Please try again now.
Portal Topic Source Control & CI/CD
/CD. We believe that this will help speed our development lifecycle. GIT was our best option for source control. So we decided to put our code base in a repo and worked with our […] Blog,cinflucde,git,local development,source control
Portal Comment Comment on The Best Version Control System (3 Reasons Why It Matters to All ColdFusion Developers) by James Mohler
James Mohler I recently switched from using Sublime to Atom to VS Code. While they all look similar, how they deal with version control is quite different.
Sublime does not seem to have built in version control
Atom puts Git integration down the bottom status bar. It is easy to see, but also easy
Tracker Issue Invalid Set-Cookie Header Date Format
of "Thu, 11 Jul 2019 22:43:23 GMT", the date generated by ColdFusion is formatted with dashes "Thu, 11-Jul-2019 22:43:23 GMT". Compare the date format by visiting any GitHub repository and viewing the "Set-Cookie" headers (expires=Wed, 10 Jul 2019 23:03:10 -0000) While comparing, I noticed that Git
Portal Topic Introduction To MVC in ColdFusion
application. This might be a useful reference for folks contemplating starting to write applications in MVC or migrating existing apps to MVC. Here’s the repo on GitHub (along with the presentation slide deck): https://github.com/cfvonner/Intro-to-MVC-ColdFusion Blog,Showcase,coldbox,FW/1,MVC
Portal Topic Number To Text Converter
Angel Chrystian Torres Guzmán Number To Text Converter number2TextConverter.cfc This is a component that takes a number as an argument and returns a string representation of that number. It can convert numbers in the range from 1 to 999999999. Clone or download from GitHub // Create an object c
Fusion, Git, Docker, and BitBucket. Part 1 - Software and file structure
The post Creating a Development Environment/Workflow for solo or small team development using ColdFusion, MS SQL Server, and Docker Compose – Part 1 appeared first on ColdFusion. Blog,Success Story,blog,ColdFusion,creative workflow
Fusion, Git, Docker, and BitBucket. Part 1 – Applying settings to ColdFusion
The post Part 2 – Creating a Development Environment/Workflow for solo or small team development using ColdFusion, MS SQL Server, and Docker Compose appeared first on ColdFusion. Success Story,Testimonial or Case Study,2018,success
CFC cannot access generated accessor method.
Steps to Reproduce:
Clone this GitHub repo and use CommandBox to run the "box start" command in the root of the repo. After a few moments, the browser will open and you will see the error.
https://github.com/bdw429s
Tracker Issue bug in for(element in array)
Dump(numbers);
Actual Result:
Error Occurred While Processing Request
The error occurred in C:/ColdFusion10/cfusion/wwwroot/shared/git/blogExamples/arrays/forInAppend.cfm: line 4
2 : numbers = ["tahi", "rua", "toru", "wha"];
3 :
4 : for (number in numbers){
Expected Result:
For it to not error
of contents item that links to community efforts on gitHub. Either way, the docs need updated to include more Script examples, or adding script support will be only for the highly skilled developer not the newbie just trying to learn or coming from a new language. Please do something to get more script
Tracker Comment Comment on Stop Encrypting the Administrator Code by External U.
for an alternate path is... reasonably acceptable. If you were to publish the unencrypted code, say, on GitHub; and accept pull requests that improve it in meaningful ways (security, performance, usability, etc)... and then encrypt that to be included in the installer... I guess I will grudgingly accept that as a
Portal Comment Comment on Websocket – channels? by Giancarlo Gomez
to be able to do some extra coding to make it communicate with ColdFusion's WS Server.
I have several examples that you can review on my GitHub, but I believe this one might be able to help you best if the scenario above is what you are trying to accomplish.
.
There are certainly many things that could be done to improve the bug tracker. Automatically adding a Note when there's any status changes, for example, color coding things (green for open, red for closed -- like GitHub), exposing more history on a bug, providing better custom reporting. The list goes on. My
that highlights the issue. He has added it git hub here:
https://github.com/aliaspooryorik/cf_compiler_test
If you grab the source and follow the instructions in the README.md it will use command box to grab test box and run a simple set of tests – these are purely for this exercise and simply create a lot
of mappings, but it had no affect.
Steps to Reproduce:
Here is a sample code repo on GitHub
https://github.com/evagoras/acf_mappings_thread_safety_issue
You can install this code and run it with CommandBox very easily. The Github readme shows you how to use the included Jmeter file to put some load
dingdongiuytiyt_t Nice James.
Today I used you code to do some extractions. It is difficult to do a nice commit to your git hub.
See bellow some enhancement and issue solving.
component output="false" {
this.xmlPara = ""; // parsed into XML nodes
this.xmlString = ""; // raw text
this