Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | Reword according to feedback | Tomer Brisker | 2016-09-15 | 1 | -8/+7 | |
| * | | | | | Clarify that mattr_* creates public methods | Tomer Brisker | 2016-09-13 | 1 | -0/+6 | |
* | | | | | | Merge pull request #27549 from mpugach/consider_params_in_current_page | Rafael França | 2017-01-04 | 3 | -2/+20 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Add `check_parameters` option to `current_page?` | Maksym Pugach | 2017-01-04 | 3 | -2/+20 | |
* | | | | | | | Merge pull request #27578 from kenta-s/fix-typo-in-asset_pipeline_md | Jon Moss | 2017-01-04 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Fix typo in asset_pipeline.md [ci skip] | kenta-s | 2017-01-05 | 1 | -2/+2 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #27575 from yahonda/diag_like_26370 | Rafael França | 2017-01-04 | 2 | -2/+2 | |
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | | ||||||
| * | | | | | | Require "models/post" before "models/comment" | Yasuo Honda | 2017-01-04 | 2 | -2/+2 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #27446 from zachahn/asset-hash-md5-to-sha256 | Rafael França | 2017-01-04 | 1 | -22/+24 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Update asset fingerprinting information | Zach Ahn | 2016-12-23 | 1 | -22/+24 | |
* | | | | | | | String#end_with? should be faster than Regexp here | Akira Matsuda | 2017-01-05 | 1 | -1/+1 | |
* | | | | | | | There's no such module | Akira Matsuda | 2017-01-05 | 2 | -8/+8 | |
* | | | | | | | No need to :doc: a public method | Akira Matsuda | 2017-01-05 | 1 | -1/+1 | |
* | | | | | | | Merge pull request #27485 from cih/hmt-warning | Andrew White | 2017-01-04 | 5 | -0/+38 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Raise error when has_many through is defined before through association | Chris Holmes | 2017-01-04 | 5 | -0/+38 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #27552 from jarijokinen/fix-default-locale-code-example | Andrew White | 2017-01-04 | 1 | -5/+10 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Add instructions for available_locales [skip ci] | Jari Jokinen | 2017-01-04 | 1 | -5/+10 | |
| | |/ / / / / | |/| | | | | | ||||||
* | | | | | | | Merge pull request #27399 from sinogermany/rails-env-for-empty-string-env-vars | Rafael Mendonça França | 2017-01-03 | 3 | -1/+18 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Rails.env falls back to dev mode when env var is empty | Daniel Deng | 2017-01-04 | 3 | -1/+18 | |
* | | | | | | | | Merge pull request #27564 from kamipo/fix_find_by_active_record_base_object-2 | Rafael França | 2017-01-03 | 2 | -3/+8 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Fix `find_by` and `where` consistency | Ryuta Kamizono | 2017-01-04 | 2 | -3/+8 | |
* | | | | | | | | | Fix configuration test now that Metal#env was removed | Rafael Mendonça França | 2017-01-03 | 1 | -1/+1 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Revert "Merge pull request #21233 from mtsmfm/disable-referential-integrity-w... | Rafael Mendonça França | 2017-01-03 | 25 | -207/+114 | |
* | | | | | | | | Revert "Merge pull request #27550 from mtsmfm/fix-generator-command-for-neste... | Rafael Mendonça França | 2017-01-03 | 9 | -29/+9 | |
* | | | | | | | | Merge pull request #27550 from mtsmfm/fix-generator-command-for-nested-rails-... | Rafael França | 2017-01-03 | 9 | -9/+29 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Fix generator command for nested (namespaced) rails engine | Fumiaki MATSUSHIMA | 2017-01-03 | 9 | -9/+29 | |
| | |/ / / / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge pull request #27562 from maclover7/jm-as-rm-require | Rafael Mendonça França | 2017-01-03 | 1 | -3/+0 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Remove unnecessary require statements | Jon Moss | 2017-01-03 | 1 | -3/+0 | |
* | | | | | | | | | Remove deprecated ActionController::Metal.call | Rafael Mendonça França | 2017-01-03 | 3 | -17/+11 | |
* | | | | | | | | | List full class name | Jon Moss | 2017-01-03 | 1 | -1/+1 | |
* | | | | | | | | | Remove deprecated Metal#env | Rafael Mendonça França | 2017-01-03 | 2 | -5/+4 | |
* | | | | | | | | | Remove unneeded Deprecation.silence | Rafael Mendonça França | 2017-01-03 | 1 | -3/+1 | |
* | | | | | | | | | Merge pull request #27563 from kamipo/fix_typo | Rafael França | 2017-01-03 | 2 | -3/+3 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Fix typo s/permited/permitted/ | Ryuta Kamizono | 2017-01-04 | 2 | -3/+3 | |
* | | | | | | | | | | Remove test to the db:test:clone | Rafael Mendonça França | 2017-01-03 | 1 | -10/+0 | |
* | | | | | | | | | | Remove deprecated CONTROLLER environment variable for routes task | Rafael Mendonça França | 2017-01-03 | 3 | -49/+29 | |
* | | | | | | | | | | Remove deprecated tasks in railties | Rafael Mendonça França | 2017-01-03 | 2 | -12/+5 | |
* | | | | | | | | | | Remove deprecated file `rails/rack/debugger | Rafael Mendonça França | 2017-01-03 | 2 | -3/+4 | |
* | | | | | | | | | | Remove deprecated config.serve_static_files | Rafael Mendonça França | 2017-01-03 | 3 | -29/+4 | |
* | | | | | | | | | | Remove deprecated `config.static_cache_control` | Rafael Mendonça França | 2017-01-03 | 4 | -24/+6 | |
* | | | | | | | | | | Merge pull request #21233 from mtsmfm/disable-referential-integrity-without-s... | Rafael França | 2017-01-03 | 25 | -114/+207 | |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | Use `SET CONSTRAINTS` for `disable_referential_integrity` without superuser p... | Fumiaki MATSUSHIMA | 2016-12-03 | 25 | -114/+207 | |
* | | | | | | | | | | Merge pull request #25522 from kamipo/fix_select_rows_method_signature_for_co... | Rafael França | 2017-01-03 | 3 | -20/+24 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Fix `select_rows` method signature for consistency | Ryuta Kamizono | 2017-01-04 | 3 | -20/+24 | |
| | |/ / / / / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Remove unneeded requires at active record | Rafael Mendonça França | 2017-01-03 | 3 | -5/+0 | |
* | | | | | | | | | | Merge pull request #25626 from maclover7/jm-standardize-ac-readme | Rafael França | 2017-01-03 | 1 | -0/+9 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Standardize Action Cable README.md | Jon Moss | 2016-07-02 | 1 | -0/+9 | |
* | | | | | | | | | | | Merge pull request #26689 from kamipo/deprecate_passing_name_to_indexes | Rafael Mendonça França | 2017-01-03 | 7 | -5/+29 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Deprecate passing `name` to `indexes` like `tables` | Ryuta Kamizono | 2017-01-04 | 7 | -5/+29 | |
* | | | | | | | | | | | | Remove deprecation of using ActiveRecord::Base instance in .update | Rafael Mendonça França | 2017-01-03 | 3 | -6/+5 |