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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rails 5.1 point type should not raise exception if empty string is provided a...
bUg
2016-05-15
1
-0
/
+2
*
Merge branch 'master' of github.com:rails/docrails
Vijay Dev
2016-05-14
1
-1
/
+4
|
\
|
*
Move comment up to the class, for both of the methods, and document on class ...
Vipul A M
2016-05-01
1
-1
/
+4
*
|
Add missing space and newline for clarity
Kang-Kyu Lee
2016-05-12
1
-3
/
+3
*
|
Give more context from `AssociationMismatchError`
Sean Griffin
2016-05-12
1
-1
/
+2
*
|
Fix false positive mutation detection when JSON is used with serialize
Sean Griffin
2016-05-12
1
-1
/
+7
*
|
Merge pull request #24980 from merhard/virtual-attribute-default
Sean Griffin
2016-05-11
1
-1
/
+1
|
\
\
|
*
|
Define ActiveRecord::Attribute::Null#type_cast
Matthew Erhard
2016-05-11
1
-1
/
+1
*
|
|
remove_connection should not remove parent connection
Arthur Neves
2016-05-11
1
-1
/
+2
|
/
/
*
|
Merge pull request #24971 from arthurnn/arthurnn/dont_cache_specification_name
Arthur Nogueira Neves
2016-05-11
1
-1
/
+1
|
\
\
|
*
|
Dont cache the conn_spec_name when empty
Arthur Neves
2016-05-11
1
-1
/
+1
*
|
|
Set conn_spec_name after remove
Arthur Neves
2016-05-11
1
-2
/
+2
|
/
/
*
|
[ci skip] Update documents of `ConnectionHandler`
yui-knk
2016-05-11
1
-3
/
+1
*
|
Make sure we reset the connection_specification_name on
Arthur Neves
2016-05-10
1
-1
/
+8
*
|
Merge pull request #24950 from kamipo/should_quote_lock_name
Rafael França
2016-05-10
1
-2
/
+2
|
\
\
|
*
|
Should quote `lock_name` to pass to `get_advisory_lock`
Ryuta Kamizono
2016-05-10
1
-2
/
+2
*
|
|
Merge pull request #24939 from Neodelf/again_with_loop
Xavier Noria
2016-05-10
1
-2
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Replacement cycle for readability
Molchanov Andrey
2016-05-10
1
-2
/
+1
*
|
|
Add migration compatibility class for Rails 5.1
Rafael Mendonça França
2016-05-10
1
-1
/
+4
*
|
|
Start Rails 5.1 development :tada:
Rafael Mendonça França
2016-05-10
1
-2
/
+2
|
/
/
*
|
Replacement cycle for readability
Molchanov Andrey
2016-05-09
1
-2
/
+2
*
|
Followup to #24844
Jon Moss
2016-05-07
2
-3
/
+4
*
|
Preparing for 5.0.0.rc1 release
Rafael Mendonça França
2016-05-06
1
-1
/
+1
*
|
Merge pull request #24844 from arthurnn/arthurnn/conn
Arthur Nogueira Neves
2016-05-06
5
-62
/
+66
|
\
\
|
*
|
Update docs for connection handler
Arthur Neves
2016-05-06
1
-2
/
+5
|
*
|
s/specification_name/connection_specification_name
Arthur Neves
2016-05-06
3
-12
/
+12
|
*
|
s/specification_id/specification_name
Arthur Neves
2016-05-05
5
-35
/
+35
|
*
|
Retrive the right pool for db tasks
Arthur Neves
2016-05-05
1
-2
/
+2
|
*
|
inline retrive_conn_pool method
Arthur Neves
2016-05-05
1
-12
/
+8
|
*
|
Better code readability
Arthur Neves
2016-05-05
2
-4
/
+2
|
*
|
Use spec key, when given as spec_id
Arthur Neves
2016-05-05
1
-1
/
+8
|
*
|
Better specification_id method
Arthur Neves
2016-05-05
1
-10
/
+7
|
*
|
Rename method
Arthur Neves
2016-05-05
1
-3
/
+3
|
*
|
Refactor connection handler
Arthur Neves
2016-05-05
4
-50
/
+53
*
|
|
Allow the connection adapters to determine the order of bind params
Sean Griffin
2016-05-06
2
-4
/
+28
*
|
|
Merge pull request #24869 from vipulnsward/change-example
Rafael França
2016-05-05
1
-3
/
+3
|
\
\
\
|
*
|
|
Change to use a more realistic example and not giving the impression that des...
Vipul A M
2016-05-05
1
-3
/
+3
*
|
|
|
Merge pull request #24868 from vipulnsward/delegate_encode_with
Rafael França
2016-05-05
1
-1
/
+1
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
delegate encode_with instead of to_yaml, which is deprecated
Vipul A M
2016-05-05
1
-1
/
+1
*
|
|
|
[ci skip] Don't promote SQL interpolation.
Kasper Timm Hansen
2016-05-05
1
-2
/
+2
*
|
|
|
Merge pull request #24859 from y-yagi/do_not_pass_conditon_to_destroy_all
Vipul A M
2016-05-05
2
-3
/
+3
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
do not pass conditions to `#destroy_all` [ci skip]
yuuji.yaginuma
2016-05-05
2
-3
/
+3
|
|
/
/
*
/
/
Fix some typos in comments.
Joe Rafaniello
2016-05-04
1
-1
/
+1
|
/
/
*
|
Fix small typo in Active Record Migrations documentation [ci skip]
Erol Fornoles
2016-05-03
1
-1
/
+1
*
|
Do not delegate `AR::Base#empty?` to `all`
Sean Griffin
2016-05-02
1
-1
/
+1
*
|
Add `:nodoc:` to `schema_creation` [ci skip]
Ryuta Kamizono
2016-05-02
1
-1
/
+1
*
|
Merge pull request #24713 from tomkadwill/fix_counter_cache_increment
Sean Griffin
2016-04-30
2
-0
/
+3
|
\
\
|
*
|
Fix counter_cache double increment bug
Tom Kadwill
2016-04-28
2
-0
/
+3
*
|
|
Replace `Rails.version.to_f` with Active Record
Jon Moss
2016-04-30
1
-1
/
+1
*
|
|
Extract `add_sql_comment!` method
Ryuta Kamizono
2016-04-29
2
-17
/
+10
[next]