Archive

Posts Tagged ‘Ruby on Rails’

Download Your FREE Ruby on Rails Book

October 2nd, 2007

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!

[Slashdot] [Digg] [Reddit] [del.icio.us] [Facebook] [Technorati] [Google] [StumbleUpon]

Ruby on Rails ,

Deprecated Form Tags in Rails 2.0

August 15th, 2007

After having to Google (actually I used Yahoo on this occasion) I thought I might post a link up to a blog post that has the information I need rather than replicating it on my own blog.

check out the 2.0 deprecated tags and the new way of coding it

[Slashdot] [Digg] [Reddit] [del.icio.us] [Facebook] [Technorati] [Google] [StumbleUpon]

Robert Mirabito ,

Installing Rmagick on Mac OS X

July 20th, 2007

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!!!

[Slashdot] [Digg] [Reddit] [del.icio.us] [Facebook] [Technorati] [Google] [StumbleUpon]

Ruby on Rails ,

ASP.NET compared to Ruby on Rails

July 10th, 2007

“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

[Slashdot] [Digg] [Reddit] [del.icio.us] [Facebook] [Technorati] [Google] [StumbleUpon]

Development ,

Ruby on Rails Video Tutorials

January 2nd, 2007

peepcodelogo.gif

Looking for an edge in Rails development? Want to fast track the Ruby on Rails learning curve? Well there is a way! Geoffrey Grosenbach from TopFunky.com has a website dedicated to providing high quality training video tutorials on everything Ruby on Rails at his site PeepCode.

There is one tutorial per month from mastering apps like Textmate and Capistrano to Test First Development and RJS Templates. Geoffrey is also well know for his Ruby on Rails podcast which you can get from iTunes. He also travels the world teaching all of us Nuby Rails developers on how to do things right so that makes him an authority on the subject.

I’m off to buy a couple of screencasts from Peepcode for the great price of only $9 each.

[Slashdot] [Digg] [Reddit] [del.icio.us] [Facebook] [Technorati] [Google] [StumbleUpon]

Robert Mirabito, Ruby on Rails ,