Posts in "railo"

15 posts in railo

ColdFusion git heroku railo

Here is a short screencast showing how to deploy Railo on Heroku. This screencast assumes you have done Steps 1 - 3. Step 1: Sign up Step 2: Install the Heroku Toolbelt Step 3: Login Step 4: Deploy an application

Resources ColdFusion on...

acf cfwheels ColdFusion Eclipse github openbd railo

I did a quick 30 minute presentation over CFML open source options at Barcamp Omaha . I wasn't going to present this BarCamp but Ryan Stille egged me on so I had to run home to get my laptop :-) Thanks to Mathew Woodward for getting me slides from a previous presentation he gave. I was all over the...

acf cfwheels ColdFusion openbd railo

I enjoy listening to Hal Helms and he recently was on an Engine Yard podcast, Cloud Out Loud . He brings a thought provoking perspective to discussions. He learned a new skillset, Ruby on Rails , after being a long time ColdFusion programmer. The podcast is definately worth listening to and is just...

ColdFusion openbd railo

I recently took a Rails two day class and was exposed to haml and sass toward the end of the training. Similar projects about reducing the noise and ugliness of basic html and css markup. haml for cfml might look like this. instead of the norm cfml and html #print_date# #current_user.address#...

ColdFusion railo

I have been playing with different CFML engines for the ColdFusion on Wheels codebase so I was looking for a solution where I could work on the code in one location and have it connected to the different cfml engines directly under the webroot. There may be a solution using Apache and Tomcat...