jose.costa

Generating PDF with odf-report and images support

Posted by jose.costa
on September 18, 2009

Well i guess many of you might have checked the last edition of the Rails Magazine If not, you may should.

In particular one of the articles by Rodrigo Rosenfeld Rosas talks about PDF generation with odf templates, something I've been playing around in the last few weeks. He explains the mechanism that can be used for this purpose and finally mentions the odf-report gem by Sandro Duarte which i've been using and forked to add support for image substitutions.

More info here: http://github.com/josecosta/odf-report

Give it a try!

UPDATE Fork was merged to master branch

| |
santiago.pastorino

My Emacs for Rails

Posted by santiago.pastorino
on September 11, 2009

I'd like to share with the community my emacs init file and a set of plugins to give a nicer experience on Ruby on Rails development, which you can checkout from http://github.com/spastorino/my_emacs_for_rails/tree/master. I have been using this environment under emacs 23, and it has not been tested on other emacs versions, so all feedback is welcome, if something goes wrong please feel free to contact me.

What's in the package?

The package provides my customized Emacs init file and some plugins I found very useful to enhance Ruby on Rails development experience.

Plugins

Installation

Before you can use some plugins you have to install a few packages:

To use rcodetools you need to install the rcodetools, gem with

sudo gem install rcodetools

To use autotest you need the ZenTest gem, install it with

sudo gem install ZenTest

On further post I'm going to explain how to set it up under the gnome environment using all the beauty that gnome-notifier has.

Checkout the package

git clone github.com/spastorino/my_emacs_for_rails

and copy all the files under my_emacs_for_rails directory to ~/.emacs.d directory if it doesn't exist you have to create it.

Screenshot

You can see here some screenshots to get a taste of the look and feel that this one has.

!http://blog.wyeworks.com/assets/2009/9/11/emacs-screenshot.png!:http://blog.wyeworks.com/assets/2009/9/11/emacs-screenshot-full.png

| |