Articles

git-config has autocomplete?

Seen on a git 1.6.0.4 installation (dunno about previous versions), installed through MacPorts
1 with the
+bash_completion option.

Can Software Updates Be Made Simpler?

Generally speaking, I like Apple’s Software Update mechanism more than I liked Microsoft’s Windows Update. It generally seems less intrusive, runs faster, and has a simpler UI (disclaimer: I’m more familiar with WinXP than Vista; if the Vista experience has made it a lot better, be sure to comment to this post).

slimming down actionpack: ending the pissing match

 

So, in recent days there has been a lot of really stupid drama among Rails and Merb.  I appreciate the addresses of both sides of the issue, and I hope this dialogue and competition continues in this healthy manner.  But my interest was piqued when the question of lines of code came up, and Yehuda offered some metrics.  

Ubuntu 8.10 PPPoE setup

As you may know not all the network parts have installed in Ubuntu by default, e.g PPPoE.
While I'm searching for a solution to the problem (PPPoE with Ubuntu Linux) I have found short article about it.
Secret is here:

Abdera gets the graduation

Although I don't speak pretty much on Apache Abdera, I've been involved in the project for more than a year.

Why develop using Ruby on Rails

Put the fun back into the creative process of application creation with Ruby on Rails. Here are just a few reasons developers are making the move:

lots of work: a new router for rails

So I've been kicking the idea of writing a new router for Rails for a long time.  I started tinkering with web frameworks last year, and decided that I would write a bunch of components that one could assemble or integrate into their own frameworks.  The yield of the primitive work I actually completed was fleet, and my ultimate goal was to build a router that was API-compatible with Rails and could be extracted into its own gem for others to use.  It never got that far, but I did complete most of the work on the router.

What's New in Edge Rails: Object.try


This feature is scheduled for: Rails v2.3/3.0

Those of you using Chris Wanstrath’s slick little try trick will now have access to that functionality in Rails with this ActiveSupport update.

iPhone hype...

If we consider the business world, since the Blackberry was released in 2002, it broadened the use of IT in the business world. Receiving e-mail on your smartphone and being able to be updated in real-time was a useful tool for everyone.

But then came along the iPhone….

Small tip for debugging Javascript in IE

Today we had to find a small bug in La Coctelera's javascript: the bug was a hash with a colon after the last element. The problem was that, of course, it didn't work on IE 6 and don't have any debugger for Javascript installed on my Vmware.

The only information I had was the generic error (an object was expected), and the line and column where the mistake was. So I decide to understand how to find that line in all the linked javascript files.

Rails router | Rails Fire

Rails router

Rails 3: The Great Decoupling

In working on Rails 3 over the past 6 months, I have focsed rather extensively on decoupling components from each other.

Why should ActionController care whether it’s talking to ActionView or just something that duck-types like ActionView? Of course, the key to making this work well is to keep the interfaces between components as small as possible, so that implementing an ActionView lookalike is a matter of implementing just a few methods, not dozens.

Syndicate content