Toby Hede

4,348
reputation
739 views

Registered User

name Toby Hede
member for 1 year
seen yesterday
website
location Sydney, Australia
age 34

Software Developer from Sydney, Australia.

I am the owner and principal engineer of FiniteStateMachine, a small software company specialising in Ruby on Rails and agile development. FiniteStateMachine is obsessed with creating elegant, sophisticated software.

My hobbies include playing music (drumming in particular), cutting code and pondering the nature of existence.

I can has 1337 hacking skills in Ruby on Rails, PHP and Java.

1d
comment Erubis block helper throwing error with concat
I have run into a similar problem using Formtastic and Erubis on both Rails 2.3.4 and 2.3.5.
1d
answered MySQL like query runs extremly slow for 5000 records table.
Dec
10
answered Repopulating page with previous values in rails
Dec
9
answered ActiveRecord :select is messing with my data types
Dec
8
awarded  Notable Question
Dec
7
answered Help with rails and tinyMce
Dec
6
awarded  Nice Answer
Dec
2
comment Sending large of amounts of data cross domain
Can you please clarify what do you mean by "Does Google use it?". Do you mean will such a technique be SEO-friendly? Or that Google have an example of the technique being used?
Dec
2
comment Any tools to measure bandwidth usage on Mac OS X?
Server Fault didn't exist when this was written :p
Dec
1
comment Can I Program a Website with Ruby on Rails and NOT have Speghetti Code?
The question is pretty loaded. Writing non-spaghetti code is a function of pattern as much as it is of language. A solid MVC framework can do wonders for PHP. I'd still vote for a better language though.
Nov
27
comment How to deal with rapid project spec changes in a tight deadline scenario?
By "struggle" I mean that on more than one occasion I eventually left the company.
Nov
27
answered How to deal with rapid project spec changes in a tight deadline scenario?
Nov
27
comment How to deal with rapid project spec changes in a tight deadline scenario?
I don't think you are missing the M from the PM.
Nov
26
answered When NOT to use AJAX in web application development?
Nov
25
answered Help with roles in rails
Nov
25
comment What are five things you hate about your favorite language?
I find it interesting that 3 of these are to do with people and not the language itself. Ruby remains the language I hate least.
Nov
20
answered Verifying if an object is in an array of objects in Rails
Nov
19
answered ActiveRecord sum errors with postgresql
Nov
19
asked ActiveRecord sum errors with postgresql
Nov
19
comment How to handle Ruby on Rails error: “Please install the postgresql adapter: `gem install activerecord-postgresql-adapter’”
This one did not work for me ... still looking for a solution.
Nov
16
comment Automate deployment of files to Amazon S3?
I have been reading the information here regarding File Sizes and Slugs: docs.heroku.com/constraints#large-static-assets/…
Nov
15
comment Is there a sample Rails application with a number of cucumber stories?
I agree with you on that point. And, to be honest, I've started doing much the same thing myself since I originally wrote this comment. I don't test everything, but I use it to help myself reason about what I am doing. In my day job we have dedicated BA and QA resources, so we use cucumber a lot.
Nov
15
comment Automate deployment of files to Amazon S3?
Looks great, cheers
Nov
15
asked Automate deployment of files to Amazon S3?
Nov
15
comment Javascript Libraries: jQuery vs Prototype vs MooTools vs Yahoo! UI, Preferences?
Check this recent sitepoint article on closure: sitepoint.com/blogs/2009/…
Nov
15
answered Javascript Libraries: jQuery vs Prototype vs MooTools vs Yahoo! UI, Preferences?
Nov
11
answered ajax and javascript penetration
Nov
10
revised Object database for Ruby on Rails
added notes about mongodb
Nov
9
awarded  Notable Question
Nov
4
answered Methods for limiting the Rails render format to html
Oct
27
comment Best design pattern for database table joins
Active Record in Rails is pretty sophisticated. The default behaviour is that collections will be lazy-loaded, which can mean extra queries. However data can be eager-loaded by using an "include" mechanism on the initial find (so when you load a Customer, you tell it to load the Accounts as well and AR will create a join for you). Specific fields can also be loaded - you simply tell it which fields to load.
Oct
23
answered Best design pattern for database table joins
Oct
21
answered How to implement Active Record inheritance in Ruby on Rails?
Oct
20
awarded  Good Answer
Oct
20
awarded  Nice Answer
Oct
20
answered Combining two Rails applications into one
Oct
19
answered How to detect attribute changes from model?
Oct
18
answered jquery: how can you select texts not surrounded by html tags ?
Oct
18
answered Planning for 2 Types of Users on a Rails App
Oct
18
comment Save in ActiveRecord
+1: AR generates the accessor methods for you from your DB table. No need to override.
Oct
18
revised Save in ActiveRecord
code formatting
Oct
9
comment How do I have plugin architecture in Ruby on Rails?
Rails is a bit lower-level than Joomla ... you might need to build some of the infrastructure yourself, or use an existing Rails application.
Oct
9
comment How does one use rescue in Rails without the begin and end block.
neat ... did not know that one.
Oct
8
accepted STL support in Ruby
Oct
8
answered STL support in Ruby
Oct
8
comment STL support in Ruby
Can you please clarify what you mean? Are you referring to the C++ STL?
Oct
5
answered Why does one of these jQuery selectors work and the other not?
Oct
5
comment Is there a sample Rails application with a number of cucumber stories?
Wow ... people hate this comment. I stand by it though. If you don't have analysts then cucumber is an extra layer on top of your functional tests.
Oct
3
answered Model attribute changing on find and save in Ruby on Rails.
Oct
1
answered Hard coding routes in Rails