similar to: How to share a table between two applications

Displaying 20 results from an estimated 10000 matches similar to: "How to share a table between two applications"

2006 Jul 03
3
Sharing Session Between Two Applications
Hi We have a rails application deployed and working fine. Along with this, we are planning to add "Opinion" forum. The url of the forum will be like http://forum.mymainsite.com Is it possible to share the session (that is, if the user is already logged in on the main site, he need not log in again on the forum section). Is it possible to add the ''opinion'' as a
2006 Jul 04
0
transacting with different db tables
Hi I am trying to make head and tail of a critical problem I am facing. I have my railsapp which has its own user table and account management. Along with that, I am installing Opinion forum as a subdomain on the server. As you know, Opinion has its own user table and account management. I want the user to login once and access domains and subdomains without having to login again. >From
2006 Jul 07
0
How to add remote sites on Opinion forum?
Hi Can anyone tell how remote sites work with opinion forum. How are remote sites added? And how will some one use remote site. Cheers Rajesh _________________________________________________________________ Try Live.com - your fast, personalized homepage with all the things you care about in one place. http://www.live.com/getstarted -------------- next part -------------- An HTML attachment
2006 Jul 24
0
Error: NameError (uninitialized constant Mysql)
Hi I am getting this error on my localhost in a project I started work on. It was working properly until sometime back. I am not what broke this because I had to do some copy paste from some other project to make it deploy on site5. NameError (uninitialized constant Mysql): d:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.3.1/lib/active_support/dependencies.rb:123:in `const_missing''
2006 Jul 25
0
RESOLVED: Re: NameError (uninitialized constant Mysql)
Hi all I had asked the group about the error: NameError (uninitialized constant Mysql) appearing on the localhost since last few days. I was using Webrick for testing. I installed RubyForApache module, which installed mysql.so along with that. It wasnt successful even after following documentation/tutorials word-by-word. Anyway, the bottom line is : I uninstalled RubyForApache and
2006 Jul 03
0
Is opinion available as gem or engine ?
Hi Is Opinion available as a gem or engine for download? I am confused with the 8-9 folders that are available on SVN. Thanks for the tip for Share session between sub domains :) Cheers =R _________________________________________________________________ Express yourself: design your homepage the way you want it with Live.com. http://www.live.com/getstarted -------------- next part
2013 Apr 30
1
wats this???
Hi all, I DONT KNOW WHAT IS THIS WHEN I RUN SERVER OR CONSOLE ITS COMMING. PLEASE ANYBODY TELME WHATS PROBLEM WHATS SOLLUTION rajesh@rajesh:~/workspace/apl$ ruby script/console Loading development environment (Rails 2.3.2) NOTE: Gem.source_index is deprecated, use Specification. It will be removed on or after 2011-11-01. Gem.source_index called from
2013 Apr 23
3
Fetching gem metadata from http://rubygems.org/.Unfortunately, a fatal error has occurred. Please se
Hi guys when i''m doing bundle install i got this type of error whats this? please help me. rajesh@rajesh:~/workspace/Cybermedia_Test$ bundle install Fetching gem metadata from http://rubygems.org/.Unfortunately, a fatal error has occurred. Please see the Bundler troubleshooting documentation at http://bit.ly/bundler-issues. Thanks!
2010 Feb 11
1
Model not found in custom script...
Hello, I have a custom task_scheduler.rb file in RAILS_ROOT/configuration/ initializers. It fails because I think that it doesn''t know where to find my Category model. Do you know how I can load or have available the resources/environment that myrails app uses into this script? Thanks, Frank task_scheduler.rb ======================= require ''rss'' require
2012 Nov 22
0
[LLVMdev] Extended Inline asm with double data type crashes clang
Hi all, I tried same code on gcc for arm(hard float), double f2 () { double x = 10.0; asm ("" : "=r" (x) : "0" (x)); return x; } > arm-linux-gnueabi-gcc -S -mhard-float pr39058.c -O2 Generates proper code, mov r3, #0 mov r2, #0 movt r3, 16420 fmdrr d0, r2, r3 bx lr But llvm crashes, If data type is "double",
2012 Nov 21
2
[LLVMdev] Extended Inline asm with double data type crashes clang
Thanks Rafael, Hello All, Could anyone please comment, which part in selectiondag need to be understood/modified to fix this. Regards, Rajesh On Wed, Nov 21, 2012 at 2:38 AM, Rafael Espíndola < rafael.espindola at gmail.com> wrote: > I reported http://llvm.org/pr14393 to track it. > > On 20 November 2012 05:18, rajesh viswabramana > <viswabramana.rajesh at
2006 Jun 26
2
Flac File Size
Hi, I have a big flac file, i can divide this flac file into chunks by visual basic code, i can add header to these chunks by copying first 1K to other chunks, but chunks can not play properly, i think i need to change filesize from file headers of these chunks, i can read samplerate and samples count from header, but i do not know how can i calculate file size without reading all file, what
2012 Dec 28
0
[LLVMdev] Function inline causes crash in clang for .ast to .s
Hi, Could anyone please comment on this ? Regards, Rajesh On Wed, Dec 19, 2012 at 6:54 PM, rajesh viswabramana < viswabramana.rajesh at gmail.com> wrote: > Hi, > > Clang crashes when tried to compile from .ast to .s for below sample code, > > inline-test.c > ** > *extern inline int func1 (void) { return 0; } > inline int func1 (void) { return 1; }* > >
2012 Nov 20
0
[LLVMdev] Extended Inline asm with double data type crashes clang
I reported http://llvm.org/pr14393 to track it. On 20 November 2012 05:18, rajesh viswabramana <viswabramana.rajesh at gmail.com> wrote: > Hi, > > Clang crashes when below snippet of code is compiled (used latest svn > version) > > double func1() > { > double x ; > asm ( "" : "=r"(x) : "0"(x) ); > return x; > } >
2015 Sep 14
0
concerning dovecot settings for high volume server
Hi Rajesh, our setup looks as follows: - we are running linux-vserver as virtualization technology - we have 2 dedicated IMAP/POP3 Proxies in front of 8 dovecot containers. - totally about 2900 concurrent imap sessions on each imap proxy and about 180 concurrent pop3 sessions - all dovecot containers are running on the same hardware (no problems until today): DELL PER720 with 2x 200GB RAID 1
2006 Jan 18
1
Helps!!!!! Rails database connection guru needed!!!!!!!
Hi, I really need help to understand what is happening while Rails connect to a database, (we area actually using postgresql, so my example will be with postgresql) What I understand is Rails is able to connect to different DB. Actually, this is what we want, and we have made some tests, everything is juste fine. However, all these tests lead us to some important questions that we did find the
2007 Mar 14
0
RE: Re: can´t access share by name, but on ip
nmbd is already running unfortnately... i can say that when running samba version 3.11 on Solaris it is working also with 3.23... ???? thanks for your suggestion tough ! /J > Date: Wed, 14 Mar 2007 15:59:17 +0700> From: garasi9@gmail.com> To: jflory@aeiconsultants.com> Subject: Re: [Samba] Re: can?t access share by name, but on ip> CC: samba@lists.samba.org> > Hi...>
2002 Jan 28
4
commands to see Entire Configuration
Hi all, This may sound strange, but i have a question.. is there any commands which we can use to see the entire TC configurations.. iam new to this TC , thanks, Rajesh Rajesh Revuru, Res:105 smith lane,#33, Syracuse-NY 13210. Ph.315-422-8908(R) Ph.315-443-9120(O) --------------------------------- Do You Yahoo!? Yahoo! Auctions Great stuff seeking new owners! Bid now!
2013 Jun 19
2
[LLVMdev] ARM struct byval size > 64 triggers failure
I missed that the testing case is returning a struct. You are right in VARegSaveSize. For callee: sub sp, sp, #16 push {r11, lr} mov r11, sp sub sp, sp, #8 str r3, [r11, #20] str r2, [r11, #16] str r1, [r11, #12] ldr r1, [r11, #76] The beginning of the input struct @ sp_at_entry - 16 - 8 + 12 = sp_at_entry -12 # of leftover bytes 67-12 = 55 r11+76 is @ sp_at_entry - 24 + 76 = sp_at_entry
2001 Oct 15
2
kernel 2.4.12 and ext3 patch
Hi, I have just joined this list. Sorry for this newbie question. Is the patch for Linus's kernel 2.4.12 be expected to be released soon ? Thanks in advance. Peace -- Rajesh http://www.symonds.net/~rajesh/ ***** Powered By: Debian GNU/Linux Kernel 2.4.10(ext3) : [Linux One Stanza Tip] From : <bish@nde.vsnl.net.in> LOST #028 -**< Sub : Graphic file