by Rails Era | Dec 30, 2016 | Ruby on Rails
You often hear stories from unhappy programmers who work on code that’s hard to maintain because it was written in a hurry. On the other side, managers are stuck chasing deadlines and clients need everything done as soon as possible so they can reach a particular...
by Rails Era | Dec 30, 2016 | Ruby on Rails
This Week in Rails: yarn, webpack, BIGINT PKs and more! Featured “Yarn is good. Yarn works.” Last week, we mentioned that Rails 5.1 is gaining a –yarn option. This option is now promoted to be the default: every new Rails app will be set up to use yarn...
by Rails Era | Dec 30, 2016 | Ruby on Rails
[ANN] Rails 5.0.1 has been released! CHANGES since 5.0.0 To view the changes for each gem, please read the changelogs on GitHub: Action Cable CHANGELOG Action Mailer CHANGELOG Action Pack CHANGELOG Action View CHANGELOG Active Job CHANGELOG Active Model CHANGELOG...
by Rails Era | Dec 26, 2016 | Ruby on Rails
It goes without saying that good login and registration forms are essential to providing a great user experience. However, more often than not, various implementations trade-off good UX for security assumptions that are out of place. Let’s take a look at 3 easy...
by Rails Era | Oct 13, 2016 | Ruby on Rails
Learn to Work with Time Zones in Ruby on Rails Rails provides great tools for working with time zones but there’s still a lot of things that can go wrong. This blog post aims to shed some light on these gotchas and provide solutions to the most common problems. The...
Recent Comments