search for: fourdrini

Displaying 4 results from an estimated 4 matches for "fourdrini".

Did you mean: fourdrinier
2006 May 19
3
Ruby LDAP
Anyone has done work with Ruby-Ldap? and maybe could provide some examples? I have to admit that I am rather lost using this. I am looking to do a Rails interface to manage LDAP servers but I can''t seem to find how to do this in Ruby and for example retrieve the elements, attributes, and change them. This is what I have done so far.... --- #!/appl/ruby/bin/ruby -w require
2006 May 12
6
How to truly separate Logic from view with Rails?
It is something that I have been wondering. When working with other application servers there is often/most of the time a 3 tiers/layers architecture: - Presentation layer/Web services - Application layer - Database layer They often resides on separate machines, 3 different sets. So the application code is logically AND physically separated from the presentation layer. Is this possible with
2006 May 19
14
Running Rails from embedded Ruby
Is it possible to run a Rails application from embedded ruby? I''m thinking of replacing dispaches with a C application which will then call the normal Rails dispaches and so on... Is this do-able? Many thanks, Kris. -- Posted via http://www.ruby-forum.com/.
2006 May 25
0
Dropped Position on a Page when using a draggable element
I am playing with droppable elements and rjs. I have a simple question. I have setup my whole page as been able to receive events when an object is dropped on it. It works. Anyone knows: - How to get the coordinates on the page the object was dropped? so for example I can update a database in the backend. - How to force on display an object to be displayed at a certain position on a page?