search for: fredjean

Displaying 3 results from an estimated 3 matches for "fredjean".

Did you mean: fredea
2006 Feb 14
6
Rails on Sun
Hi Everbody, I''ve got a potential idea for introducing Rails to my company. My only shot at this is to minimize what our Ops guys would have to install and configure to get this up and running. Right now, our servers are Solaris boxes and we are using Sun ONE as our web server. Anyone got Rails running in this environment? Also, has anyone got Rails talking to Oracle databases?
2006 Jul 02
6
How do you move an application to a newer version of Rails?
Hello, I''ve got an app written in rails 1.1.2 and I need to move it to 1.1.4 Installing the older version of rails is not an option (it''s not my system) unfortunately. Thanks, -Jon -- Posted via http://www.ruby-forum.com/.
2005 Dec 17
3
Rails with no direct database access?
Hello all, I''m having a bit of an internal conflict here. I have a web application that I need to write (for myself). Fine, right? Well, this site is for a DNS service that has a client interface for client APIs to access. I''d like to have all application requests and data updates/retrieval to go through this interface instead of a database. Should I even use Rails for