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
/
test
/
cases
/
base_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add Relation#find_by and Relation#find_by!
Jon Leighton
2012-03-30
1
-0
/
+14
*
Add ActiveRecord::Base#slice to slice method calls
Guillermo Iguaran
2012-03-29
1
-0
/
+12
*
attributes are cached by string keys, so to_s to support symbols. fixes #5549
Aaron Patterson
2012-03-27
1
-1
/
+15
*
changed all.map to pluck
Sandeep
2012-03-19
1
-1
/
+1
*
Merge pull request #5327 from kennyj/fix_explicitly_inheraitance_column
Aaron Patterson
2012-03-15
1
-0
/
+10
|
\
|
*
Don't reset inheritance_column when setting explicitly.
kennyj
2012-03-08
1
-0
/
+10
*
|
Remove IdentityMap
Carlos Antonio da Silva
2012-03-13
1
-2
/
+2
|
/
*
Merge pull request #5268 from carlosantoniodasilva/ar-new-record-warning
Jon Leighton
2012-03-04
1
-0
/
+9
|
\
|
*
Initialize @stale_state to nil in association
Carlos Antonio da Silva
2012-03-04
1
-5
/
+0
|
*
Added test case for new_record round trip with associations problem
kennyj
2012-03-04
1
-0
/
+14
*
|
Don't clear sequence name when we explicitly assign it.
kennyj
2012-03-04
1
-0
/
+11
*
|
Fix GH #4674. Reset column information and sequence name when setting table_n...
kennyj
2012-03-04
1
-0
/
+13
|
/
*
Merge branch 'master' into instance_reader
Aaron Patterson
2012-02-09
1
-0
/
+15
|
\
|
*
Fix attribute_before_type_cast for serialized attributes. Fixes #4837.
Jon Leighton
2012-02-07
1
-0
/
+15
*
|
postgresql correctly typecasts back to Ruby, so change assertions
Aaron Patterson
2012-02-07
1
-2
/
+4
*
|
column_types hash is used for doing typecasting
Aaron Patterson
2012-02-07
1
-1
/
+21
*
|
column types are passed from the result set to the instantiated AR object
Aaron Patterson
2012-02-07
1
-0
/
+4
|
/
*
Do not serialize nil in serialized attribute.
Kirill Lashuk
2012-01-31
1
-1
/
+14
*
Merge pull request #4742 from petervandenabeele/master
Aaron Patterson
2012-01-31
1
-0
/
+3
|
\
|
*
Set default_timezone explicitly for a test in activerecord/../base_test.rb
Peter Vandenabeele
2012-01-29
1
-0
/
+3
*
|
Replaced all 'for' loops with Enumerable#each
Nathan Broadbent
2012-01-30
1
-1
/
+1
|
/
*
call to_s on value passed to table_name=
Sergey Nartimov
2012-01-26
1
-0
/
+5
*
Merge pull request #4558 from stephencelis/type-cast-unknown-should-fail
Aaron Patterson
2012-01-23
1
-5
/
+3
|
\
|
*
Don't type-cast unknown types to YAML.
Stephen Celis
2012-01-20
1
-5
/
+3
*
|
Fix typo
Jari Jokinen
2012-01-22
1
-1
/
+1
*
|
change AR default_timezone to :utc since it's the default for AR::Railtie
Akira Matsuda
2012-01-21
1
-2
/
+2
|
/
*
adding tests for previous_changes hash
Aaron Patterson
2012-01-19
1
-0
/
+25
*
Fix table_name in ActiveRecord with more than one abstract ancestors
Piotr Sarnacki
2012-01-12
1
-0
/
+11
*
Support establishing connection on ActiveRecord::Model.
Jon Leighton
2011-12-28
1
-4
/
+15
*
Ensure attribute methods are included after all the AR stuff
Jon Leighton
2011-12-24
1
-0
/
+1
*
Fix #4046.
Jon Leighton
2011-12-23
1
-0
/
+1
*
serialize fails on subclass
Alvaro Bautista
2011-12-23
1
-1
/
+21
*
remove deprecated set and original methods for table_name, primary_key, etc
Sergey Nartimov
2011-12-21
1
-161
/
+0
*
Removed test which works only < 1.9
Arun Agrawal
2011-12-21
1
-16
/
+0
*
No Ruby 1.8 stuff. No more checks in code.
Arun Agrawal
2011-12-21
1
-15
/
+0
*
remove more uses of deprecated loggers
Karunakar (Ruby)
2011-12-21
1
-2
/
+2
*
remove more uses of deprecated logger methods
Aaron Patterson
2011-12-19
1
-4
/
+2
*
Don't store defaults in the schema cache
Jon Leighton
2011-12-16
1
-0
/
+1
*
Cache columns at the model level.
Jon Leighton
2011-12-16
1
-2
/
+2
*
Split out most of the AR::Base code into separate modules :cake:
Jon Leighton
2011-12-15
1
-13
/
+0
*
Fix sequence name with abstract classes.
Edgars Beigarts
2011-12-04
1
-0
/
+10
*
Create method with known identifier then alias into place.
Jon Leighton
2011-12-01
1
-0
/
+2
*
Deprecated `define_attr_method` in `ActiveModel::AttributeMethods`
Jon Leighton
2011-11-29
1
-21
/
+12
*
Deprecate set_primary_key in favour of self.primary_key=
Jon Leighton
2011-11-29
1
-2
/
+26
*
Make sure the original_foo accessor still works (but deprecated) if we are us...
Jon Leighton
2011-11-29
1
-7
/
+55
*
Deprecate set_sequence_name in favour of self.sequence_name=
Jon Leighton
2011-11-29
1
-2
/
+6
*
Add tests for set_sequence_name etc
Jon Leighton
2011-11-29
1
-0
/
+22
*
Deprecate set_inheritance_column in favour of self.inheritance_column=
Jon Leighton
2011-11-29
1
-2
/
+7
*
Deprecate set_table_name in favour of self.table_name= or defining your own m...
Jon Leighton
2011-11-29
1
-7
/
+20
*
Merge pull request #3636 from joshsusser/master
Jon Leighton
2011-11-29
1
-0
/
+9
|
\
[next]