Displaying 11 results from an estimated 11 matches for "rajshrimilind".
2006 Jun 14
5
display formatted date
Hi,
In my form I have date field set as ''datetime_select'' which is fine as I
wanted it in the same format. But while displaying (list action) it
displays date in long format i.e. ''Tue May 30 15:39:00 Central Daylight
Time 2006''. How can I format it so that it will just be diaplyed as
''dd/mm/yyyy'' format?
Thanks
--
Posted via
2006 Jul 06
3
Stacked Area graph?
Hi,
How do I make stacked area graph? For stacked bar graph gruff has
seperate class "StackedBar" but I could not find anything as
"StackedArea"? Is there any other way? Please let know.
Thanks
--
Posted via http://www.ruby-forum.com/.
2006 Jul 12
0
Multiple Gruff graphs on one page
Currently I have about 10 different graphs and each one of them have to
be clicked in order to view. I want to display 3 graphs on same time one
below another. Any ideas on how to do that?
Thanks in advance.
--
Posted via http://www.ruby-forum.com/.
2006 Jun 01
0
Segmentation fault in inflector.rb
Hi,
I have finally given up and am desperately hoping for some help. I have
developed rails using MySQL-5.0.20a-nt. The application run without any
problem in developement environment. Now unfortunately in production I
have MySQL-4.1.11. Same application I try to run in production (with
mysql 4.1.11) it crashes with the following error. I have no clue why it
is doing that. I have been
2006 Jun 07
1
Errno::ENOENT (No such file or directory
Hi,
I have my RoR deployed on Linux server. My application has "browse file"
section where it selects the file from users machine (e.g. -
D:/kw/loaddata/New/abc.txt) and passes it to convertTo method
But the path is not being resolved. It throws me an error:
Errno::ENOENT (No such file or directory - D:/kw/loaddata/New/abc.txt):
.//app/controllers/releases_controller.rb:35:in
2006 Jun 12
1
Transaction save?
Hi,
I have these two records which are saved in two different tables. The
problem is unless the first record (Cr) is saved the second (Crmapping)
doesn''t get created because of referencing. It''s my assumption that
create() does not need explicit save() method. It instantiates the model
obj and saves it into db. But then any ideas on why the Cr.create is not
creating a record?
if
2006 Jun 27
0
Gruff datasets
Hi All,
I''m desperatly needing help for the gruff graphs. The problem is when I
google for help everytime I come across the same few pages which are
good but I''m not that expierenced to understand that I guess. I''m
fetching data from database. It''s about 3000 rows. The examples I''m
finding have static values like:
@datasets = [
[:large,
2006 Jun 28
0
Gruff: Adjustment of font and labels
Hi,
My graphs are working properly except two things:
1. The font of the "title" is way to big and so gets cropped and
2. On X-axis I want to display my labels which are varchars. But again
because of the limitation of the graph size it is overlapping on one
another.
I can increase the graph dimension but it doesn''t look good. Any ideas
on
1. How to reduce the font
2. Is
2006 Jun 02
4
Web app developed in WInXP want to run on Linux
Hi All,
I have developed a web application using RoR on Window-XP. Now my server
is on linux and want to get this running on linux machine. I tried
starting the server but it failed to boot in boot.rb at this line:
unless RUBY_PLATFORM =~ /mswin32/
require ''pathname''
root_path = Pathname.new(root_path).cleanpath(true).to_s
end
so I changed(even though the file says
2006 Jul 10
6
Gruff: Display label vertical
Hi,
I have stacked Bar graph which has about 20-30 items. I have to name
each of these items. But there names/labels are overlapping. Is there
any option to make the labels display vertical instead of horizontal?
Any other ideas how can I aviod this overlapping?
Please suggest.
Thanks
--
Posted via http://www.ruby-forum.com/.
2006 Jun 07
3
ActionController::UNKnownAction (No action responded to crea
Hello All,
I''ve developed RoR on windowsXP have deployed that on Linux. Everythings
works fine when working on windows. Things are fine on Linux too untill
I try to create new entry. I tried but couldn''t find any relevent
information why it should happen only to this "specific" create action.
I''m saying this because different create on other forms are