makandra Curriculum

...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' }

weblog.rubyonrails.org

...identity map for ActiveRecord. Ruby 1.8.x support will be dropped with or after Rails...

alfajango.com

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...

themomorohoax.com

SSL in Rails 3 is non-obvious...

github.com

This gem is designed to provide CSS views to Rails, and a process to concatenate and minify these files to one file for production...

yehudakatz.com

...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...

guides.rails.info

...walk you through the I18n API and contains a tutorial how to internationalize a Rails application from the start...

rails-i18n.org

YAML List of all translations currently available in Rails

blog.smartlogicsolutions.com

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...

alexyoung.org

This article is an introduction to testing Rails plugins...

bark.metacasa.net

...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...

github.com

Central point to collect locale data for use in Ruby on Rails...

paperplanes.de

...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...

railsenvy.com

...a very affordable VPS host (256 RAM for $15) which has great support for Rails applications...

codaset.com

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...

m.onkey.org

So here’s an overview of how things are going to work in Rails...

assignable_values now supports Rails 4.1 and Ruby...

makandra dev
github.com

Now supports Rails 4.1 and Ruby...

robots.thoughtbot.com

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...

imperavi.com

...editor that claims to be lighter and prettier than TinyMCE and CKEditor. Has some Rails integration, too...