Check out my latest project called Rails UI 🎨

justalever

Joined February 7, 2020

Responses

Ah good spot. You're right!

<p>I didn&#39;t get a chance to record much during the design but could do some behind the scenes exploration of it!<...
<blockquote> <p>Is there a way to have the user enter either username OR email in a single input field to receive the...

Thanks! 😀

<p>Awesome. Thanks for testing it out. I can make some videos that outline how I accomplished some of the tech. Learn...

Thanks so much!

<p>Sorry for the extremely late response.</p> <p>The controller code like the following</p> <pre><code class="ruby...

Thanks! Fixed those...

<p>Sorry about the bug! And thanks for the kind words. Means a lot to hear. I&#39;d agree there&#39;s something here ...
<p>Your model will need <code>has_many_attached</code> and your rails form will need <code>multiple: true</code> to a...
<p>Outside of the view of the drag and drop upload? There&#39;s a small thumbnail preview there using this guide. </p...
<p>Before Rails 6 there was this concept in Rails called the <strong>asset pipeline</strong>. Consider it similar to ...
<p>You could test the request succeeds itself I believe. So it&#39;s a matter of either a <code>500</code> or <code>4...

Thanks Ahmed! It looks as though this guide is already out of date 😆

<p>Thanks for the comment!</p> <blockquote> <p>Question: is this Post.published.past_week (chaining scopes) interper...