[Rails] Best Rails environment for Windows 7

2011-04-27 Thread Chief
What is the best and easiest way of running Ruby on Rails on a Windows 7 machine? I really want to learn Rails, but I haven't found any easy way of installing it on Windows 7. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to th

[Rails] Re: [JOBS]Opportunity for a ROR lead programmer as co-founder

2009-04-07 Thread Master Chief
009, at 3:58 PM, Master Chief wrote: > > > The RoR guru will help launch the company and be a part of this from > > the beginning. This is your chance to be part of something which can > > become a household name. It will be a web based product, heavily > > reliant on dat

[Rails] [JOBS]Opportunity for a ROR lead programmer as co-founder

2009-04-07 Thread Master Chief
We a re a prefunding stage company working on a prototype, looking for a RoR expert. The RoR guru will help launch the company and be a part of this from the beginning. This is your chance to be part of something which can become a household name. It will be a web based product, heavily reliant o

[Rails] Re: How to Generate Controllers from the command line

2009-02-19 Thread Master Chief
code. That said, everyone has their own best way of learning! cheers from another newbie! On Feb 19, 4:08 pm, Zayd Connor wrote: > Master Chief wrote: > > Being a newbie myself, I will add a word of caution. > > > Compare the version the book is based on, with what you are run

[Rails] Re: How to Generate Controllers from the command line

2009-02-19 Thread Master Chief
Being a newbie myself, I will add a word of caution. Compare the version the book is based on, with what you are running. I was on Rails 2.2.2 and its syntax for scaffold generation is different from the earlier versions in the sense that the attributes are expected in the command line now. I le

[Rails] Re: Associated child records not created on creation of a parent.

2009-02-19 Thread Master Chief
the self reference in the belongs_to... Thanks for the nudge in the right direction! Now I can get back on track. :-) --- On Feb 19, 9:06 am, Master Chief wrote: > Thank you for your response! > > 1. I didnt know acts_as_tree generated an association. Removed parent > associati

[Rails] Re: Associated child records not created on creation of a parent.

2009-02-19 Thread Master Chief
. Have been stuck here for 3 days, so really appreciate your help! regards On Feb 19, 6:39 am, Mark Reginald James wrote: > Master Chief wrote: > > I am trying to create a record with association.  Within the create > > method, I would also like to pre-populate dependent (ha

[Rails] Associated child records not created on creation of a parent.

2009-02-18 Thread Master Chief
I am trying to create a record with association. Within the create method, I would also like to pre-populate dependent (has_many) records from a template in the database. The child records are mysteriously rolled back if I insert them in a loop. If I try to insert a single child record, it work

[Rails] Re: HABTM & pagination confused

2009-02-10 Thread Master Chief 2007
Abhishek shukla wrote: > > Hello friends, > > Here is my code though which i am getting value > > @students = [] > Seminar.find(params[:id]).students.each do |student| > @students << student > end > > > As now i want to implememt pagination.. But no idea how should i > implement. > > Tha

[Rails] Re: HowTo install plugins from github?

2009-02-10 Thread Master Chief 2007
Jason Roelofs wrote: > > > And the problem is? I mean, script/plugin install git... works exactly > as expected, if you have git installed and it works like it should. > > Please state what problem you're having instead of just blatantly > bashing something that works for 99% of the people wh