Easy Sortable Lists with Rails
![Sort](../../2019/easy-sortable-lists-with-rails/sort.jpg)
Rails makes it easy to implement simple, common features very quickly. Ordering items in a list using an intuitive drag-drop interface? Easy Peasy!
Rich Text with Trix and Action Text on Rails
![Cover](../../2019/rich-text-with-trix-and-action-text-on-rails/cover.jpg)
Add a rich text area where users can enter formatted content using a simple text-editor interface. ActionText bundles the Trix editor tightly with rails for a great user experience.
Date And Time Formats With Rails
![Dates](../../2019/date-and-time-formats-with-rails/dates.jpg)
Date and DateTime formatting is even better with Rails 6. Find out how to set formats for your app and for different locales.
Maps on Rails
![Leaflet](../../2019/maps-on-rails/leaflet.jpg)
Adding maps to your web applications is easy and powerful. Dive into Maps, Rails, GeoJSON and more.
Ruby On Rails Geographical Tools
![Cover](../../2019/ruby-on-rails-geographical-tools/cover.png)
There are some really useful gems that make rails a great environment to build geo-aware applications.
Testing With Rails ActiveStorage
![Testing](../../2019/testing-with-rails-activestorage/testing.jpg)
Rails ActiveStorage system is very nice. It standardises uploads, so going forward you will want to be able to write tests that take it into account.
Rails UJS for Forms
JS frameworks are fun, but for most apps a sprinkling of JavaScript and Rails RJS gets a lot done, it's simple to use and easy to maintain.