search for: yash

Displaying 20 results from an estimated 45 matches for "yash".

Did you mean: bash
2006 Apr 05
7
Regex for splitting string
Hi We have a search website where the user can type in individual words separated by spaces and/or phrases enclosed in single or double quotes. We are looking for a way to obtain a list of words and phrases from the search string. Can someone help? Thanks, Yash -- Posted via http://www.ruby-forum.com/.
2009 Jun 25
2
ConVirt 1.1 is released.
Hi    We are extremely happy to announce ConVirt 1.1 release. For details please visit : http://www.convirture.com/blog/2009/announcements/convirt-11-is-now-available/ ConVirt Team. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2006 Mar 01
6
How to retrieve attributes from HABTM?
...sers has additional fields [ is_active, is_blocked, join_date] etc. These are populated using @user.push_with_attributes(:is_active => true,...). Later on how do we update or retrieve the attributes in the link table for a given user or a community with doing it explicitly using SQL? Thanks, Yash -- Posted via http://www.ruby-forum.com/.
2006 Apr 29
3
undefined class/module
...efresh the page, the error goes away and we see the html correctly rendered. User is a model defined in the models directory and has been listed in application.rb as model :user. I am suprised by the fact that this happens only occasionally. Can someone suggest what might have gone wrong? Thanks, Yash -- Posted via http://www.ruby-forum.com/.
2006 Feb 04
2
Looking for tools developed on Rails
...end dates %completion Dependency, etc. The Calendar should provide Day, Week and month views. Can you please suggest some tools with available source code that loosely have these features? We don''t mind extending and integrating them to create the Project dashboard. Thanks and regards, Yash __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
2013 Mar 14
3
date & time manipulation- R 2.15.1 windows 7
...) 2.Suppose i have week number of the year, i want to know if i can find out the day it refers to eg( say week 2 of 2013 would be 6th jan 2013 and the day is sunday) i need my result to tell me that its the 6th of jan 2013 as well as the day (sunday) Can u please help me out? Thanks, Yashvardhan Kajaria [[alternative HTML version deleted]]
2006 Mar 22
1
How to go DRY?
...erein the buttons or additional info shown for each member is different depending on the context. In such cases how do we code the _member partial to take care of all different possible ways to show a member? In general is there a guideline on how to make sure we Don''t Repeat Ourselves? -Yash -- Posted via http://www.ruby-forum.com/.
2006 Mar 23
1
Using regional settings from windows registry
...there a plugin that lets us convert the win registry format to Ruby format? Better still, does rails let us display dates and times in formats defined in the server''s registry? Remember we want the settings from the server and not the client. This is because of a specific requirement. -Yash -- Posted via http://www.ruby-forum.com/.
2006 Feb 11
1
How to POST raw data?
...thod that reads the data that has been posted to the HTTP server as raw data. I am trying to create a rails application that POSTs raw XML data to a web page that reads raw data. I would like to know how to POST raw data to an HTTP server using Ruby on Rails. Can you help me with this? Thanks, Yash -- Posted via http://www.ruby-forum.com/.
2006 Feb 11
1
Instructions required for RailsCron
...on command line, or can I do it from the client application itself? The README mentions a file called RailsCron.start. But this file is not present in the vendor\plugins\trunk directory. The client and server run on Windows XP. I am pretty new to Ruby and Rails. Can you please help me? Thanks, Yash -- Posted via http://www.ruby-forum.com/.
2009 Sep 10
1
function to solve equations
...ere I call the function and enter the 'prob' value and the output should be the 'x'. Im not sure how to write this. I have a basic structure but im not sure if its correct. calc <- function(prob){ prob <- exp(-3.33+0.0102*x)/(1+exp(-3.33 + 0.0102*x)) solve(prob) x } Thanks Yash Gandhi
2006 Feb 08
2
How to install RailsCron?
...o his account on the website. For this I am considering using the RailsCron object. However, I am not able to download it. I am new to Rails. Can someone give me the excat command I should use to get RailsCron? Can someone suggest a better way of running a procedure in the background? Thanks -Yash -- Posted via http://www.ruby-forum.com/.
2009 Oct 07
2
[LLVMdev] DebugFactory
...M, Talin <viridia at gmail.com> wrote: > Here is a patch that does just that. This does not work. I'm getting llvm/tools/clang/lib/CodeGen/CGDebugInfo.cpp: In member function ‘llvm::DIType clang::CodeGen::CGDebugInfo::CreateQualifiedType(clang::QualType, llvm::DICompileUnit)’: /Users/yash/clean/llvm/tools/clang/lib/CodeGen/CGDebugInfo.cpp:225: error: call of overloaded ‘CreateDerivedType(unsigned int&, llvm::DICompileUnit&, const char [1], llvm::DICompileUnit, int, int, int, int, int, llvm::DIType&)’ is ambiguous llvm/include/llvm/Analysis/DebugInfo.h:530: note: candidat...
2006 May 06
2
Speex for Windows Mobile 5.0
Hi, I am Praveen , working in Yash Technologies , I would like to know your contact number as we want to know whether the speex codec is compatible with the Windows Mobile 5.0 or not . Also can we get the source code for the pocket pc version of the speex codec . Hope we get your contact number soon. Thanks and Regards Naga...
2006 May 06
1
Speex forWindows Mobile 5.0
hi, I am Praveen , working in Yash Technologies , I would like to know your contact number as we want to know whether the speex codec is compatible with the Windows Mobile 5.0 or not . Also can we get the source code for the pocket pc version of the speex codec . Hope we get your contact number soon. thanks, Praveen --...
2006 Apr 02
1
Looking for helpers/components/controllers for form wizards
...orms to be filled by the users. The forms are presented as wizards - each form as a number of steps. I would like to know whether there is an existing helper developed by the Rails community that can let me create wizards easily. We also want all wizards to have the same look and feel. Thanks, Yash -- Posted via http://www.ruby-forum.com/.
2006 Apr 04
1
Keeping 2 different sessions active together
...a normal user, we are projecting the whole app to be a single application. Seeing a ''session expired'' page when a user has been continuously accessing the application, will be an annoying experience. Is there a way we can keep one session active if the other is active? Thanks, Yash -- Posted via http://www.ruby-forum.com/.
2006 Apr 18
1
Pagination links with separator
...ained from paginate in an action. I want to show the pages as 1 | 2 | 3 | 4 > The fifth page will show: < 5 | 6 | 7 | 8 > and so on. How exactly do I render the paginator to give this effect? I guess I will have to use pagination_links_each. But being new to Rails, I need help. Thanks, Yash -- Posted via http://www.ruby-forum.com/.
2006 Mar 15
1
push_with_attributes not inserting default values
...n the database, which is 1. So I am having to explicitly set it using : @aobj.bobjs.push_with_attributes(@bobj,{:c_data => 0, :d_data => 1}). Is this a bug in Rails 1.0? Also, is there a way I can see the SQL generated for any ActiveRecord method while the application is running? Thanks, Yash -- Posted via http://www.ruby-forum.com/.
2006 Mar 30
1
What is the entry-point for a rails app?
Hi, I would like to run a DOS command such as "net send ..." when I start the rails application using script\server. Can you please tell me where I need to put the call? Is it environment.rb by any chance? -Yash -- Posted via http://www.ruby-forum.com/.