← back to the blog
fousa archive
| JAN | FEB | MRT | APR | MAY | JUN | JUL | AUG | SEP | OCT | NOV | DEC | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2010 | 8 | 15 | 24 | 5 | 1 | |||||||
| 2009 | 15 | 13 | 3 | 2 | 2 | 1 | 4 | 6 | 5 | X | 6 | |
| 2008 | 1 | 5 |
Problem installing MySQL gem on 64bit machine // 1 comment
When I wanted to use MySQL with Ruby on Rails I always got an error when I tried to install the mysql gem. Maybe the reason was because I was working on a 64bit machine, and it was the first time I did! RESOLUTION So to resolve this problem I did the following. I removed all the mysql gems. > sudo gem uninstall mysql Nex...
JRuby on RuPy
This is an article on the JRuby presentation from the Ruby/Python conference in Poznan, Poland. In short, JRuby is a Ruby implementation of JVM, it's native-threaded and pretty fast. THE COMMAND LINE In JRuby you can access the command line IRB client, but here it's called JIRB. It runs on the JVM (Java Virtual Machine) and you have access...
RuPy, a Ruby/Python Conference (day 2)
And we're back attending RuPy on the second day. For those of you who missed DAY 1, just check out the linked post. I had to split up, because I didn't want to overkill the post. I also attended the very interesting "Mastering GIT" talk, but I will make a short post on it for your convenience! Let's start! RABBITMQ This is a handy li...
RuPy, a Ruby/Python Conference (day 1)
Thanks to my lovely job at Belighted I was able to attend the RuPy conference in Poznan, Poland. It was a nice conference in a somewhat awkward city. With this blogpost I will make a quick review of some of the talks! I didn't review all the talks, because some talks did not match my personal interests. So I have nothing against the other spe...
I'm currently attending the RuPy conference in Poznan, Poland. It's a conference for Python and Ruby developers like myself! I'll try to create a small overview by tomorrow on the different talks I attented and also looked interesting for you/me!