Displaying 11 results from an estimated 11 matches for "sabah".
Did you mean:
saba
2006 Aug 14
2
finders et sous-classes
Bonjour, c''est ma premi?re question ici car d''habitude il me suffit de
parcourir de tels forum pour trouver r?ponse ? mes questions.
Donc cette fois, c''est du s?rieux, je n''ai pas r?ussi ? trouver la
moindre ?vocation ? mon probl?me.
Je vous explique.
J''ai une famille de mod?les :
class Attachement < ActiveRecord::Base
...
end
class Illustration
2006 Jan 03
0
pass parameter to jasper report from rails
Hi all, since there isn''t good reporting for rails, I''m thinking to use
jasper report instead. Can anyone tell me how can I integrated them
together? especially how can I pass parameter from rails to jasper report.
2006 Jan 05
0
running jasper report from rails
can someone point me to an example that run a jasper report from rails, may
be it also pass variable to the jasper report. then the output page needs
to be pass back to rails
2006 Jan 05
0
running jasper reports in rails
can someone point me to an example that run a jasper report from rails, may
be it also pass variable to the jasper report. then the output page needs
to be pass back to rails
2006 Jan 11
1
access value set in config/database.yml
Hi all I trying to access from my controller the host, database, user,
password that being set in database.yml in the config directory. Anyone has
any idea?
2006 Jan 11
0
movtable
Has anyone try out the movtable for ror port? I''m having problem trying to
get it work for the second model.
2006 Jan 17
0
mixing engine
Hi all, I got a question here, I have 2 engine, 1 is LoginEngine, the
other is AdminEngine (to handle all Project wide administrative job), how
can I have the AdminEngine to have login and authorisation function from the
LoginEngine?
2006 Jan 25
0
can components have model?
Hi all, I''m trying out components now, but run into problem,
I have a component call remark, that is render in the customer page, so
that user can add remarks for customer. But when I try to load the page, it
never got loaded.
I wonder if components can have model as well?
2006 Jan 04
5
Rails with ireport
Hi all, since there isn''t good reporting for rails, I''m thinking to use
jasper report instead. Can anyone tell me how can I integrated them
together? especially how can I pass parameter from rails to jasper report.
2006 Jan 11
5
stack level too deep problem
Hi all, I''m trying to overload the link_to function, (to disable link_to if
the user has no access right)
this is my code, it work the first time I run the application, the second
time I refresh the page I always get "stack level too deep error"
module UsersHelper
include ActionView::Helpers::UrlHelper
alias_method :link_to_original, :link_to
def permission?
true