aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #28161 from bogdanvlviv/add_test_attributesRafael França2017-04-181-0/+11
|\
| * Add test for method `#attributes`bogdanvlviv2017-02-251-0/+11
* | Merge pull request #28790 from tjschuck/require_as_time_in_testing_time_helpersRafael França2017-04-181-0/+1
|\ \
| * | Explicitly require AS::Time in AS::Testing::TimeHelpersT.J. Schuck2017-04-181-0/+1
* | | Merge pull request #28781 from mtsmfm/sumRafael França2017-04-181-23/+45
|\ \ \
| * | | Fix Enumerable#sum redefined warningFumiaki MATSUSHIMA2017-04-181-23/+45
| |/ /
* | | Revert "Merge pull request #28788 from tjschuck/require_as_notifications_in_c...Rafael Mendonça França2017-04-181-1/+0
* | | Merge pull request #28788 from tjschuck/require_as_notifications_in_cacheAndrew White2017-04-181-0/+1
|\ \ \ | |/ / |/| |
| * | Explicitly require AS::Notifications in AS::CacheT.J. Schuck2017-04-171-0/+1
* | | Use more specific check for :format in route pathAndrew White2017-04-182-1/+20
* | | Add missing periodsJon Moss2017-04-171-2/+2
* | | Merge pull request #28782 from kmayer/kmayer-doc-to-timeJon Moss2017-04-171-0/+3
|\ \ \
| * | | Add (more) documentation to to_timeKen Mayer2017-04-171-0/+3
| |/ /
* / / Small docs fixJon Moss2017-04-171-1/+1
|/ /
* | Merge pull request #28775 from doughsay/masterAndrew White2017-04-171-1/+2
|\ \
| * | There are actually only 134 unique timezones.Chris Dosé2017-04-161-1/+1
| * | Add Puerto Rico support to ActiveSupport::TimeZoneChris Dosé2017-04-161-0/+1
* | | Merge pull request #28778 from henziger/add_missing_word_in_generators_guideKasper Timm Hansen2017-04-171-1/+1
|\ \ \
| * | | Add missing word 'to' [ci skip]Eric Henziger2017-04-171-1/+1
* | | | Merge pull request #28685 from rails/smooth-form-with-upgradingKasper Timm Hansen2017-04-177-13/+107
|\ \ \ \ | |/ / / |/| | |
| * | | Add `form_with_generates_remote_forms` config.Kasper Timm Hansen2017-04-164-5/+7
| * | | Default embed_authenticity_token_in_remote_forms to nil.Kasper Timm Hansen2017-04-164-8/+100
* | | | Fix the doc on the `IndexDefinition` [ci skip]Ryuta Kamizono2017-04-171-1/+1
* | | | Small grammar fixJon Moss2017-04-161-1/+1
* | | | Small grammar fixesJon Moss2017-04-161-2/+2
| |/ / |/| |
* | | Merge pull request #28773 from kamipo/support_descending_indexesMatthew Draper2017-04-178-71/+128
|\ \ \
| * | | Support Descending Indexes for MySQLRyuta Kamizono2017-04-164-4/+14
| * | | Refactor `indexes` things in connection adaptersRyuta Kamizono2017-04-166-67/+114
* | | | Bump the bundled GlobalID version.Kasper Timm Hansen2017-04-161-5/+5
* | | | Let run_secrets_generator handle chdir.Kasper Timm Hansen2017-04-161-3/+1
* | | | Merge pull request #28631 from y-yagi/fix_28618Kasper Timm Hansen2017-04-164-18/+31
|\ \ \ \ | |/ / / |/| | |
| * | | Use the config value directly when call `secrets`yuuji.yaginuma2017-04-164-18/+31
* | | | Revert parts of cad58fbJon Moss2017-04-151-27/+27
* | | | Merge pull request #28638 from bogdanvlviv/prepend_and_append_in_rubyKasper Timm Hansen2017-04-151-2/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | Prevent aliases Array#append and Array#prependbogdanvlviv2017-04-021-2/+2
* | | | Merge pull request #28709 from prathamesh-sonpatki/release-notes-1Kasper Timm Hansen2017-04-151-22/+72
|\ \ \ \
| * | | | Started adding release notes for Rails 5.1 [ci skip]Prathamesh Sonpatki2017-04-091-22/+72
* | | | | Merge pull request #28767 from kamipo/rename_to_association_query_valueAndrew White2017-04-153-8/+9
|\ \ \ \ \
| * | | | | Rename `association_query_handler.rb` to `association_query_value.rb`Ryuta Kamizono2017-04-153-8/+9
* | | | | | Merge pull request #28768 from kamipo/early_return_array_handlerKasper Timm Hansen2017-04-151-4/+3
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Early return in `PredicateBuilder::ArrayHandler`Ryuta Kamizono2017-04-151-4/+3
|/ / / / /
* | | | | Merge pull request #28765 from y-yagi/fix_module_name_typoRyuta Kamizono2017-04-151-10/+10
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Fix module name [ci skip]yuuji.yaginuma2017-04-151-10/+10
|/ / / /
* | | | Merge pull request #28760 from rails/fix-attributes_nameAaron Patterson2017-04-144-12/+30
|\ \ \ \
| * | | | Move around AR::Dirty and fix _attribute methodAaron Patterson2017-04-144-12/+30
|/ / / /
* | | | Merge pull request #28661 from bogdanvlviv/fix-dirty-attributes-if-override-a...Aaron Patterson2017-04-144-4/+35
|\ \ \ \
| * | | | Fix inconsistency with changed attributes when overriding AR attribute readerbogdanvlviv2017-04-124-4/+35
* | | | | Add additional options to time `change` methodsAndrew White2017-04-146-15/+83
* | | | | Merge pull request #28715 from kamipo/convert_association_queries_to_poro_que...Andrew White2017-04-144-60/+32
|\ \ \ \ \
| * | | | | `AssociationQueryValue#queries` returns an array for more concise association...Ryuta Kamizono2017-04-112-14/+7