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
*
Properly deprecate ConnectionHandler#connection_pools
Jon Leighton
2012-11-09
1
-1
/
+7
*
Merge pull request #8116 from senny/7993_configure_counter_cache_for_has_many
Jon Leighton
2012-11-09
2
-0
/
+9
|
\
|
*
:counter_cache option for to support custom named counter caches. Closes #7993
Yves Senn
2012-11-04
2
-0
/
+9
*
|
Delegate all calculations to the scope.
Jon Leighton
2012-11-09
1
-0
/
+1
*
|
CollectionProxy#pluck issues no query for a new_record? owner
Jon Leighton
2012-11-09
1
-0
/
+1
*
|
Relations built off collection associations with an unsaved owner should be n...
Jon Leighton
2012-11-09
1
-0
/
+9
*
|
Add test to avoid regression of 58e48d5292242f000dc8a87fdbb1c0ccdcf286d8
Gabriel Sobrinho & Ricardo Henrique
2012-11-08
1
-0
/
+11
|
/
*
Ensure nested attributes is restored in case of a test failure
Carlos Antonio da Silva
2012-11-03
1
-1
/
+1
*
Simplify query conditions a bit in nested attributes test
Carlos Antonio da Silva
2012-11-03
1
-5
/
+3
*
Check if the options value is present before to send the deprecation
Rafael Mendonça França
2012-11-03
1
-2
/
+2
*
Deprecate passing a string as third argument of `add_index`
Rafael Mendonça França
2012-11-02
1
-0
/
+10
*
Raise an ArgumentError when passing an invalid option to add_index
Rafael Mendonça França
2012-11-02
1
-0
/
+6
*
Fix issue with collection associations and first(n)/last(n)
Carlos Antonio da Silva
2012-11-01
1
-0
/
+13
*
Remove extre count, preheat already happens during setup
Carlos Antonio da Silva
2012-10-31
1
-1
/
+0
*
Fix find_in_batches against string IDs when start option is not specified.
Alexis Bernard
2012-10-31
1
-0
/
+9
*
Fix `attributes_before_type_cast` for serialised attributes.
Nikita Afanasenko
2012-10-31
1
-3
/
+13
*
Fix #6951. Use query cache/uncache, when using not only database.yml but also...
kennyj
2012-10-31
1
-0
/
+11
*
include_root_in_json allows inheritance.
kennyj
2012-10-31
1
-0
/
+16
*
Remove not assigned variable warning from sqlite3 adapter test
Carlos Antonio da Silva
2012-10-29
1
-1
/
+1
*
Fix bug when Column is trying to type cast boolean values to integer.
Rafael Mendonça França
2012-10-29
1
-4
/
+4
*
Fix the skip code.
Rafael Mendonça França
2012-10-28
1
-4
/
+4
*
SQLite3Adapter#type_cast should not mutate arguments
Stefan Rusterholz
2012-10-28
1
-0
/
+6
*
ActiveRecord::Relation#none! method.
Juanjo Bazán
2012-10-28
1
-0
/
+6
*
loaded relations cannot be mutated by extending!
Juanjo Bazán
2012-10-28
1
-0
/
+9
*
Enable update_column(s) for the primary key attribute.
Henrik N
2012-10-28
1
-0
/
+13
*
raise `ArgumentError` when redefining the primary key column. Closes #6378
Yves Senn
2012-10-28
1
-0
/
+20
*
refactor `SQLite3Adapter#copy_table` to prevent primary key redefinitions. #6378
Yves Senn
2012-10-28
1
-1
/
+8
*
AR::AttributeMethods#[] raises AM::AttributeMissingError for missing attributes.
Francesco Rodriguez
2012-10-28
1
-0
/
+6
*
Use the MySQL varbinary type when appropriate in migrations.
Victor Costan
2012-10-27
5
-18
/
+60
*
Decode attributes pulled from URI.parse
Shawn Veader
2012-10-26
1
-0
/
+8
*
Remove ActiveRecord::Model
Jon Leighton
2012-10-26
16
-245
/
+46
*
frozen state should be restored after txn is aborted
Aaron Patterson
2012-10-22
1
-0
/
+15
*
Add tests to make sure that the I18n taken message can be overrided in the
Rafael Mendonça França
2012-10-22
1
-0
/
+14
*
Rotate the debug.log on each 100MB
Rafael Mendonça França
2012-10-20
1
-1
/
+1
*
Revert "Get rid of the ActiveRecord::Model::DeprecationProxy thing."
Jeremy Kemper
2012-10-20
1
-0
/
+36
*
Merge pull request #7995 from adimichele/master
Rafael Mendonça França
2012-10-19
1
-0
/
+5
|
\
|
*
Changed scope for "taken" error message translation to decrease precedence
Andrew DiMichele
2012-10-19
1
-0
/
+5
*
|
Revert "truncate debug.log on each test run"
Yasuo Honda
2012-10-20
1
-2
/
+1
|
/
*
Merge pull request #7994 from frodsan/truncate_debug_log
Rafael Mendonça França
2012-10-19
1
-1
/
+2
|
\
|
*
truncate debug.log on each test run
Francesco Rodriguez
2012-10-19
1
-1
/
+2
*
|
Get rid of the ActiveRecord::Model::DeprecationProxy thing.
Jon Leighton
2012-10-19
1
-36
/
+0
|
/
*
Rename the partial_updates config to partial_writes
Jon Leighton
2012-10-19
2
-16
/
+30
*
nodoc the first_or_create methods and document alternatives
Jon Leighton
2012-10-19
1
-0
/
+10
*
fix test :/
Jon Leighton
2012-10-19
1
-5
/
+1
*
The default value of a text/blob in mysql strict mode should be nil
Jon Leighton
2012-10-19
1
-17
/
+55
*
Add Relation#find_or_create_by and friends
Jon Leighton
2012-10-19
1
-0
/
+23
*
remove unused variables. Oops!
Aaron Patterson
2012-10-17
1
-2
/
+2
*
use columns hash to look up the column for the count field
Aaron Patterson
2012-10-17
1
-13
/
+6
*
Fix bug with presence validation of associations.
Scott Willson
2012-10-16
1
-0
/
+7
*
Merge pull request #7371 from csmuc/fix_dup_validation_errors
Santiago Pastorino
2012-10-16
1
-0
/
+14
|
\
[next]