Rufo Sanchez

346
reputation
34 views

Registered User

name Rufo Sanchez
member for 1 year
seen 15 mins ago
website
location Rochester, NY
age 25
Ruby/Rails/Javascript-oriented programmer located in Rochester, NY.
Oct
4
comment Best Rails/Ajax Effect/Animation Library
Agreed - I've had no problems with its replacements for Rails' JavaScript helpers.
Oct
4
comment Showing join table field
Since .employments is defined as has_many, it's going to return an array of all employments - and .confirmed doesn't make sense on an array. You need to loop through the returned employments and display each one; that, or if a job will only ever have one employment, the relationship should be redefined as a has_one.
Aug
14
accepted Rails routes change in production
Aug
14
comment Coming back to Rails
The latest version of Agile Web Development is really quite nice - the earlier versions felt a bit light on info but Sam Ruby did an excellent job. It's slightly older at this point, but Obie Fernandez' The Rails Way is a fantastic tome of knowledge as well.
Aug
14
answered Rails routes change in production
Aug
14
comment Is there an easy way to convert HTML with multiple <br/> tags into proper surrounding <p> tags in Javascript?
Damn. Awesome stuff - I figured I'd get a couple of pointers in the right direction - I certainly wasn't expecting two separate coded solutions. It'll be a day or two before I need to implement this, but I'll be sure to report back with what I've wound up doing.
Aug
13
asked Is there an easy way to convert HTML with multiple <br/> tags into proper surrounding <p> tags in Javascript?
Aug
3
awarded  Yearling
Jul
8
awarded  Disciplined