[Rails] I need advice

2015-03-28 Thread Felix Daniel Leal Corova
Hi, I am new to ruby on rails, I am a student of Ing. Infomatica. the 9th semester. Ruby on rails practicing, I've ever tell I need more information. I wonder if I can build the gems? or just experts? to use a Datagrid is necessary to install a gem? I am working on linux, ubuntu 14.10 rails

Re: [Rails] Re: New Rails project looking for beginners rails developers

2015-03-28 Thread Olivier BATARD
Hi, Welcome, feel free to join us https://redmine.hammicus.org and begin :) Cheers ! Le 28 mars 2015 à 06:27, Anu V anuv.1...@gmail.com a écrit : Hi, I am interested to join in this project. Anu V captanu.wordpress.com -- You received this message because you are subscribed to

Re: [Rails] Re: New Rails project looking for beginners rails developers

2015-03-28 Thread Anu V
Hi, I am interested to join in this project. Anu V captanu.wordpress.com -- You received this message because you are subscribed to the Google Groups Ruby on Rails: Talk group. To unsubscribe from this group and stop receiving emails from it, send an email to

[Rails] Re: using custom foreign keys in associations

2015-03-28 Thread Susan Henesy
I have been up all night trying to solve this same problem, and I finally got it to work. I'll use your tables to demonstrate what I did:: === class Room ActiveRecord::Base belongs_to :roomtype end class Roomtype ActiveRecord::Base has_many :rooms,