Displaying 5 results from an estimated 5 matches for "bettag".
Did you mean:
gettag
2006 May 18
3
Render layout on the fly
Hi guys,
i was wondering if there is any possibility to render a layout on the
fly instead of putting it into the layouts/ folder. Any ideas?
--
Posted via http://www.ruby-forum.com/.
2006 May 18
4
Cascaded Forms
Hi guys, it''s me again ;)
is it possible to put forms into forms? My problem is, i have a form
which gathers informations about an SSL Certificate order. There is a
field which holds the SSL CSR file. Now i wanted to put in a subform
which has an form_remote_tag and decodes that CSR file and returns if
everything was okay or not.
Now if i put in a submit_tag it submits my form which
2006 Mar 10
0
Problem with fireruby when connecting to database
Hi there,
i got a similar problem like Franz Bettag in
http://www.ruby-forum.com/topic/57499#new
i posted this again because the upper ticket was placed in ruby and not
in ruby on rails! :)
--
Posted via http://www.ruby-forum.com/.
2006 Apr 19
0
How to rubify this query
Hi guys,
i spent about 5 hours now of finding out how to rubify/railify this
query!
Maybe someone of you can help me ;)
class Menu < ActiveRecord::Base
validates_uniqueness_of :handle
validates_presence_of :name, :sequence, :accesslevel, :defaultpage,
:handle
belongs_to :cmodule
belongs_to :creator, :class_name => ''User'', :foreign_key =>
2006 Mar 16
0
Accessing Helperfunctions from the Controller
Hi there,
how can i access a helper from within my controller? :)
Since i got a helper that serves my views with certain stuff, but at
some point i need this helper in my controller for gathering data.
since "helper :ipv4addr" includes me ipv4addr_helper.rb but not its
functions.. or at least i don''t know how to acces these functions :)
Thanks in advance!
--
Posted via