/ #blog 

Rails 2.3 and Nested Forms within Nested Routes

Last week I finally got a chance to use the new nested routes in a small rails app, managing invoices for one of our clients. Each invoice belonged to a school and both schools and invoices had an address. It seemed (and was!) the perfect oppurtunity for nesting some forms. I whipped up a sample for the schools and wow! It worked. Automagically. Perfect. So onto the invoices. Now, logically, the invoices belong to a school, so using another bit of Rails magic I had nested the routes. ...

Jens-Christian Fischer
/ #blog 

Materials for BDD workshop

The BDD Workshop I held at RailsWayCon in Berlin went quite well. I bombarded the 30 or so people with a lot of new and unfamiliar technology - not all of which is RSpec or Cucumber related. Using a Twitter App as an example, we cucumbered, speced, stubbed and mocked around for a whole day and in the end, we had a simple but working Twitter application running. On the side, we talked about the Pomodori method, HAML, used the great RubyMine IDE (I might end up using it for all my Rails development). ...

Jens-Christian Fischer
/ #blog 

Speaking at RailsWayCon in Berlin

Only a few more days, and the Rails World will converge on Berlin for RailsWayCon, an alternative conference to the cancelled RailsConf Europe. I will be teaching a workshop on BDD on monday, 25.5 - including working with Cucumber. See the complete Schedule. I’m looking forward to seeing a lot of good presentations and meeting old and new friends. The lineup of speakers is impressive: Ola Bini, Steven Bristol, Neal Ford, Michael (Koz) Koziarski, Yehuda Katz, Jan Krutisch, Mathias Meyer, Maik Schmidt, Stefan Tilkov, Jonathan Weiss, Heiko Webers and others. ...

Jens-Christian Fischer
/ #blog 

Amazon S3, Heroku and the Paperclipped Assets Manager for Radiant

Well this is my first post since joining Jens-Christian and Daniela here at InVisible, but the topic is an old one. About a year ago I released the Paperclipped Assets manager for Radiant, which started rather slowly, but has recently taken off and become quite popular. Thanks to the magic of github, I have received numerous patches and improvements and it has begun to take shape. With last week’s announcement of pricing by Heroku and their recent blog about installing Radiant, I decided to give it a try. ...

Jens-Christian Fischer