Displaying 20 results from an estimated 20000 matches similar to: "How to add remote sites on Opinion forum?"
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 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 03
0
How to share a table between two applications
Hi,
I have one user table in my rails application. I have created a database (e.g. appDB). the appDB has a user table.
Then I have another application - Opinion forum - and a database (forumDB) I want to share the user table in appDB in the forum application.
This is to make sure that user logins for myrails app and the forum app is common.
Is there a better way of doing this?
thanks
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 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
2006 Mar 02
2
wiki on rails
Hi
I am looking for a functional light-weight wiki which has a wysiwyg front-end for a rails application. I have been trying wikiwyg for the front-end, but the proto subclassing is lost on me.
Any suggestions?
_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today it''s FREE!
2006 Feb 07
1
acts_as_taggable plugin question
Hi
I am not sure whether this is the appropriate forum to ask a newbie question about acts_as_taggable plugin.
I have installed the plugin on the server and included it in my script as per readme. However, no tags are saved.
Another question is, is it possible for the users to edit the tags they have created. ?
Thanks
2006 Jun 29
1
using "rbinom" in C code gives me erroneous results... random variable is not random (always zero)...
Dear Listers,
I am trying to use "rbinom" in my C code, but i always get zeros as output no matter the probability. Am not sure what I am doing wrong because the function has worked before. Attached in an example. Noticed that "rbinom" expects 'n' to be REAL.
Regards, Vumani
R 2.3.1 (2006-06-01)
Windows XP
Gcc
/* Called this file binom.c and then ran rcmd shlib on it
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
Fetching gem metadata from http://rubygems.org/.Unfortunately, a fatal error has occurred. Please se
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!
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",
2006 Jul 20
1
Remote machine
Hi there,
there is a problem and i just wanted to know if its possible to solve
using ruby or ruby on rails.
i want to access a remote machine which may be in a different domain.
and read a log out there.
please help me with this....
regard
Rajesh
--
Posted via http://www.ruby-forum.com/.
2009 Mar 06
1
About warnings for non-matched items
Dear All,
I have many files in my directory. I want to transfer each data into one which is readable.
They have so many possibilities, i have collected(manually and visually) all possibilities and represent them as different numbers.
Rep[grep('context_log',log1$Remain[1:length(log1$Date)]),]<-"2"
Rep[grep('gs',log1$Remain[1:length(log1$Date)]),]<-"5"
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
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;
> }
>
2007 Jun 01
2
samba problem: Multiple Heap Overflows Allow Remote Code Execution
Dear Jeremy: We use samba 2.2.12 as our samba server, and it worked perfectly before, but now there is one security problem found in samba 3.0 now, so we worry about our samba server, but for some reason we can't update to samba 3.0.25, so can you tell us whether the problem be existent in samba 2.2.12, or how can I test our samba server with some tools software?
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
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...>