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
*
Fix one more test randomly failing due to array ordering issue on PG adapter
Prathamesh Sonpatki
2017-04-26
1
-2
/
+2
*
Fix the random failure of `test_create_resets_cached_counters`
Prathamesh Sonpatki
2017-04-26
2
-2
/
+7
*
Fix random test failure of test_create_resets_cached_counters
Prathamesh Sonpatki
2017-04-26
1
-2
/
+2
*
Don't add specific id's to the readers fixtures
Prathamesh Sonpatki
2017-04-26
1
-2
/
+0
*
Add minitest-bisect as part of the gemfile
Rafael Mendonça França
2017-04-26
2
-1
/
+10
*
Release minitest lock so we can fix the order dependent tests
Rafael Mendonça França
2017-04-26
2
-5
/
+1
*
Merge pull request #28883 from yahonda/fix28797
Rafael França
2017-04-26
2
-3
/
+8
|
\
|
*
PostgreSQL 10 allows `CURRENT_DATE` and `CURRENT_TIMESTAMP` as default functions
Yasuo Honda
2017-04-26
2
-3
/
+8
*
|
Merge pull request #28848 from Edouard-chin/ec-remove-unused-method
Rafael França
2017-04-26
1
-7
/
+0
|
\
\
|
*
|
`sort_query_string_params` method is no more used
Edouard CHIN
2017-04-23
1
-7
/
+0
*
|
|
Merge pull request #28897 from rafaelfranca/fix-name-error-error-page
Aaron Patterson
2017-04-26
2
-1
/
+21
|
\
\
\
|
*
|
|
Do not try to encoding the parameters when the controller is not defined
Rafael Mendonça França
2017-04-26
2
-1
/
+21
*
|
|
|
Merge pull request #28881 from bogdanvlviv/verbose-migration
Rafael França
2017-04-26
2
-2
/
+17
|
\
\
\
\
|
*
|
|
|
Refactor DatabaseTasksMigrateTest#test_migrate_receives_correct_env_vars
bogdanvlviv
2017-04-26
1
-1
/
+16
|
*
|
|
|
Refactor AR::Tasks::DatabaseTasks::migrate
bogdanvlviv
2017-04-26
1
-1
/
+1
*
|
|
|
|
Merge pull request #28244 from ixti/improve/action-mailer-preview-params
Rafael França
2017-04-26
5
-6
/
+85
|
\
\
\
\
\
|
*
|
|
|
|
Pass request params to ActionMailer::Preview
Alexey Zapparov
2017-03-01
5
-6
/
+85
*
|
|
|
|
|
Merge pull request #28885 from kamipo/remove_useless_test_case
Rafael França
2017-04-26
2
-13
/
+0
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Remove useless test case
Ryuta Kamizono
2017-04-26
2
-13
/
+0
*
|
|
|
|
|
|
Merge pull request #28847 from Edouard-chin/current-page-checkquery-string
Rafael França
2017-04-26
2
-1
/
+19
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
Fix `current_page?` regression:
Edouard CHIN
2017-04-26
2
-1
/
+19
|
|
|
_
|
_
|
_
|
/
/
|
|
/
|
|
|
|
|
*
|
|
|
|
|
|
Merge pull request #28891 from sodabrew/patch-1
Rafael França
2017-04-26
1
-2
/
+0
|
\
\
\
\
\
\
\
|
|
_
|
_
|
_
|
_
|
/
/
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
Remove mysql2 database adapter default username root
Aaron Stone
2017-04-26
1
-2
/
+0
*
|
|
|
|
|
|
Pluralize methods
Jon Moss
2017-04-26
1
-1
/
+1
*
|
|
|
|
|
|
More release notes for Rails 5.1 [ci skip]
claudiob
2017-04-26
1
-0
/
+30
*
|
|
|
|
|
|
Merge pull request #28894 from robin850/5-1-notes-fixes
Claudio B
2017-04-26
1
-28
/
+86
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
Add some items to the release notes [ci skip]
Robin Dupret
2017-04-27
1
-0
/
+54
|
*
|
|
|
|
|
|
Some improvements in the 5.1 release notes [ci skip]
Robin Dupret
2017-04-27
1
-28
/
+32
|
/
/
/
/
/
/
/
*
/
/
/
/
/
/
Revert "Merge pull request #27636 from mtsmfm/disable-referential-integrity-w...
Rafael Mendonça França
2017-04-26
25
-185
/
+98
|
/
/
/
/
/
/
*
|
|
|
/
/
Lock connection before checking it in
Matthew Draper
2017-04-26
1
-6
/
+8
|
|
_
|
_
|
/
/
|
/
|
|
|
|
*
|
|
|
|
s/broadcasing/broadcasting/
Akira Matsuda
2017-04-27
1
-1
/
+1
|
|
/
/
/
|
/
|
|
|
*
|
|
|
Merge pull request #28839 from y-yagi/fix-yarn-exit-status
Rafael França
2017-04-25
1
-2
/
+3
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
Ensure bin/yarn matches the one generated by webpacker
yuuji.yaginuma
2017-04-23
1
-2
/
+3
*
|
|
|
Describe the changes in transactional tests
Matthew Draper
2017-04-25
1
-0
/
+31
*
|
|
|
Merge pull request #28828 from kamipo/fix_extending_modules_on_association
Rafael França
2017-04-25
3
-10
/
+25
|
\
\
\
\
|
*
|
|
|
Mixin `CollectionProxy::DelegateExtending` after `ClassSpecificRelation`
Ryuta Kamizono
2017-04-22
3
-10
/
+25
*
|
|
|
|
Merge pull request #28831 from kamipo/respond_to_missing_should_be_private
Rafael França
2017-04-25
10
-46
/
+40
|
\
\
\
\
\
|
*
|
|
|
|
`respond_to_missing?` should be private
Ryuta Kamizono
2017-04-22
10
-46
/
+40
|
|
/
/
/
/
*
|
|
|
|
Merge pull request #28880 from bogdanvlviv/fix-migrator-test
Rafael França
2017-04-25
1
-1
/
+1
|
\
\
\
\
\
|
*
|
|
|
|
Fix MigratorTest#test_migrator_verbosity
bogdanvlviv
2017-04-26
1
-1
/
+1
|
/
/
/
/
/
*
|
|
|
|
Merge pull request #28840 from rails/sane-sdoc
Rafael França
2017-04-25
2
-5
/
+5
|
\
\
\
\
\
|
*
|
|
|
|
Ask for a sane version of SDoc
Zachary Scott
2017-04-23
2
-5
/
+5
|
|
|
/
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge pull request #28853 from kamipo/replace_regexp_z
Rafael França
2017-04-25
5
-20
/
+20
|
\
\
\
\
\
|
*
|
|
|
|
Replace \Z to \z
Ryuta Kamizono
2017-04-24
5
-20
/
+20
*
|
|
|
|
|
Merge pull request #28872 from eugeneius/enumerator_size
Rafael França
2017-04-25
3
-22
/
+14
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Remove checks for Enumerator#size method
Eugene Kenny
2017-04-25
3
-22
/
+14
*
|
|
|
|
|
|
Merge pull request #28873 from aviav/typos
Vipul A M
2017-04-25
1
-2
/
+2
|
\
\
\
\
\
\
\
|
|
/
/
/
/
/
/
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
Fix typos [ci skip]
Tobias Fankhänel
2017-04-25
1
-2
/
+2
|
/
/
/
/
/
/
*
|
|
|
|
|
Add missing `action_view` section of config flag
Jon Moss
2017-04-24
1
-1
/
+1
*
|
|
|
|
|
Merge pull request #28861 from koic/unify_names_of_github
Vipul A M
2017-04-25
1
-1
/
+1
|
\
\
\
\
\
\
[next]