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

...for storing time of day in the format hh:mm:ss, neither Ruby nor Rails themselves offer an elegant way to deal with day times. Time and DateTime both handle...

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

...ordered by ID because they need to be able to iterate in batches. Modern Rails will raise an error if you try order yourself. If you are on Rails...

...aware that find calls inside the block are implicitly scoped. This is fixed in Rails...

imperavi.com

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

martinciu.com

...to make class_attribute behave like class_inheritable_attribte which no longer exists in Rails...

makandracards.com

...for aggregated RSpec/Cucumber coverage was overhauled extensively. Among other things it now works for Rails 2 and 3 and has an option to ignore shared traits...

makandra dev
databound.me

Databound provides Javascript a simple API to the Ruby on Rails CRUD. Tries to expose a full model CRUD as an API. Not sure if this is useful for more...

robots.thoughtbot.com

Rails 4.0 introduced a helpful new method for ActiveRecord queries: where.not. It can make clunky queries easier to read...

elmcitycraftworks.org

I’ve worked on huge applications in Ruby and Rails before. I very much want to believe in DCI, but I’m having a hard time accepting the promises of...

blog.jetbrains.com

...and syntax highlighting were submitted as a feedback for RubyMine 4.5. Web development with Rails can’t do without Sass/SCSS code writing so we’ve decided to fix the most...

dan-manges.com

...you want to add behavior to some vendor tasks (such as those defined with Rails), this blog post will cover how to do that...

makandra dev
github.com

A small library to provide the Rails I18n translations in Javascript clients...

danhixon.github.com

...encounter the error message above when running cucumber, just execute... rm rerun.txt ...in the Rails directory. Or run... tests ...from the geordi gem. This will do the work for you...