Displaying 2 results from an estimated 2 matches for "apoton".
Did you mean:
anton
2010 Apr 01
1
How to improve rails helpers
...The post [2] studies briefly how rails'' own helpers could be cleaned
up with ActiveHelper. Consider it as an RFC, i''m waiting for comments,
critics, proposals etc as I really wanna improve rails (although i
keep grumbling ''bout it ;-)
cheers,
nick
[1] http://github.com/apotonick/active_helper
[2] http://apotomo.de/2010/04/making-a-rails-helper-predictable/
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane...
2011 Sep 12
2
Using tilt in ActionView?
Hey friends,
I was wondering what is the current opinion on using tilt in
ActionView? Right now, there''s a lot of code in AV::Template/
TemplateHandler etc. which is nicely implemented in tilt. I''m
currently refactoring the AV layer (private interest ;-) using tilt
and it makes the whole thing much more readable and easier to follow.
What do you guys think?
I know there was a