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
...
*
Deprecate the `:distinct` option for `Relation#count`.
Yves Senn
2013-03-15
1
-1
/
+1
*
rename `Relation#uniq` to `Relation#distinct`. `#uniq` still works.
Yves Senn
2013-03-15
1
-0
/
+6
*
hide more data in the schema cache
Aaron Patterson
2013-03-14
1
-2
/
+2
*
Address ActiveRecord::StatementInvalid: OCIError: ORA-00979
Yasuo Honda
2013-03-11
1
-2
/
+2
*
Merge pull request #9105 from bemurphy/cache_key_updated_on
Rafael Mendonça França
2013-03-07
1
-2
/
+20
|
\
|
*
cache_key consults updated_on timestamp if present
Brendon Murphy
2013-02-26
1
-2
/
+20
*
|
More helpful error message when instantiating an abstract class
Aaron Weiner
2013-03-03
1
-0
/
+14
|
/
*
Raising an ActiveRecordError when one tries to use .touch(name) on a new
wangjohn
2013-02-25
1
-0
/
+7
*
delete duplicated tests in AR base_test.rb
Takehiro Adachi
2013-02-19
1
-23
/
+0
*
add tests for ActiveRecord::Base#create
Takehiro Adachi
2013-02-18
1
-0
/
+8
*
Remove unnecessary begin..rescue..end, use only rescue
Akira Matsuda
2013-01-06
1
-7
/
+5
*
Rename update_attributes method to update, keep update_attributes as an alias
Amparo Luna + Guillermo Iguaran
2013-01-03
1
-2
/
+2
*
Merge pull request #8682 from amatsuda/rm_as_frozen_object_error
Guillermo Iguaran
2013-01-01
1
-1
/
+0
|
\
|
*
remove meaningless AS::FrozenObjectError
Akira Matsuda
2013-01-02
1
-1
/
+0
*
|
Standardize the use of current_adapter?
Rafael Mendonça França
2013-01-01
1
-4
/
+4
|
/
*
Alias refute methods to assert_not and perfer assert_not on tests
Rafael Mendonça França
2012-12-31
1
-1
/
+1
*
Improve test name related to cache timestamp format [ci skip]
Carlos Antonio da Silva
2012-12-11
1
-1
/
+1
*
Allow users to choose the timestamp format in the cache key
Rafael Mendonça França
2012-12-10
1
-0
/
+5
*
Make sure the tests pass in the case closer to described in #8195
Rafael Mendonça França
2012-12-10
1
-0
/
+12
*
arel columns can be used for grouping so that "weird" column names are usable
Aaron Patterson
2012-11-15
1
-0
/
+6
*
Add a regression test on #8195
Nikita Afanasenko
2012-11-13
1
-0
/
+7
*
Remove ActiveRecord::Model
Jon Leighton
2012-10-26
1
-14
/
+0
*
Move multiparameter attributes related tests to its own file
Rafael Mendonça França
2012-10-06
1
-337
/
+0
*
Remove mass assignment security from ActiveRecord
Guillermo Iguaran
2012-09-16
1
-4
/
+0
*
Deprecate ActiveSupport::Benchmarkable#silence.
Steve Klabnik
2012-09-15
1
-12
/
+18
*
Fix for time type columns with invalid time
Adam Meehan
2012-09-05
1
-0
/
+12
*
test cleanup, remove ruby_type because it's no longer needed
Yves Senn
2012-09-03
1
-1
/
+1
*
fix order dependent test in AR::BasicsTest
Francesco Rodriguez
2012-08-27
1
-5
/
+5
*
Move the serialized attribute tests to their own file
Rafael Mendonça França
2012-08-26
1
-196
/
+0
*
Move test to the correct file
Rafael Mendonça França
2012-08-26
1
-0
/
+6
*
Use instance_accessor: false instead of instance_writer.
kennyj
2012-08-21
1
-0
/
+6
*
Fix occasional microsecond conversion inaccuracy
Ari Pollak
2012-08-15
1
-0
/
+1
*
Remove ActiveRecord::Base.to_a
Jon Leighton
2012-08-03
1
-11
/
+3
*
Revert "Removing composed_of from ActiveRecord."
Rafael Mendonça França
2012-07-27
1
-0
/
+65
*
Deprecate ActiveRecord::Base.scoped.
Jon Leighton
2012-07-27
1
-24
/
+24
*
ActiveRecord::Base.all returns a Relation.
Jon Leighton
2012-07-27
1
-25
/
+33
*
Refactor ActiveRecord::Inheritance.base_class logic
beerlington
2012-07-26
1
-12
/
+0
*
Deprecate update_column in favor of update_columns.
Rafael Mendonça França
2012-07-24
1
-2
/
+2
*
AR::Integration must be included after AM::Conversion
John Firebaugh
2012-07-17
1
-0
/
+6
*
Remove some aggregation tests related to composed_of
Carlos Antonio da Silva
2012-06-28
1
-20
/
+0
*
Move newly added multiparameter tests to base_test file
Carlos Antonio da Silva
2012-06-28
1
-0
/
+35
*
Setup each test with default ActiveRecord timezone settings to ensure each te...
Erich Menge
2012-06-26
1
-20
/
+8
*
Revert "Merge pull request #6344"
Piotr Sarnacki
2012-06-25
1
-9
/
+3
*
Merge pull request #6743 from steveklabnik/remove_composed_of
Rafael Mendonça França
2012-06-18
1
-44
/
+0
|
\
|
*
Removing composed_of from ActiveRecord.
Steve Klabnik
2012-06-18
1
-44
/
+0
*
|
Add ensure Joke.reset_sequence_name
Yasuo Honda
2012-06-19
1
-0
/
+2
|
/
*
Remove update_attribute.
Steve Klabnik
2012-06-14
1
-1
/
+1
*
Fix #5797. Error calling dup method on AR model with serialized field
kennyj
2012-05-30
1
-0
/
+9
*
Merge pull request #6376 from jgaskins/timestamp-microseconds
Jeremy Kemper
2012-05-18
1
-1
/
+1
|
\
|
*
Increase `AR#cache_key` precision to nanoseconds
Jamie Gaskins
2012-05-19
1
-1
/
+1
[prev]
[next]