On Jul 6, 2008, at 3:51 AM, tonypm wrote:

> I have been bitten by errors, and template name clashes and the like,
> but coming up with an extended name in the app is usually fairly
> trivial.
>

This is where I take issue.  Coding around the framework feels weird.

> After all, you are going to inflict __ throughout every application in
> every situation.  That would be a shame since I would have thought
> that in many cases problems with name conflicts occur rarely.

You won't see the __ as much as you think.  The __ is for framework  
defined instance variables (in the templates).  I also put up an  
example about #errors in ActiveRecord::Base.  In this case, I wouldn't  
mind dipping into another namespace to get my errors, but I'm not  
convinced my solution is optimal.





--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Core" group.
To post to this group, send email to rubyonrails-core@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-core?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to