TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

What's new in Rails 4.1

12 pointsby kalvover 11 years ago

2 comments

soulcutterover 11 years ago
I have a fairly strong aversion to the way they implemented enum for ActiveRecord - choosing to back it with ints and also leaking that implementation detail through using the ordering of the enums as the int is a bad choice. Also the method name collision issues that go along with that are just silly - it would be so much easier to just prefix the methods with the column name, e.g. #status_new?<p>There&#x27;s some other interesting stuff in there, though, and this is a good writeup of some interesting features.
steven_yueover 11 years ago
Great features. Now it really makes me to think about upgrading my rails 3 apps to 4.1