Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | | | Merge pull request #36684 from soartec-lab/fix/update_guide_active_support_no... | Eileen M. Uchitelle | 2019-07-15 | 1 | -4/+0 | |
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | Delete mention of Ruby 1.9 [skip ci] | soartec-lab | 2019-07-15 | 1 | -4/+0 | |
| | |_|_|_|_|/ / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge pull request #36532 from itsWill/add_to_a_to_annotated_source_code | Gannon McGibbon | 2019-07-15 | 3 | -12/+29 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Empty array instead of nil for source_extract | Guilherme Mansur | 2019-07-14 | 3 | -12/+29 | |
* | | | | | | | | | | | Inline anemic log guard | David Heinemeier Hansson | 2019-07-15 | 1 | -6/+3 | |
| |/ / / / / / / / / |/| | | | | | | | | | ||||||
* | | | | | | | | | | Merge pull request #36663 from igor04/load_database_yaml_fix | Eileen M. Uchitelle | 2019-07-15 | 2 | -1/+6 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Prevent exception of loading database yaml with blank config file [closes: #3... | igor04 | 2019-07-12 | 2 | -1/+6 | |
* | | | | | | | | | | | Merge pull request #36679 from jacobbednarz/update-feature-policy-example-config | Yuji Yaginuma | 2019-07-15 | 3 | -3/+3 | |
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | Use reserved domain for example configuration | Jacob Bednarz | 2019-07-15 | 3 | -3/+3 | |
|/ / / / / / / / / / | ||||||
* | | | | | | | | | | Merge pull request #36675 from kamipo/fix_activestorage_failure | Ryuta Kamizono | 2019-07-14 | 1 | -1/+0 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Fix activestorage CI failure due to ffprove version differece | Ryuta Kamizono | 2019-07-14 | 1 | -1/+0 | |
|/ / / / / / / / / / | ||||||
* | | | | | | | | | | Merge pull request #36658 from Shopify/duplicable-changes | Ryuta Kamizono | 2019-07-14 | 2 | -118/+8 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Implement UnboundMethod#duplicable? | Jean Boussier | 2019-07-12 | 2 | -2/+11 | |
| * | | | | | | | | | | Remove dead code in duplicable.rb | Jean Boussier | 2019-07-11 | 1 | -120/+1 | |
* | | | | | | | | | | | Update guide for render file: | John Hawthorn | 2019-07-13 | 1 | -19/+17 | |
* | | | | | | | | | | | Remove obsolete or discouraged render examples | John Hawthorn | 2019-07-13 | 1 | -9/+1 | |
| |_|_|_|/ / / / / / |/| | | | | | | | | | ||||||
* | | | | | | | | | | let the upgrading guide point to the autoloading guide for STIs [skip ci] | Xavier Noria | 2019-07-13 | 1 | -14/+1 | |
* | | | | | | | | | | simplifies Zeitwerk compat instructions in upgrading guide [skip ci] | Xavier Noria | 2019-07-12 | 1 | -35/+5 | |
* | | | | | | | | | | improves zeitwerk:check | Xavier Noria | 2019-07-12 | 1 | -73/+25 | |
| |_|/ / / / / / / |/| | | | | | | | | ||||||
* | | | | | | | | | ports edits to the upgrading guide [skip ci] | Xavier Noria | 2019-07-12 | 1 | -0/+23 | |
* | | | | | | | | | make sure zeitwerk:check only deals with directories [closes #36461] | Xavier Noria | 2019-07-12 | 1 | -4/+5 | |
* | | | | | | | | | active_support/deprecation has to be already required via active_support/rail... | Akira Matsuda | 2019-07-12 | 9 | -12/+0 | |
* | | | | | | | | | active_support/deprecation is not in use here | Akira Matsuda | 2019-07-12 | 2 | -2/+0 | |
* | | | | | | | | | active_support/rails has to be required via abstract_controller.rb | Akira Matsuda | 2019-07-12 | 1 | -1/+0 | |
* | | | | | | | | | A type class or nil has to respond_to :to_s | Akira Matsuda | 2019-07-12 | 1 | -2/+1 | |
* | | | | | | | | | No Woman, No try | Akira Matsuda | 2019-07-12 | 3 | -3/+0 | |
* | | | | | | | | | try (Just a Little Bit Harder) | Akira Matsuda | 2019-07-12 | 1 | -2/+1 | |
* | | | | | | | | | 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 | |
| |/ / / / / / / |/| | | | | | | |