Displaying 6 results from an estimated 6 matches for "redhillonrail".
Did you mean:
redhillonrails
2007 Sep 05
8
Hi..Guys new plugin again
...y supports and understands the following active-record
configuration properties:
config.active_record.pluralize_table_names
config.active_record.table_name_prefix
config.active_record.table_name_suffix
Installation
EDGE
To install using SVN:
ruby script/plugin install svn://rubyforge.org/var/svn/redhillonrails/trunk/vendor/plugins/foreign_key_associations
or using HTTP:
ruby script/plugin install http://www.redhillonrails.org/svn/trunk/vendor/plugins/foreign_key_
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby...
2006 Dec 17
0
Help - I broke RadRails
Hello all,
I was trying to install the foreign_key_migration plugin. It seemingly worked, but I got a message stating that I needed to install the redhillonrails_core pluging (which isn''t in the list). Now I can''t generate migrations at all. Is there some setting in RadRails where I can tell it where to find the redhillonrails plugin? Or is there something I can do on the commandline to get it and fix it?
Oh, by the way, I''m ru...
2006 Nov 10
2
Testing with foreign keys
I''m looking for a plugin/whatever for preloading fixtures, to run
tests with FKs defined.
Specifying load order just doesn''t work for me, I need to purge the
test db, load all fixtures, and only then create the FK constraints.
Any suggestions?
Isak
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
2008 Feb 11
9
Storeconfigs purge Perl
Here''s some happy-fun Perl to make your storeconfig/virtual resources day better. I probably should have written this in Ruby, but perl comes naturally :)
#!/usr/bin/perl
#
# Perl DBI to remove all related entries from Puppet''s storeconfigs database.
# Use when a host is removed from the Puppet network forcibly
# Alternatives: run puppet on host to be removed with a blank
2008 Dec 28
7
Your thoughts on "Enterprise Rails"
Hello and happy holidays, everyone!
I received the book "Enterprise Rails" by Dan Chak as a Christmas gift
and started reading it; I wanted to gauge the community''s thoughts on
this. Basically, Mr. Chak advocates a totally different approach to
how every other Rails book/tutorial explains how to develop Rails
applications.
Firstly, he advocates you organize your
2007 May 29
22
Rails doesn't scale because RI/transactions in app not db!!!
Not that I have your attention! :P I''ve been having a discussion with a
respected colleague here:
http://phpbuilder.com/board/showthread.php?t=10340411 (Rails vs. PHP)
He''s basically saying that Rails won''t be able to scale because
referential integrity and tranactions are done in the application rather
than the database. Please read the referenced thread for much more