Displaying 20 results from an estimated 22 matches for "jatinder".
Did you mean:
jaswinder
2008 Mar 24
2
render not able to locate template in publisher
...dels, just the way we do it for ActionMailer.
My problem is that when I try to update a users profile specifying
location of the view template as a paramater to "profile" method, it
gives an error "ActionView::TemplateFinder::InvalidViewPath
(Unprocessed view path found:
"/home/jatinder/rails_apps/app-name/app/views/."
The call to profile method looks like this,
profile render :partial => "/users/profile", :assigns => {:user =>
user_to_be_updated }
Anybody has a clue where could I be wrong?
Jatinder
2006 Nov 04
6
Javascript form validation for In place editting in scriptaculous ?
Is there a way by which I can do form validation for form generated by In
Place Editting of scritaculous?
The reason is, I want to avoid server roundtrip for checks which I can
perform at browser.
Regards,
Jatinder
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060828/ca882668/attachment-0001.html
2006 Jul 18
2
Write a new generator
...s
specification to look for generator s present
on the system.
The way there are tutorials on how to create plugins for Rails, are there
any for Generators?
At the end of it I should be able to do something like this
ruby script/generate <my_generator> arguments
Appreciate help.
Regards,
Jatinder
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060718/bcdb9180/attachment.html
2006 Jul 21
5
Reports in Rails
...us operations
graphically.
Does rails provide inbuilt reporting capabilities? what are different
appraoches I can follow to achieve reporting in rails?
On googling I found following as some of the options,
1.Gruff Graphs for Ruby
2.SVG
3. using Apache FOP.
pros/cons for above approaches?
Regards,
Jatinder
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060721/520b7618/attachment-0001.html
2006 Apr 25
8
Does Rails suppports XHTML for views for inline SVG''s?
...g xhtml file mentioned above), which means Rails
doesn''t send the data of rhtml files in xhtml?
What could I possibly do to make rails understand that my .rhtml file is
acutally an .xhtml file with inline svg? or is there any other way I could
use inline svg''s in rails?
Thanks,
Jatinder
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060425/3c3333c0/attachment.html
2006 Jun 16
2
RJS replaces JavaScript?
...dations and AJAX?
What I believe is that with RJS there would be a server round trip as for
every RJS template I have to write a method in controller.
Is there an alternative to Javascript for HTML form validation in rails, or
rather is there any preferred way over Javascript?
Thanks in Advance,
Jatinder
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060616/7ac04b83/attachment.html
2006 Jun 05
1
starting a non blocking child process
...ram I would like to start another process which should
continue to run even after the parent process dies.
Is there any way I could achive this?
>From the child process I want to start an instance of SCGI server which
should continue to run even if the parent process dies.
Thanks in Advance,
Jatinder
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060605/675aa3b7/attachment.html
2007 Nov 23
3
How to generate c1 and c2 reports for Rcov
Hi all,
I am implementing the Rcov stuff in my application and i was
able to generate c0 Report but i am in confusion about how to generate
c1 and c2 reports. Could some one please guide me for the same. Thanks a
lot in advance
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
2008 Mar 25
7
Facebooker::Session::SessionExpired (Session key invalid or no longer valid)
Hi All,
I''m having horrible problems with this exception, which seems to happen as
soon as I access the session object. Does anyone know what the path is to
recover from this? This post looked to be the most promising:
http://rubyforge.org/pipermail/facebooker-talk/2007-December/000047.html
And I followed all of the steps except switching my session store, and
modifying the default
2005 Oct 07
3
Converting PROC NLMIXED code to NLME
Hi,
I am trying to convert the following NLMIXED code to NLME, but am
running into problems concerning 'Singularity in backsolve'. As I am new
to R/S-Plus, I thought I may be missing something in the NLME code.
NLMIXED
***********
proc nlmixed data=kidney.kidney;
parms delta=0.03 gamma=1.1 b1=-0.003 b2=-1.2 b3=0.09 b4=0.35 b5=-1.43
varu=0.5;
eta=b1*age+b2*sex+b3*gn+b4*an+b5*pkn+u;
2006 Jun 29
1
session management not working for me in an exceptional condition
...break.. when I change the
code above the invoke new application using my machine name instead of
"localhost" session does not break provided I have invoked ror1 with
localhost.
What I suspect is somehow the session is getting moved from parent to child
window.
Any help is appreciated.
Jatinder
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060629/1492b042/attachment.html
2006 May 24
4
AR foreign key problem.
Hello Railslist,
(I''m using RadRails 0.6.3 on Windows XP with Ruby 1.8.4, Rails 1.1 and SQLite3)
I have two tables in the database: "locations" and "customers":
customers.sql
---
id INT PRIMARY KEY
name VARCHAR 255
address VARCHAR 255
postal_code VARCHAR 255
city VARCHAR 255
---
locations.sql
---
id INT PRIMARY KEY
postal_code TEXT
longitude FLOAT
latitude FLOAT
2010 May 01
0
Add custom root option to AR JSON Serializer
...de_root_in_json is set to true.
I''ve added a patch which allows JSON serializer to accepts custom root
option.
https://rails.lighthouseapp.com/projects/8994-ruby-on-rails/tickets/4515-patch-add-custom-root-option-to-ar-json-serializer
Let me know what you think about the patch.
Thanks,
Jatinder
http://twitter.com/rubymerchant
http://blog.jatinder.me
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group.
To post to this group, send email to rubyonrails-core@googlegroups.com.
To unsubscribe from this group, send email to rubyonr...
2006 Aug 09
0
Sum/Aggregate at database level or in rails controller?
...write a lot of code inside my controller the
extarct the data from one query and perform aggregations and transformation
to get what I want.
Stored procedures.. DHH has few words of wisdom,
http://www.loudthinking.com/arc/000516.html
What do you think, which appraoch is better and why?
Regards,
Jatinder
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060809/da57a392/attachment.html
2006 Jul 03
0
Modelling Relationships as objects
...relationship types?
Example, (Blog) 1:m (comments); In this case I have only 2 db tables Blog
and Comments (no join table required..); if I use has_many/belongs_to
combination then there wont be a model for relationship.
How do I make the relationship concrete for m:1 and 1:1 relations?
Regards,
Jatinder
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060703/ba494831/attachment.html
2006 Jul 05
0
using show argument of Open4.popen4 win32:open3 module
...do make the console
visible.
The reason I want the console to be up is because I have observed that rails
applications run using console are faster than app''s withpout console(its a
show stopper for me as programmatically run apps are not running properly.)
Appreciate any help.
Regards,
Jatinder
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060705/4546d65a/attachment.html
2006 Jun 23
0
Rational Clearcase plugin for RadRails
Hi,
Where can i find a stable version of clearcase plugin for radrails?
Regards,
Jatinder
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060623/0ca95234/attachment.html
2006 Jun 23
0
onclick action for submit_to_remote
http://tr.openmonkey.com/articles/2006/01 says that I can''t use :onclick
options for submit_to_remote method in rails from a view.
How do I perform javascript validations for such controls supporting Ajax?
Regards,
Jatinder
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060623/967eed11/attachment.html
2006 Jun 29
0
Ajax Scaffold for a application started using win32-process module.
...ress icon revolving indefinately.
With Rails scaffold I didnt face such problems. could there be some memory
issue with the amount of memory allocated for the process for a started RoR
application? which would imply that ajax scaffold needs more memory?
Any pointers would be appreciated.
Regards
Jatinder
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060629/c6c356f8/attachment.html
2008 Apr 23
0
Upload a file using Net:HTTP multipart post or ActiveResource
...corrupted.
oh and one very weird thing happened. the console running mongrel
looks like following after it recieved the file upload request.
Earlier I was using ActiveResource to upload a file, but then I
realized that it doesn''t have support for multipart content type
requests.
Thanks
Jatinder
--~--~---------~--~----~------------~-------~--~----~
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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send...