Broken in Safari on iphone. For example: - table background moves left when table is scrolled horizontally - actions in table and dropdown do nothing on tap - text on buttons is selectable (really?)
Show HN: Rails UI
31–40 of 116 posts
Re: Show HN: Rails UI
#32Is this another Tailwind wrapper? Yes, it is.
Re: Show HN: Rails UI
#33If you’re showing off a UI framework, I shouldn’t be accidentally scrolling left and right on the page on mobile / my iPhone. Couldn’t be bothered to scroll down the page to look at components while accidentally activating horizontal scrolling.
Will get this fixed, thanks!
Re: Show HN: Rails UI
#34Earlier quoted context omitted.
Pricing page if anyone else is curious: https://railsui.com/pricing "Solo" plan is $299/year (1 seat), "Team" plan is $799/year (30 seats), larger plans are "inquire now".
I'm not saying this product is good or bad, because I have no idea, but this is priced too low for it's claimed value prop, not too high. 25% of a decked out developer Macbook for something that sets the look and feel of an app and forestalls an entire designer hire is an unseriously low price. I'm not saying the product is unserious; just that developers are generally unserious about pricing.
Re: Show HN: Rails UI
#35Re: Show HN: Rails UI
#36I wish I could use this – unfortunately UI frameworks are a political problem at every company I've worked at. The designers feel undermined or threatened by it, and product owners want to dictate design. Despite the massive productivity benefits of a UI framework, I've never been able to convince stakeholders to actually adopt one.
Unless there’s a very specific business case that requires a custom UI it’s not worth the hassle. I want to be delivering value for the business and for users, not maintaining a UI library.
One place I worked at had built an entire responsive CSS framework, which was hard to use and took a lot of maintenance. I threw it all out for Bootstrap (as was the style at the time). Some of the senior devs were upset I’d killed their baby, but everyone else was able to move so much faster.
Re: Show HN: Rails UI
#37Earlier quoted context omitted.
Pricing page if anyone else is curious: https://railsui.com/pricing "Solo" plan is $299/year (1 seat), "Team" plan is $799/year (30 seats), larger plans are "inquire now".
I'm not saying this product is good or bad, because I have no idea, but this is priced too low for it's claimed value prop, not too high. 25% of a decked out developer Macbook for something that sets the look and feel of an app and forestalls an entire designer hire is an unseriously low price. I'm not saying the product is unserious; just that developers are generally unserious about pricing.
Potential value bounds the price upper end, but alternatives set what the customer will actually pay. There are much more comprehensive tools of similar nature that are offered for free.
The (somewhat) unique value proposition it offers is in how it integrates into Rails, saving an hour of a developer's time — or a couple of minutes of an LLM's time, if the slot machine happens to work in your favour on that particular spin — required to manually do it themselves. That's worth something, but if you go too high it soon becomes more cost effective to just pay someone to put in that hour.
Re: Show HN: Rails UI
#38Re: Show HN: Rails UI
#39Any chance of some themes that bring in a little dimension? Doesn't have to be early 2010s Bootstrap or anything but some subtle, crisp drop shadows and gentle gradients would be welcome.
Additionally, is unused Tailwind CSS shaken out or does it all come along for the ride?
Re: Show HN: Rails UI
#40This is interesting to me as someone who worked with Rails a good deal back in the day and has interest in picking it back up. Any chance of some themes that bring in a little dimension? Doesn't have to be early 2010s Bootstrap or anything but some subtle, crisp drop shadows and gentle gradients would be welcome. Additionally, is unused Tailwind CSS shaken out or does it all come along for the ride?
And yes, unused Tailwind CSS is automatically extracted when it's built. For Rails, we use the tailwindcss-rails gem as a dependency for Rails UI, which JustWorks™.