aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Revert "Merge pull request #27550 from mtsmfm/fix-generator-command-for-neste...Rafael Mendonça França2017-01-039-29/+9
* Merge pull request #27550 from mtsmfm/fix-generator-command-for-nested-rails-...Rafael França2017-01-039-9/+29
|\
| * Fix generator command for nested (namespaced) rails engineFumiaki MATSUSHIMA2017-01-039-9/+29
* | Merge pull request #27562 from maclover7/jm-as-rm-requireRafael Mendonça França2017-01-031-3/+0
|\ \
| * | Remove unnecessary require statementsJon Moss2017-01-031-3/+0
* | | Remove deprecated ActionController::Metal.callRafael Mendonça França2017-01-033-17/+11
* | | List full class nameJon Moss2017-01-031-1/+1
* | | Remove deprecated Metal#envRafael Mendonça França2017-01-032-5/+4
* | | Remove unneeded Deprecation.silenceRafael Mendonça França2017-01-031-3/+1
* | | Merge pull request #27563 from kamipo/fix_typoRafael França2017-01-032-3/+3
|\ \ \
| * | | Fix typo s/permited/permitted/Ryuta Kamizono2017-01-042-3/+3
* | | | Remove test to the db:test:cloneRafael Mendonça França2017-01-031-10/+0
* | | | Remove deprecated CONTROLLER environment variable for routes taskRafael Mendonça França2017-01-033-49/+29
* | | | Remove deprecated tasks in railtiesRafael Mendonça França2017-01-032-12/+5
* | | | Remove deprecated file `rails/rack/debuggerRafael Mendonça França2017-01-032-3/+4
* | | | Remove deprecated config.serve_static_filesRafael Mendonça França2017-01-033-29/+4
* | | | Remove deprecated `config.static_cache_control`Rafael Mendonça França2017-01-034-24/+6
* | | | Merge pull request #21233 from mtsmfm/disable-referential-integrity-without-s...Rafael França2017-01-0325-114/+207
|\ \ \ \ | |/ / / |/| | |
| * | | Use `SET CONSTRAINTS` for `disable_referential_integrity` without superuser p...Fumiaki MATSUSHIMA2016-12-0325-114/+207
* | | | Merge pull request #25522 from kamipo/fix_select_rows_method_signature_for_co...Rafael França2017-01-033-20/+24
|\ \ \ \
| * | | | Fix `select_rows` method signature for consistencyRyuta Kamizono2017-01-043-20/+24
| | |/ / | |/| |
* | | | Remove unneeded requires at active recordRafael Mendonça França2017-01-033-5/+0
* | | | Merge pull request #25626 from maclover7/jm-standardize-ac-readmeRafael França2017-01-031-0/+9
|\ \ \ \
| * | | | Standardize Action Cable README.mdJon Moss2016-07-021-0/+9
* | | | | Merge pull request #26689 from kamipo/deprecate_passing_name_to_indexesRafael Mendonça França2017-01-037-5/+29
|\ \ \ \ \
| * | | | | Deprecate passing `name` to `indexes` like `tables`Ryuta Kamizono2017-01-047-5/+29
* | | | | | Remove deprecation of using ActiveRecord::Base instance in .updateRafael Mendonça França2017-01-033-6/+5
* | | | | | Remove deprecated db:test:clone* tasksRafael Mendonça França2017-01-032-24/+4
* | | | | | Merge pull request #27560 from kamipo/fix_test_name_deprecated_to_not_permittedRafael Mendonça França2017-01-031-2/+2
|\ \ \ \ \ \
| * | | | | | Fix test name `deprecated` to `not_permitted`Ryuta Kamizono2017-01-031-2/+2
|/ / / / / /
* | | | | | Merge pull request #27559 from maclover7/jm-ar-changelog-grammarJon Moss2017-01-031-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Rephrase CHANGELOG.md entryJon Moss2017-01-031-1/+1
| | |/ / / | |/| | |
* | | | | Merge pull request #25460 from maclover7/jm-uncachedSean Griffin2017-01-031-0/+21
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Add explicit testing for `uncached` vs. `cached`Jon Moss2016-06-211-0/+21
* | | | | Generate indexed names in input even when objects are not persistedRafael Mendonça França2017-01-032-6/+17
* | | | | Merge pull request #26352 from kamipo/avoid_to_call_set_inverse_instance_twiceArthur Nogueira Neves2017-01-032-2/+2
|\ \ \ \ \
| * | | | | Avoid to call `set_inverse_instance` twice for `has_many` associationRyuta Kamizono2016-12-282-2/+2
* | | | | | Merge pull request #25927 from y-yagi/remove_needless_warning_for_hstoreSean Griffin2017-01-031-5/+0
|\ \ \ \ \ \
| * | | | | | remove needless warning for hstoreyuuji.yaginuma2016-08-151-5/+0
* | | | | | | Merge pull request #27517 from maclover7/jm-fix-27502Sean Griffin2017-01-033-0/+34
|\ \ \ \ \ \ \
| * | | | | | | Compare deserialized values for `PostgreSQL::OID::Hstore` typesJon Moss2017-01-033-0/+34
|/ / / / / / /
* | | | | | | Merge pull request #24596 from maclover7/jm-cleanup-3Kasper Timm Hansen2017-01-032-4/+10
|\ \ \ \ \ \ \
| * | | | | | | Extract variant setter to process methodJon Moss2017-01-022-4/+10
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | [ci skip] Find and record the article! 🤓Kasper Timm Hansen2017-01-031-2/+2
* | | | | | | Raise ArgumentError when a instance of ActiveRecord::Base is passed toRafael Mendonça França2017-01-034-19/+18
* | | | | | | Merge pull request #24814 from vipulnsward/24811-fix-double-tasksArthur Nogueira Neves2017-01-031-1/+0
|\ \ \ \ \ \ \
| * | | | | | | Don't list out tasks as separately that are under lib, which cause them to be...Vipul A M2016-07-091-1/+0
* | | | | | | | Merge pull request #27363 from amatsuda/refined_array_sumSean Griffin2017-01-031-2/+7
|\ \ \ \ \ \ \ \
| * | | | | | | | Refining Array#sum monkey-patch using RefinementsAkira Matsuda2016-12-151-2/+7
* | | | | | | | | Merge pull request #27548 from tylerhunt/fix-duplicate-disable-withSean Griffin2017-01-032-14/+25
|\ \ \ \ \ \ \ \ \