Lorin Thwaits

Results 9 comments of Lorin Thwaits

In order to read from the frame buffer, and thus see the entire screen.

ActiveRecord does not support `belongs_to :___ through: :___`. Only `has_many` and `has_one` can have `:through`.

> Could you please revisit this PR and update as required. Thanks Certainly. Will have some spare cycles later today to encapsulate the approach we've taken for has_many and has_many_through....

We have an app that needs to be absolutely accurate in describing past audit history, and while we have no intent to use **store_base_sti_class**, this kind of issue was a...

Hi Simon, Have updated the [import export gist](https://github.com/glebm/i18n-tasks/wiki/Custom-CSV-import-and-export-tasks) to include this commented line near the end of the csv_import method: # translations.map! { |t| [t.first, (t.last&.=~ /^(?=.*\.)[a-z0-9_\.]+$/) ? t.last.to_sym :...

Thank you for keeping the dream alive, @philsmy!

> not sure if you remember me, but I was in your Santa Monica class back in the day Heya Gustavo! Long time and cool to catch back around with...

> Are there conditions, other than cyclic dependencies, that cause failures? There shouldn't be ... Often when this kind of thing surfaces, omitting just one table can cause the whole...

> I’ve attached the schema ddl before the FK deletions, and also a diagram of the model. Unfortunately it doesn't look like the "remailer" added any of the attachments --...