Hi Luka,
Welcome to the Akelos forums,
Seems like you have some configuration problem with your rewrite rules and Akelos
For Ajax to work you certainly need the line
<%= javascript_include_tag :defaults %>
Which produces something like
<script type="text/javascript" src="/javascripts/prototype.js">
</script>
<script type="text/javascript" src="/javascripts/event_selectors.js">
</script>
<script type="text/javascript" src="/javascripts/scriptaculous.js">
</script>
<script src="/javascripts/builder.js" type="text/javascript">
</script>
<script src="/javascripts/effects.js" type="text/javascript">
</script>
<script src="/javascripts/dragdrop.js" type="text/javascript">
</script>
<script src="/javascripts/controls.js" type="text/javascript">
</script>
<script src="/javascripts/slider.js" type="text/javascript">
and I tried the code snippet
<a onclick="new Ajax.Updater('time_div', '/blog/time/', {}); return false;" href="#">time</a>
and worked as expected.
Could you tell me which revision where you using?
1 to 4 of 4