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
*
Cherry-pick core extensions
Jeremy Kemper
2009-05-13
1
-0
/
+1
*
Fix models load order to be able to run unit tests.
Emilio Tagua
2009-04-23
1
-3
/
+3
*
Add microsecond support for sqlite adapter [#1982 state:resolved]
Alex Pooley
2009-04-21
1
-1
/
+1
*
Specify :group with the table name for it to work on sqlite3
Pratik Naik
2009-04-21
1
-1
/
+1
*
Allow find(:last) :order be a symbol [#2024 state:resolved]
Rob Anderton
2009-03-09
1
-0
/
+5
*
Ruby 1.9 compat: rename deprecated assert_raises to assert_raise.
Jeremy Kemper
2009-03-08
1
-9
/
+9
*
DRY with_kcode in Active Record tests
Pratik Naik
2009-03-07
1
-14
/
+0
*
Fix that scoped find with :group and :having [#2006 state:resolved]
Mike Gunderloy
2009-02-28
1
-0
/
+7
*
Add array id support to Model.update_counters. [#1254 state:resolved] [Carlos...
Pratik Naik
2009-01-28
1
-0
/
+7
*
ActiveRecord::Base#new_record? now returns false for existing records (was ni...
Yaroslav Markin
2008-12-27
1
-0
/
+5
*
Ensure of Model#create support custom updated_at and updated_on attributes [#...
Luis Hurtado
2008-12-22
1
-0
/
+10
*
Remove SQL Server cases from tests for latest adapter work to pass rails expe...
Ken Collins
2008-11-19
1
-8
/
+5
*
Fixed that serialized strings should never be type-casted (i.e. turning "Yes"...
David Heinemeier Hansson
2008-10-27
1
-0
/
+6
*
Merge branch 'patches' into multibyte
Michael Koziarski
2008-09-22
1
-0
/
+26
|
\
|
*
Add Model#delete instance method, similar to Model.delete class method. [#108...
Hongli Lai (Phusion
2008-09-21
1
-0
/
+26
*
|
Fix a test that assumes .mb_chars to always return an instance of the proxy_c...
Manfred Stienstra
2008-09-21
1
-7
/
+23
*
|
Change all calls to String#chars to String#mb_chars. Remove a exception for R...
Manfred Stienstra
2008-09-21
1
-2
/
+2
|
/
*
Multiparameter attributes skip time zone conversion for time-only columns [#1...
gbuesing
2008-09-14
1
-0
/
+18
*
Support :limit on update_all so that has_many with :limit can be safely updated
Tarmo Tänav
2008-09-10
1
-4
/
+15
*
Revert "Revert "Raise UnknownAttributeError when unknown attributes are suppl...
Jeremy Kemper
2008-09-08
1
-0
/
+8
*
Revert "Raise UnknownAttributeError when unknown attributes are supplied via ...
Jeremy Kemper
2008-09-06
1
-8
/
+0
*
Deprecate verification_timeout and verify before reset
Nick Sieger
2008-09-04
1
-1
/
+1
*
Deprecate allow_concurrency and make it have no effect
Nick Sieger
2008-08-29
1
-1
/
+1
*
fix another ordering failure
Jeremy Kemper
2008-08-26
1
-1
/
+1
*
coerce blank strings to nil values for boolean and integer fields
Josh Susser
2008-08-22
1
-1
/
+9
*
Fixed Time/Date object serialization
Tarmo Tänav
2008-08-12
1
-0
/
+6
*
Added missing fixtures for tests which fail to run independently if run after...
Tarmo Tänav
2008-08-04
1
-1
/
+1
*
Fix file permissions
Tarmo Tänav
2008-07-31
1
-0
/
+0
*
Raise UnknownAttributeError when unknown attributes are supplied via mass ass...
Pratik Naik
2008-07-31
1
-0
/
+8
*
update_counters should update nil values.
miloops
2008-07-15
1
-2
/
+19
*
Namespace Inflector, Dependencies, OrderedOptions, and TimeZone under ActiveS...
Joshua Peek
2008-06-03
1
-14
/
+14
*
Added block-setting of attributes for Base.create like Base.new already has (...
David Heinemeier Hansson
2008-04-30
1
-0
/
+21
*
Let Base.all use conditions etc like first/last
David Heinemeier Hansson
2008-04-28
1
-0
/
+4
*
Use schema.rb for all databases
Frederick Cheung
2008-04-22
1
-1
/
+1
*
Partial updates include only unsaved attributes. Off by default; set YourClas...
Jeremy Kemper
2008-03-31
1
-0
/
+1
*
Removing unnecessary uses_tzinfo helper from tests, given that TZInfo is now ...
Geoff Buesing
2008-03-30
1
-19
/
+17
*
Fix some mistaken dependencies among AR unit tests. Closes #11425 [thechrisos...
Jeremy Kemper
2008-03-28
1
-2
/
+2
*
Make sure ActiveRecord tests can run individually. Closes #11425 [thechrisosh...
Pratik Naik
2008-03-28
1
-1
/
+4
*
Added ActiveRecord#Base.all/first/last as aliases for find(:all/:first/:last)...
David Heinemeier Hansson
2008-03-24
1
-0
/
+4
*
Merge the has_finder gem, renamed as 'named_scope'. Closes #11404 [nkallen]
Rick Olson
2008-03-24
1
-18
/
+22
*
Added ActiveRecord::Base.find(:last) (closes #11338) [miloops]
David Heinemeier Hansson
2008-03-12
1
-0
/
+27
*
Revert to previous mysql-specific assertion, and only run the test on mysql.
Michael Koziarski
2008-02-20
1
-3
/
+5
*
remove implicit assumption about mysql in the assertion
Michael Koziarski
2008-02-20
1
-2
/
+2
*
Correct typo in before_type_cast code. Closes #11165 [amishyn]
Michael Koziarski
2008-02-19
1
-1
/
+17
*
ActiveRecord::Base#instantiate_time_object only uses Time.zone when Base.time...
Geoff Buesing
2008-02-16
1
-0
/
+15
*
Remove options from the attributes method, tidy up the implementation. Close...
Michael Koziarski
2008-02-13
1
-17
/
+0
*
Multiparameter attributes for time columns fail over to DateTime when out of ...
Geoff Buesing
2008-02-10
1
-0
/
+11
*
Add uses_tzinfo to active record tests to prevent breaking the cc.rb build et...
Michael Koziarski
2008-02-06
1
-18
/
+20
*
Add Time Zone support to ActiveRecord, and config.time_zone property for spec...
Rick Olson
2008-02-06
1
-0
/
+52
*
Make sure that belongs_to counter decrements when assigning nil Closes #10804...
Michael Koziarski
2008-01-26
1
-1
/
+1
[next]