search for: flamesrock

Displaying 2 results from an estimated 2 matches for "flamesrock".

2005 Dec 26
0
Why isn''t this working???
...other thing is that this is a shared server, and does not need a restart of the server (which couldn''t be done either way with their port blocking). ''require'' code works for file_column without a restart, but not this.. Am I doing something wrong? --Thanks in advance, flamesrock (by the way.. for some reason, I login successfully, but my session doesn''t work.. so I''m posting as a guest) ## acts_as_tree_additions.rb ##credited to argv[] in #rubyonrails ## module ActiveRecord::Acts::Tree::ClassMethods @@TreeListView_tree = nil def Object.format_as_l...
2005 Dec 24
2
Authenticating Users fron Foreign DB?
This is kind of a tricky problem. I have a forum (simplemachines) containing all of the users for my RoR app. The question is, how would I authenticate a user of a foreign app before giving them a session with the RoR app? (It''s not possible in this case to create a new ''user'' table in the rails app) Thanks -- Posted via http://www.ruby-forum.com/.