2,505 reputation
1511
bio website
location Los Angeles
age 55
visits member for 3 years, 11 months
seen 2 days ago
stats profile views 192

An old programmer. Started programming on an HP25c calculator in 1975. Started serious programming in 1981 on BSD 4.1 on Fortune System 32:16. Many years spent programming C on Unix, then C++, then some Lisp, Smalltalk-80. Worked at Locus 1988 thru 1990, worked with Unix running on mainframes, interesting.

Did some early work with NeXT, met Steve Jobs, treated me like shit, didn't like him, but respected him.

Started working at Sun Microsystems in 1990. Worked with James Gosling before he got mixed up with Java (News, NewsPrint). Dabbled in Java very early on, thought it was cool, then J2EE came about, and the Java world started looking confused to me.

Discovered RoR in 2008, love it, very focused there ever since.


Jun
14
revised Rails Scope, Helper Method?
deleted 268 characters in body
Jun
14
comment Rails Scope, Helper Method?
Sorry, yes, as I state in my answer, content_tag helpers are the more conventional way to go. I just copied and pasted a helper of mine and hacked it up. I'll add a simpler example.
Jun
14
answered Rails Scope, Helper Method?
Jun
12
answered More select box appearing after edits
May
31
answered How to write a virtual attribute's getter and setter methods?
May
30
comment Passing params for creating and updating a model
If you can't use form_for, that shouldn't prevent you from still adhering to rails conventions, i.e if you use text_field_tag, you can still arrange for the input element name to be 'my_model[field1]'
May
30
comment Ruby on Rails: Passing the selected value of a drop down menu to a function
is that an exact copy of the code? you are missing %> after the first end, and missing <% before the second if.
May
28
revised How to remove nested keys from a hash list in Rails
added 157 characters in body
May
28
revised How to remove nested keys from a hash list in Rails
added 20 characters in body
May
28
comment How to remove nested keys from a hash list in Rails
I;ll add an exception
May
28
answered How to remove nested keys from a hash list in Rails
May
28
answered Creating AJAX link_to to build a has_many :through association in rails
May
26
comment Loop between a <div> and a <div title=“Page”> in rails
I just added to the answer , maybe that will help explain
May
26
revised Loop between a <div> and a <div title=“Page”> in rails
added 73 characters in body
May
26
answered Loop between a <div> and a <div title=“Page”> in rails
May
20
comment how to create dynamic routes and helpers in rails3
@BlueSmith The second link posted by BlueSmith is pretty much dead on. The example shown is a good starting point, the changes should be straightforward to do what you want.
May
7
comment Error deploying Ruby on Rails Application using Passenger
post /home/autobrain/Autobrain/config/environment.rb
Apr
13
comment Rails: Dynamically Generating form elements for a has_many relationship
just make sure the integer values are the actual id values for LessonObjective objects, the (1,2,3..) sequence is artificial, and created by the view.
Apr
12
asked MySQL , MS SQLServer date conversion issue
Apr
12
answered Rails: retrieving model id from database