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
*
removing many unused variables
Aaron Patterson
2010-11-16
1
-2
/
+1
*
Models should be equals even after destroyed
Santiago Pastorino
2010-11-16
1
-0
/
+9
*
use persisted? instead of new_record? wherever possible
David Chelimsky
2010-11-09
1
-6
/
+6
*
Add timestamps to Topic
Pratik Naik
2010-11-02
1
-1
/
+1
*
adding a test to ensure offsets with no limits will work [#5316 state:resolved]
Aaron Patterson
2010-10-20
1
-0
/
+6
*
default scope merge where clauses [#5488 state:resolved]
Jan
2010-10-20
1
-0
/
+1
*
should sort these ids before asserting they are equal!
Aaron Patterson
2010-10-15
1
-1
/
+1
*
testing that symbols work as sql literals
Aaron Patterson
2010-10-15
1
-0
/
+5
*
make sure we use the engine assigned to the table when quoting
Aaron Patterson
2010-09-27
1
-0
/
+18
*
adding a test for slug behavior
Aaron Patterson
2010-09-27
1
-0
/
+4
*
Hash#to_s behaves differently between 1.8 and 1.9, so adjust accordingly
Aaron Patterson
2010-09-23
1
-1
/
+1
*
testing poor behavior of hash serialization
Aaron Patterson
2010-09-22
1
-0
/
+4
*
Remove helper methods that were moved to helper.rb
Emilio Tagua
2010-09-21
1
-15
/
+0
*
serialized attributes should be serialized before validation [#5525 state:res...
Aaron Patterson
2010-09-07
1
-1
/
+5
*
order should always be concatenated.
Neeraj Singh
2010-09-05
1
-4
/
+4
*
Reset default scope in Thread.current when class is unloaded [#5497 state:res...
Andrew White
2010-09-01
1
-0
/
+15
*
Memoize STI class lookups for the duration of a request
Jeremy Kemper
2010-08-19
1
-1
/
+1
*
Both tests are using the same model, move the model to another file and add t...
Santiago Pastorino
2010-08-14
1
-13
/
+14
*
bringing over latest from master
Brian Lopez
2010-08-09
1
-542
/
+0
|
\
|
*
Making Active Record base_test.rb thinner by moving tests
Neeraj Singh
2010-08-03
1
-532
/
+0
*
|
skip the before_type_cast_on_datetime test entirely for mysql2
Brian Lopez
2010-08-02
1
-17
/
+18
*
|
update tests for mysql2 support
Brian Lopez
2010-08-02
1
-4
/
+13
|
/
*
Test for behaviour of befeore_type_cast when operating on datetime colmun
Łukasz Strzałkowski
2010-07-19
1
-0
/
+8
*
Removed warnings when a variable is shadowed
Łukasz Strzałkowski
2010-07-19
1
-2
/
+2
*
moving persistence related tests to a new file
Neeraj Singh
2010-07-16
1
-327
/
+0
*
Revert "Style fixes"
Pratik Naik
2010-07-15
1
-3
/
+1
*
Style fixes
wycats
2010-07-14
1
-1
/
+3
*
Style fixes
Pratik Naik
2010-07-14
1
-3
/
+1
*
Return from ActiveRecord::Base#attributes= unless value is a hash [#4070 stat...
David Trasbo
2010-07-08
1
-0
/
+7
*
This patch changes update_attribute implementatino so:
Neeraj Singh
2010-07-08
1
-0
/
+40
*
fix ActiveRecord `destroy_all` so it returns destroyed records
Mislav Marohnić
2010-07-08
1
-6
/
+14
*
mass_assignment_security moved from AR to AMo, and minor test cleanup
Josh Kalderimis
2010-07-08
1
-1
/
+1
*
minor changes to mass assignment security patch to bring it in line with rail...
Josh Kalderimis
2010-07-08
1
-125
/
+1
*
Mass assignment security refactoring
Eric Chapweske
2010-07-08
1
-13
/
+13
*
Remove ActiveRecord::Base#class_name [#379 state:committed]
David Trasbo
2010-06-29
1
-19
/
+0
*
adding column named 'group' to ensure that nothing breaks given that 'group' ...
Neeraj Singh
2010-06-23
1
-1
/
+1
*
Don't clone associations [#4894 state:resolved]
Paul Gillard
2010-06-23
1
-0
/
+8
*
remove executable permission from files that don't need it. [#4802 state:reso...
rohit
2010-06-20
1
-0
/
+0
*
ActiveRecord and ActionPack now use the new descendants implementation.
José Valim
2010-06-19
1
-4
/
+0
*
Fix ActiveRecord::Base.compute_type swallowing NoMethodError. [#4751 state:re...
Andrew Bloomgarden
2010-06-08
1
-0
/
+17
*
Explicitly set Topic model last_read attribute as Date value when Oracle enha...
Raimonds Simanovskis
2010-06-04
1
-3
/
+4
*
move counter_cache tests to a separate file and refactor
Mislav Marohnić
2010-05-24
1
-49
/
+0
*
Use better assertion methods for testing
Neeraj Singh
2010-05-19
1
-25
/
+25
*
AR::Base#clone fixed to set dirty bits for cloned object
pleax
2010-05-16
1
-0
/
+50
*
Reset quoted_table_name after set_table_name [#4568 state:resolved]
Santiago Pastorino
2010-05-15
1
-0
/
+12
*
Fix unintuitive behavior with multiple order and group clauses
Ernie Miller
2010-05-06
1
-0
/
+10
*
Move several configuration values from Hash to ActiveSupport::XmlMini, which ...
José Valim
2010-04-29
1
-4
/
+1
*
making yaml tests less specific to emitter. [#4425 state:resolved]
Aaron Patterson
2010-04-17
1
-1
/
+2
*
fix a failure and some warnings on 1.9.2 [#4417 state:resolved]
Aaron Patterson
2010-04-16
1
-1
/
+1
*
Refactor compute_type to handle situations where the correct class is already...
Andrew White
2010-04-12
1
-8
/
+0
[next]