RubyFlow : The Ruby Community Blog

Home   Submit   Sign Up   Log In   leaders   Twitter   RSS Feed  
 

inossidabile — 11 posts

http://twitter.com/#!/_inossidabile

I just launched Rove.io – the visual online Vagrant configurator. Checkout the "Vagrant to the masses" introduction.
I wrote a post about ActiveAdmin containing a set of tiny nice practices and a lot of theoretical thoughts on it's future.
If you ever wanted to know how full your Rails acceptance tests are, here is the solution: the rspec-routes_coverage gem.

Introduction: http://borisstaal.com/post/36438043266/rails-acceptance-tests-coverage
We created a new JS framework that doesn’t clone anything existing but uses slightly different approach. Joosy we call it. And it's tied to Rails heavily.
We've released Heimdallr, comfortable black-list security restrictions for an ActiveRecord objects on a field level + controllers protection. Read the introduction article.

Gems are on Github: Heimdallr, Heimdallr::Resource.
I just finished an article describing a nice approach for handling complex views of Rails (or Rack) based REST providers.
We've just released initial version of two gems: Hashbang will (almost) transparently enable Google indexing for your AJAXified pages. And it's based on Sunscraper which is WebKit AJAX crawler binding.

Sunscraper is still RC and requires Qt to compile.

We had plans to convert Sunscraper to complete WebKit-only binding (to replace watir and all existing broken Qt bindings) to give Ruby full-featured headless browser support. If you need it please let us know so we finally decide if we should ;).
We've been using tilt-jade for this goal for 2 months. Wasn't perfect. Here is jade gem which will do same thing but with: ability to debug, specs, better assets management.
Gem 'styx' will help you to structure your JS and pass data from Ruby to JS (and backwards).
We've just released wash_out 0.2.4. It is supposed to fix a lot of problems with Java (or any other strict SOAP clients). Upgrade is strongly encouraged if you are using it. If you had no success trying it before, give it another chance.
WashOut is a gem that greatly simplifies creation of SOAP service providers. A SOAP endpoint in WashOut is simply a Rails controller which includes the module WashOut::SOAP. Each SOAP action corresponds to a certain controller method; this mapping, as well as the argument definition, is defined by straightforward DSL described at README. Requires Rails >= 3.1 and Ruby 1.9.