14 October 2009 ~ 3 Comments

My tools of the trade

Rubyflow blog started yesterday a thread called Tools of the Trade, so to reply here is my main tools, I use everyday.

Hardware
As described in a previous post I now use a netbook as main development machine until September this year.
Machine1: Medion E1312,11.6″,Athlon 1.6 Ghz single core, 2 Gig Ram . For all task, it’s really [...]

Continue Reading

Tags: , ,

24 July 2009 ~ 0 Comments

Passing env variable to Ruby with Apache

I had a problem last week, while developing tweetcetera. I need to use open-uri to open the twitter search url.
BUT, when I develop/test from from my office, I needed to pass through my corporate proxy. Obviously not when I’m at home, and not on my staging/development server.
For the first days I just manage to remove [...]

Continue Reading

Tags: , ,

14 July 2009 ~ 8 Comments

10 things I’ve learned developing in rails

I’ve started learning Rails and Ruby 3 years ago now, and now all my side projects are made in RoR.
I’ll be ready soon to release my third rails application, but having launched earlier this year serialcooking.com I’ve learn a lot on good RoR good practice in terms of development, deployment and maintenance.
I just wanted to [...]

Continue Reading

29 May 2009 ~ 2 Comments

Beginning Ruby on Rails, where to start and find help?

So that’s it, you want to start development with Ruby on Rails, but you don’t know where to start.
The good thing is Ruby on Rails has a very clever and smart community, and you can find lots of documentation on the web.
Here is quick summary on where to start.
Books
If you really want to learn Ruby [...]

Continue Reading

08 August 2008 ~ 0 Comments

Rails 2.1 where to begin …

This is a fact, Ruby on Rails 2.1 rocks …
But there has been a lot of evolutions since the 1.x versions, and the problem is that a lot of Rails tutorials available on the Internet are for the 1.x.
So here is a quick collection on how-to begin with Rails 2.x, and what documents you should [...]

Continue Reading

Tags: , , ,

05 August 2008 ~ 1 Comment

How to search on a MediaWiki (Wikipedia) with Ruby On Rails

I have been looking for 3 days how to search on Wikipedia with Ruby.
After having found the solution, this is really simple :
1. I found MediaCloth
MediaCloth is a MediaWiky syntax parser. You feed it with a media wiki syntax and it’s supposed to return a correct html.
It works, it’s not perfect but it works.
There is [...]

Continue Reading

Tags: , , ,