Displaying 3 results from an estimated 3 matches for "molic".
Did you mean:
folic
2006 Aug 09
1
Improvement: SiteMapper - working ideas as a possible RoR''s routing replacement
.../567.html (= the last route used )
# or let just the recognized route generate the new url
puts route.url_for( :insect_name=>''567'' )
-------------------
I think the url parameters can be inherrited from upper levels, too.
I''d like to receive your comments :-)
Jan Molic
2006 Mar 12
0
ERB and Builder template engines shouldn''t be so heavily wired in ActionView::Base
...ctionView::Base class but I don''t
want to do it, I want ActionView to be more modularized to allow this
normal way.
What do you think about it? If you want, I can get more into the
ActionPack''s code and work out the separation of ERB (with backward
compatibility, of course)
jan molic
2005 Aug 25
1
newbie questions about hosting address
...ples. This is the way how it
should work,
today I do it using regular expressions which is limitting. I''m going to
write a real parser
and store parsed templates in a cache (it should be as fast as DRB or
faster).
But I want to read your opinions first. What do you think about it?
jan molic
1. Example - minimum. Usually used at the beginning when you want to create
"working" prototype of a site.
----------- YAML -------------
body: |
This is body.
----------- RUBY -------------
show( ''body'' )
2. Example - using bracket tags. Bracket tags are us...