Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | Use shasum 256 on the release | Rafael Mendonça França | 2017-02-24 | 1 | -2/+2 | |
* | | | | Merge branch 'jhawthorn-ruby_2_4_bigdecimal_casting' | Rafael Mendonça França | 2017-02-24 | 4 | -1/+24 | |
|\ \ \ \ | ||||||
| * | | | | Match the behavior of bigdecimal after https://github.com/ruby/bigdecimal/pul... | Rafael Mendonça França | 2017-02-24 | 1 | -1/+5 | |
| * | | | | Fix invalid string Decimal casting under ruby 2.4 | John Hawthorn | 2017-02-24 | 4 | -1/+20 | |
* | | | | | Merge pull request #28157 from robin850/hwia-soft-deprecation | Matthew Draper | 2017-02-25 | 5 | -3/+57 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | Add few tests for the top level `HashWithIndifferentAccess` | Robin Dupret | 2017-02-25 | 1 | -0/+24 | |
| * | | | | Soft-deprecate the top-level HashWithIndifferentAccess class | Robin Dupret | 2017-02-25 | 5 | -3/+34 | |
| | |_|/ | |/| | | ||||||
* | | | | Merge pull request #28006 from fareastside/master | Rafael Mendonça França | 2017-02-24 | 3 | -2/+21 | |
|\ \ \ \ | ||||||
| * | | | | add optional second argument to ActiveSupport core extension for Marshal#load... | Jeff Latz | 2017-02-24 | 3 | -2/+21 | |
| |/ / / | ||||||
* | | | | Fix CHANGELOG entry position [ci skip] | Rafael Mendonça França | 2017-02-24 | 1 | -2/+3 | |
* | | | | Merge pull request #28158 from dylanahsmith/gzip-crc-check | Rafael França | 2017-02-24 | 4 | -2/+16 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | Add missing gzip footer check in ActiveSupport::Gzip.decompress | Dylan Thacker-Smith | 2017-02-24 | 4 | -2/+16 | |
|/ / / | ||||||
* | | | Merge pull request #28144 from lucasmazza/lm-system-test-driven-by | Eileen M. Uchitelle | 2017-02-24 | 4 | -27/+35 | |
|\ \ \ | ||||||
| * | | | Change `SystemTestCase.driven_by` to use `setup`/`teardown` hooks | Lucas Mazza | 2017-02-24 | 4 | -27/+35 | |
* | | | | Merge pull request #28150 from y-yagi/do_not_display_hidden_namespaces_in_gen... | Rafael França | 2017-02-24 | 2 | -0/+10 | |
|\ \ \ \ | ||||||
| * | | | | does not show hidden namespaces in generator's help | yuuji.yaginuma | 2017-02-24 | 2 | -0/+10 | |
* | | | | | Merge pull request #28062 from y-yagi/make_adding_gemfile_entry_work_even_if_... | Rafael França | 2017-02-24 | 2 | -1/+16 | |
|\ \ \ \ \ | ||||||
| * | | | | | Make adding gemfile entry work even if specify only the plugin name | yuuji.yaginuma | 2017-02-24 | 2 | -1/+16 | |
* | | | | | | Merge pull request #28145 from treiff/update-docs-ActiveRecord__Result | Rafael França | 2017-02-24 | 1 | -1/+12 | |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||||
| * | | | | | Improve docs for ActiveRecord::Result. [ci skip] | Trevor Reiff | 2017-02-24 | 1 | -1/+12 | |
| | |/ / / | |/| | | | ||||||
* | | | | | Merge pull request #28141 from y-yagi/show_correct_help_and_version | Rafael França | 2017-02-23 | 3 | -2/+49 | |
|\ \ \ \ \ | ||||||
| * | | | | | Make help short-cut alias to work | yuuji.yaginuma | 2017-02-24 | 2 | -1/+24 | |
| * | | | | | Make version short-cut alias to work | yuuji.yaginuma | 2017-02-24 | 2 | -1/+25 | |
* | | | | | | Merge pull request #27769 from maclover7/jm-jruby-amo | Rafael França | 2017-02-23 | 1 | -1/+1 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Enable Active Model testing for JRuby | Jon Moss | 2017-02-23 | 1 | -1/+1 | |
* | | | | | | | Merge pull request #28138 from rwz/rwz/hwia-compact | Richard Schneeman | 2017-02-23 | 2 | -1/+11 | |
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | ||||||
| * | | | | | | Make HWIA#compact not return nil when no nils | Pavel Pravosud | 2017-02-23 | 2 | -1/+11 | |
| |/ / / / / | ||||||
* | | | | | | Make security policy more prominent in docs | Jon Moss | 2017-02-23 | 2 | -0/+7 | |
* | | | | | | Merge pull request #25285 from kamipo/fix_remove_reference_to_multiple_foreig... | Rafael França | 2017-02-23 | 2 | -0/+17 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Fix `remove_reference` to multiple foreign keys in the same table | Ryuta Kamizono | 2017-02-11 | 2 | -0/+17 | |
* | | | | | | | Merge pull request #27962 from kamipo/deprecate_quoted_id | Rafael França | 2017-02-23 | 7 | -60/+111 | |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||||
| * | | | | | | Deprecate using `#quoted_id` in quoting | Ryuta Kamizono | 2017-02-24 | 5 | -6/+15 | |
| * | | | | | | Fix type casting AR object to respect the primary key cast type's serialization | Ryuta Kamizono | 2017-02-24 | 2 | -2/+40 | |
| * | | | | | | Extract `TypeCastingTest` into `test/cases/quoting_test.rb` | Ryuta Kamizono | 2017-02-24 | 3 | -52/+56 | |
* | | | | | | | Merge pull request #28022 from spk/guides-validation | Rafael França | 2017-02-23 | 1 | -4/+5 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | Fix w3c_validator.rb validation script | Laurent Arnoud | 2017-02-23 | 1 | -4/+5 | |
| | |/ / / / | |/| | | | | ||||||
* | | | | | | Merge pull request #26559 from kamipo/fix_wait_timeout_as_string | Rafael França | 2017-02-23 | 3 | -2/+25 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Fix `wait_timeout` to configurable for mysql2 adapter | Ryuta Kamizono | 2017-02-24 | 3 | -2/+25 | |
| |/ / / / / | ||||||
* | | | | | | Merge pull request #28112 from bolek/include-job_id-in-all-active-job-logs | Rafael França | 2017-02-23 | 2 | -8/+8 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | Include JobID in all ActiveJob info logs | Bolek Kurowski | 2017-02-22 | 2 | -8/+8 | |
* | | | | | | Rearrange npm release process again | Matthew Draper | 2017-02-23 | 1 | -42/+41 | |
* | | | | | | Add a task to build a draft of the release announcement | Matthew Draper | 2017-02-23 | 1 | -0/+69 | |
* | | | | | | Do not override the global variable | Rafael Mendonça França | 2017-02-23 | 1 | -2/+2 | |
* | | | | | | Update package.json | Rafael Mendonça França | 2017-02-23 | 2 | -2/+2 | |
* | | | | | | Preparing for 5.1.0.beta1 release | Rafael Mendonça França | 2017-02-23 | 22 | -44/+66 | |
* | | | | | | Fix Rakefile loading generator relatively | Rafael Mendonça França | 2017-02-23 | 1 | -1/+1 | |
* | | | | | | Move documentation to the correct place | eileencodes | 2017-02-23 | 1 | -72/+72 | |
* | | | | | | Use double quotes in the generated plugin test script. | Kasper Timm Hansen | 2017-02-23 | 1 | -3/+3 | |
* | | | | | | Merge pull request #28105 from y-yagi/add_wrapper_for_plugins_test_runner | Kasper Timm Hansen | 2017-02-23 | 2 | -7/+8 | |
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | ||||||
| * | | | | | Add wrapper for plugin's test runner | yuuji.yaginuma | 2017-02-22 | 2 | -7/+8 |