...server renders a normal page, only the target is swapped — and what the unpoly-rails gem adds on the server side. You can enhance links and forms so they update...
...in features wherever they fit. You can explain how Unpoly compares to Hotwire/Turbo, the Rails default. Resources Read what's new to you, skim what's familiar, skip what you...
...work that runs on a schedule. You can explain what Active Job is: a Rails abstraction with a uniform interface over any queue implementation — and why you still need to...
...underlying tool for anything non-standard. You can set up a queue in a Rails app that has none: install GoodJob, configure it as the Active Job adapter, and put...
If you parse this Yaml ... yes: 'Totally' no: 'Nope' ... you get this Ruby hash: { true: 'Totally', false: 'Nope' }
...identity map for ActiveRecord. Ruby 1.8.x support will be dropped with or after Rails...
There is a problem with AJAX response handling for Rails 3 remote links and forms in Internet Explorer. This problem affects applications still using jQuery...
SSL in Rails 3 is non-obvious...
This gem is designed to provide CSS views to Rails, and a process to concatenate and minify these files to one file for production...
...post explains, in some detail, how we will implement a nice performance boost for Rails developers. Understanding the details might help gain the full benefits of the optimization, but you...
...walk you through the I18n API and contains a tutorial how to internationalize a Rails application from the start...
YAML List of all translations currently available in Rails
List of Rails releases...
I just finished reviewing Rails 2.3 Nested Object Forms. While a very nice and “magical” feature, I’ve got to admit that I’m really not that crazy about how...
This article is an introduction to testing Rails plugins...
...the plain unit test suite supplied by Ruby, and not any of the extended Rails test framework. This will leave our plugin’s test classes with no access to fixtures...
Central point to collect locale data for use in Ruby on Rails...
...version I needed to do an awkward thing that only affected development mode, where Rails unloads all classes after each request. run_later runs code in a separate thread, and...
...a very affordable VPS host (256 RAM for $15) which has great support for Rails applications...
Concerns is a simple Rails plugin that provides you with a simple way to organise your Controllers, Models and Mailers, and split them into smaller chunks of logic. It is...
So here’s an overview of how things are going to work in Rails...
assignable_values now supports Rails 4.1 and Ruby...
Now supports Rails 4.1 and Ruby...
The Rails community has been abuzz with object-oriented programming, SOLID principles, laws, design patterns, and other principles, practices, and patterns. We’ve (re)discovered new tools and techniques to...
...to be released when the block ends. Example: RSpec::Mocks.with_temporary_scope do allow(Rails).to receive(:env).and_return('production'.inquiry) puts Rails.env # prints "production" end puts Rails.env # prints...
...editor that claims to be lighter and prettier than TinyMCE and CKEditor. Has some Rails integration, too...