|
View:
New views
4 Messages
—
Rating Filter:
Alert me
|
|
|
foreign key associations: best practices?Looks like http://www.redhillonrails.org has been taken over by ads and considering how old the RedHill plugins are getting I was wondering if people are still using the RedHill foreign_key_migrations plugin to setup foreign key relationships? If not what are people using to replace it? Thanks, Aaron -- Aaron Turner http://synfin.net/ http://tcpreplay.synfin.net/ - Pcap editing and replay tools for Unix & Windows Those who would give up essential Liberty, to purchase a little temporary Safety, deserve neither Liberty nor Safety. -- Benjamin Franklin "carpe diem quam minimum credula postero" --~--~---------~--~----~------------~-------~--~----~ 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-talk@... To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@... For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~--- |
|
|
Re: foreign key associations: best practices?Aaron Turner wrote: > Looks like http://www.redhillonrails.org has been taken over by ads > and considering how old the RedHill plugins are getting I was > wondering if people are still using the RedHill foreign_key_migrations > plugin to setup foreign key relationships? If not what are people > using to replace it? I still use foreign_key_migrations. The RedHill stuff is now at http://github.com/harukizaemon . > > Thanks, > Aaron > > -- > Aaron Turner > http://synfin.net/ > http://tcpreplay.synfin.net/ - Pcap editing and replay tools for Unix & > Windows > Those who would give up essential Liberty, to purchase a little > temporary > Safety, deserve neither Liberty nor Safety. > -- Benjamin Franklin > "carpe diem quam minimum credula postero" Best, -- Marnen Laibow-Koser http://www.marnen.org marnen@... -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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-talk@... To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@... For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~--- |
|
|
Re: foreign key associations: best practices?I'm using foreigner. It works great for me. Foreign keys get correctly put into schema.db and everything. http://github.com/matthuhiggins/foreigner On Nov 2, 7:35 am, Marnen Laibow-Koser <rails-mailing-l...@andreas- s.net> wrote: > Aaron Turner wrote: > > Looks like http://www.redhillonrails.orghas been taken over by ads > > and considering how old the RedHill plugins are getting I was > > wondering if people are still using the RedHill foreign_key_migrations > > plugin to setup foreign key relationships? If not what are people > > using to replace it? > > I still use foreign_key_migrations. The RedHill stuff is now athttp://github.com/harukizaemon. > > > > > Thanks, > > Aaron > > > -- > > Aaron Turner > >http://synfin.net/ > >http://tcpreplay.synfin.net/- Pcap editing and replay tools for Unix & > > Windows > > Those who would give up essential Liberty, to purchase a little > > temporary > > Safety, deserve neither Liberty nor Safety. > > -- Benjamin Franklin > > "carpe diem quam minimum credula postero" > > Best, > -- > Marnen Laibow-Koserhttp://www.marnen.org > mar...@... > -- > Posted viahttp://www.ruby-forum.com/. 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-talk@... To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@... For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~--- |
|
|
Re: foreign key associations: best practices?Scott Johnson wrote: > I'm using foreigner. It works great for me. Foreign keys get correctly > put into schema.db and everything. > > http://github.com/matthuhiggins/foreigner > > On Nov 2, 7:35 am, Marnen Laibow-Koser <rails-mailing-l...@andreas- I'm glad to know about Foreigner; I hadn't heard of it. I think I like foreign_key_migrations' approach slightly better, but I'll have to try Foreigner. Best, -- Marnen Laibow-Koser http://www.marnen.org marnen@... -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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-talk@... To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@... For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~--- |
| Free embeddable forum powered by Nabble | Forum Help |