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
/
lib
/
active_record
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove unnecessary `assert_valid_default`
Ryuta Kamizono
2016-06-25
1
-7
/
+0
*
nodoc `ActiveRecord::AttributeSet::YAMLEncoder`
Jon Moss
2016-06-24
1
-1
/
+1
*
Revert "[ci skip] better docs for ActiveRecord::AttributeSet::YAMLEncoder#dec...
Jon Moss
2016-06-24
1
-17
/
+0
*
Merge pull request #25506 from y-yagi/return_correct_from_enum_type
Sean Griffin
2016-06-24
1
-0
/
+2
|
\
|
*
return correct type from `EnumType`
yuuji.yaginuma
2016-06-24
1
-0
/
+2
*
|
[ci skip] Update Documentation on ActiveRecord::Inheritance
Alex Kitchens
2016-06-23
1
-1
/
+2
|
/
*
[ci skip] better docs for ActiveRecord::AttributeSet::YAMLEncoder#decode
David Elliott
2016-06-21
1
-0
/
+17
*
[ci skip] fix typo in ActiveRecord::ConnectionHandling
Alex Kitchens
2016-06-20
1
-1
/
+1
*
Merge pull request #23301 from ppworks/improve_mysqldump
Arthur Nogueira Neves
2016-06-17
1
-0
/
+1
|
\
|
*
Skip comments when exec mysqldump
Naoto Koshikawa
2016-01-28
1
-0
/
+1
*
|
Merge pull request #24773 from ralinc/fix-silent-fail-on-psql-command
Arthur Nogueira Neves
2016-06-16
1
-1
/
+2
|
\
\
|
*
|
PostgreSQL: Fix db:structure:load silent failure on SQL error
Ralin Chimev
2016-05-10
1
-1
/
+2
*
|
|
Merge pull request #25271 from kamipo/prevent_range_error_for_exists
Sean Griffin
2016-06-15
2
-6
/
+4
|
\
\
\
|
*
|
|
Prevent `RangeError` for `FinderMethods#exists?`
Ryuta Kamizono
2016-06-16
2
-2
/
+3
|
*
|
|
Avoid type casting in uniqueness validator
Ryuta Kamizono
2016-06-04
1
-5
/
+2
*
|
|
|
Merge pull request #25339 from prathamesh-sonpatki/reuse-validate-index-length
Rafael França
2016-06-15
1
-7
/
+7
|
\
\
\
\
|
*
|
|
|
Reuse existing validate_index_length! method
Prathamesh Sonpatki
2016-06-09
1
-7
/
+7
|
|
/
/
/
*
|
|
|
Respect the current `connected?` method when calling `cache`
Arthur Neves
2016-06-14
1
-2
/
+2
*
|
|
|
Fix error message to talk about the scale not precision of the type
Rafael Mendonça França
2016-06-13
1
-1
/
+1
*
|
|
|
Fix `calculate` with a string value in `from` and eager loading
Ryuta Kamizono
2016-06-13
1
-9
/
+1
*
|
|
|
Fix typo
Francesco Rodriguez
2016-06-12
1
-1
/
+1
*
|
|
|
Fix `or` result SQL [ci skip]
Ryuta Kamizono
2016-06-11
1
-1
/
+1
|
/
/
/
*
|
|
Ensure that records with unselected fields can be updated
Sean Griffin
2016-06-02
1
-0
/
+6
*
|
|
Fix failing tests
Sean Griffin
2016-06-02
2
-5
/
+10
*
|
|
Make Active Record emit significantly smaller YAML
Sean Griffin
2016-05-31
7
-7
/
+72
*
|
|
Respect options passed to `foreign_key` when reverting `add_reference`
Sean Griffin
2016-05-31
1
-4
/
+9
*
|
|
Merge pull request #25213 from kamipo/do_not_include_default_column_limit
Sean Griffin
2016-05-31
1
-2
/
+2
|
\
\
\
|
*
|
|
Do not include default column limit in schema.rb
Ryuta Kamizono
2016-05-31
1
-2
/
+2
*
|
|
|
`ActiveRecord::Base#hash` should differ between classes
Sean Griffin
2016-05-31
1
-1
/
+1
*
|
|
|
Ensure hashes can be passed to attributes using `composed_of`
Sean Griffin
2016-05-31
1
-4
/
+5
|
/
/
/
*
|
|
Merge pull request #25179 from kamipo/reuse_result_of_associated_table
Sean Griffin
2016-05-30
1
-2
/
+3
|
\
\
\
|
*
|
|
Reuse a result of `table.associated_table(column)` in `AssociationQueryHandle...
Ryuta Kamizono
2016-05-28
1
-2
/
+3
*
|
|
|
Exists shouldn't error when used with `includes`
Sean Griffin
2016-05-30
3
-11
/
+8
*
|
|
|
Tiny document fixes [ci skip]
Robin Dupret
2016-05-30
1
-1
/
+1
*
|
|
|
Merge pull request #22240 from resource11/resource11-patch-1
Arthur Nogueira Neves
2016-05-29
1
-4
/
+4
|
\
\
\
\
|
*
|
|
|
Issue 22240: adds link to list of instance methods [ci skip]
Kathleen McMahon
2016-03-18
1
-4
/
+4
*
|
|
|
|
Merge pull request #24965 from arthurnn/arthurnn/conn_api
Arthur Nogueira Neves
2016-05-29
4
-25
/
+28
|
\
\
\
\
\
|
|
_
|
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Add to_hash to specification
Arthur Neves
2016-05-25
3
-3
/
+6
|
*
|
|
|
Remove `name` from `establish_connection`
Arthur Neves
2016-05-24
4
-21
/
+17
|
*
|
|
|
Move establish_connection to handler
Arthur Neves
2016-05-24
3
-14
/
+18
*
|
|
|
|
Remove unused `association_for_table` private method
Ryuta Kamizono
2016-05-27
1
-6
/
+0
*
|
|
|
|
Fix `has_one` `enum` `where` queries
Jon Moss
2016-05-26
1
-1
/
+2
|
/
/
/
/
*
|
|
|
[] and read_attribute are not aliases [ci skip]
Benjamin Quorning
2016-05-24
1
-2
/
+0
*
|
|
|
Merge pull request #24862 from maclover7/jm-ar-fixes
Rafael França
2016-05-21
1
-2
/
+2
|
\
\
\
\
|
*
|
|
|
Add missing `the`
Jon Moss
2016-05-21
1
-2
/
+2
*
|
|
|
|
Merge pull request #25093 from Erol/activerecord-transaction-serialization-error
Rafael França
2016-05-21
3
-3
/
+24
|
\
\
\
\
\
|
*
|
|
|
|
Add AR::TransactionSerializationError for transaction serialization failures ...
Erol Fornoles
2016-05-21
3
-3
/
+24
*
|
|
|
|
|
Merge pull request #24732 from y-yagi/update_record_specified_in_the_key
Rafael França
2016-05-21
1
-1
/
+1
|
\
\
\
\
\
\
|
|
/
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
update record specified in key
yuuji.yaginuma
2016-04-27
1
-1
/
+1
*
|
|
|
|
|
Merge pull request #24958 from maclover7/fix-24955
Rafael França
2016-05-20
1
-1
/
+5
|
\
\
\
\
\
\
[next]