[Rails] Re: [JOBS] RUBY ON RAILS DEVELOPER - 3 MONTH URGENT CONTRACT - GOOD RATE BASED ON EXPERIENCE

2013-08-26 Thread Sachin Joshi
Hi There, We are a UX Design Company, I have worked in rails prior, and one of my team members is Good at rails, who is a computer engineer. I Have 13 years of industry experience in designing UI for all sorts apps except gaming. If you Wish we can discuss the possible engagement which is b

[Rails] Re: [JOBS] Seeking rockstar junior RoR dev for a startup [remote/London]

2013-08-26 Thread Sachin Joshi
I just saw this thread, If you still have openings, we would like to work for you. We can help you in the following way: I am an India based UX Professional, I have a design shop which serves UI design/engineering services. I have work in rails as required, and one of my team members is Good

[Rails] adding HABTM association while creating a record

2011-04-16 Thread Sachin Joshi
Hello Experts, I have a HABTM association as followed: class Account < ActiveRecord::Base has_and_belongs_to_many :user end class User < ActiveRecord::Base has_and_belongs_to_many :type has_and_belongs_to_many :account end class Type < ActiveRecord::Base has_and_belongs

[Rails] Re: Rails HABTM records

2011-04-06 Thread Sachin Joshi
Thanks Colin, Thanks for the precise useful pointers, i will let you know the outcome. Cheers, Sachin On Apr 6, 9:07 pm, Colin Law wrote: > On 6 April 2011 16:36, Sachin Joshi wrote: > > > Hi Colin, > > Thanks for the pointers, in the mean time i got a work around on

[Rails] Re: Rails HABTM records

2011-04-06 Thread Sachin Joshi
be able to extend it to a owner account. I shall post any update.. Thanks, Sachin On Apr 6, 2:56 pm, Colin Law wrote: > On 6 April 2011 04:56, Sachin Joshi wrote: > > > Hello Experts, > > I have a HABTM association between User and Account model through a > > table

[Rails] Rails HABTM records

2011-04-06 Thread Sachin Joshi
Hello Experts, I have a HABTM association between User and Account model through a table users_accounts the association seems to be working fine, e.g. when i do @user.account it fetches the associated record which is just one record as of now. @user.account => [#] When i use @user.account.acc_nam