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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
1
-3
/
+16
*
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
1
-0
/
+6
*
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
6
-185
/
+10
*
minor changes to mass assignment security patch to bring it in line with rail...
Josh Kalderimis
2010-07-08
3
-131
/
+103
*
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
1
-2
/
+2
*
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
1
-0
/
+6
*
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
1
-0
/
+6
*
Move sqlite to sqlite3 for this tests to be run only on sqlite3 adapter
Santiago Pastorino
2010-06-28
2
-0
/
+0
*
Fixes #2415 by creating a new instance of the Model when saving attributes to...
George Montana Harkin
2010-06-27
1
-13
/
+15
*
adding adapter tests, avoiding private apis, fixing code in 1.9 [#4986 state:...
Aaron Patterson
2010-06-26
1
-0
/
+56
*
blocks removed from all the ActiveRelation query_methods, extend method added...
Santiago Pastorino
2010-06-26
1
-1
/
+1
*
Merge branch 'tago'
José Valim
2010-06-26
2
-7
/
+107
|
\
|
*
Add column and index query methods to ActiveRecord::Schema
Andrew White
2010-06-26
2
-7
/
+107
*
|
index dump should not include full text indexes. Thanks Ken Mayer for the ori...
Aaron Patterson
2010-06-26
1
-0
/
+4
*
|
reorder method added to ActiveRelation
Santiago Pastorino
2010-06-26
1
-0
/
+6
*
|
Test for concatenated orders added
Santiago Pastorino
2010-06-26
1
-0
/
+6
*
|
reorganizing adapter specific tests. [#4974 state:resolved]
Aaron Patterson
2010-06-25
12
-2
/
+2
|
/
*
Order is not guaranteed here, ordering by id of people table makes it work
Santiago Pastorino
2010-06-25
1
-2
/
+2
*
Support for multiple selects added
Neeraj Singh and Santiago Pastorino
2010-06-25
2
-3
/
+11
*
Remove deprecated block usage in composed_of.
Emilio Tagua
2010-06-24
1
-28
/
+0
*
Move Rails::LogSubscriber to ActiveSupport::LogSubscriber, allowing framework...
José Valim
2010-06-24
1
-5
/
+4
*
Add tests for relation count. Fix other tests that were conceptually wrong.
Emilio Tagua
2010-06-24
2
-2
/
+6
*
adding fix for to_xml for ActiveRecord relation object
Neeraj Singh
2010-06-23
1
-0
/
+5
*
ActiveRecord's relation object should respond to to_json and to_yaml
Neeraj Singh
2010-06-23
1
-0
/
+10
*
adding column named 'group' to ensure that nothing breaks given that 'group' ...
Neeraj Singh
2010-06-23
2
-6
/
+6
*
Don't clone associations [#4894 state:resolved]
Paul Gillard
2010-06-23
1
-0
/
+8
*
remove_column should raise an ArgumentError when no columns are passed [#4803...
Jeff Dean
2010-06-23
1
-0
/
+4
*
Avoid method redefined warning
Santiago Pastorino
2010-06-22
1
-1
/
+4
*
test for #4917
Neeraj Singh
2010-06-22
1
-0
/
+7
*
Fix order method to accept relation attributes.
Emilio Tagua
2010-06-22
1
-2
/
+6
*
Make ActiveModel::Errors#add_on_blank and #add_on_empty accept an options has...
Jeroen van Dijk
2010-06-21
2
-28
/
+34
[prev]
[next]