dhh – walker – 2020-05-11

6 items · updated 2026-05-19 23:30 UTC · RSS · Up to 2020-05

Is there any "official" way to organize one-off scripts?

dhh discuss ruby on rails · 2020-05-11

Oh, I hadn’t even realized that. Yes, I would support bringing back script/ as a default directory, and showing that this is a good usage.

Console is not aware of code changes

dhh discuss ruby on rails · 2020-05-11

I think it’s essentially the same approach: Detect code changes. Tell the user inline in the console: “The class MagicMonkey was changed.

Should db:test:prepare Also Call db:seed by Default?

dhh discuss ruby on rails · 2020-05-11

I think we indeed have a muddy definition of seed that doesn’t actually fit the original strict view. Which makes it difficult to rely on it

Console is not aware of code changes

dhh discuss ruby on rails · 2020-05-11

Actually, the stale object point could be entirely sidestepped if instead of reload, we reboot. Simply start a brand new console session wit

Turbolinks doesn't handle render

dhh discuss ruby on rails · 2020-05-11

Plan is to have TL6 out ~late summer/early fall. It’ll address this issue and more. TL6 is now fully aware of forms.

Console is not aware of code changes

dhh discuss ruby on rails · 2020-05-11

I think having an in-line notice that the code was changed, and to reload if you want those updates in the session, would be great. Doubt it