displaying top 100 results
Tracker Issue Bug 76384:Simple test:
2601314 CF-3038095 Installation/Config : Config Neil Middleton Bug 76384:Simple test: Problem:
Simple test:
myFoo = new Foo();
system.dump(var=myFoo);
fails with a NPE. BUT, if I remove system.dump and stick a tag CFDUMP just after the new Foo() it works as expected.
After investigation
Tracker Issue Bug 76773:I would like to see if we can have some sort of ActiveRecord style ORM search helpers as per Rails/Grails etc
2601133 CF-3038289 ORM Support Neil Middleton Bug 76773:I would like to see if we can have some sort of ActiveRecord style ORM search helpers as per Rails/Grails etc Duplicate ID: CF-3037605
Problem:
I would like to see if we can have some sort of ActiveRecord style ORM search helpers as per