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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
fixing typo
Neeraj Singh
2010-07-18
1
-1
/
+1
*
removing extra whitespaces
Neeraj Singh
2010-07-18
1
-1
/
+1
*
save on parent should not cascade to child unless child changed [#3353 state:...
Subba Rao Pasupuleti
2010-07-18
1
-0
/
+18
*
adding a test for clearing stale connections
Aaron Patterson
2010-07-16
1
-0
/
+31
*
fixing test file name
Aaron Patterson
2010-07-16
1
-0
/
+0
*
fixing whitespace errors
Aaron Patterson
2010-07-16
1
-4
/
+4
*
Makes this test don't trust on the speed of execution
Santiago Pastorino
2010-07-17
1
-4
/
+5
*
fixing typeo. thanks bamnet!
Aaron Patterson
2010-07-16
1
-1
/
+1
*
moving persistence related tests to a new file
Neeraj Singh
2010-07-16
2
-327
/
+357
*
JoinDependency#graft does not properly set parent join [#5124 state:resolved]
David Genord II
2010-07-16
1
-0
/
+7
*
Revert "Style fixes"
Pratik Naik
2010-07-15
1
-3
/
+1
*
Style fixes
wycats
2010-07-14
1
-1
/
+3
*
activerecord tests should inherit from ActiveRecord::TestCase
Aaron Patterson
2010-07-14
4
-4
/
+4
*
Let's initialize instance variables in the postgres adapter.
Aaron Patterson
2010-07-14
1
-0
/
+17
*
Remove unintentional API changes. [#1108]
Pratik Naik
2010-07-14
1
-41
/
+9
*
Style fixes
Pratik Naik
2010-07-14
1
-3
/
+1
*
Set destroyed=true in opt locking's destroy [#5058 state:resolved]
Jacob Lewallen
2010-07-14
1
-1
/
+2
*
count method should not take options if it is operated on has_many associatio...
Neeraj Singh
2010-07-13
1
-0
/
+26
*
update_attributes and update_attributes! are now wrapped in a transaction
Neeraj Singh
2010-07-13
2
-1
/
+24
*
Added reorder delegation for ActiveRecord::Base(to be able to overwrite the d...
Vitalii Khustochka
2010-07-13
2
-0
/
+7
*
string IDs are now quoted correctly [#5064 state:resolved]
Will St. Clair + Neeraj Singh
2010-07-13
8
-1
/
+52
*
renaming test name to fix accidently override
Subba Rao Pasupuleti
2010-07-13
1
-1
/
+1
*
enable AS::JSON.encode to encode AR::Relation by providing `as_json` method
Mislav Marohnić
2010-07-13
1
-0
/
+7
*
with this fix touch method - does not call validations - doest not call callb...
Neeraj Singh
2010-07-13
1
-0
/
+10
*
primary key behavioral tests
Aaron Patterson
2010-07-10
1
-0
/
+17
*
behavioral tests for sqlite adapter
Aaron Patterson
2010-07-10
1
-4
/
+77
*
adding more behavioral tests for the sqlite adapter
Aaron Patterson
2010-07-09
1
-0
/
+20
*
Return from ActiveRecord::Base#attributes= unless value is a hash [#4070 stat...
David Trasbo
2010-07-08
1
-0
/
+7
*
reset_counter should work with non-traditional belongs_to and polymorphic bel...
Neeraj Singh
2010-07-08
6
-3
/
+43
*
This patch changes update_attribute implementatino so:
Neeraj Singh
2010-07-08
3
-13
/
+52
*
Eager loading :through associations will join the :source model if there are ...
Grant Ammons
2010-07-08
2
-0
/
+7
*
Fix the #using_limitable_reflections? helper to work correctly by not examini...
Ken Collins
2010-07-08
1
-0
/
+10
*
Tests to specify the behaviour of ActiveRecord::Migrator.get_all_versions() [...
Thiago Pradi
2010-07-08
1
-0
/
+14
*
fix ActiveRecord `destroy_all` so it returns destroyed records
Mislav Marohnić
2010-07-08
2
-8
/
+19
*
mass_assignment_security moved from AR to AMo, and minor test cleanup
Josh Kalderimis
2010-07-08
7
-194
/
+11
*
minor changes to mass assignment security patch to bring it in line with rail...
Josh Kalderimis
2010-07-08
4
-131
/
+135
*
Mass assignment security refactoring
Eric Chapweske
2010-07-08
5
-13
/
+135
*
This test never runs and it has never run. Since the day this file
Neeraj Singh
2010-07-08
1
-4
/
+0
*
Fixed gruoped_by_title spelling [#5063 state:committed]
Ben Somers
2010-07-08
2
-3
/
+3
*
adding some behavioral tests for the sqlite adapter. [#5065 state:resolved]
Aaron Patterson
2010-07-07
1
-0
/
+100
*
Don't remove scheduled destroys when loading an association. [#4642 state:res...
James Le Cuirot
2010-07-01
1
-0
/
+6
*
AssociationCollection#create_by_*, find_or_create_by_* work properly now. [#1...
Aaron Patterson
2010-06-29
1
-0
/
+62
*
Test that adding an index also doesn't raise an exception.
J. Pablo Fernández
2010-06-29
1
-1
/
+1
*
Replaced statement in comment with an assertion
Paul Barry
2010-06-29
1
-2
/
+3
*
Fixed error when removing an index from a table name values, which is a reser...
J. Pablo Fernández
2010-06-29
1
-0
/
+16
*
Push a failing test for issues [#4994] and [#5003].
José Valim
2010-06-29
2
-0
/
+9
*
Remove ActiveRecord::Base#class_name [#379 state:committed]
David Trasbo
2010-06-29
1
-19
/
+0
*
Add scoping and unscoped as the syntax to replace the old with_scope and with...
José Valim
2010-06-29
5
-206
/
+405
*
with_exclusive_scope does not work properly if ARel is passed. It does work n...
Neeraj Singh
2010-06-29
2
-1
/
+13
*
Move sqlite to sqlite3 for this tests to be run only on sqlite3 adapter
Santiago Pastorino
2010-06-28
2
-0
/
+0
[prev]
[next]