[Rails] Template is missing ..Fetching from root directory

2009-10-27 Thread Ghanshyam Rathod
Hello Friends, In my application when user registered default theme for that use is created in temp_thems folder which is not rails root directory. when i m trying to preview my theme it display 'Template is missing' ERROR. and after restart mongrel server its working fine , So it is necessary

[Rails] XML file using Nokogiri gem

2009-10-21 Thread Ghanshyam Rathod
Hello friends, Can you guys give me some idea about how to Create XML file using Nokogiri gem. -- Posted via http://www.ruby-forum.com/. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Ruby on Rails: Talk group.

[Rails] Re: XML file using Nokogiri gem

2009-10-21 Thread Ghanshyam Rathod
Walter McGinnis wrote: On Thu, Oct 22, 2009 at 10:32 AM, Robert Walker rails-mailing-l...@andreas-s.net wrote: Ghanshyam Rathod wrote: Can you guys give me some idea about how to Create XML file using Nokogiri gem. I could be wrong, but isn't Nokogiri used for parsing and searching XML

[Rails] Active Merchant Error

2009-09-16 Thread Ghanshyam Rathod
Hello friends, I m using Active Merchant(version = 1.4.2) gem. in billing calculator i m require 'active_merchant' and when i m open the page it is throw error such no such file to load -- active_merchant. Can you guyz tell me how can i resolve this problem ... Waiting for every possible

[Rails] Problem with javascript_include_tag :all tag.

2009-09-01 Thread Ghanshyam Rathod
Hello Friends, I m using auto_complete pluging for text_field. When using javascript_include_tag :all tag pagination is not working .. Anybody tell me what's happen here ??? Thanx. -- Posted via http://www.ruby-forum.com/. --~--~-~--~~~---~--~~ You received

[Rails] Re: error_messages_for help

2009-08-30 Thread Ghanshyam Rathod
Rails List wrote: The %= error_messages_for 'quotation' % is always replaced by empty space in html as 'quotation' at that time is nil. Any idea how to make it work without setting 'quotation' variable in the controller? thanks, bogumbiker Try this %= error_messages_for

[Rails] Authorize.net CIM(Customer Information Manager)

2009-08-28 Thread Ghanshyam Rathod
Hi all, Please help me out for authorize.net CIM(customer information manager) implementation. thanks -- Posted via http://www.ruby-forum.com/. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Ruby on Rails: Talk

[Rails] Re: No route matches /%20questions/showans/1 with {:method=:g

2009-08-28 Thread Ghanshyam Rathod
Salman Lada wrote: Hi i face this problem when i submit the information while evaluating the a new page in a already done scaffold...the new page is showans..i write the link_to tag like this %= link_to 'Submit', :controller = questions, :action = showans, :id = @question.id %