Community Page
- www.theodorenguyen-cao.com Jump to website »
-
Subscribe -
Community
-
Top Commenters
-
Popular Threads
-
Recent Comments
- I was looking for this for a while, thanks for the info!
- It was very much helpful...thank you
- Thanks, that worked even on XP.
- This is great. Adding it to the slicehost wiki pages or tutorials would be a good idea.
- Hi Andy Cool, that's exactly what I mean. I just wrote this comment because at the moment, I do not have the possibility to test it myself. I have seen this part of the Campfire video but...
A Noted Path by Theodore Nguyen-Cao
Personal blog of Theodore Nguyen-Cao
I was writing some code in an erb template that looked like this:
<% if @user && not @user.errors.empty? -%>
#do stuff
<% end -%>
This resulted in a syntax error. Huh? What’s wrong with this?
Turns out it’s an outstanding Core Ruby bug.
As shown in the ticket if we have a method ... Continue reading »
<% if @user && not @user.errors.empty? -%>
#do stuff
<% end -%>
This resulted in a syntax error. Huh? What’s wrong with this?
Turns out it’s an outstanding Core Ruby bug.
As shown in the ticket if we have a method ... Continue reading »
0 comments
This thread has no comments yet.