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
*
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
2
-1
/
+7
*
|
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
3
-6
/
+7
*
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
*
remove executable permission from files that don't need it. [#4802 state:reso...
rohit
2010-06-20
2
-0
/
+0
*
Don't overwrite unsaved updates when loading an association but preserve the ...
James Le Cuirot
2010-06-20
2
-2
/
+23
*
Merge branch 'master' of github.com:rails/rails
José Valim
2010-06-20
3
-12
/
+18
|
\
|
*
Fix test which prevents connection reset on failing and remove hardcoded conn...
Master Lambaster
2010-06-18
1
-8
/
+7
|
*
Fix bug with rolling back frozen attributes.
Brian Durand
2010-06-18
2
-4
/
+11
*
|
ActiveRecord and ActionPack now use the new descendants implementation.
José Valim
2010-06-19
1
-4
/
+0
|
/
*
use assert_in_delta() for floating point comparisons in tests [#4871 state:re...
Aaron Patterson
2010-06-16
1
-1
/
+1
*
edit pass: the names of Rails components have a space, ie, "Active Record", n...
Xavier Noria
2010-06-14
1
-1
/
+1
*
Revert "Don't overwrite unsaved updates when loading an association but prese...
José Valim
2010-06-11
2
-16
/
+2
*
Validators should at model level and not at AR:Base level [Closes #4804]
Neeraj Singh
2010-06-10
1
-0
/
+10
*
Don't overwrite unsaved updates when loading an association but preserve the ...
James Le Cuirot
2010-06-09
2
-2
/
+16
*
Make sure about which is the first element of the query, fixes a postgresql 8...
Santiago Pastorino
2010-06-09
1
-2
/
+2
*
SQLite2Adapter doesn't exist
Santiago Pastorino
2010-06-09
1
-1
/
+1
*
Revert "Temporarily revert "Update after_commit and after_rollback docs and t...
Jeremy Kemper
2010-06-08
2
-0
/
+273
*
Avoid PostgreSQL and MySQL tests warnings.
Emilio Tagua
2010-06-08
2
-3
/
+6
*
Fix ActiveRecord::Base.compute_type swallowing NoMethodError. [#4751 state:re...
Andrew Bloomgarden
2010-06-08
1
-0
/
+17
*
Add parentheses to avoid warnings when running AR tests.
Emilio Tagua
2010-06-08
1
-4
/
+4
*
Temporarily revert "Update after_commit and after_rollback docs and tests to ...
Jeremy Kemper
2010-06-08
2
-273
/
+0
*
Fix multiple self-referencing eager loads failing to join multiple times
Ernie Miller
2010-06-08
1
-1
/
+9
*
Merge remote branch 'rsim/oracle_enhanced_rails3'
wycats
2010-06-07
9
-38
/
+41
|
\
|
*
compare sorted arrays in relations_test
Raimonds Simanovskis
2010-06-04
1
-1
/
+1
|
*
fix test_belongs_to_with_primary_key_joins_on_correct_column test on Oracle
Raimonds Simanovskis
2010-06-04
1
-0
/
+4
|
*
Fixed adapter tests not to assert LIMIT and OFFSET in SQL strings
Raimonds Simanovskis
2010-06-04
1
-13
/
+4
|
*
ignore selects from data dictionary views when running tests on Oracle
Raimonds Simanovskis
2010-06-04
1
-1
/
+1
|
*
assert log output match in case insensitive mode to avoid failure when quoted...
Raimonds Simanovskis
2010-06-04
1
-2
/
+2
|
*
test fixes for Oracle enhanced adapter:
Raimonds Simanovskis
2010-06-04
2
-3
/
+3
|
*
do order by id when finding first fixture to ensure that it is correct one
Raimonds Simanovskis
2010-06-04
1
-1
/
+1
[next]