<turbo-stream action="append" target="posts_list"><template>    <div class="postbit" id="371748" data-post-id="371748">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="LostKobrakai" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/LostKobrakai/120/3072_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  LostKobrakai
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<aside class="quote no-group" data-username="venkatd" data-post="11" data-topic="72006">
<div class="title">
<div class="quote-controls"></div>
<img alt="" width="24" height="24" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/venkatd/48/9419_2.png" class="avatar"> venkatd:</div>
<blockquote>
<p>Adding more test coverage / integration tests to the Rails app</p>
</blockquote>
</aside>
<p>That’s a very good point. AI works best if it has access to a good feedback cycle – funnily enough that’s also useful to us humans – so a testsuite, which can at the same time run against both systems is great when porting from a to b.</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="371748" data-batch-url="/posts/batch_likers">
                        0
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/using-ai-to-convert-from-rails-to-phoenix/72006/12">Post #11</a>
	                </div>
	            </div>
              <div id="likers-container-371748" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="371748"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #11"></div>
  </section>
</div>
    <div class="postbit" id="371760" data-post-id="371760">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="mikesax" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/mikesax/120/34297_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  mikesax
                    <span class="op-star" title="Thread Starter">
                      <img alt="OP" class="op-star-icon" src="/assets/thread-icons/thread-icon-thread-starter-df91e872.png" />
                    </span>
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>Yeah, the AI did a great job explaining how the Rails app works and is structured. Regarding tests, I think I’d rather spend that time writing good tests for the Elixir version, but I see how it could be useful.</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="371760" data-batch-url="/posts/batch_likers">
                        0
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/using-ai-to-convert-from-rails-to-phoenix/72006/13">Post #12</a>
	                </div>
	            </div>
              <div id="likers-container-371760" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="371760"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #12"></div>
  </section>
</div>
    <div class="postbit" id="371761" data-post-id="371761">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="mikesax" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/mikesax/120/34297_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  mikesax
                    <span class="op-star" title="Thread Starter">
                      <img alt="OP" class="op-star-icon" src="/assets/thread-icons/thread-icon-thread-starter-df91e872.png" />
                    </span>
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>Thanks for sharing that, and wow, that was quite an upgrade! So far, the more automated approaches have not worked very well, and I am much more comfortable using the AI to present what’s in the Rails app in a more summarized form the the Rails source code. I can then use that to instruct the AI to make a new model etc. and do a bunch of work for me, but in chunks that allow me to carefully review everything and essentially save some typing.</p>
<p>When it comes to writing code or fixing bugs, I feel that agents today, Claude Code, Codex, Cursor, etc. definitely feels like a reckless new developer with the personality of a bullshitter, so I feel the need to keep a close watch. But in terms of analyzing things, explaining, finding stuff on the web, I’ve been very pleased with their work.</p>
<p>I have been keeping the summary documents in a separate folder, but I really like the idea of seeing UPGRADE.md in a project folder, so it is right there with the source history.</p>
<p>I also decided to use Ash (thanks for the extra nudge, <a class="mention" href="/u/dimitarvp" rel="nofollow">@dimitarvp</a>!) and I am happy with that decision. The biggest hurdle (so far!) was Ash Authentication. I like to really control the onboarding experience (the user’s first impression is super important, I think) and I didn’t like the default UI but it was tricky to figure out how to implement custom UI elegantly.</p>
<p>Thanks everyone for all the amazing sharing! It has been super helpful and I will keep sharing the journey here.</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="371761" data-batch-url="/posts/batch_likers">
                        1
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/using-ai-to-convert-from-rails-to-phoenix/72006/14">Post #13</a>
	                </div>
	            </div>
              <div id="likers-container-371761" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="371761"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-last-post cat-last-post" title="Last post!"></div>
  </section>
</div>
</template></turbo-stream><turbo-stream action="replace" target="load-more-container"><template><div id="load-more-container" class="load-more-container">
    <span class="all-loaded">— All posts loaded —</span>
</div></template></turbo-stream>