Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | Merge pull request #32937 from assain/add-purpose-to-cookies | Kasper Timm Hansen | 2018-08-12 | 8 | -23/+218 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Purpose Metadata For Signed And Encrypted Cookies | Assain | 2018-08-12 | 8 | -23/+218 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #33591 from bogdanvlviv/add-changelog-for-31503 | Eileen M. Uchitelle | 2018-08-12 | 1 | -0/+16 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | Add changelog entry for #31503 [ci skip] | bogdanvlviv | 2018-08-12 | 1 | -0/+16 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #33474 from olivierlacan/old-migrations | Richard Schneeman | 2018-08-11 | 1 | -3/+22 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Document best practices with old migrations | Olivier Lacan | 2018-08-03 | 1 | -3/+22 | |
* | | | | | | | Merge pull request #33563 from lzap/foreign-key-note-doc | Richard Schneeman | 2018-08-11 | 1 | -0/+4 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | ActiveRecord Guide - sqlite3 foreign keys note | Lukas Zapletal | 2018-08-09 | 1 | -0/+4 | |
* | | | | | | | | Merge pull request #33587 from bogdanvlviv/follow-up-33202 | Kasper Timm Hansen | 2018-08-11 | 2 | -4/+3 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | `bundle binstubs bundler` should be executed after `bundle install` | bogdanvlviv | 2018-08-11 | 2 | -4/+3 | |
* | | | | | | | | | Merge pull request #33581 from q-centrix/use-strings-on-decorator-method | Kasper Timm Hansen | 2018-08-11 | 2 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Use strings instead of symbols on calls to decorate_matching_attribute_types | Dillon Welch | 2018-08-10 | 2 | -2/+2 | |
* | | | | | | | | | | Merge pull request #33588 from bogdanvlviv/follow-up-31503 | Kasper Timm Hansen | 2018-08-11 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Fix test failure | bogdanvlviv | 2018-08-11 | 1 | -1/+1 | |
| | |/ / / / / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge pull request #33586 from vinistock/make_active_job_name_prefix_static | George Claghorn | 2018-08-11 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | Make active job name prefix static since Rails.env will always be the same | Vinicius Stock | 2018-08-11 | 1 | -1/+1 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #31503 from bogdan/timestamp-as-json | Eileen M. Uchitelle | 2018-08-11 | 2 | -9/+14 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Fix AM::Serializers::JSON#as_json method for timestamps | Bogdan Gusiev | 2017-12-21 | 2 | -9/+14 | |
* | | | | | | | | | | Merge pull request #33202 from deivid-rodriguez/bundler_binstubs | Eileen M. Uchitelle | 2018-08-11 | 5 | -32/+29 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Generate bundler-compatible bundler binstub | David Rodríguez | 2018-06-23 | 5 | -6/+14 | |
| * | | | | | | | | | | Improve readability of some specs | David Rodríguez | 2018-06-23 | 1 | -9/+9 | |
| * | | | | | | | | | | Factor out some common bundler mocking logic | David Rodríguez | 2018-06-23 | 1 | -20/+9 | |
* | | | | | | | | | | | Merge pull request #33553 from bogdanvlviv/ensure-load_schema-does_not-output... | Eileen M. Uchitelle | 2018-08-11 | 1 | -0/+18 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Ensure that running tests in parallel doesn't display schema load output | bogdanvlviv | 2018-08-08 | 1 | -0/+18 | |
| | |_|_|_|_|_|/ / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Document all Active Storage error classes [ci skip] | George Claghorn | 2018-08-10 | 1 | -0/+8 | |
* | | | | | | | | | | | Add a generic base class for Active Storage exceptions | George Claghorn | 2018-08-10 | 2 | -4/+14 | |
| |_|_|/ / / / / / / |/| | | | | | | | | | ||||||
* | | | | | | | | | | Merge pull request #31640 from gingerlime/patch-1 | Richard Schneeman | 2018-08-10 | 1 | -4/+11 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | fixes #27157 CSRF protection documentation | gingerlime | 2018-01-05 | 1 | -4/+11 | |
* | | | | | | | | | | | Extract transformers | George Claghorn | 2018-08-10 | 6 | -70/+146 | |
| |_|_|_|_|_|/ / / / |/| | | | | | | | | | ||||||
* | | | | | | | | | | Merge pull request #33568 from mohitnatoo/perform-or-enqueue | George Claghorn | 2018-08-09 | 1 | -3/+3 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | perform_or_enqueue instead of enqueue_or_perform | Mohit Natoo | 2018-08-09 | 1 | -3/+3 | |
| | |_|_|_|/ / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | DRY up web image checks in ActiveStorage::Variant | George Claghorn | 2018-08-09 | 1 | -18/+24 | |
* | | | | | | | | | | Fix a typo in Active Support's CHANGELOG [ci skip] | Robin Dupret | 2018-08-10 | 1 | -1/+1 | |
* | | | | | | | | | | Add missing instructions for FreeBSD [ci skip] | Robin Dupret | 2018-08-09 | 1 | -10/+18 | |
* | | | | | | | | | | Merge pull request #33566 from yahonda/use_i18n_101 | Ryuta Kamizono | 2018-08-10 | 2 | -0/+2 | |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | Avoid i18n 1.1.0 for now | Yasuo Honda | 2018-08-09 | 2 | -0/+2 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #33554 from saveriomiroddi/sav-correct_updated_at_guide_ex... | Eileen M. Uchitelle | 2018-08-08 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | ActiveRecord Basics guide: correct explanation of the `updated_at` logic [ci ... | Saverio Miroddi | 2018-08-08 | 1 | -1/+1 | |
* | | | | | | | | | | Merge pull request #33552 from seratch/fix-obvious-typos | Matthew Draper | 2018-08-08 | 8 | -19/+19 | |
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | Fix a wrong correction | Kazuhiro Sera | 2018-08-08 | 1 | -1/+1 | |
| * | | | | | | | | | Fix the obvious typos detected by github.com/client9/misspell | Kazuhiro Sera | 2018-08-08 | 8 | -19/+19 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #33548 from Ana06/lambda-validation | Rafael França | 2018-08-07 | 1 | -0/+7 | |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | | | ||||||
| * | | | | | | | | Add lambdas in conditional validations | Ana María Martínez Gómez | 2018-08-07 | 1 | -0/+7 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #33541 from lsylvester/clean-template-method-names | Eileen M. Uchitelle | 2018-08-07 | 2 | -1/+8 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | update BacktraceCleaner::RENDER_TEMPLATE_PATTERN to match the ActionView::Tem... | Lachlan Sylvester | 2018-08-07 | 2 | -1/+8 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Camelize instead of classifying | George Claghorn | 2018-08-06 | 1 | -1/+1 | |
* | | | | | | | | Merge pull request #33540 from joeltaylor/improve_service_adapter_error_handling | George Claghorn | 2018-08-06 | 2 | -1/+9 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Improve ActiveStorage service adapter error handling | Joel Taylor | 2018-08-06 | 2 | -1/+9 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #33533 from lsylvester/fix-irb-backtrace-cleaner-test | Matthew Draper | 2018-08-06 | 1 | -5/+6 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Filter backtrace in test to ensure irb counts as user code | Lachlan Sylvester | 2018-08-06 | 1 | -5/+6 | |
|/ / / / / / / / |