Changeset 4922
- Timestamp:
- 09/03/06 18:53:05 (2 years ago)
- Files:
-
- trunk/actionmailer/lib/action_mailer.rb (modified) (1 diff)
- trunk/actionmailer/README (modified) (2 diffs)
- trunk/actionpack/lib/action_controller.rb (modified) (1 diff)
- trunk/actionpack/lib/action_pack.rb (modified) (1 diff)
- trunk/actionpack/lib/action_view.rb (modified) (1 diff)
- trunk/activerecord/lib/active_record.rb (modified) (1 diff)
- trunk/activerecord/MIT-LICENSE (modified) (1 diff)
- trunk/railties/lib/dispatcher.rb (modified) (1 diff)
- trunk/railties/MIT-LICENSE (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/actionmailer/lib/action_mailer.rb
r4902 r4922 1 1 #-- 2 # Copyright (c) 2004 David Heinemeier Hansson2 # Copyright (c) 2004-2006 David Heinemeier Hansson 3 3 # 4 4 # Permission is hereby granted, free of charge, to any person obtaining trunk/actionmailer/README
r4902 r4922 137 137 == Support 138 138 139 The Action Mailer homepage is http:// actionmailer.rubyonrails.org. You can find139 The Action Mailer homepage is http://www.rubyonrails.org. You can find 140 140 the Action Mailer RubyForge page at http://rubyforge.org/projects/actionmailer. 141 141 And as Jim from Rake says: … … 144 144 remember to update the corresponding unit tests. If fact, I prefer 145 145 new feature to be submitted in the form of new unit tests. 146 147 For other information, feel free to ask on the ruby-talk mailing list (which148 is mirrored to comp.lang.ruby) or contact mailto:david@loudthinking.com.trunk/actionpack/lib/action_controller.rb
r3838 r4922 1 1 #-- 2 # Copyright (c) 2004 David Heinemeier Hansson2 # Copyright (c) 2004-2006 David Heinemeier Hansson 3 3 # 4 4 # Permission is hereby granted, free of charge, to any person obtaining trunk/actionpack/lib/action_pack.rb
r2880 r4922 1 1 #-- 2 # Copyright (c) 2004 David Heinemeier Hansson2 # Copyright (c) 2004-2006 David Heinemeier Hansson 3 3 # 4 4 # Permission is hereby granted, free of charge, to any person obtaining trunk/actionpack/lib/action_view.rb
r3813 r4922 1 1 #-- 2 # Copyright (c) 2004 David Heinemeier Hansson2 # Copyright (c) 2004-2006 David Heinemeier Hansson 3 3 # 4 4 # Permission is hereby granted, free of charge, to any person obtaining trunk/activerecord/lib/active_record.rb
r4632 r4922 1 1 #-- 2 # Copyright (c) 2004 David Heinemeier Hansson2 # Copyright (c) 2004-2006 David Heinemeier Hansson 3 3 # 4 4 # Permission is hereby granted, free of charge, to any person obtaining trunk/activerecord/MIT-LICENSE
r4 r4922 1 Copyright (c) 2004 David Heinemeier Hansson1 Copyright (c) 2004-2006 David Heinemeier Hansson 2 2 3 3 Permission is hereby granted, free of charge, to any person obtaining trunk/railties/lib/dispatcher.rb
r4885 r4922 1 1 #-- 2 # Copyright (c) 2004 David Heinemeier Hansson2 # Copyright (c) 2004-2006 David Heinemeier Hansson 3 3 # 4 4 # Permission is hereby granted, free of charge, to any person obtaining trunk/railties/MIT-LICENSE
r4 r4922 1 Copyright (c) 2004 David Heinemeier Hansson1 Copyright (c) 2004-2006 David Heinemeier Hansson 2 2 3 3 Permission is hereby granted, free of charge, to any person obtaining