0
@@ -169,10 +169,10 @@ A short rundown of the major features:
0
class AddSystemSettings < ActiveRecord::Migration
0
create_table :system_settings do |t|
0
@@ -289,16 +289,6 @@ Bi-directional associations thanks to the "belongs_to" macro
0
thirty_seven_signals.firm.nil? # true
0
-Active Record ships with a couple of examples that should give you a good feel for
0
-operating usage. Be sure to edit the <tt>examples/shared_setup.rb</tt> file for your
0
-own database before running the examples. Possibly also the table definition SQL in
0
-the examples themselves.
0
-It's also highly recommended to have a look at the unit tests. Read more in link:files/RUNNING_UNIT_TESTS.html
0
Active Record attempts to provide a coherent wrapper as a solution for the inconvenience that is
0
@@ -336,7 +326,7 @@ then use:
0
% [sudo] gem install activerecord-1.10.0.gem
0
-You can also install Active Record the old-fashion
way with the following command:
0
+You can also install Active Record the old-fashion
ed way with the following command:
0
% [sudo] ruby install.rb
0
@@ -357,5 +347,5 @@ RubyForge page at http://rubyforge.org/projects/activerecord. And as Jim from Ra
0
remember to update the corresponding unit tests. If fact, I prefer
0
new feature to be submitted in the form of new unit tests.
0
-For other information, feel free to ask on the ruby-talk mailing list
0
-(which is mirrored to comp.lang.ruby) or contact mailto:david@loudthinking.com.
0
+For other information, feel free to ask on the rubyonrails-talk
0
+(http://groups.google.com/group/rubyonrails-talk) mailing list.
Comments
No one has commented yet.