Use Rails
jmduke.com
Use Rails
1–10 of 88 posts
Re: Use Rails
#2Re: Use Rails
#3It's refreshing to read about someone who prefers a straightforward approach (using boring technology) rather than dividing work across multiple teams and technologies. Using a single, full-stack framework not only simplifies the development process but also enhances the overall enjoyment when working :)
Re: Use Rails
#4Although it got my attention that rails could work really well on production with SQLite (even more boring technology), for small sites.
Re: Use Rails
#5Re: Use Rails
#6Re: Use Rails
#7Re: Use Rails
#8Re: Use Rails
#9One strong point for productivity/getting stuff done fast in real world: good REPL. It's not just Rails of course, but worth noting when comparing interpreted languages to compiled ones. Rails console is not only a great development tool, it's also an invaluable way to tackle customer support problems quickly.
Re: Use Rails
#10I strongly agree with the article's points. While I haven't used Rails, I'm a Django developer and have never built something with Rails; I like the benefits of sticking with full-stack frameworks. Rails is a solid choice, but Django, especially when combined with htmx, also enables quick and robust application development. It's refreshing to read about someone who prefers a straightforward approach (using boring tec…
There's a lot of awesome options for boring technology! Even javascript has next.js which is pretty boring at this point, even if it is missing some things.