Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | Remove redundant begin block | Ryuta Kamizono | 2019-04-04 | 1 | -10/+9 | |
* | | | | | Don't drop internal metadata tables | Ryuta Kamizono | 2019-04-04 | 1 | -4/+2 | |
* | | | | | Merge pull request #30666 from urkle/fix-actionview-fixtureresolver | Rafael França | 2019-04-03 | 5 | -2/+60 | |
|\ \ \ \ \ | ||||||
| * | | | | | add documentation about variants | Edward Rudd | 2019-04-03 | 2 | -0/+44 | |
| * | | | | | Fix checking for template variants when using the ActionView::FixtureResolver | Edward Rudd | 2019-04-03 | 3 | -2/+16 | |
|/ / / / / | ||||||
* | | | | | Ensure `reset_table_name` when table name prefix/suffix is changed | Ryuta Kamizono | 2019-04-04 | 4 | -17/+15 | |
* | | | | | Merge pull request #35842 from Shopify/deduplicate-routing-strings | Rafael França | 2019-04-03 | 3 | -6/+10 | |
|\ \ \ \ \ | ||||||
| * | | | | | Deduplicate strings held by the router | Jean Boussier | 2019-04-03 | 3 | -6/+10 | |
* | | | | | | Clear query cache when truncate table(s) | Ryuta Kamizono | 2019-04-04 | 2 | -9/+38 | |
* | | | | | | Fix fragile tests | Ryuta Kamizono | 2019-04-04 | 1 | -2/+4 | |
* | | | | | | Respect table name prefix/suffix for `truncate_all` | Ryuta Kamizono | 2019-04-04 | 5 | -5/+67 | |
* | | | | | | Merge pull request #35844 from kamipo/fix_fixture_loading_performance_regression | Ryuta Kamizono | 2019-04-04 | 7 | -10/+9 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Use `execute_batch2` rather than `execute_batch` to fix performance regressio... | Ryuta Kamizono | 2019-04-04 | 7 | -10/+9 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #35825 from jhawthorn/always_filter_view_paths | Eileen M. Uchitelle | 2019-04-03 | 9 | -44/+42 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Always reject files external to app | John Hawthorn | 2019-04-03 | 9 | -44/+42 | |
* | | | | | | | Merge pull request #35843 from eregon/fix-gem-listen-in-gemfile-master | Eileen M. Uchitelle | 2019-04-03 | 1 | -0/+16 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Add test that the listen gem is included when RUBY_ENGINE is not 'ruby' | Benoit Daloze | 2019-04-03 | 1 | -0/+16 | |
| | |/ / / / / | |/| | | | | | ||||||
* | | | | | | | [skip ci] Add examples for has_{one,many} :through :source and :source_type (... | Tim Wade | 2019-04-03 | 1 | -0/+29 | |
* | | | | | | | Merge pull request #35795 from alimi/cache-database-version | Eileen M. Uchitelle | 2019-04-03 | 18 | -67/+106 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | Cache database version in schema cache | Ali Ibrahim | 2019-04-03 | 18 | -67/+106 | |
| |/ / / / / | ||||||
* | | | | | | [ci skip] Touch up `db:prepare` changelog entry | Kasper Timm Hansen | 2019-04-03 | 1 | -1/+3 | |
* | | | | | | Merge pull request #35841 from robertomiranda/r/rake-db-prepare-changelog | Ryuta Kamizono | 2019-04-03 | 1 | -0/+4 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Add rake db:prepare entry to the CHANGELOG.md | Roberto Miranda | 2019-04-03 | 1 | -0/+4 | |
|/ / / / / / | ||||||
* | | | | | | Don't normalize `original_app_name` | Ryuta Kamizono | 2019-04-03 | 1 | -2/+2 | |
* | | | | | | `bytes_margin` is only needed when `previous_packet` exists | Ryuta Kamizono | 2019-04-03 | 1 | -5/+2 | |
* | | | | | | Merge pull request #35840 from abhaynikam/24405-update-honor-shallow-false-op... | Ryuta Kamizono | 2019-04-03 | 1 | -1/+1 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | [ci skip] Doc for shallow: false options should use <tt> for better readabili... | Abhay Nikam | 2019-04-03 | 1 | -1/+1 | |
* | | | | | | | Don't assign to `@changed_attributes` in `becomes` | Ryuta Kamizono | 2019-04-03 | 1 | -1/+0 | |
|/ / / / / / | ||||||
* | | | | | | Use official database name [ci skip] | Ryuta Kamizono | 2019-04-03 | 7 | -11/+11 | |
* | | | | | | Fix the markup for `insert_all` and `upsert_all` docs [ci skip] | Ryuta Kamizono | 2019-04-03 | 1 | -7/+7 | |
| |/ / / / |/| | | | | ||||||
* | | | | | Remove duplicated CHANGELOG entry [ci skip] | Ryuta Kamizono | 2019-04-03 | 1 | -2/+0 | |
* | | | | | Merge pull request #35833 from soartec-lab/update_guide_caching | Ryuta Kamizono | 2019-04-03 | 1 | -1/+1 | |
|\ \ \ \ \ | ||||||
| * | | | | | Fixed description of the `cache_key_with_version` method [ci skip] | soartec-lab | 2019-04-03 | 1 | -1/+1 | |
* | | | | | | Auto-correct rubocop offences | Ryuta Kamizono | 2019-04-03 | 2 | -17/+17 | |
* | | | | | | Add `after_save_commit` callback as shortcut for `after_commit :hook, on: [ :... | David Heinemeier Hansson | 2019-04-02 | 3 | -0/+24 | |
* | | | | | | Merge pull request #24405 from waits/shallow-false | Rafael França | 2019-04-02 | 2 | -1/+35 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Honor shallow: false on nested resources | Dylan Waits | 2016-04-03 | 2 | -1/+35 | |
* | | | | | | | Merge pull request #35805 from excid3/attachments-field-generators | Rafael França | 2019-04-02 | 13 | -25/+130 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Add attachment and attachments field generators | Chris Oliver | 2019-03-30 | 13 | -25/+130 | |
* | | | | | | | | Merge pull request #35771 from timoschilling/hash-speed-improvements | Rafael França | 2019-04-02 | 2 | -4/+7 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Speed improvement for HashWithIndifferentAccess#values_at | Timo Schilling | 2019-04-02 | 1 | -2/+2 | |
| * | | | | | | | | Speed improvement for HashWithIndifferentAccess#fetch_values | Timo Schilling | 2019-04-02 | 1 | -1/+1 | |
| * | | | | | | | | Speed improvement for HashWithIndifferentAccess#except | Timo Schilling | 2019-04-01 | 1 | -0/+3 | |
| * | | | | | | | | Speed improvement for Hash#except | Timo Schilling | 2019-03-29 | 1 | -1/+1 | |
* | | | | | | | | | Simplify ActionCable.createWebSocketURL and realphabetize exports (#35810) | rmacklin | 2019-04-02 | 4 | -12/+17 | |
* | | | | | | | | | Merge pull request #35768 from robertomiranda/r/rake-db-prepare | Eileen M. Uchitelle | 2019-04-02 | 3 | -0/+46 | |
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Add migration in case of db:drop assertion | Roberto Miranda | 2019-04-02 | 1 | -0/+7 | |
| * | | | | | | | | 💇 | Roberto Miranda | 2019-04-02 | 3 | -8/+5 | |
| * | | | | | | | | Add test cases for rake db:prepare | Roberto Miranda | 2019-04-02 | 3 | -6/+39 | |
| * | | | | | | | | Move db:migrate call to else block | Roberto Miranda | 2019-03-27 | 1 | -1/+2 |