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

rails.lighthouseapp.com

This is a bug in Rails 2.3.11 which will be fixed in a future maintenance release. Until then you can copy the attached initializer to config/initializers...

Selenium does not speak SSL because it uses WEBrick that doesn't. When you use Selenium for Cucumber scenarios that...

speakerdeck.com

Presentation about optimizing Ruby on Rails apps. From Nico Hagenburger (homify's lead frontend developer...

makandra dev
gist.github.com

When ActiveRecord child objects are autosaved in Rails...

github.com

Chrome extension that shows all info from your rails log (like parameters, response times, view rendering times, DB requests) inside a chrome panel...