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
/
model_schema.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix wrong return value from reset_sequence_name method.
kennyj
2012-04-14
1
-1
/
+1
*
Don't reset inheritance_column when setting explicitly.
kennyj
2012-03-08
1
-1
/
+2
*
Revert table_name= needs connection now, so just stub table_name
kennyj
2012-03-07
1
-1
/
+1
*
tidy up formatting
Jon Leighton
2012-03-04
1
-10
/
+11
*
Don't clear sequence name when we explicitly assign it.
kennyj
2012-03-04
1
-2
/
+4
*
Fix GH #4674. Reset column information and sequence name when setting table_n...
kennyj
2012-03-04
1
-4
/
+11
*
Remove unusused variables
Jon Leighton
2012-03-04
1
-9
/
+6
*
give each PG type a `type` method and decortate tz attributes
Aaron Patterson
2012-02-07
1
-5
/
+17
*
wrap and cache columns for typecasting
Aaron Patterson
2012-02-07
1
-3
/
+18
*
call to_s on value passed to table_name=
Sergey Nartimov
2012-01-26
1
-1
/
+1
*
Fix table_name in ActiveRecord with more than one abstract ancestors
Piotr Sarnacki
2012-01-12
1
-3
/
+7
*
Support establishing connection on ActiveRecord::Model.
Jon Leighton
2011-12-28
1
-5
/
+1
*
Support configuration on ActiveRecord::Model.
Jon Leighton
2011-12-28
1
-12
/
+12
*
Support nested AR::Models
Jon Leighton
2011-12-24
1
-1
/
+1
*
Deal with global config better between AR::Base and AR::Model
Jon Leighton
2011-12-24
1
-10
/
+10
*
Extract common logic into a method
Jon Leighton
2011-12-24
1
-5
/
+5
*
I herd you like modules.
Jon Leighton
2011-12-24
1
-2
/
+2
*
remove deprecated set and original methods for table_name, primary_key, etc
Sergey Nartimov
2011-12-21
1
-55
/
+0
*
Defaults hash can go on the model
Jon Leighton
2011-12-16
1
-1
/
+1
*
Cache columns at the model level.
Jon Leighton
2011-12-16
1
-6
/
+7
*
Split out most of the AR::Base code into separate modules :cake:
Jon Leighton
2011-12-15
1
-0
/
+361