similar to: Who owns the web application after it code''s distributed?

Displaying 20 results from an estimated 10000 matches similar to: "Who owns the web application after it code''s distributed?"

2006 Jul 22
5
Single id column
Is it true that Rails needs a single column to uniquely identify a row in table? If yes, doesn''t this limit the database design and disables the use of Rails for legacy databases? /Fredrik -- Posted via http://www.ruby-forum.com/.
2006 Jul 27
3
[somewhat OT] Apache config for Rails + ColdFusion + PHP
Our group has several web apps developed in ColdFusion, PHP, and Rails. The ColdFusion and PHP apps are on an older server, and the Rails apps on a new server. Ideally, we''d like them all to share the same server. Our current setup for the Rails server is Apache2.2 with mod_proxy_balancer and mongrel_cluster. We''d like to have specific directories be processed and served by
2006 Jul 17
0
Re: Who owns the web application after it code''s distributed
Philip Schalm wrote: You may do anything you want with the source code you create - you may licence it in any form you wish and distribute it in anyway you wish. The MIT licence only applies if you are extending Rails itself. (Although, if you really need legal advice, go ask a lawyer :), as one I am not) I''m not a lawyer either, but I think you become bound by the MIT license
2006 Jul 15
1
Is there a huge performance difference between using multiple periodically_call_remote functions or one?
My application has multiple things on the interface that need to be updated periodically. Some things every second, others not so much. Some of these things are global, meaning they are on the interface at all times, and some of these things are view specific. So what I figured I would do is add the periodically_call_remote function for the global elements and another one for the view
2004 Dec 05
1
Hardware PSTN Gateways?
I am thinking about setting up an asterisk PBX system for my company. But since I can't be at all the locations all the time I am setting up an automatic backup system where if the backup detects that the primay is down it takes over the IP so calls can be made once more. For this reason I want to setup a seperate HARDWARE PSTN Gateway. Are there any equiptment that can be plugged into
2006 Aug 02
3
faster? database search or rewriting objects
I''m having an argument with my son :) I have a table with about 1500 objects called entries. I need to do something with about 100 of them (schedule manually) I say I should just mark them with a boolean when I have scheduled them. (manual == true) My son says I should pull them out of the entries table and copy them to new objects (lets call them "manual" objects, and store
2005 Jul 18
9
So you all think VoIP sypply is warm and fuzzy
Here is a letter I sent them for my $150 paper weight. Dear Voipsupply, As a small service provider, using you company for the first time, I'm very disappointed that you have removed the configuration CD that should have been shipped with the Mediatrix 2102 just to get a few more bucks. I have contacted mediatrix and they have informed me that the CD's is shipped in every 2102. If I
2007 Mar 29
1
who owns dovecot files and dirs?
...and what permissions should they have. I am thinking of /var/run/dovecot and the index directory. What ownership, group and permissions should they be? Are there any other files/dirs created for dovecot alone (not the mail folders and INBOXes); if so, how should they be owned and permed? I had thought they were to be owned by dovecot, but it turns out that they should not -- ====
2007 Mar 19
2
Debugging Bug 5253: How to find who owns address space range?
I am trying to debug a wine crash I am having when using GDI rendering for Starcraft BNet (Bug 5253). This bug does not happen in OpenGL mode, but my purpose is to understand the source of the bug and not to workaround it. (Bug link: http://bugs.winehq.org/show_bug.cgi?id=5253) The crash is in some unrolled memcpy loop that writes to screen memory, and as the bug description says, crashes after
2014 Jul 02
4
How to enable sound for other users but the one who owns the current session
Hello there! I'm trying to get sound from applications running from other users bug the one who owns the current GNOME sessions. Typically, my default user is "A" and he's running the GNOME session, logged in graphically. From this session, I open terminals, su to other users (B or C, non-root) and run mplayer or firefox. No sound for these. Adding those users to the
2009 May 27
2
help.
Hello, I hpe you can help. I have created a botable thumbdrive that allows me to update different bios's using the memdisk module. I have no problems loading the img or ima files on any equiptment other than IBM. I have tried on T43, T60, and T61, no luck. works fine on hp dell and all others tried. Every time after it loads the image it hangs after the message "Loading boot sector...
2006 Jul 11
3
LoginGenerator Killing Me ;)
OK I have dents in my head from beating on LoginGenerator, so if anyone who has used this thing can shed a little light I would greatly appreciate it. It is installed and I have set it up on my User class. Folks can login, logout, etc just fine. I have am not using the per method protection model yet, as I am trying to migrate slowly ;) What is broken though are all my methods that save or
2001 Feb 14
1
Problem with seek functions,
On Mon, 12 February 2001, OmegaDan wrote: [snip code] Hmm, weird.. that does work for me. I only had the trouble that ov_time_tell returned negative infinity after a ov_time_seek to 0 secs. This is my code: function TMainForm.ReadBuf(Buffer: PChar; Size: Longword; var Time: Single): Longword; var BytesRead, Change: Longword; begin BytesRead := 0; Time := ov_time_tell(vf^); if Time <
2006 Jul 10
13
LDAP auth/az for Rails
All: I recently wrote an LDAP library for Ruby called Net::LDAP, and I''ve noticed that quite a few people are using it to do authentication and authorization for Rails apps. I know there are several well-done login generators for Rails, but what about people that would rather use a directory? If we were to write a generator for Rails that used LDAP (or A/D) as the backend, would
2006 Jul 11
18
Zip Code Ranges
Does anyone have any recommendations for working with zip code distance ranges? I need to calculate the distances between US zip codes. Thanks! -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060711/f133d7de/attachment-0001.html
2017 Nov 02
3
Looking for the carrier that owns a particular DID
All; I have a customer who is looking for a particular DID. (I dialed it and it is not in service). I searched through my preferred upstream provider's list but I came up empty. I wrote them, and this is their reply. "We currently do not have that specific number in stock as this number is owned by another carrier that we do not have a business relationship with." So my
2010 Sep 26
2
Rails 3 - Loading a Subnav with Ajax… Which controller owns a subnav?
Once my Rails 3 app is loaded, a user can click an item which needs to then load a dynamic subnav. My thinking is (since it needs to be dynamic) is onClick to make a jQuery AJAX call to the server and then to inject the HTML response into a DIV on the page... What I''d like your advice on is how/where the subnav logic should live in the rails app, as I don''t have a navigation
2012 Jun 20
2
Using rsync to mirror directories where root owns file, using non-root user to initiate session
I have spent a day researching and attempting to debug this issue. I am hoping someone can tell me how (or disabuse me of the delusion that it's possible) to do the following: - Mirror the contents of a directory on one server to a remote server where there are diverse ownership and permissions - File and directory ownership on both the source and destination servers would normally prevent
2003 Nov 24
4
Sip phones!
I am trying to get the following phones for testing. Is there a distributor in the US that is able to sell me these Sip phone and ATA adapters? I can not afford the Cisco phones there too hard to configure and too expensive! 1 - Sipura SPA-2000 2 - Grandstream Sip phone BT-102 1 - Grandstream HT-286 1 - Snom 105 Sip phone. I have called and emailed chagres but they have not reply. Nor
2004 Aug 06
2
[thomas@arkena.com: [vorbis] mp3pro and the mp3 streaming license]
> I agree with that much of it, but that doesn't seem to me like such a "bad" > deal. I applaud the vorbis effort, don't get me wrong, but I don't think > it's evil for Frauhofer/IIS to charge people who want to use their > technology if they're using it for profit. It may be ugly and unsavory, > but it's nothing to get terribly upset over. I