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
*
ActiveRecord::Base#<=> has been removed. Primary keys may not be in order,
Aaron Patterson
2013-09-18
1
-0
/
+10
*
Merge pull request #12011 from jetthoughts/11963_fix_join_with_association_scope
Rafael Mendonça França
2013-09-16
1
-0
/
+8
|
\
|
*
Collapse where constraints to one where constraint
Paul Nikitochkin
2013-09-13
1
-0
/
+8
*
|
Merge pull request #12129 from Empact/deprecate-array-bang-delegation
Rafael Mendonça França
2013-09-12
1
-0
/
+6
|
\
\
|
*
|
Deprecate the delegation of Array bang methods in ActiveRecord::Delegation
Ben Woosley
2013-09-04
1
-0
/
+6
*
|
|
Merge pull request #12137 from lann/fix_association_first_last
Rafael Mendonça França
2013-09-12
1
-0
/
+5
|
\
\
\
|
*
|
|
Make CollectionAssociation first/last with integer fetch with query
Lann Martin
2013-09-09
1
-0
/
+5
|
|
|
/
|
|
/
|
*
|
|
Add CHANGELOG entry for #11698
Rafael Mendonça França
2013-09-12
1
-0
/
+4
*
|
|
Merge pull request #12156 from rywall/from-copy-binds
Rafael Mendonça França
2013-09-12
1
-0
/
+4
|
\
\
\
|
*
|
|
Allow Relation#from to accept other relations with bind values.
Ryan Wallace
2013-09-08
1
-0
/
+4
|
|
/
/
*
|
|
Check if the SQL is not a prepared statement
Rafael Mendonça França
2013-09-11
1
-0
/
+6
*
|
|
Merge pull request #12135 from dylanahsmith/avoid_empty_transaction
Rafael Mendonça França
2013-09-11
1
-0
/
+5
|
\
\
\
|
*
|
|
Avoid empty transaction from setting has_one association on new record.
Dylan Thacker-Smith
2013-09-11
1
-0
/
+5
*
|
|
|
Relation#merge should not lose readonly(false) flag.
thedarkone
2013-09-11
1
-0
/
+4
|
/
/
/
*
/
/
Typo in Changelog.
Ryan Wallace
2013-09-08
1
-2
/
+2
|
/
/
*
|
Merge pull request #11958 from jetthoughts/extract_pre_process_orders_args
Yves Senn
2013-09-04
1
-0
/
+4
|
\
\
|
|
/
|
/
|
|
*
Extracted from `order` processing of arguments, and use it for `reorder` to b...
Paul Nikitochkin
2013-09-04
1
-0
/
+4
*
|
Remove not necessary AR changelog entry, fix markup [ci skip]
Carlos Antonio da Silva
2013-08-30
1
-6
/
+1
*
|
Test that PostgreSQL adapter includes `usec` when quoting `DateTime`
Ben Cherry
2013-08-28
1
-0
/
+4
|
/
*
check class hierarchy with is_a? in PredicateBuilder.expand
Mikhail Dieterle
2013-08-27
1
-0
/
+6
*
PG adapter deals with negative money values formatted with parenthesis.
Yves Senn
2013-08-26
1
-0
/
+6
*
write changelog entry for #11922. [ci skip]
Yves Senn
2013-08-20
1
-0
/
+5
*
documents 565c367 in the CHANGELOG
Xavier Noria
2013-08-19
1
-0
/
+4
*
Rescue invalid ip address exceptions on assign.
Paul Nikitochkin
2013-08-14
1
-0
/
+18
*
Restore the use of `#add_to_target` for nested attribute updates on existing ...
Ben Woosley
2013-08-12
1
-0
/
+6
*
Fix interactions between :before_add callbacks and nested attributes assignment
Dr.(USA) Joerg Schray
2013-08-12
1
-1
/
+14
*
Make 'enable_extension' revertible
Eric Tipton
2013-08-10
1
-0
/
+4
*
cast hstore values on write to be consistent with reading from the db.
Yves Senn
2013-08-08
1
-0
/
+15
*
Fix multidimensional PG arrays containing non-string items
Yves Senn
2013-08-07
1
-0
/
+4
*
Add CHANGELOG entry for #11767
Rafael Mendonça França
2013-08-06
1
-0
/
+4
*
Create sqlite3 directory if not present
schneems
2013-08-05
1
-0
/
+4
*
Use assert_nil instead of testing for equality
Carlos Antonio da Silva
2013-08-02
1
-1
/
+1
*
Merge pull request #11714 from jetthoughts/11706_remove_bad_override_of_xml
Rafael Mendonça França
2013-08-02
1
-0
/
+5
|
\
|
*
Removed redundant xml override from pg adapter
Paul Nikitochkin
2013-08-02
1
-0
/
+5
*
|
fix the changelog typo[ci skip]
Rajarshi Das
2013-08-02
1
-1
/
+1
|
/
*
Merge branch 'revert-order-prepending'
Rafael Mendonça França
2013-07-30
1
-0
/
+15
|
\
|
*
Revert change on ActiveRecord::Relation#order method that prepends new
Rafael Mendonça França
2013-07-29
1
-0
/
+15
*
|
Add ability to specify how a class is converted to Arel predicate
sgrif
2013-07-28
1
-0
/
+10
|
/
*
Don't allow `quote_value` to be called without a column
Ben Woosley
2013-07-22
1
-0
/
+9
*
Tidy up the "Specified column type for quote_value" changes
Ben Woosley
2013-07-22
1
-2
/
+3
*
Specified column type for quote_value
Alfred Wong
2013-07-22
1
-0
/
+7
*
rescue from all exceptions in `ConnectionManagement#call`
Vipul A M
2013-07-22
1
-0
/
+14
*
Revert "Merge pull request #11120 from awilliams/ar_mysql2_boolean_quoting"
Yves Senn
2013-07-17
1
-22
/
+0
*
Unifies mysql and mysql2 casting of booleans
awilliams
2013-07-16
1
-0
/
+22
*
`change_column` for PG adapter respects `:array` option.
Yves Senn
2013-07-16
1
-0
/
+4
*
Remove deprecation warning from attribute_missing
Arun Agrawal
2013-07-15
1
-0
/
+4
*
#4566: Remove extra decrement of transaction level
Paul Nikitochkin
2013-07-14
1
-0
/
+6
*
Reset @column_defaults when assigning .
kennyj
2013-07-14
1
-0
/
+13
*
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
[next]