search for: opaley

Displaying 7 results from an estimated 7 matches for "opaley".

Did you mean: opaleye
2006 Jul 23
3
Where else can I access this ROR List ?
Hi, because search is not working, I would like to access this list through some other means so that i can search past questions and feedback. Can someone give me the links or infomartion needed to subscribe. I especially need the ability to do searches TIA, Tuka -- Posted via http://www.ruby-forum.com/.
2006 Jul 20
2
ROR dev on Different Ruby versions
Hi, First I would like to ask if someone could give me the direct link to the mailing list this forum mirrors. This is so I can do searches directly and not bother folks with repeat questions. Now my question: I recently installed a ROR app built on Ruby 1.8.2 and moved it to ROR on Ruby 1.8.4. I got a few errors and had to regenerate my app in the later and copy the App files and a few
2006 Jul 18
5
Installing ROR/Webrick app on Windows 2000/2003 Server
Hi all, I am currently not able to use search since it is disabled, so I will ask my question and hope I am not repeating a past question. I am looking into developing an app to run in Windows 2000/2003 Server environment. To install ROR on a server to run an app on Webrick do I need any extra steps beyond those needed to install on my development laptop (XP prof) ? The idea is to run the
2006 May 03
3
One layout for entire App ?
Hi, Being true to DRY, I know in Rails it is possible to define a single layout associated to a controller and all associated views, lists etc.. by the layout name taking on the name of the controller but is it possible of a layout to be shared between many controllers ? TIA, Tuka PS: I accidentally posted this in the Test forum.. so I moved it here to get a pertinent reply -- Posted via
2006 Mar 02
2
custom sql queries beyond CRUD
Hi, I am just starting of in rails. I am trying to understand the features of rails and I have this burning question. (and search is not available now): Apart from relying on the automatic CRUD sql script produced, is there a way I can create my own sql script ex: with many joins between exixting tables (for reporting ). All I need is to declare the custom query and place the result in a
2006 Apr 25
3
command rake migration also runs #down method ?
Hi, i am new to rails and trying to understand the migrate feature of rake whenever I call "rake migrate", i understand it call all the latest version of a given of given migrate files. Now when these files are executed, id the #down method called and then the #up ? or must i explicitly call the #down method from rake. If yes how do i do that from rake ? I experimented with rake
2006 Jul 23
0
How to pass a javascript variable to ruby variable
Hi, I am trying to integrate a javascript text editor in a ROR app and I have the following dificulty. The text typed into the JS editor can be saved in variable E in html format. I need to pass this to a ruby variable to (say x) in the controller. Any ideas on a clean way this may be done ? A though I had was creating a non visible textbox (using say a ROR helper) and assigning the text