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
...
|
*
|
|
Allow multiparameter assigned attributes to be used with `text_field`
Sean Griffin
2017-07-17
1
-1
/
+1
|
*
|
|
Merge pull request #29825 from kamipo/remove_useless_arel_engine
Sean Griffin
2017-07-17
3
-12
/
+1
|
|
\
\
\
|
|
*
|
|
Remove useless `arel_engine`
Ryuta Kamizono
2017-07-17
3
-12
/
+1
|
*
|
|
|
Post.joins(:users) should not be affected by `User.current_scope`
Sean Griffin
2017-07-17
1
-4
/
+2
|
|
/
/
/
|
*
|
|
Merge pull request #29812 from kamipo/remove_unused_requires
Kasper Timm Hansen
2017-07-16
2
-5
/
+0
|
|
\
\
\
|
|
*
|
|
Remove unused requires
Ryuta Kamizono
2017-07-16
2
-5
/
+0
|
*
|
|
|
Merge pull request #29782 from y-yagi/follow_up_29699
Kasper Timm Hansen
2017-07-16
2
-3
/
+13
|
|
\
\
\
\
|
|
*
|
|
|
Set `represent_boolean_as_integer` via `configuration`
yuuji.yaginuma
2017-07-16
2
-3
/
+13
|
*
|
|
|
|
Merge pull request #29813 from kamipo/fix_create_with_multiparameter_attributes
Kasper Timm Hansen
2017-07-16
1
-3
/
+2
|
|
\
\
\
\
\
|
|
*
|
|
|
|
Fix `create_with` with multiparameter attributes
Ryuta Kamizono
2017-07-16
1
-3
/
+2
|
|
|
|
/
/
/
|
|
|
/
|
|
|
|
*
|
|
|
|
Merge pull request #29814 from kamipo/dont_cache_scope_for_create
Kasper Timm Hansen
2017-07-16
3
-4
/
+4
|
|
\
\
\
\
\
|
|
*
|
|
|
|
Don't cache `scope_for_create`
Ryuta Kamizono
2017-07-16
3
-4
/
+4
|
|
|
/
/
/
/
|
*
/
/
/
/
Fix code formatting for QueryMethods#select
Robin Dupret
2017-07-16
1
-2
/
+3
|
|
/
/
/
/
|
*
|
|
|
Merge pull request #29809 from kamipo/remove_unused_ivars
Kasper Timm Hansen
2017-07-16
1
-2
/
+1
|
|
\
\
\
\
|
|
|
/
/
/
|
|
/
|
|
|
|
|
*
|
|
Remove unused `@last`, `@order_clause`, and `@join_dependency`
Ryuta Kamizono
2017-07-16
1
-2
/
+1
|
*
|
|
|
Fix `create_with` using both string and symbol
Ryuta Kamizono
2017-07-16
6
-13
/
+11
|
|
/
/
/
|
*
|
|
Merge pull request #29770 from y-yagi/fix_boolean_column_migration_script
Kasper Timm Hansen
2017-07-15
2
-2
/
+2
|
|
\
\
\
|
|
*
|
|
Fix boolean column migration script
yuuji.yaginuma
2017-07-13
2
-2
/
+2
|
|
|
/
/
|
*
/
/
Remove useless `aliased_table_name` in `JoinDependency`
Ryuta Kamizono
2017-07-15
4
-18
/
+1
|
|
/
/
*
/
/
Bugfix: unscope(where: [columns]) would not remove the correct binds sometimes
Maxime Lapointe
2017-07-13
1
-1
/
+2
|
/
/
*
|
Merge pull request #29699 from lugray/represent_boolean_as_integer
Matthew Draper
2017-07-12
4
-4
/
+62
|
\
\
|
*
|
Change sqlite3 boolean serialization to use 1 and 0
Lisa Ugray
2017-07-11
4
-4
/
+62
*
|
|
[Action Record] `rubocop -a --only Layout/EmptyLineAfterMagicComment`
Koichi ITO
2017-07-11
3
-0
/
+3
|
/
/
*
|
* Don't eagerly require Rails' minitest plugin.
Kasper Timm Hansen
2017-07-10
1
-1
/
+1
*
|
Merge pull request #29655 from kirs/frozen-friendly-ap-ar
Matthew Draper
2017-07-10
1
-1
/
+2
|
\
\
|
*
|
Prepare AP and AR to be frozen string friendly
Kir Shatrov
2017-07-06
1
-1
/
+2
*
|
|
Merge pull request #29715 from reverbdotcom/ptd/fix-invalid-uuids
Matthew Draper
2017-07-09
1
-1
/
+1
|
\
\
\
|
*
|
|
Don't allow uuids with orphan curly braces
pdebelak
2017-07-07
1
-1
/
+1
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #28867 from eugeneius/skip_query_cache_in_batches
Matthew Draper
2017-07-09
5
-19
/
+37
|
\
\
\
|
*
|
|
Skip query cache for in_batches and friends
Eugene Kenny
2017-07-06
5
-19
/
+37
*
|
|
|
Merge pull request #29692 from fimmtiu/avoid-translating-non-database-exceptions
Matthew Draper
2017-07-09
1
-2
/
+4
|
\
\
\
\
|
*
|
|
|
Don't translate non-database exceptions.
Dennis Taylor
2017-07-05
1
-2
/
+4
|
|
/
/
/
*
|
|
|
Merge pull request #29495 from eugeneius/_write_attribute
Matthew Draper
2017-07-09
6
-13
/
+19
|
\
\
\
\
|
*
|
|
|
Rename raw_write_attribute to write_attribute_without_type_cast
Eugene Kenny
2017-07-07
3
-8
/
+8
|
*
|
|
|
Improve the performance of writing attributes
Eugene Kenny
2017-06-18
4
-8
/
+14
*
|
|
|
|
Merge pull request #29706 from kamipo/use_information_schema_to_extract_expre...
Matthew Draper
2017-07-09
1
-1
/
+1
|
\
\
\
\
\
|
*
|
|
|
|
Use `information_schema` to extract `generation_expression` for MariaDB
Ryuta Kamizono
2017-07-07
1
-1
/
+1
|
|
|
_
|
/
/
|
|
/
|
|
|
*
/
|
|
|
Fix default `CURRENT_TIMESTAMP` in schema dumping for MariaDB 10.2
Ryuta Kamizono
2017-07-07
1
-2
/
+2
|
/
/
/
/
*
|
/
/
Fix extracting MariaDB version
Ryuta Kamizono
2017-07-07
1
-2
/
+6
|
|
/
/
|
/
|
|
*
|
|
Merge pull request #29413 from kamipo/fix_association_with_scope_including_joins
Rafael França
2017-07-04
5
-70
/
+46
|
\
\
\
|
*
|
|
Fix eager loading association with scope including joins
Ryuta Kamizono
2017-07-04
2
-11
/
+21
|
*
|
|
Fix preloading association with scope including joins
Ryuta Kamizono
2017-07-04
3
-49
/
+25
|
*
|
|
Remove unused `association_key` and `table` methods in `Preloader::Association`
Ryuta Kamizono
2017-07-04
1
-10
/
+0
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #29667 from kamipo/add_missing_attr_name_to_s
Rafael França
2017-07-04
1
-2
/
+3
|
\
\
\
|
*
|
|
Add missing `attr_name.to_s` in `AttributeMutationTracker`
Ryuta Kamizono
2017-07-04
1
-2
/
+3
|
|
/
/
*
|
|
Merge pull request #29653 from kamipo/fix_test_copying_migrations_preserving_...
Rafael França
2017-07-04
1
-4
/
+6
|
\
\
\
|
*
|
|
Fix `test_copying_migrations_preserving_magic_comments`
Ryuta Kamizono
2017-07-02
1
-4
/
+6
*
|
|
|
Remove database specific JSON types
Ryuta Kamizono
2017-07-05
3
-14
/
+0
|
|
/
/
|
/
|
|
*
|
|
Merge branch 'master' into require_relative_2017
Xavier Noria
2017-07-02
25
-98
/
+154
|
\
\
\
|
*
|
|
Fix removed version 5.2 to 6.0 in the deprecation message
Ryuta Kamizono
2017-07-02
1
-1
/
+1
[prev]
[next]