Next | Query returned 29 messages, browsing 21 to 30 | previous

History of commit frequency

CVS Commit History:


   2007-01-28 06:36:31 by Min Sik Kim | Files touched by this commit (3)
Log message:
Update ruby-activerecord to 1.15.1, required by rails-1.2.1.
Too many changes since 1.14.1.  See ${RUBY_DOCDIR}/activerecord/CHANGELOG.
   2006-10-09 08:17:20 by Min Sik Kim | Files touched by this commit (3)
Log message:
Update ruby-activerecord to 1.14.4, which is used by Ruby on Rails 1.1.6.
Too many changes since 1.12.1.  See ${RUBY_DOCDIR}/activerecord/CHANGELOG
for the complete list.
   2006-01-03 15:25:51 by Takahiro Kambe | Files touched by this commit (55) | Package updated
Log message:
Stop handling DIST_SUBDIR default for Ruby based packages.
Second, update distinfo and/or stop using USE_RUBY_DIST_SUBDIR in Makefiles.
   2005-11-02 16:00:40 by Takahiro Kambe | Files touched by this commit (2)
Log message:
Change documentation directory to activerecord.
   2005-11-02 15:28:45 by Takahiro Kambe | Files touched by this commit (2)
Log message:
Install example files, too.
   2005-11-02 15:18:32 by Takahiro Kambe | Files touched by this commit (3)
Log message:
Update ruby-activerecord pacakge to 1.12.1.

Changes are many please see ${RUBY_DOCDIR}/active_record/CHANGELOG.
   2005-09-06 05:16:45 by Takahiro Kambe | Files touched by this commit (1)
Log message:
Remove a line for patches/patch-aa.  I forgot to remove with previous
commit.  Thanks to Matthew Luckie who notified me via private mail.
   2005-09-04 16:00:05 by Takahiro Kambe | Files touched by this commit (4)
Log message:
Update ruby-activerecord to 1.11.1.

Changes from 1.9.1 are too huge, please see web page:
http://ar.rubyonrails.org/files/CHANGELOG.html.
   2005-04-10 06:45:59 by Min Sik Kim | Files touched by this commit (5) | Imported package
Log message:
Import ruby-activerecord.

Active Record connects business objects and database tables to create
a persistable domain model where logic and data is presented in one
wrapping.  It is an implementation of the object-relational mapping
(ORM) pattern by the same name as described by Martin Fowler:

  "An object that wraps a row in a database table or view, encapsulates
   the database access, and adds domain logic on that data."

Active Records main contribution to the pattern is to relieve the
original of two stunting problems: lack of associations and
inheritance.  By adding a simple domain language-like set of macros to
describe the former and integrating the Single Table Inheritance
pattern for the latter, Active Record narrows the gap of functionality
between the data mapper and active record approach.


Next | Query returned 29 messages, browsing 21 to 30 | previous