Wow, I have to say that this is a pretty cool deal. Sitepoint is giving away for the next 60 days a FREE, that’s right absolutely free copy of Patrick Lenz Ruby on Rails Web Applications book.

Patrick has been in the web development business for year and is the CEO of development firm limited-overhead.
So is there a catch with the book being free? Well no but you will have to complete a form to add your email address so you can be sent a link for the book. If you don’t like being subscribed, you can always easily unsubscribe later.
Well worth the download. Go get em cause time is ticking!
Ruby on Rails
Ruby on Rails, Tech Books
As part of a new rails site I’m working on, I found that I needed to install Rmagic to provide image manipulation in my app. So what I found was that it was going to as easy as installing the rmagick gem.
So I fired up my terminal and typed
sudo gem install rmagick
Whoops!!! Error time!
Bulk updating Gem source index for: http://gems.rubyforge.org
Building native extensions. This could take a while...
configure: error: Can't install RMagick. Can't find Magick-config or GraphicsMagick-config program.
ERROR: While executing gem … (RuntimeError)
ERROR: Failed to build gem native extension.
Gem files will remain installed in /usr/local/lib/ruby/gems/1.8/gems/rmagick-1.15.7 for inspection.
So off I went to find a solution to this problem and kill a couple of hours of free time.
I found an post by Paul Hepworth on installing Rmagick on OSX but I didn’t have macports installed so off I went again to find an alternative solution.
Rmagick at ruby-forge happened to have installation instructions but I had another problem. I also needed to have X11 installed which I didn’t so I had to digg up my OSX installation disk and follow some instructions on installing X11 on mac on this post by trae mccombs.
Back to the rmagick instructions on ruby-forge you’ll find a ruby script that you can run now that you have X11 installed and it’ll do the whole install for you. Then all that’s left to do is
sudo gem install rmagick
Code on!!!
Ruby on Rails
Rmagic, Ruby on Rails
“A word of advice to all ASP.Net developers who read this, don’t use Ruby on Rails. It will only make you realize how bad you’ve got it
”
Daniel’s Stuff » Blog Archive » ASP.Net blows chunks
I saw an interesting post by Daniel Parnell about how ASP.NET just wasn’t the same after trying Ruby on Rails for web application development. There is a fair amount of opinion about which is better and so far to me it seems that Ruby and Rails seems to have the upper hand as I’ve seen a number of developers make the switch from ASP.NET to Rails.
Personally I’ve never had any experience with ASP.NET and after reading many other developers comments about switching to rails, don’t really plan to either.
Also there is this talk by Dave Thomas at Railsconf 2006.
What’s your thoughts.
Blogged with Flock
Development
ASP.NET, Ruby on Rails
Recent Comments