[]RSS

About Archives Artwork Comic Contact Philosophy Projects Tags

Responses to Dreamhost’s Rail’s rant

[Comment]

January 10th, 2008 in Links

The Ruby community responds to Dreamhost’s complaints about Rails deployment. I actually thought that Dreamhost’s complaints were constructive1, they run a large-scale host, and they get the Debian-aspects of it really well. I would be much more interested in Rails if deployment was as easy as bootstrapping is.

  1. Not everyone did

Java, Ruby, and the right question

[Comment]

November 9th, 2007 in Links

Here’s a good Friday afternoon read: Java is the right answer to the wrong question (and Ruby the wrong answer to the right question). My 0×02 bits: why do I find Java codebases with 75 character member names, and why is Ruby only popular slathered in framework? Or maybe those are bad measures?

Ruby tips

[Comment]

June 20th, 2007 in Links

A good list of Things That Newcomers to Ruby Should Know.

Avoiding the hard stuff

[Comment]

June 13th, 2007 in Links

Miscellaneous Thoughts for Programmers talks about avoiding the hard stuff. It quotes the classic Ruby versus Java myths page:

In what serious discipline is “It’s too hard” a legitimate excuse? I have never seen a bank that eschews multiplication: “We use repeated addition here–multiplication was too hard for our junior staffers.” And I would be uncomfortable if my surgeon said, “I refuse to perform procedures developed in the last 10 years–it is just too hard for me to learn new techniques.”

Rails “Associations”

[Comment]

May 15th, 2007 in Links

Here’s some learnin’ on ActiveRecord Associations. They’re the construct you use to inflict foreign references on your ActiveRecord tables.

Ruby reporting

[Comment]

May 15th, 2007 in Links

Ruport is a Ruby reporting library that can hook into ActiveRecord, CSV, or SQL/DBI. It has a simple formatting language, can produce PDFs and graphs, and even does some code generation to make things easy.

Ruby versus Php explained

[Comment]

May 6th, 2007 in Links

Ruby on Rails, from the point of view of a PHP developer, an article about the differences between Ruby and Php — both in the languages, and in how they are used to build web applications.

Ruby training fun

[Comment]

May 1st, 2007 in Links

HacketyHack, “the coder’s starter kit” is a free, odd/funny/interesting Ruby training program.

Rails deployment tool

[Comment]

April 23rd, 2007 in Links

Capistrano (formerly known as SwitchTower) is the defacto utility for deploying Rails applications.

More random Rails links

[Comment]

April 14th, 2007 in Links

The official set of online Rails manuals, including a Rails cookbook and a good guide on Rail’s URL routing/rewriting. The docs for a user login plugin and an overview of plugins in general.

Next page [>>]