aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | Make automatically synchronize test schema work inside engineyuuji.yaginuma2017-10-023-1/+36
* | | | | | | | Merge pull request #30791 from felipecvo/nested-attributes-docEileen M. Uchitelle2017-11-121-0/+12
|\ \ \ \ \ \ \ \
| * | | | | | | | Add update_only example to AR nested attributes doc [ci_skip]Felipe Oliveira2017-10-031-0/+12
* | | | | | | | | Revert displaying master key generation info on `rails new`.Kasper Timm Hansen2017-11-123-23/+20
* | | | | | | | | Deprecate encrypted secrets in favor of credentials.Kasper Timm Hansen2017-11-126-167/+50
* | | | | | | | | Merge pull request #30770 from y-yagi/do_not_create_credential_in_dummy_appli...Kasper Timm Hansen2017-11-123-2/+5
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Do not create credentials in dummy applicationyuuji.yaginuma2017-10-023-2/+5
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #31131 from y-yagi/remove_unused_requiresRyuta Kamizono2017-11-121-2/+0
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Remove unused requireyuuji.yaginuma2017-11-121-2/+0
* | | | | | | | | | Raise `TransactionTimeout` when lock wait timeout exceeded for PG adapterRyuta Kamizono2017-11-114-3/+35
* | | | | | | | | | Should test actual error which is raised from the databaseRyuta Kamizono2017-11-111-1/+23
|/ / / / / / / / /
* | | | | | | | | Add missing autoload `Type` (#31123)Ryuta Kamizono2017-11-1119-17/+2
* | | | | | | | | Relation merging should keep joining orderRyuta Kamizono2017-11-112-10/+17
* | | | | | | | | Add missing require "active_support/core_ext/hash/indifferent_access"Ryuta Kamizono2017-11-101-0/+2
* | | | | | | | | Fix random CI failure due to non-deterministic sorting orderRyuta Kamizono2017-11-101-1/+1
* | | | | | | | | Consolidate duplicated `to_ary`/`to_a` definitions in `Relation` and `Collect...Ryuta Kamizono2017-11-103-6/+9
* | | | | | | | | Ensure `apply_join_dependency` for subqueries in `from` and `where`Ryuta Kamizono2017-11-103-0/+19
* | | | | | | | | :scissors:Ryuta Kamizono2017-11-101-2/+2
* | | | | | | | | Adjust blank linesRyuta Kamizono2017-11-104-4/+5
* | | | | | | | | Merge pull request #31065 from bogdan/cleanup-cache-keyAndrew White2017-11-101-26/+11
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Remove code duplication in ActiveSupport::CacheBogdan Gusiev2017-11-091-26/+11
* | | | | | | | | | Merge pull request #31119 from y-yagi/add_missing_requiresRyuta Kamizono2017-11-101-0/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Add missing requiresyuuji.yaginuma2017-11-101-0/+1
|/ / / / / / / / / /
* | | | | | | | | | Remove useless preloader classesRyuta Kamizono2017-11-1010-104/+15
* | | | | | | | | | Merge pull request #31118 from aycabta/fix-rdoc-urlAkira Matsuda2017-11-102-4/+4
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Use new Rake URL of Ruby core [ci skip]aycabta2017-11-101-1/+1
| * | | | | | | | | | Use new RDoc URL of Ruby core [ci skip]aycabta2017-11-101-3/+3
|/ / / / / / / / / /
* | | | | | | | | | Merge pull request #31114 from y-yagi/fix_ruby_warnings_in_active_modelRyuta Kamizono2017-11-102-3/+3
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Fix "warning: assigned but unused variable - name"yuuji.yaginuma2017-11-101-1/+1
| * | | | | | | | | | Fix "warning: instance variable @attributes not initialized"yuuji.yaginuma2017-11-101-2/+2
| | |_|_|_|_|/ / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #31113 from y-yagi/use_e_option_to_specify_environment_in_...Ryuta Kamizono2017-11-102-2/+2
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Use `-e` option to specify the environment in console command [ci skip]yuuji.yaginuma2017-11-102-2/+2
| |/ / / / / / / / /
* | | | | | | | | | Merge pull request #31115 from y-yagi/add_missing_requiresRyuta Kamizono2017-11-102-0/+4
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Add missing requiresyuuji.yaginuma2017-11-102-0/+4
| |/ / / / / / / / /
* | | | | | | | | | Merge pull request #31116 from y-yagi/remove_unused_requireRyuta Kamizono2017-11-101-1/+0
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Remove unused requireyuuji.yaginuma2017-11-101-1/+0
|/ / / / / / / / /
* | | | | | | | | Merge pull request #31111 from koic/bump_rubocop_to_0_51_0Guillermo Iguaran2017-11-094-4/+4
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Bump RuboCop to 0.51.0Koichi ITO2017-11-104-4/+4
|/ / / / / / / / /
* | | | | | | | | Merge pull request #31027 from PHedkvist/inflector_test_typeRafael França2017-11-092-2/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fixed typo in test for activesupport parameterizePierre Hedkvist2017-11-012-2/+2
* | | | | | | | | | Merge pull request #30414 from bogdanvlviv/clear-mysql_database_tasksRafael França2017-11-093-139/+5
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Simplify implementation of `MySQLDatabaseTasks`bogdanvlviv2017-10-303-135/+3
| * | | | | | | | | | Raise error if unsupported charset for mysqlbogdanvlviv2017-10-302-7/+5
* | | | | | | | | | | Merge pull request #25346 from bogdan/correct-tags-count-in-fixturesRafael França2017-11-095-11/+20
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Set counter caches to correct values in fixturesBogdan Gusiev2017-11-085-11/+20
* | | | | | | | | | | | Merge pull request #30985 from lugray/attribute_set_in_amRafael França2017-11-0922-236/+225
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Move Attribute and AttributeSet to ActiveModelLisa Ugray2017-11-0922-236/+225
|/ / / / / / / / / / / /
* | | | | | | | | | | | Merge pull request #31088 from neumayr/am-helper-missing-field_with_errorsRafael França2017-11-094-3/+104
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Fix field_error_proc wrap form select optgroup and divider option tagneumayr2017-11-094-3/+104
* | | | | | | | | | | | | Merge pull request #31099 from nobu/patch-1Rafael Mendonça França2017-11-091-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \