by
Peter Cooper on August 19, 2009 :
1 Comment
ABingo is an "A/B testing" plugin to use on your Rails applications in order to test differences between two ways of showing the same information. It was developed by Patrick McKenzie, known mainly in the developer community as the creator of…
Showoff is a new Rails plugin that "provides an easy way to include and show off HTML/ERB/Haml mockups." Creator Adam McCrea has put together a blog post explaining how it works.
Essentially, Showoff provides a way for you to bring mockups into…
Carlos Brando and José Valim have just released the version 3.0 of Remarkable. If you are crazy for RSpec and use it with Rails, this is a project that you should check out.
Remarkable began as a set of matchers for RSpec, but with this…
by
Peter Cooper on March 28, 2009 :
1 Comment
Harsh (or Github repository) is "another Rails syntax highlighter" that comes in plugin form and makes it easy to perform syntax highlighting on code in your Rails views. Harsh works in both Erb and Haml views, adopting a rather interesting configuration syntax for…
A few months ago Mike Gunderloy wrote 3 Plugins for Safer ActiveRecord Deletions for Rails Inside and mentioned acts_as_paranoid, a plugin that flags ActiveRecord objects as deleted without actually deleting them (this is useful if you might need to "undo" the…
FancyRoutes (or Github repo) is a new Rails plugin that provides a less crufty way to define routes, developed by TRED (a team of Australian Rubyists, including Chris Lloyd, Myles Byrne, Tim Lucas, Carl Woodward - amongst others).
FancyRoutes is just a layer…
Scrooge (or Github repository) is a "dynamic query optimizer" (created by Lourens Naudé) that's framework and ORM agnostic but, naturally, will probably find its biggest market in Ruby land with Rails developers. To this end, Ilya Grigorik has put together an…
Paul Campbell, a partner over at Contrast, has released a new plugin called Stuffing that allows you to add CouchDB functionality to your Rails application's existing ActiveRecord models without you having to quit the world of ActiveRecord (though if you want something…
Amazon Flexible Payments Service is a payments service offered by Amazon that's focused solely at developers. Using Amazon FPS, you can accept payments on your sites from selling goods and services, donations, recurring payments, etc. You get the benefit of easier…
Translate (or Github repository) is a Rails plugin (for 2.2 and above) that makes internationalizing your Rails apps ridiculously easy.
Rather than work your way through a bundle of views and YAML files doing your translations, you can instead do them via…