search for: sabkaraja

Displaying 12 results from an estimated 12 matches for "sabkaraja".

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 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 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 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 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 Mar 01
0
A Functional Lightweight Wiki in 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? Regards Rajesh _________________________________________________________________ Express yourself instantly with MSN Messenger! Download today it''s FREE!
2006 Mar 06
0
How to use: INNER JOINS & IN
Hi I am not clear about how to use INNER JOINS and IN(...) sub query in rails. Is there a good tutorial which helps newbies step by step ? I have a model Library model Authors model Fictions The relation maybe explained as: Library has many fiction books authors have many fictions The authors table has information like full name, period of life, country etc. In that case, I want to
2006 Mar 27
0
Newbie stuff: Adding a New Library Class
Hi I have been successful in playing around with model, views and controllers in Rails. Along the way, I learnt that some of the reusable stuff could be made library classes. I want to create a lib which will render a form and form elements. I created a class Mylib.rb in /lib folder. The class tructure looks like this class Mylib helper FormTagHelper attr_accessor :name, :range,