search for: dhruva

Displaying 20 results from an estimated 21 matches for "dhruva".

Did you mean: dhruv
2009 Nov 26
6
will_paginate don't work on jruby platform
Hello all,will_paginate don''t work on jruby platform, the Model.paginate find works ok, accepts all kinds of params, this is config.gem config.gem ''will_paginate'', :version => ''2.3.11'', :source => ''http://gemcutter.org'', but <%= will_paginate @collection %> doesn''t work it always produce nil(so nothing on page).
2009 Aug 24
8
overriding .blank? method
Hi, Does anyone know a way to override .blank? method that rails provides. I want to add additional custom checks (specific to my application) to this method. Thanks, Pratik
2009 Dec 05
7
ActionMailer dont function with JRuby?
I have application that i send email normal with native ruby. But when i execute the sample application with jruby, it dont send email and dont get error. What can be wrong? -- Atenciosamente, Paulo Coutinho. Blog: www.prsolucoes.com/blog Site: www.prsolucoes.com Msn: paulo-QE/7f1ia5mR0ubjbjo6WXg@public.gmane.org -- You received this message because you are subscribed to the Google Groups
2009 Aug 28
4
Objects in Views
...the following to the view it works out fine, *but I don''t understand the flow fully, I want to know why the above mentioned error occurs*. work around in ''new'' view : if @controllerModel.errors @model1 = Model1.all @model2 = Model2.all end Thanks & Regards, Dhruva Sagar. Stephen Leacock<http://www.brainyquote.com/quotes/authors/s/stephen_leacock.html> - "I detest life-insurance agents: they always argue that I shall some day die, which is not so." --~--~---------~--~----~------------~-------~--~----~ You received this message because you a...
2010 Nov 25
25
[Bug 31920] New: Brightness control is erratic (/sys/class/backlight/nv_backlight/max_brightness is wrong)
...) Product: xorg Version: git Platform: Other OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component: Driver/nouveau AssignedTo: nouveau at lists.freedesktop.org ReportedBy: rohandhruva at gmail.com QAContact: xorg-team at lists.x.org I have a Sony Vaio CW2 laptop, with an Nvidia GeForce 310M card. I am using the nouveau driver from git (via the xorg-edgers ubuntu repository). I have to say it works really well - I even get desktop effects in KDE with Gallium. However...
2010 Apr 26
11
Rails I18n
I was just wondering about locales and .yml files. Is it better to store the multilanguage strings in .yml files than in databases? And if yes, why? I was also wondering how rails are loading this files (for example, I have 4 languages in my web app, each has her own .yml file, will my rails app loads all the files in ram and then it will call each variable inside my web app? Or something else?)
2009 Aug 25
5
uninitialized constant
API-> hello_message_api.rb. class HelloMessageApi < ActionWebService::API::Base api_method :hello_message, :expects => [{:firstname=>:string}, {:lastname=>:string}], :returns => [:string] end controller -> class HelloMessageController < ApplicationController web_service_api HelloMessageApi web_service_dispatching_mode :direct wsdl_service_name
2009 Nov 03
4
Rails in css ..
Hello all, Actually i am having a small problem.. googled it but did''nt find any clue.. So what i want to do is that i want to insert ruby variable in css style property.. as like .. <div class="abc" style="left: <%= @var * 6 %> px;"> But this is not working.. I am doing it because i want to keep the left property dynamic .. :) Is there any possible way to
2011 Jun 08
2
MySql2 adapter hangs in Rails3 on Windows XP
Previously we''ve used Rails2.xx with no problems and we''re trying to upgrade to ruby 1.9.2p180 and Rails 3.0.7 with pik to keep ruby versions separate. After some initial difficulties with MySql2 gem installation, following <a href=http://rorguide.blogspot.com/2011/03/installing- mysql2-gem-on-ruby-192-and.html>these tips</a> got mysql2 v0.2.7 installed. My problem
2009 Dec 02
14
root_path and root_url undefined
Hi all, I''ve just started working on another RoR project after a couple of months away. I''m having trouble with named routes, specifically root_* In previous apps I''ve used root_path and root_url without any problems, but in this project (2.3.2 - the same as my last project where I used it) it comes up undefined. I''ve double and triple checking my routes.rb,
2009 Nov 03
12
Mysql::Error: query: not connected
Hi there! I am PHP developer and trying to learn ROR. Currently I am building my first Rails website (OS X Snow Leopard, TextMate) and decided to switch from sqlite to mysql. After many-many hours of searching the internet I managed to install mysql gem. Now I get this error when I try to run rake migrations: rake aborted! Mysql::Error: query: not connected: CREATE TABLE `schema_migrations`
2009 Aug 25
28
Anything but Aptana
Not trying to get into a "What''s a good IDE" here, BUT....On Windows....RadRails never cut it. Under Aptana, it''s a terrible joke, and I''m sick of losing so much time waiting not only for this thing to initialize, but the hanging and crashing I go through is killing me. Please, someone....point me to a decent, lightweight IDE. All i want is syntax coloring.
2009 Dec 24
4
NoMethodError
Hi, In a few words, can someone explain to me the NoMethodError. Googling for answers will get you to something but a direct answer from experts will give you something. NoMethodError in Book#new Showing app/views/book/new.html.erb where line #4 raised: undefined method `title'' for #<Book id: nil, created_at: nil, updated_at: nil> Extracted source (around line #4): 1:
2000 Feb 04
0
Away From Office...
...Thank You for your message. I am away from 7th Feb 2000 to 12th Feb 2000. During my absence please contact Ravi M(email-"ravim@india.hp.com",extn.1002) or Shastri(email -"shastri@india.hp.com", extn.1400). I will respond to your message on return. Thanks & Regards, --Dhruva Kumar
2009 Dec 09
1
how to send mail through ruby on rails
Plz tell me the code to send mail from ruby on rails.I have googled many times but couldn''t find a proper solution. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to
2010 Dec 10
1
no Ruby script found in input (LoadError)
I just cloned a new Raills 3 project from git. The project is brand new, although it does have some gem dependancies. I ran bundle install and I got the dependancies in stalled. Bundle check confirmed everything is there. But when I just the rails command (rails -v for example) I get this: /Users/joBdsgh/.rvm/rubies/ruby-1.9.2-preview3/bin/ruby: no Ruby script found in input (LoadError) This
2009 Aug 31
3
Migration - wrong SQL statement is created
Hi, I am doing my first steps with RoR and I have the following problem: I execute my migration file with the following content on a MySQL-database via Rake: <code> class CreateUsers < ActiveRecord::Migration def self.up create_table :users do |t| t.integer :id t.string :username, :size => 100 t.string :password, :size => 100 t.string :email, :size
2003 Dec 01
0
No subject
..._/ _/ _/ Administrador de Sistemas _/ _/ ____/ Martina di Trento S.A. _/_/_/_/ _/ Buenos Aires - Argentina _/ _/ _____/ http://www.martinaditrento.com --------------------------------------------------- Linux Registered User: # 184478 Return-Path: <Dhruva.Reddy@valtech.com> Delivered-To: samba@lists.samba.org Received: from MAIL01.valtech.com (unknown [64.213.47.250]) by lists.samba.org (Postfix) with ESMTP id 2553745CF for <samba@lists.samba.org>; Wed, 1 Aug 2001 10:18:57 -0700 (PDT) Received: by MAIL01.valtech.com with Internet Mail...
2003 Dec 01
0
No subject
...52 +0200 (METDST) Received: by emws1.ee.tu-berlin.de (Postfix, from userid 106) id F0BF9290E; Thu, 2 Aug 2001 08:58:45 +0200 (METDST) Date: Thu, 2 Aug 2001 08:58:43 +0200 From: Lutz Jaenicke <Lutz.Jaenicke@iee.TU-Berlin.DE> To: samba@lists.samba.org Subject: Re: Cannot Build Samba w/SSL (Dhruva Reddy) Message-ID: <20010802085843.A22338@emws1.ee.TU-Berlin.DE> Mail-Followup-To: samba@lists.samba.org References: <20010801190127.5EFED4C8A@lists.samba.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline User-Agent: Mutt/1.2.5i In...
2003 Dec 01
0
No subject
...//lists.samba.org/pipermail/samba/ =20?= > MIME-Version: 1.0 Message-Id: <01080314225700.01401@bits.linuxball> Content-Transfer-Encoding: 8bit on my redhat 7.1 box I used ' --with-ssl=/usr/share/ssl ' Fred _________________________________ On Wednesday 01 August 2001 12:20 pm, Dhruva Reddy wrote: > I am trying to build samba 2.2.1a on Linux (kernel version 2.2.18) > with SSL support. I run it with the following arguments: > > ./configure --with-ssl --with-sslinc=/usr/local/ssl/include/openssl > > I get the following error: > > checking configure summary...