Displaying 5 results from an estimated 5 matches for "momin".
Did you mean:
moin
2009 Feb 12
8
i18n with Rails 2.1
Hi.
I''m currently using Rails 2.1.
But i want to use i18n to internationalize my rails application.
I''m trying to install rails 2.2 using:
gem update rails
but it gives me an error...
Can anyone please suggest..how do I do this???
Thank You.
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are
2008 Jul 29
2
Panel of pie charts
Hi ,
I am looking to making a panel of pie charts fo some of my dritribution data . I was wondering if there is a way in any R package to write a small script to do so.
Thanks,
Amin
[[alternative HTML version deleted]]
2009 Mar 26
1
Lightbox popup on ajax pages....
Hi,
I''m using lightbox.js for displaying chromeless popup windows.
I have a main page on which I have javascript_include_tag and
stylesheet_link_tag to include lightbox.
Calls to the lightbox popups from this main page work perfectly...
But....calls to the lightbox popups from pages which are called by
ajax(using link_to_remote) from the main page do not work... :(
They work like
2008 Jul 25
1
Installation error for RCurl in Redhat enterrpise 5
I am getting the following error while trying to install the RCurl library. I have checked that the curl and the libcurl.so.3
is already installed in the /usr/bin
> install.packages("RCurl")
--- Please select a CRAN mirror for use in this session ---
Loading Tcl/Tk interface ... done
trying URL 'http://cran.hostingzero.net/src/contrib/RCurl_0.9-3.tar.gz'
Content type
2009 Feb 18
2
How to sort select tag options?
Hi,
I have a select tag as :
<%= select(:feedbacks, :directedto , {"----Select
One----"=>"none","Business contact"=>"Business Contact","Technical
support"=>"Technical Support","Payment Help"=>"Payment Help"},{
:selected => "none"},
{:class=>"field",