Displaying 6 results from an estimated 6 matches for "zbyte64".
Did you mean:
zbyte32
2006 Jan 25
6
cant convert integer to string
I''ve experimented around and have ran out of ideas, here''s the message:
TypeError in True_false_questions#list
can''t convert String into Integer
RAILS_ROOT: script/../config/..
Application Trace <http://zbyte32:3000/true_false_questions/list/0#> |
Framework
Trace <http://zbyte32:3000/true_false_questions/list/0#> | Full
2006 Jan 28
2
Enum
When I do scaffold generated code for a table that has "enum" in it and i
goto to the "new" button, no options are given. Anyway i could automate it
so i can get a drop down box when using enums?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060128/3af188e0/attachment.html
2006 Jan 27
6
Scaffolding to use has_many and belongs_to ?
What does everyone on this list think about enhancing scaffolding
somehow so that a "has_many" relationship will automatically drop the
<select> box into the view to reference the "belongs_to" part of the
view?
I think scaffolding is great but I am always adding the <select> boxes
to reference the parent association. Do you think this would be
useful? just a
2006 Jan 31
5
Rails auth systems using LDAP?
Hi everyone,
Are there any Rails systems that are either:
* Easily extensible to use a different auth store?
* Use LDAP out of the box?
Thanks,
Sean
2006 Jan 30
0
ActiveLDAP examples
Hello all, I am interested in developing some web front end stuff for an
openldap directory using RoR. But there seems to be a lack of examples. If
you guys know of any links to examples in using ActiveLDAP, that would be
great :) Also if there is anything i should know about before using
activeldap that you know from experience would also be nice. Thx in advance.
-------------- next part
2006 Jan 31
1
Calling Controller without redirecting
This is a bit of a weird question, but what if i wanted to pick a controller
from a controller without redirecting? Let me explain:
user goes to localhost/foobar/choose
foobar/choose picks one of the three
phobar/index
bar/index
foo/index
but instead of redirecting, it simply executres one of the controllers and
forwards the result. Strange? yes. Useful? very. Thx
-------------- next part