Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | Support varying ICO files | George Claghorn | 2018-02-24 | 4 | -2/+21 | |
* | | | | | | | [ci skip] Spell out the full variable in generated code. | Kasper Timm Hansen | 2018-02-24 | 1 | -1/+1 | |
* | | | | | | | Correctly set `content_security_policy_nonce_generator` | yuuji.yaginuma | 2018-02-24 | 1 | -1/+1 | |
* | | | | | | | Merge pull request #32093 from jfragoulis/correct-method-documentation | Yuji Yaginuma | 2018-02-24 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Correct ActiveSupport::Deprecation::Behavior#behavior= documentation | John Fragoulis | 2018-02-23 | 1 | -1/+1 | |
* | | | | | | | | Merge pull request #32095 from bogdanvlviv/require_rails-ujs-in-generated-engine | Rafael França | 2018-02-23 | 2 | -1/+6 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Improve generated file `app/assets/javascripts/application.js` of plugin | bogdanvlviv | 2018-02-23 | 2 | -1/+6 | |
| |/ / / / / / / | ||||||
* / / / / / / / | Caching: MemCache and Redis stores use local cache for multi-reads | Gabriel Sobrinho | 2018-02-23 | 3 | -0/+32 | |
|/ / / / / / / | ||||||
* | | | | | | | More exercise range predicate builder | Ryuta Kamizono | 2018-02-23 | 1 | -0/+9 | |
* | | | | | | | PostgreSQL: Allow BC dates like datetime consistently | Ryuta Kamizono | 2018-02-23 | 3 | -1/+22 | |
* | | | | | | | PostgreSQL: Treat infinite values in date like datetime consistently | Ryuta Kamizono | 2018-02-23 | 7 | -4/+107 | |
* | | | | | | | Use private attr_reader | Ryuta Kamizono | 2018-02-23 | 12 | -26/+13 | |
* | | | | | | | Merge pull request #32092 from yahonda/use_rubocop_0_52_at_codeclimate | Rafael França | 2018-02-22 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Use `rubocop-0-52` channel | Yasuo Honda | 2018-02-23 | 1 | -1/+1 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #32091 from utilum/update_rubocop | Rafael França | 2018-02-22 | 1 | -10/+9 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Update rubocop to the latest version | utilum | 2018-02-23 | 1 | -10/+9 | |
* | | | | | | | | Merge pull request #32089 from bogdanvlviv/fix-plugin-generated-files | Rafael França | 2018-02-22 | 3 | -3/+17 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| * | | | | | | | Improve generated file `app/views/application.html.erb` of plugin | bogdanvlviv | 2018-02-23 | 2 | -1/+14 | |
| * | | | | | | | Comment `require "active_storage/engine"` in `bin/rails` of plugin if `--skip... | bogdanvlviv | 2018-02-23 | 2 | -2/+3 | |
* | | | | | | | | Merge pull request #32090 from bogdanvlviv/remove-passing-extra-arguments-to-... | Rafael França | 2018-02-22 | 3 | -4/+4 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Remove passing extra arguments to ActiveJob Callbacks | bogdanvlviv | 2018-02-23 | 3 | -4/+4 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Revert "Merge pull request #32075 from eileencodes/delete-default-configuration" | eileencodes | 2018-02-22 | 3 | -1/+20 | |
* | | | | | | | | Revert "Reject empty database yamls" | eileencodes | 2018-02-22 | 1 | -1/+1 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #32085 from rails/add-timezone-support-to-activejob | Andrew White | 2018-02-22 | 10 | -1/+103 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Add support for timezones to Active Job | Andrew White | 2018-02-22 | 10 | -1/+103 | |
* | | | | | | | | Merge pull request #32018 from rails/add-nonce-support-to-csp | Andrew White | 2018-02-22 | 16 | -52/+207 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Add support for automatic nonce generation for Rails UJS | Andrew White | 2018-02-19 | 16 | -52/+207 | |
* | | | | | | | | | Merge pull request #32084 from buehmann/fix/escape-quoted-column-name-in-regexp | Ryuta Kamizono | 2018-02-22 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Properly escape column name embedded into regexp | Andreas Bühmann | 2018-02-22 | 1 | -1/+1 | |
|/ / / / / / / / / | ||||||
* | / / / / / / / | Reject empty database yamls | eileencodes | 2018-02-22 | 1 | -1/+1 | |
| |/ / / / / / / |/| | | | | | | | ||||||
* | | | | | | | | Add cop for preferring 'Foo.method' over 'Foo::method' | Andrew White | 2018-02-22 | 4 | -3/+7 | |
* | | | | | | | | Merge pull request #32076 from utilum/use_dot | Andrew White | 2018-02-22 | 4 | -8/+9 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | We should call methods with `.method_name` not `::method_name`. | utilum | 2018-02-22 | 4 | -8/+9 | |
* | | | | | | | | | Do not add routes when actions are not specified | Yuji Yaginuma | 2018-02-22 | 2 | -0/+8 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Call `YAML.load` correctly | eileencodes | 2018-02-21 | 2 | -2/+2 | |
* | | | | | | | | Merge pull request #32075 from eileencodes/delete-default-configuration | Eileen M. Uchitelle | 2018-02-21 | 3 | -20/+1 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Delete default configuration | eileencodes | 2018-02-21 | 3 | -20/+1 | |
* | | | | | | | | | Update to sinatra 2.0.1 | Andrew White | 2018-02-21 | 1 | -5/+5 | |
* | | | | | | | | | Add note to Active Storage guide about S3 permissions [ci skip] | Andrew White | 2018-02-21 | 1 | -0/+2 | |
* | | | | | | | | | Allow S3 tests against buckets in other regions | Andrew White | 2018-02-21 | 2 | -2/+2 | |
* | | | | | | | | | Merge pull request #32064 from yahonda/ci_with_jruby_head | Ryuta Kamizono | 2018-02-21 | 1 | -3/+3 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | CI with `jruby-head` compatible with Ruby 2.4.1 | Yasuo Honda | 2018-02-21 | 1 | -3/+3 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Hoist update for clarity | George Claghorn | 2018-02-20 | 2 | -8/+8 | |
* | | | | | | | | | Undocument ActiveStorage::Identification | George Claghorn | 2018-02-20 | 1 | -1/+1 | |
* | | | | | | | | | Correct Range header syntax | George Claghorn | 2018-02-20 | 1 | -1/+1 | |
* | | | | | | | | | Merge pull request #32026 from bogdanvlviv/improve-30941 | Rafael França | 2018-02-20 | 6 | -39/+69 | |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | | | ||||||
| * | | | | | | | | Fix error message about unknown `ActiveJob` argument serializer | bogdanvlviv | 2018-02-17 | 2 | -2/+2 | |
| * | | | | | | | | Fix docs of ActiveJob custom argument serializers | bogdanvlviv | 2018-02-17 | 3 | -36/+35 | |
| * | | | | | | | | Add argument serializer `TimeWithZoneSerializer` | bogdanvlviv | 2018-02-17 | 3 | -1/+32 | |
* | | | | | | | | | Merge pull request #32062 from bogdanvlviv/test_mini_magick_gem_when_skip_act... | Yuji Yaginuma | 2018-02-20 | 1 | -8/+9 | |
|\ \ \ \ \ \ \ \ \ |