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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add missing autoload `Type` (#31123)
Ryuta Kamizono
2017-11-11
19
-17
/
+2
*
Relation merging should keep joining order
Ryuta Kamizono
2017-11-11
2
-10
/
+17
*
Add missing require "active_support/core_ext/hash/indifferent_access"
Ryuta Kamizono
2017-11-10
1
-0
/
+2
*
Fix random CI failure due to non-deterministic sorting order
Ryuta Kamizono
2017-11-10
1
-1
/
+1
*
Consolidate duplicated `to_ary`/`to_a` definitions in `Relation` and `Collect...
Ryuta Kamizono
2017-11-10
3
-6
/
+9
*
Ensure `apply_join_dependency` for subqueries in `from` and `where`
Ryuta Kamizono
2017-11-10
3
-0
/
+19
*
:scissors:
Ryuta Kamizono
2017-11-10
1
-2
/
+2
*
Adjust blank lines
Ryuta Kamizono
2017-11-10
4
-4
/
+5
*
Merge pull request #31065 from bogdan/cleanup-cache-key
Andrew White
2017-11-10
1
-26
/
+11
|
\
|
*
Remove code duplication in ActiveSupport::Cache
Bogdan Gusiev
2017-11-09
1
-26
/
+11
*
|
Merge pull request #31119 from y-yagi/add_missing_requires
Ryuta Kamizono
2017-11-10
1
-0
/
+1
|
\
\
|
*
|
Add missing requires
yuuji.yaginuma
2017-11-10
1
-0
/
+1
|
/
/
*
|
Remove useless preloader classes
Ryuta Kamizono
2017-11-10
10
-104
/
+15
*
|
Merge pull request #31118 from aycabta/fix-rdoc-url
Akira Matsuda
2017-11-10
2
-4
/
+4
|
\
\
|
*
|
Use new Rake URL of Ruby core [ci skip]
aycabta
2017-11-10
1
-1
/
+1
|
*
|
Use new RDoc URL of Ruby core [ci skip]
aycabta
2017-11-10
1
-3
/
+3
|
/
/
*
|
Merge pull request #31114 from y-yagi/fix_ruby_warnings_in_active_model
Ryuta Kamizono
2017-11-10
2
-3
/
+3
|
\
\
|
*
|
Fix "warning: assigned but unused variable - name"
yuuji.yaginuma
2017-11-10
1
-1
/
+1
|
*
|
Fix "warning: instance variable @attributes not initialized"
yuuji.yaginuma
2017-11-10
1
-2
/
+2
*
|
|
Merge pull request #31113 from y-yagi/use_e_option_to_specify_environment_in_...
Ryuta Kamizono
2017-11-10
2
-2
/
+2
|
\
\
\
|
*
|
|
Use `-e` option to specify the environment in console command [ci skip]
yuuji.yaginuma
2017-11-10
2
-2
/
+2
|
|
/
/
*
|
|
Merge pull request #31115 from y-yagi/add_missing_requires
Ryuta Kamizono
2017-11-10
2
-0
/
+4
|
\
\
\
|
*
|
|
Add missing requires
yuuji.yaginuma
2017-11-10
2
-0
/
+4
|
|
/
/
*
|
|
Merge pull request #31116 from y-yagi/remove_unused_require
Ryuta Kamizono
2017-11-10
1
-1
/
+0
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Remove unused require
yuuji.yaginuma
2017-11-10
1
-1
/
+0
|
/
/
*
|
Merge pull request #31111 from koic/bump_rubocop_to_0_51_0
Guillermo Iguaran
2017-11-09
4
-4
/
+4
|
\
\
|
*
|
Bump RuboCop to 0.51.0
Koichi ITO
2017-11-10
4
-4
/
+4
|
/
/
*
|
Merge pull request #31027 from PHedkvist/inflector_test_type
Rafael França
2017-11-09
2
-2
/
+2
|
\
\
|
*
|
Fixed typo in test for activesupport parameterize
Pierre Hedkvist
2017-11-01
2
-2
/
+2
*
|
|
Merge pull request #30414 from bogdanvlviv/clear-mysql_database_tasks
Rafael França
2017-11-09
3
-139
/
+5
|
\
\
\
|
*
|
|
Simplify implementation of `MySQLDatabaseTasks`
bogdanvlviv
2017-10-30
3
-135
/
+3
|
*
|
|
Raise error if unsupported charset for mysql
bogdanvlviv
2017-10-30
2
-7
/
+5
*
|
|
|
Merge pull request #25346 from bogdan/correct-tags-count-in-fixtures
Rafael França
2017-11-09
5
-11
/
+20
|
\
\
\
\
|
*
|
|
|
Set counter caches to correct values in fixtures
Bogdan Gusiev
2017-11-08
5
-11
/
+20
*
|
|
|
|
Merge pull request #30985 from lugray/attribute_set_in_am
Rafael França
2017-11-09
22
-236
/
+225
|
\
\
\
\
\
|
*
|
|
|
|
Move Attribute and AttributeSet to ActiveModel
Lisa Ugray
2017-11-09
22
-236
/
+225
|
/
/
/
/
/
*
|
|
|
|
Merge pull request #31088 from neumayr/am-helper-missing-field_with_errors
Rafael França
2017-11-09
4
-3
/
+104
|
\
\
\
\
\
|
*
|
|
|
|
Fix field_error_proc wrap form select optgroup and divider option tag
neumayr
2017-11-09
4
-3
/
+104
*
|
|
|
|
|
Merge pull request #31099 from nobu/patch-1
Rafael Mendonça França
2017-11-09
1
-1
/
+1
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Use `Dir.mktmpdir`
Nobuyoshi Nakada
2017-11-09
1
-1
/
+1
|
*
|
|
|
|
|
Use `Tempfile.create`
Nobuyoshi Nakada
2017-11-09
1
-1
/
+1
*
|
|
|
|
|
|
Merge pull request #31081 from rails/allow-include-time-with-zone-range
Andrew White
2017-11-09
5
-4
/
+46
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
Allow `Range#include?` on TWZ ranges
Andrew White
2017-11-08
5
-4
/
+46
|
|
|
_
|
/
/
/
/
|
|
/
|
|
|
|
|
*
|
|
|
|
|
|
Merge pull request #31102 from y-yagi/do_not_show_credentials_in_generators_help
Eileen M. Uchitelle
2017-11-09
2
-1
/
+3
|
\
\
\
\
\
\
\
|
|
_
|
/
/
/
/
/
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
Do not show credentials in generators help
yuuji.yaginuma
2017-11-09
2
-1
/
+3
|
/
/
/
/
/
/
*
|
|
|
|
|
Should pass `test_no_locks_no_wait` not only on `PostgreSQLAdapter` and `Orac...
Ryuta Kamizono
2017-11-09
1
-8
/
+5
*
|
|
|
|
|
Merge pull request #31077 from gsamokovarov/assert-changes-nil
Rafael França
2017-11-09
2
-9
/
+5
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Use plain assert in assert_changes to avoid MT6 refutes
Genadi Samokovarov
2017-11-07
2
-9
/
+5
*
|
|
|
|
|
|
Merge pull request #31078 from aeroastro/feature/fix-typo
Rafael França
2017-11-09
1
-2
/
+2
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
Fix typo on ActionDispatc::HTTP::FilterParameters
Takumasa Ochi
2017-11-07
1
-2
/
+2
[next]