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
/
CHANGELOG.md
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #11306 from jetthoughts/11288_remove_extra_queries_for_bel...
Rafael Mendonça França
2013-07-06
1
-0
/
+7
|
\
|
*
#11288: Removed duplicated touching
Paul Nikitochkin
2013-07-05
1
-0
/
+7
*
|
Revert "Merge pull request #11299 from arunagw/disable_implicit_join_referenc...
Yves Senn
2013-07-05
1
-4
/
+0
|
/
*
Remove deprecated `ActiveRecord::Base.disable_implicit_join_references=`.
Arun Agrawal
2013-07-04
1
-0
/
+4
*
Remove deprecated nil-passing to `SchemaCache` methods.
Yves Senn
2013-07-04
1
-0
/
+5
*
Remove deprecated block filter from `ActiveRecord::Migrator#migrate`.
Yves Senn
2013-07-04
1
-0
/
+4
*
Remove deprecated String constructor from `ActiveRecord::Migrator`.
Yves Senn
2013-07-04
1
-0
/
+4
*
Remove deprecated `scope` use without passing a callable object.
Arun Agrawal
2013-07-03
1
-0
/
+4
*
Remove deprecated `transaction_joinable=`
Arun Agrawal
2013-07-03
1
-0
/
+5
*
Remove deprecated `decrement_open_transactions`.
Arun Agrawal
2013-07-03
1
-0
/
+4
*
removed deprecated increment_open_transactions
Arun Agrawal
2013-07-03
1
-0
/
+4
*
remove deprecated `PostgreSQLAdapter#outside_transaction?` method.
Yves Senn
2013-07-03
1
-0
/
+5
*
Remove deprecated `ActiveRecord::Fixtures.find_table_name` in favour of `Acti...
Vipul A M
2013-07-03
1
-0
/
+5
*
Removed deprecated method `columns_for_remove`
Neeraj Singh
2013-07-03
1
-0
/
+4
*
Remove deprecated SchemaStatements#distinct
Francesco Rodriguez
2013-07-02
1
-0
/
+4
*
deprecated `ActiveRecord::TestCase` is no longer public.
Yves Senn
2013-07-02
1
-0
/
+6
*
Dropped deprecated option `:restrict` for `:dependent` in associations
Neeraj Singh
2013-07-03
1
-0
/
+5
*
Removed support for deprecated `delete_sql` in associations.
Neeraj Singh
2013-07-03
1
-0
/
+4
*
Removed support for deprecated `insert_sql` in associations.
Neeraj Singh
2013-07-02
1
-0
/
+4
*
Removed support for deprecated `finder_sql` in associations.
Neeraj Singh
2013-07-02
1
-0
/
+4
*
Add CHANGELOG enty for #11235
Rafael Mendonça França
2013-07-02
1
-0
/
+4
*
Removed support for deprecated `counter_sql`
Neeraj Singh
2013-07-02
1
-0
/
+4
*
Merge pull request #10604 from neerajdotname/delete_all_should_not_call_callb...
Rafael Mendonça França
2013-07-01
1
-0
/
+13
|
\
|
*
Do not invoke callbacks when delete_all is called
Neeraj Singh
2013-06-30
1
-0
/
+13
*
|
calling default_scope without a proc will raise ArgumentError
Neeraj Singh
2013-07-02
1
-0
/
+4
*
|
Removed deprecated method type_cast_code from Column
Neeraj Singh
2013-07-02
1
-0
/
+4
*
|
Removed deprecated options for assocations
Neeraj Singh
2013-07-02
1
-0
/
+8
*
|
remove deprecated `ActiveRecord::Base#connection` method.
Yves Senn
2013-07-01
1
-0
/
+5
*
|
remove auto-explain-config deprecation warning
Yves Senn
2013-07-01
1
-0
/
+4
*
|
Remove deprecated `:distinct` option from `Relation#count`.
Yves Senn
2013-07-01
1
-0
/
+4
*
|
Removed deprecated methods partial_updates and family
Neeraj Singh
2013-07-02
1
-0
/
+5
*
|
Merge pull request #11213 from neerajdotname/scoped-deprecated
Rafael Mendonça França
2013-07-01
1
-0
/
+4
|
\
\
|
*
|
Removed deprecated method scoped
Neeraj Singh
2013-07-01
1
-0
/
+4
|
|
/
*
/
Removed deprecated method default_scopes?
Neeraj Singh
2013-07-01
1
-0
/
+4
|
/
*
remove deprecated implicit join references.
Yves Senn
2013-06-29
1
-0
/
+12
*
Apply default scope when joining associations.
Jon Leighton
2013-06-28
1
-0
/
+19
*
Remove depreacted finders
Łukasz Strzałkowski
2013-06-28
1
-0
/
+4
*
Fix @tenderlove's name in changelog :sparkles:
Carlos Antonio da Silva
2013-06-26
1
-2
/
+2
*
Add changelog entry for database tasks removal #10853 [ci skip]
Carlos Antonio da Silva
2013-06-25
1
-0
/
+4
*
Merge pull request #10992 from Empact/find-each-enumerator
Carlos Antonio da Silva
2013-06-25
1
-0
/
+5
|
\
|
*
When .find_each is called without a block, return an Enumerator.
Ben Woosley
2013-06-19
1
-0
/
+5
*
|
Merge pull request #10993 from Empact/result-each-enumerator
Carlos Antonio da Silva
2013-06-25
1
-0
/
+5
|
\
\
|
*
|
Change Result#each to return an Enumerator when called without a block.
Ben Woosley
2013-06-18
1
-0
/
+5
*
|
|
remove trailing whitespace from Active Record CHANGELOG
Yves Senn
2013-06-25
1
-1
/
+1
*
|
|
flatten merged join_values before building the joins
Neeraj Singh
2013-06-22
1
-0
/
+10
*
|
|
do not load all child records for inverse case
Neeraj Singh
2013-06-21
1
-0
/
+16
*
|
|
`inspect` for AR model classes does not initiate a new connection.
Yves Senn
2013-06-20
1
-0
/
+11
*
|
|
add forgotten CHANGELOG entry for #10884.
Yves Senn
2013-06-19
1
-0
/
+5
*
|
|
Revert "Merge pull request #10566 from neerajdotname/10509d"
Jon Leighton
2013-06-19
1
-16
/
+0
*
|
|
log the sql that is actually sent to the database
Neeraj Singh
2013-06-19
1
-0
/
+11
[next]