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
*
Unifies mysql and mysql2 casting of booleans
awilliams
2013-07-16
1
-0
/
+25
*
`change_column` for PG adapter respects `:array` option.
Yves Senn
2013-07-16
1
-0
/
+12
*
reorder bind parameters when merging relations
Aaron Patterson
2013-07-15
2
-1
/
+25
*
use arel rather than slapping together SQL strings
Aaron Patterson
2013-07-15
1
-3
/
+6
*
Merge pull request #11451 from jetthoughts/11450_do_not_resave_destroyed_asso...
Yves Senn
2013-07-15
1
-0
/
+7
|
\
|
*
Do not re-save destroyed association on saving parent object
Paul Nikitochkin
2013-07-15
1
-0
/
+7
*
|
Remove deprecation warning from attribute_missing
Arun Agrawal
2013-07-15
1
-15
/
+0
|
/
*
Merge pull request #11434 from jetthoughts/new_save_transaction_bugfix
Santiago Pastorino
2013-07-14
1
-0
/
+14
|
\
|
*
#4566: Remove extra decrement of transaction level
Paul Nikitochkin
2013-07-14
1
-0
/
+14
*
|
Blacklist->whitelist for reference scans in order!
Ernie Miller
2013-07-14
1
-0
/
+7
|
/
*
Reset @column_defaults when assigning .
kennyj
2013-07-14
1
-0
/
+1
*
Make sure that a joins Relation can be merged with has_many :through + associ...
Akira Matsuda
2013-07-10
1
-0
/
+6
*
Fix: attribute_for_inspect truncate upto (51 => 50) characters.
namusyaka
2013-07-09
1
-1
/
+1
*
Remove redundant test about `push_with_attributes` removal.
Vipul A M
2013-07-09
1
-7
/
+0
*
close our connection when we are done
Aaron Patterson
2013-07-08
2
-14
/
+17
*
remove dead code
Aaron Patterson
2013-07-08
1
-16
/
+0
*
if we remove the connection from the pool, we should close it
Aaron Patterson
2013-07-08
1
-0
/
+1
*
use latches rather than mucking with the scheduler
Aaron Patterson
2013-07-08
1
-7
/
+7
*
Merge pull request #11274 from arunagw/deprecation-removed-build-fixed
Rafael Mendonça França
2013-07-07
1
-20
/
+0
|
\
|
*
Removed unused test for DateTime.local_offset
Arun Agrawal
2013-07-07
1
-20
/
+0
*
|
Merge pull request #11306 from jetthoughts/11288_remove_extra_queries_for_bel...
Rafael Mendonça França
2013-07-06
1
-1
/
+42
|
\
\
|
*
|
#11288: Removed duplicated touching
Paul Nikitochkin
2013-07-05
1
-1
/
+42
*
|
|
Revert "Merge pull request #11299 from arunagw/disable_implicit_join_referenc...
Yves Senn
2013-07-05
1
-0
/
+6
|
/
/
*
|
Cleanup belongs to tests
Paul Nikitochkin
2013-07-05
1
-2
/
+1
*
|
Remove deprecated `ActiveRecord::Base.disable_implicit_join_references=`.
Arun Agrawal
2013-07-04
1
-6
/
+0
*
|
Remove deprecated String constructor from `ActiveRecord::Migrator`.
Yves Senn
2013-07-04
1
-6
/
+0
*
|
Remove deprecated `scope` use without passing a callable object.
Arun Agrawal
2013-07-03
1
-10
/
+0
*
|
Remove deprecated `transaction_joinable=`
Arun Agrawal
2013-07-03
1
-9
/
+0
|
/
*
remove deprecated `PostgreSQLAdapter#outside_transaction?` method.
Yves Senn
2013-07-03
1
-10
/
+0
*
Merge pull request #11258 from frodsan/remove_deprecated_distinct
Carlos Antonio da Silva
2013-07-02
1
-46
/
+0
|
\
|
*
Remove deprecated SchemaStatements#distinct
Francesco Rodriguez
2013-07-02
1
-46
/
+0
*
|
initialize generated modules on inclusion and on inheritence
Aaron Patterson
2013-07-02
1
-7
/
+0
*
|
fix to_sql output on eager loaded relations
Aaron Patterson
2013-07-02
1
-0
/
+8
*
|
remove private attribute reader
Aaron Patterson
2013-07-02
1
-2
/
+2
|
/
*
remove unused `ActiveRecord::TestCase#sqlite3` method.
Yves Senn
2013-07-02
1
-6
/
+0
*
deprecated `ActiveRecord::TestCase` is no longer public.
Yves Senn
2013-07-02
1
-2
/
+94
*
Dropped deprecated option `:restrict` for `:dependent` in associations
Neeraj Singh
2013-07-03
2
-31
/
+0
*
Removed support for deprecated `delete_sql` in associations.
Neeraj Singh
2013-07-03
1
-25
/
+0
*
Removed support for deprecated `finder_sql` in associations.
Neeraj Singh
2013-07-02
2
-140
/
+0
*
Add CHANGELOG enty for #11235
Rafael Mendonça França
2013-07-02
1
-1
/
+0
*
Removed support for deprecated `counter_sql`
Neeraj Singh
2013-07-02
2
-45
/
+0
*
Removing not useful test related to reflect_on_all_associations
Neeraj Singh
2013-07-02
1
-8
/
+0
*
Merge pull request #10604 from neerajdotname/delete_all_should_not_call_callb...
Rafael Mendonça França
2013-07-01
3
-2
/
+60
|
\
|
*
Do not invoke callbacks when delete_all is called
Neeraj Singh
2013-06-30
3
-2
/
+60
*
|
calling default_scope without a proc will raise ArgumentError
Neeraj Singh
2013-07-02
1
-3
/
+2
*
|
Removed deprecated options for assocations
Neeraj Singh
2013-07-02
2
-22
/
+0
*
|
remove deprecated `ActiveRecord::Base#connection` method.
Yves Senn
2013-07-01
1
-4
/
+0
*
|
Remove deprecated `:distinct` option from `Relation#count`.
Yves Senn
2013-07-01
1
-10
/
+0
*
|
Removed deprecated methods partial_updates and family
Neeraj Singh
2013-07-02
1
-14
/
+0
|
/
*
remove deprecated implicit join references.
Yves Senn
2013-06-29
3
-43
/
+7
[next]