Andrew Bellenie

Results 25 comments of Andrew Bellenie

Annoying as it is, I don't see how we can continue to use abort now that this is a recommended production option.

It only works when I output the included file directly inside onMissingTemplate(), using the private method gives me no output at all.

I think we should leave this open, it's still a bug even if the importance his been diminished by design mode removal. It may never be fixed but it's good...

What about property(name="id", column="user_id");

Thinking back I recall that the select argument has always needed the actual column name, rather than the property name, as it's passed through to SQL largely unmodified.

Can someone please explain the need for three queries? Why not get the data itself in the second query?

My prior understanding was that save(reload=true) was simply a shortcut to running the methods separately (and as you say, in the same transaction, although I'm not sure why that might...

The docs are wrong too: https://api.cfwheels.org/v2.0/model.save.html

> By the way, didn't we discuss that the reload argument is redundant anyway and can be removed in some other issue a while back? Sounds vaguely familiar but may...