User Tools

Site Tools


software:rails

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
software:rails [2016/07/30 10:19] – locales and i18n Michele Porellisoftware:rails [2017/10/18 11:27] (current) Michele Porelli
Line 5: Line 5:
 Theoretically everything should works fine and out of the box but problems are very common, especially with dates.\\ Theoretically everything should works fine and out of the box but problems are very common, especially with dates.\\
 I strongly suggest you to immediately add your local file from [[https://github.com/svenfuchs/rails-i18n/tree/master/rails/locale|here]] I strongly suggest you to immediately add your local file from [[https://github.com/svenfuchs/rails-i18n/tree/master/rails/locale|here]]
 +==== Find duplicates in the database ====
 +<code>User.select(:first_name,:last_name).group(:first_name,:last_name).having("count(*) > 1").size</code>
 ===== Favourite gems ===== ===== Favourite gems =====
 ==== better_errors ==== ==== better_errors ====
software/rails.txt · Last modified: 2017/10/18 11:27 by Michele Porelli