Re: [Rails] Re: TinyMCE editor

2011-02-04 Thread kirti parihar
include jquery explicitly in your application.html.erb file or whatever layout you are using? or just the :defaults? because jquery doesn't get included by default On 4 Feb., 07:59, kirti parihar pariharkirt...@gmail.com wrote: hi... I m newbie in RoR and working on rails 3. Actually i

[Rails] TinyMCE editor

2011-02-03 Thread kirti parihar
is not working (example dynamically add and remove textboxes is not working) Dont know why it is so... If anyone knows then help me... Thanks kirti -- 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

[Rails] problem with carrtographer plugin for google map

2011-01-27 Thread kirti parihar
hi, is anyone have used cartographer in rails 3 for google maps. actually the map is shown to me but the problem is that is want to set default location and also pointer or marker is not visible on map, to point the location. thanks Regards Kirti :-) -- You received this message because you

[Rails] problem with carrtographer plugin for google map

2011-01-27 Thread Kirti
hi, is anyone have used cartographer in rails 3 for google map. actually the map is shown to me but the problem is that I want to set default location in map and also pointer or marker is not visible on map, to point the location,or change the location. thanks Regards Kirti :-) -- You received

Re: [Rails] problem with accepts_nested_attributes_for and reject_if

2011-01-24 Thread kirti parihar
still its also not working... On Mon, Jan 24, 2011 at 3:28 PM, Garrett Lancaster glanc...@garrettlancaster.com wrote: Try accepts_nested_attributes_for :educations, :reject_if = :all_blank, :allow_destroy = true Garrett Lancaster -- You received this message because you are subscribed to

[Rails] problem with accepts_nested_attributes_for and reject_if

2011-01-23 Thread kirti parihar
: accepts_nested_attributes_for :educationss, :reject_if = lambda { |a| a.all_blank? }, :allow_destroy = true Can anyone give me an idea of what might be going wrong here? Thanks kirti -- You received this message because you are subscribed to the Google Groups Ruby on Rails: Talk group. To post

[Rails] problem with accepts_nested_attributes_for and reject_if

2011-01-23 Thread Kirti
: accepts_nested_attributes_for :educations, :reject_if = lambda { |a| a.all_blank? }, :allow_destroy = true Can anyone give me an idea of what might be going wrong here? Thanks kirti -- You received this message because you are subscribed to the Google Groups Ruby on Rails: Talk group. To post

Re: [Rails] Trainee in ruby on rails need some help

2010-12-21 Thread kirti parihar
hey...thanks for your kind help. :-) On Tue, Dec 21, 2010 at 5:40 PM, Ahmy Yulrizka ahmy...@gmail.com wrote: see http://guides.rubyonrails.org/ best book i ever read http://pragprog.com/titles/rails2/agile-web-development-with-rails On Tue, Dec 21, 2010 at 5:34 PM, kp

Re: [Rails] Re: difference between attr_accesor and attr_accesible

2010-12-21 Thread kirti parihar
hey...thanks for help. On Tue, Dec 21, 2010 at 7:07 PM, Frederick Cheung frederick.che...@gmail.com wrote: On Dec 21, 12:20 pm, kp pariharkirt...@gmail.com wrote: I m new to ruby language. difference between att_accesor and attr_accessible is not clear to me. They're almost