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
*
active_support/dependencies/autoload is already required via active_support.rb
Akira Matsuda
2019-07-12
4
-7
/
+0
*
Make sure to require active_support.rb before requiring active_support/rails.rb
Akira Matsuda
2019-07-12
1
-0
/
+1
*
These are already required via rails/command.rb
Akira Matsuda
2019-07-12
1
-2
/
+0
*
minor edit [skip ci]
Xavier Noria
2019-07-11
1
-1
/
+1
*
completes first version of the new autoloading guide [skip ci]
Xavier Noria
2019-07-11
1
-14
/
+78
*
Improve changelog entry, remove extraneous word [ci skip]
Carlos Antonio da Silva
2019-07-11
1
-2
/
+2
*
Do not use hard tabs in CHANGELOGs [ci skip]
Ryuta Kamizono
2019-07-11
1
-6
/
+6
*
Merge pull request #36647 from giraffate/fix_exists_with_distinct_and_offset_...
Ryuta Kamizono
2019-07-11
2
-1
/
+6
|
\
|
*
Fix `relation.exists?` with giving `distinct`, `offset` and `order` for joine...
Takayuki Nakata
2019-07-10
2
-1
/
+6
*
|
Merge pull request #36653 from y-yagi/check_error_number_instead_of_message
Yuji Yaginuma
2019-07-11
2
-2
/
+6
|
\
\
|
*
|
MySQL: Check error number instead of a message
yuuji.yaginuma
2019-07-11
2
-2
/
+6
|
|
/
*
|
Adds support for configuring HTTP Feature Policy (#33439)
Jacob Bednarz
2019-07-10
14
-1
/
+608
*
|
Merge pull request #36645 from Shopify/arel-dispatch-cache
Ryuta Kamizono
2019-07-11
1
-1
/
+1
|
\
\
|
*
|
Share the Arel dispatch cache between connections
Jean Boussier
2019-07-10
1
-1
/
+1
*
|
|
Merge pull request #36637 from Shopify/share-quote-cache
Ryuta Kamizono
2019-07-11
4
-7
/
+14
|
\
\
\
|
*
|
|
Share the column and table name quote cache between connections
Jean Boussier
2019-07-09
4
-7
/
+14
|
|
/
/
*
|
|
Merge pull request #36618 from engwan/fix-query-cache-with-shared-ar-connection
Eileen M. Uchitelle
2019-07-10
3
-5
/
+26
|
\
\
\
|
*
|
|
Fix query cache when using shared connections
Heinrich Lee Yu
2019-07-08
3
-5
/
+26
*
|
|
|
fixes link [skip ci]
Xavier Noria
2019-07-10
1
-1
/
+1
*
|
|
|
fixes link [skip ci]
Xavier Noria
2019-07-10
1
-1
/
+1
|
|
_
|
/
|
/
|
|
*
|
|
updates the guides table of contents [skip ci]
Xavier Noria
2019-07-09
1
-2
/
+6
*
|
|
renames and revises the autoloading guide for classic mode [skip ci]
Xavier Noria
2019-07-09
1
-0
/
+1351
*
|
|
autoloading guide revamped for Zeitwerk mode [skip ci]
Xavier Noria
2019-07-09
1
-1254
/
+108
|
|
/
|
/
|
*
|
Merge pull request #36612 from y-yagi/make_setup_works_when_using_with_locale...
Yuji Yaginuma
2019-07-09
1
-1
/
+1
|
\
\
|
*
|
Make "bin/setup" works when using PostgreSQL with locales other than en locale
yuuji.yaginuma
2019-07-07
1
-1
/
+1
*
|
|
Merge pull request #36624 from ultrawebmarketing/patch-1
Ryuta Kamizono
2019-07-09
1
-2
/
+2
|
\
\
\
|
*
|
|
update example url for add_source
ultrawebmarketing
2019-07-08
1
-2
/
+2
*
|
|
|
Merge pull request #36627 from robertomiranda/patch-4
Ryuta Kamizono
2019-07-09
1
-1
/
+1
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Fix indentation 💇♀️
Roberto Miranda
2019-07-08
1
-1
/
+1
|
/
/
/
*
|
|
Merge pull request #36471 from itsWill/add_database_exist_method
Guillermo Iguaran
2019-07-08
8
-0
/
+71
|
\
\
\
|
*
\
\
Merge branch 'master' into add_database_exist_method
Guillermo Iguaran
2019-07-08
92
-221
/
+795
|
|
\
\
\
|
|
/
/
/
|
/
|
|
|
*
|
|
|
Merge pull request #36617 from wjessop/fix_database_url_trampling_other_env_c...
Eileen M. Uchitelle
2019-07-08
2
-5
/
+24
|
\
\
\
\
|
*
|
|
|
When DATABASE_URL is specified don't trample envs that use a url: key
Will Jessop
2019-07-08
2
-5
/
+24
|
/
/
/
/
*
|
|
|
Merge pull request #36616 from kamipo/dont_use_alias_for_grouped_field
Ryuta Kamizono
2019-07-08
2
-1
/
+8
|
\
\
\
\
|
*
|
|
|
Do not use aliases in GROUP BY clause
Ryuta Kamizono
2019-07-08
2
-1
/
+8
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Implement ActiveStorage::Blob#attachable_plain_text_representation
George Claghorn
2019-07-07
2
-0
/
+9
|
|
_
|
/
|
/
|
|
*
|
|
Should `Regexp.escape` quoted table name in regex
Ryuta Kamizono
2019-07-08
7
-115
/
+51
|
/
/
*
|
Merge pull request #36443 from jhawthorn/as_parallelization_process_name
John Hawthorn
2019-07-06
1
-0
/
+11
|
\
\
|
*
|
Set process name of parallelized test workers
John Hawthorn
2019-06-07
1
-0
/
+11
*
|
|
Merge pull request #36602 from jhawthorn/system_testing_preload_2
John Hawthorn
2019-07-06
3
-4
/
+14
|
\
\
\
|
*
|
|
Bump minimum selenium-webdriver version
John Hawthorn
2019-07-04
2
-2
/
+2
|
*
|
|
Fix Browser#preload for older Selenium
John Hawthorn
2019-07-04
1
-2
/
+12
*
|
|
|
Merge pull request #36604 from kamipo/fix_schema_dumping_enum
Ryuta Kamizono
2019-07-07
6
-7
/
+55
|
\
\
\
\
|
*
|
|
|
MySQL: Fix schema dumping `enum` and `set` columns correctly
Ryuta Kamizono
2019-07-05
6
-7
/
+55
|
|
/
/
/
*
|
|
|
Merge pull request #36605 from jmondo/patch-3
Ryuta Kamizono
2019-07-06
1
-1
/
+1
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Update docs on dirty.rb
John Gesimondo
2019-07-05
1
-1
/
+1
|
/
/
/
*
|
|
Merge pull request #36592 from jhawthorn/system_testing_preload
John Hawthorn
2019-07-04
4
-0
/
+29
|
\
\
\
|
*
|
|
Preload browser driver_path for system testing
John Hawthorn
2019-07-03
4
-0
/
+29
*
|
|
|
Fix a typo by removing extra article [ci skip]
jacobherrington
2019-07-04
1
-1
/
+1
*
|
|
|
Merge pull request #36594 from jacobherrington/doc/rephrase-ski-ci-instructions
Prem Sichanugrist
2019-07-04
1
-1
/
+1
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
[next]