index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activerecord
/
lib
/
active_record.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added Sybase database adapter that relies on the Sybase Open Client bindings ...
David Heinemeier Hansson
2006-03-02
1
-1
/
+1
*
Renamed the "oci" adapter to "oracle", but kept the old name as an alias (clo...
David Heinemeier Hansson
2006-03-01
1
-1
/
+1
*
Added calculations: Base.count, Base.average, Base.sum, Base.minimum, Base.ma...
David Heinemeier Hansson
2006-02-25
1
-0
/
+2
*
ActiveRecord::Base.schema_ignore_tables => ActiveRecord::SchemaDumper.ignore_...
Tobias Lütke
2005-12-24
1
-0
/
+1
*
Fixed RDoc warnings [DHH]
David Heinemeier Hansson
2005-12-08
1
-1
/
+1
*
Added preliminary support for join models [DHH] Added preliminary support for...
David Heinemeier Hansson
2005-12-03
1
-1
/
+1
*
r3116@asus: jeremy | 2005-11-16 00:17:06 -0800
Jeremy Kemper
2005-11-16
1
-1
/
+1
*
Added new symbol-driven approach to activating observers with Base#observer [...
David Heinemeier Hansson
2005-09-25
1
-0
/
+1
*
Just include activerecord/schema with AR so it doesnt need to be dumped
David Heinemeier Hansson
2005-09-24
1
-0
/
+1
*
Add ActiveRecord::SchemaDumper for dumping a DB schema to a pure-ruby file, m...
Jamis Buck
2005-09-23
1
-1
/
+1
*
Added check for RAILS_CONNECTION_ADAPTERS on startup and only load the connec...
David Heinemeier Hansson
2005-09-15
1
-7
/
+8
*
Only attempt to require Active Support if it hasnt been already #1959
David Heinemeier Hansson
2005-09-15
1
-8
/
+10
*
Removed the AR::Recursion module--it broke more code than it fixed
Jamis Buck
2005-06-21
1
-2
/
+0
*
Added ActiveRecord::Recursion to guard against recursive calls to #save
Jamis Buck
2005-06-13
1
-0
/
+2
*
Allow before/after update hooks to work on models with optimistic locking
Jamis Buck
2005-06-11
1
-1
/
+1
*
Started work on a per-request query cache
David Heinemeier Hansson
2005-05-02
1
-0
/
+2
*
Added acts_as_nested_set #1000 [wschenk]
David Heinemeier Hansson
2005-04-17
1
-0
/
+2
*
Fixed rails_generator to be usable without RubyGems #686 [Cristi BALAN]. Move...
David Heinemeier Hansson
2005-03-06
1
-7
/
+4
*
Added preliminary support for an agile database migration technique (currentl...
David Heinemeier Hansson
2005-03-01
1
-0
/
+1
*
Moved TimeZone to Active Support
David Heinemeier Hansson
2005-02-23
1
-1
/
+0
*
Added a OCI8-based Oracle adapter that has been verified to work with Oracle ...
David Heinemeier Hansson
2005-02-23
1
-1
/
+1
*
Added TimeZone as the first of a number of value objects that Active Record w...
David Heinemeier Hansson
2005-02-23
1
-0
/
+1
*
AR, AP, and AM should look for AS in sibling directory before trying RubyGems...
David Heinemeier Hansson
2005-02-17
1
-2
/
+6
*
All libraries should link against the independent active support
David Heinemeier Hansson
2005-02-15
1
-9
/
+1
*
Moved Active Support into its own gem
David Heinemeier Hansson
2005-02-15
1
-4
/
+14
*
Added an Oracle adapter that works with the Oracle bindings by Yoshida (http:...
David Heinemeier Hansson
2005-02-07
1
-0
/
+1
*
Added SQLite3 compatibility through the sqlite3-ruby adapter by Jamis Buck #3...
David Heinemeier Hansson
2005-01-10
1
-1
/
+1
*
Added time unit extensions to Fixnum that'll return the period in seconds, li...
David Heinemeier Hansson
2005-01-10
1
-0
/
+1
*
Added a db2 adapter that only depends on the Ruby/DB2 bindings (http://raa.ru...
David Heinemeier Hansson
2005-01-01
1
-0
/
+1
*
Added automated optimistic locking if the field lock_version is present #384 ...
David Heinemeier Hansson
2004-12-31
1
-2
/
+4
*
Rearranging dependencies
David Heinemeier Hansson
2004-12-29
1
-0
/
+1
*
Fixed the automated timestamping feature when running under Rails' developmen...
David Heinemeier Hansson
2004-12-18
1
-1
/
+1
*
Renamed Mixins to Acts to resemble the change from include ActiveRecord::Mixi...
David Heinemeier Hansson
2004-12-16
1
-4
/
+4
*
Added that Active Records will automatically record creation and/or update ti...
David Heinemeier Hansson
2004-12-16
1
-3
/
+6
*
Forgot to include Mixins::Touch by default
David Heinemeier Hansson
2004-12-08
1
-0
/
+1
*
Renamed from ListMixin and mixins/list_mixin.rb to Mixins::List and mixin/lis...
David Heinemeier Hansson
2004-12-08
1
-0
/
+2
*
Silence errors occurring when reloading classes
David Heinemeier Hansson
2004-11-30
1
-0
/
+1
*
Initial
David Heinemeier Hansson
2004-11-24
1
-0
/
+50