Agile Web Development

Build it. Launch it. Love it.

Plugins by Ramon Salvadó

  • gettext_localize

    Rails plugin to help you localize your rails app using Gettext, it doesn't try to cover localization, internationalization of models. It works with Rails 2.0 and 2.1 and has been tested with the following languages: catalan, spanish, english.

    Documentation:

    http://gettextlocalize.rubyforge.org/

  • pg_explain

    This Rails plugin shows the output, in your application log, of applying "Explain" or "Explain Analyze" to the select queries of your rails application. It should be used with a PostgreSQL database.