search for: dipesh

Displaying 7 results from an estimated 7 matches for "dipesh".

Did you mean: dinesh
2006 Jun 28
1
Iconv library error
I am trying to run a web application. I downloaded the web app package and then tried to run the Webrick server. I got this error: ---------------------- C:\Documents and Settings\Dipesh\My Documents\RubyOnRailsProjects\feedmarker>rub y script/server => Booting WEBrick... The Iconv library does not appear to be installed properly. FeedTools cannot fu nction properly without it. Unexpected LoadError, it is likely that you don''t have one of the libraries inst alled...
2008 Mar 13
2
Google Calendar
Anyone aware of good calendar library in Ruby? I need to design a calendar similar to Google calendar. The idea is to have ability to add recurring or even infinite events as it is possible in Google calendar. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on
2006 Dec 11
2
Custom Validator
I want to add a custom validator in one of Model. For example Rails has inbuilt validation methods like validates_uniqueness_of, validates_presence_of . What I need is a similar kind of method (example: validates_line_items), that can run my custom code while saving, updating the record and can add custom error messages to the record. Please help me by suggesting how i can do this. -- Posted via
2006 Oct 14
2
sending parameters with link_to_remote Ajax Request
In a panel, I have an hidden input field which is modified by a javascript function (from calendar) how can I sent the value of this input field in my link_to_remote call ? presently I just send back one parameter (an id) but I need both... <input type="hidden" name="booking[start_at]" id="f_date_s" value="booking[start_at]" /> ... <%=
2006 Apr 08
5
Creating sub actions
Hi, So finally I have also decided to roll my engines on Rails. But I am kind of stuck in a situation. I understand that for every model there is a controller class. This controller class has cirtain set of methods where each method defines cirtain action to be performed. And each of this action renders cirtain UI. [The background] Now let say I have a object "Car". Apart from
2006 Apr 12
1
Link helpers and AJAX callbacks
Hi, So after lots of efforts to understand Ruby and Rails, I am finally scratching the surface of AJAX in Rails. So here goes another problem. I am able to sucessfully call server side method using AJAX. Now I need to fill this function with something useful to return back. Now I see that only inbuilt function I can play with is "render_text". This means it simply doesn''t
2006 Mar 23
4
Implementing nested drag and drop using scriptaculous
Hi. I have gone through the scriptaculous wiki. I am trying to implement nested drag and drop but not able to do this. The situation is like this. _____________________________ | abc | => Box1Line1 | cde | => Box1Line2 | efg | => Box1Line3 | h | => Box1Line4