search for: riko

Displaying 6 results from an estimated 6 matches for "riko".

Did you mean: rik
2006 May 16
7
svn-1.3.1 errors on intel mac on checkout
I just installed svn-1.3.1 from .dmg on an intel mac. I am getting ... subversion/libsvn_wc/log.c:338: (apr_err=155009) svn: In directory ''sr'' subversion/libsvn_subr/io.c:565: (apr_err=2) svn: Can''t copy ''sr/.svn/tmp/text-base/README.svn-base'' to ''sr/README.tmp'': No such file or directory Any one getting this? TIA for any help.
2006 May 14
6
Controller Inheritance
Is there any known problem in inheriting a Controller from another controller (that is to say having an Admin::PostController < PostController, with PostController < ApplicationController)? It is something I haven''t seen done in tutorials or books, however in my opinion (and as far as I can see from my tests) it should work.
2004 Apr 13
1
SIP->h323 problem DTMF
...canreinvite=no dtmfmode=RFC2833 qualify=300 callerid="ATA186" <519> ;mailbox=21 nat=no [520] type=friend host=xx.xx.xx.xx,xx context=local-access reinvite=no canreinvite=no ;dtmfmode=inband qualify=300 callerid="x-lite" <520> ;mailbox=21 nat=yes ----------- Pavel Riko
2006 May 16
3
UserEngine and hiding controllers
I''m using LoginEngine + UserEngine for web application. 1. I have some controllers under and admin subdirectory (Admin::PostController etc). The auto-fill permission in UserEngine does not work correctly with those controllers. Right at the moment this is not a problem, since I kind like having the Admin section separated and available only for god users. However, I could use
2006 May 13
10
new user
Hi!!!! I''ve tried ROR! it''s fantastic!!! wonderful!!! I WANT LEARN ALL ABOUT IT!!! Do you have some links ( if exists in italian language ), or suggest me some book i can buy?? thx very much -- /\/\ariano Di Felice Java PHP Python programmer with MySQL, PostgreSql, SQLite and Oracle support Linux Platform Developer mariano.difelice@gmail.com Tel. 0735 703735 Cell +39 339
2006 May 19
0
Hiding and unhiding actions.
I''m using the UserEngine, so I have a UserController that responds to /user/action. I subclassed it with an Admin::UserEngine. I''d like to have some actions available in the subclass and *not* in the superclass. If all the code was mine this would not be a problem, of course. However , I''d like not to change their code. I had a look at hide_action, but there