[Rails] contributing to rails

2015-06-05 Thread andres ramos
Hello all! after diving into rails for the past two weeks, more specifically the lynda.com RoR essential training, I am beginning to truly love this web application framework. I recently read an article

[Rails] Re: Save and update multiple tables/models

2013-10-16 Thread Luis Bivar Ramos
Hi, Can you post the error you're getting and the log? Thanks On Wednesday, October 16, 2013 11:44:18 AM UTC+1, Gilvam wrote: > > Hello everybody. > > I'm trying to make the save and update 2 tables and I can not do the same. > Use Ruby 4 Rails 2. > > Table I and Table cases valves. Need to s

[Rails] Re: saving to two different models - accepts_nested_attributes_for not working

2013-10-15 Thread Luis Bivar Ramos
orking/19369601?noredirect=1#comment28708707_19369601 Any more ideas on how I might solve this? Segunda-feira, 14 de Outubro de 2013 10:28:12 UTC+1, Luis Bivar Ramos escreveu: > > I'm having trouble with saving to two different models, from one form... I > tried to follow rails casts #19

[Rails] saving to two different models - accepts_nested_attributes_for not working

2013-10-14 Thread Luis Bivar Ramos
I'm having trouble with saving to two different models, from one form... I tried to follow rails casts #196 and looked at several other examples here at stackoverflow but I haven't figured out how to do this because my case is a little bit different... So, I have two models: class Patient <

[Rails] Re: How to specify which database we're using?

2010-06-04 Thread Ramos
Thanks. On 4 Jun, 15:45, Andy Jeffries wrote: > rake db:seed RAILS_ENV=test > > -- > Andy Jeffrieshttp://andyjeffries.co.uk/     #rubyonrails #mysql #jquery > Registered address: 64 Sish Lane, Stevenage, Herts, SG1 3LS > Company number: 5452840 > > On 4 June 2010 15:31,

[Rails] How to specify which database we're using?

2010-06-04 Thread Ramos
I am seeding my environment for testing, but I am doing it upon my development environment, and in fact I'd like to seed my test environment... How can I do that? -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, sen

Re: [Rails] Re: Fixtures loading in Rails 3

2010-06-02 Thread Ramos
Anyway, is there still support for fixtures loading in rails 3? If so, how? On Fri, May 28, 2010 at 11:11 PM, Marnen Laibow-Koser wrote: > Ramos wrote: > > Hello folks, > > > > Anyone knows how can we load fixtures in Rails 3. > > Up to rails 2 there was a rake go

[Rails] Fixtures loading in Rails 3

2010-05-28 Thread Ramos
Hello folks, Anyone knows how can we load fixtures in Rails 3. Up to rails 2 there was a rake goal which performed the task rake db:fixtures:load But that disapeared with Rails 3. Any hints? Thanks, Ramos. -- You received this message because you are subscribed to the Google Groups "

[Rails] Re: Best Rails editor

2009-03-09 Thread Marcos Ramos
It's easy to set up mysql with autostart on os x. I try to dedicate my very little spare time learning ruby on rails and I use textmate also... The problem with IDEs is that you don't know what's going on really... What does the IDE do? What commands? On Mar 9, 8:33 am, gundestrup wrote: > I d