Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | Add `ActionController::Parameters#dig` | Sean Griffin | 2016-03-09 | 3 | -0/+40 | |
* | | | | | | | | | Merge pull request #24122 from claudiob/fix-23795 | Rafael França | 2016-03-09 | 2 | -11/+26 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | AppGenerator: allow both 'rake' and 'rails' | claudiob | 2016-03-09 | 2 | -11/+26 | |
| |/ / / / / / / / | ||||||
* | | | | | | | | | Add changelog entry for #24115 [ci skip] | Rafael Mendonça França | 2016-03-09 | 1 | -0/+5 | |
* | | | | | | | | | Merge pull request #24115 from garethson/instrumentation-headers | Rafael França | 2016-03-09 | 2 | -0/+7 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Pass headers through to payload for logging. | Gareth du Plooy | 2016-03-08 | 2 | -0/+7 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #24062 from resure/redundant-escapes | Rafael França | 2016-03-08 | 4 | -4/+4 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Remove redundant regexp escapes in generators | Gadzhi Gadzhiev | 2016-03-08 | 4 | -4/+4 | |
* | | | | | | | | | Merge pull request #23666 from meinac/fix_abstract_default_scope_bug | Sean Griffin | 2016-03-08 | 5 | -1/+38 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Execute default_scope defined by abstract class within the scope of subclass | Mehmet Emin İNAÇ | 2016-03-08 | 5 | -1/+38 | |
* | | | | | | | | | | Merge pull request #24067 from jch/error-message-when-missing-listen-dependency | Arthur Nogueira Neves | 2016-03-08 | 1 | -1/+7 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | friendly error message if missing listen | Jerry Cheung | 2016-03-08 | 1 | -1/+7 | |
|/ / / / / / / / / / | ||||||
* | | | | | | | | | | Merge pull request #24108 from gsamokovarov/web-console-console-plug | Kasper Timm Hansen | 2016-03-08 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Advertise the console web-console feature | Genadi Samokovarov | 2016-03-08 | 1 | -1/+1 | |
* | | | | | | | | | | | Merge pull request #24102 from st0012/optimize-url-helper | Richard Schneeman | 2016-03-08 | 1 | -11/+11 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | - Freeze strings in frequent used private method | Stan Lo | 2016-03-08 | 1 | -11/+11 | |
| | |/ / / / / / / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge pull request #24106 from gsamokovarov/fix-tests-after-e594000 | Kasper Timm Hansen | 2016-03-08 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Fix the tests after e594000 | Genadi Samokovarov | 2016-03-08 | 1 | -2/+2 | |
| | |/ / / / / / / / / | |/| | | | | | | | | | ||||||
* / | | | | | | | | | | add test case for schema dumping of PG bytea columns. | Yves Senn | 2016-03-08 | 1 | -0/+9 | |
|/ / / / / / / / / / | ||||||
* | | | | | | | | | | Merge pull request #24104 from gsamokovarov/dont-bound-web-console-versions | Rafael França | 2016-03-08 | 2 | -3/+3 | |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | Drop the explicit version requirements for web-console | Genadi Samokovarov | 2016-03-08 | 2 | -3/+3 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #24101 from mechanicles/remove-extra-the | Arun Agrawal | 2016-03-08 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Remove extra 'the' and unwanted comma [ci skip] | Santosh Wadghule | 2016-03-08 | 1 | -1/+1 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #24034 from kamipo/remove_outdated_comment | Arthur Nogueira Neves | 2016-03-07 | 1 | -1/+0 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Remove outdated comment [ci skip] | Ryuta Kamizono | 2016-03-04 | 1 | -1/+0 | |
| | |_|_|_|_|_|/ | |/| | | | | | | ||||||
* | | | | | | | | Add changelog for batch touch records. | Arthur Neves | 2016-03-07 | 1 | -0/+15 | |
| |/ / / / / / |/| | | | | | | ||||||
* | | | | | | | Merge pull request #23880 from bronson/extract-integration-behavior | Rafael França | 2016-03-07 | 1 | -22/+35 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | extract ActionDispatch::IntegrationTest::Behavior | Scott Bronson | 2016-03-07 | 1 | -22/+35 | |
* | | | | | | | | move changelog to right place [skip ci] | Arthur Neves | 2016-03-07 | 1 | -6/+6 | |
* | | | | | | | | Add changelog for #20997 | Arthur Neves | 2016-03-07 | 1 | -0/+6 | |
* | | | | | | | | Merge pull request #23922 from rthbound/fix-funny-spelling | Arthur Nogueira Neves | 2016-03-07 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| * | | | | | | | Fixes funny spelling | Ryan T. Hosford | 2016-02-26 | 1 | -2/+2 | |
* | | | | | | | | Merge pull request #24095 from maclover7/rm-incorrect-example | Jon Moss | 2016-03-07 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Remove incorrect Rack documentation example | Jon Moss | 2016-03-07 | 1 | -2/+2 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #23939 from akshaymohite/fix-configuration-tests-semantics | Sean Griffin | 2016-03-07 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Fixed couple of semantics in the configuration_test.rb | Akshay | 2016-02-28 | 1 | -2/+2 | |
| | |_|/ / / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge pull request #23993 from kamipo/no_need_to_extract_limit_for_boolean | Sean Griffin | 2016-03-07 | 2 | -5/+1 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | No need to extract a limit for a boolean type | Ryuta Kamizono | 2016-03-04 | 2 | -5/+1 | |
* | | | | | | | | | Merge pull request #24086 from yui-knk/do_not_ad_integration_test_class | Yves Senn | 2016-03-07 | 3 | -2/+9 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Prevent not-intended loading of `ActionDispatch::IntegrationTest` | yui-knk | 2016-03-07 | 3 | -2/+9 | |
* | | | | | | | | | | Merge pull request #24091 from mcfiredrill/fix-helper-method-docs | Rafael França | 2016-03-07 | 1 | -1/+2 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | clarify that helper_method makes both methods available in the view | Tony Miller | 2016-03-07 | 1 | -1/+2 | |
* | | | | | | | | | | | Merge pull request #24090 from meinac/silence_deprecation_warning_action_view... | Rafael França | 2016-03-06 | 1 | -6/+8 | |
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | Silence deprecation message for dynamic controller and actions on action_view... | Mehmet Emin İNAÇ | 2016-03-07 | 1 | -6/+8 | |
|/ / / / / / / / / / | ||||||
* | | | | | | | | | | Merge pull request #24085 from vipulnsward/i18n-test-addition | Kasper Timm Hansen | 2016-03-06 | 1 | -1/+7 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | - Added i18n test to verify assigning hash directly to fallbacks instead of u... | Vipul A M | 2016-03-06 | 1 | -1/+7 | |
* | | | | | | | | | | | prefer require_relative over require + File.expand_path | Xavier Noria | 2016-03-06 | 4 | -4/+5 | |
* | | | | | | | | | | | use __dir__ for relative paths in config/application.rb | Xavier Noria | 2016-03-06 | 2 | -2/+2 | |
* | | | | | | | | | | | use __dir__ for relative paths in config/boot.rb | Xavier Noria | 2016-03-06 | 2 | -3/+3 | |
* | | | | | | | | | | | use __dir__ to load the application in environment.rb | Xavier Noria | 2016-03-06 | 1 | -1/+1 |