4
votes
3answers
652 views
Client/JS Framework for “Unsaved Data” Protection?
Hey all- we have a typical web application that is essentially a data entry application with lots of screens some of which have some degree of complexity. We need to provide that standard capability …
2
votes
2answers
140 views
What is meant by the term “dirty object”?
I see the term "dirty" or "dirty objects" a lot in programming.
What does this mean?
0
votes
2answers
193 views
Problem with setter override on ActiveRecord
This is not exactly a question, it's rather a report on how I solved an issue with write_attribute when the attribute is an object, on Rails' Active Record. I hope this can be useful to others facing …
