The legacydata tag has no wiki summary.
0
votes
2answers
370 views
Parsing CArchive (MFC classes) files in Ruby
I have a legacy app that seems to be exporting/saving files with CArchive (legacy MFC application).
We're currently refactoring the tool for the web. Is there a library I can look at in Ruby for ...
14
votes
6answers
6k views
Is there a way to avoid automatically updating Rails timestamp fields?
If you have DB columns created_at and updated_at Rails will automatically set those values when you create and update a model object. Is there a way to save the model without touching those columns?
...