Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Only remove comments before the first statement | Ari Pollak | 2017-02-24 | 2 | -7/+12 |
| | |||||
* | Drop comments from structure.sql in postgresql | Ari Pollak | 2017-02-24 | 3 | -3/+38 |
| | | | | Fixes #28153. | ||||
* | Merge pull request #28150 from ↵ | Rafael França | 2017-02-24 | 2 | -0/+10 |
|\ | | | | | | | | | y-yagi/do_not_display_hidden_namespaces_in_generators_help does not show hidden namespaces in generator's help | ||||
| * | does not show hidden namespaces in generator's help | yuuji.yaginuma | 2017-02-24 | 2 | -0/+10 |
| | | |||||
* | | Merge pull request #28062 from ↵ | Rafael França | 2017-02-24 | 2 | -1/+16 |
|\ \ | | | | | | | | | | | | | y-yagi/make_adding_gemfile_entry_work_even_if_specify_only_the_plugin_name Make adding gemfile entry work even if specify only the plugin name | ||||
| * | | Make adding gemfile entry work even if specify only the plugin name | yuuji.yaginuma | 2017-02-24 | 2 | -1/+16 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Whether the command was executed within the rails application is checked by whether or not the application's path matches `app_path`. https://github.com/rails/rails/blob/5-0-stable/railties/lib/rails/generators/rails/plugin/plugin_generator.rb#L439..L441 Therefore, if only plugin name is specified in `app_path`, addition to Gemfile is not done. However, in the rails guide an example of specifying only plugin name is given, and it is considered that there are many cases where only plugin name is specified. For that reason, made it work even if only plugin name was specified. | ||||
* | | | 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] | ||||
| * | | Improve docs for ActiveRecord::Result. [ci skip] | Trevor Reiff | 2017-02-24 | 1 | -1/+12 |
| | | | | | | | | | | | | Remove styling from `true` and `false`. | ||||
* | | | Merge pull request #28141 from y-yagi/show_correct_help_and_version | Rafael França | 2017-02-23 | 3 | -2/+49 |
|\ \ \ | | | | | | | | | Make version and help short-cut alias to work | ||||
| * | | | 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 | ||||
| * | | | | 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 | ||||
| * | | | | 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 |
| | | | | | | | | | | | | | | | | [ci skip] | ||||
* | | | | Merge pull request #25285 from ↵ | Rafael França | 2017-02-23 | 2 | -0/+17 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | kamipo/fix_remove_reference_to_multiple_foreign_keys_in_the_same_table Fix `remove_reference` to multiple foreign keys in the same table | ||||
| * | | | | 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 / type casting | ||||
| * | | | | Deprecate using `#quoted_id` in quoting | Ryuta Kamizono | 2017-02-24 | 5 | -6/+15 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Originally `quoted_id` was used in legacy quoting mechanism. Now we use type casting mechanism for that. Let's deprecate `quoted_id`. | ||||
| * | | | | 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 | ||||
| * | | | | 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 | ||||
| * | | | | Fix `wait_timeout` to configurable for mysql2 adapter | Ryuta Kamizono | 2017-02-24 | 3 | -2/+25 |
| |/ / / | | | | | | | | | | | | | Fixes #26556. | ||||
* | | | | 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 | ||||
| * | | | Include JobID in all ActiveJob info logs | Bolek Kurowski | 2017-02-22 | 2 | -8/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently we provide the Job ID in logs only related to enqueuing a job. This adds the job id to the remaining ActiveJob logs when: - a job started performing - a job ended performing Providing the job id in those logs will ease searching logs by job id. | ||||
* | | | | Rearrange npm release process again | Matthew Draper | 2017-02-23 | 1 | -42/+41 |
| | | | | | | | | | | | | | | | | Make prep_release idempotent, including the npm bump. | ||||
* | | | | 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 |
| | | | | | | | | | | | | | | | | This will make the version of the next gems to change | ||||
* | | | | 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 |
| | | | | | | | | | | | | | | | | | | | | The documentation needs to be above the method to correctly document the method. | ||||
* | | | | 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 | ||||
| * | | | | Add wrapper for plugin's test runner | yuuji.yaginuma | 2017-02-22 | 2 | -7/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently, private API is directly used in `bin/test`. It is necessary to change `bin/test` when changing private API. To avoid this, provide a wrapper file and modify `bin/test` to just require that file. | ||||
* | | | | | Merge pull request #28131 from rails/chancancode-patch-1 | Andrew White | 2017-02-23 | 1 | -1/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | 🙈 :nodoc: `AS::Duration::ISO8601Serializer` | ||||
| * | | | | | 🙈 :nodoc: `AS::Duration::ISO8601Serializer` | Godfrey Chan | 2017-02-23 | 1 | -1/+1 |
|/ / / / / | | | | | | | | | | | This class should not be used directly, the public API is `AS::Duration#iso8601`. | ||||
* | | | | | Merge pull request #28128 from rails/revert-28127-revert-28038-encrypted-secrets | Kasper Timm Hansen | 2017-02-23 | 18 | -39/+485 |
|\ \ \ \ \ | | | | | | | | | | | | | Revert "Revert "Add encrypted secrets"" | ||||
| * | | | | | Yank the intricate immediately-exiting editor recognition. | Kasper Timm Hansen | 2017-02-23 | 1 | -16/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Most editors support a wait flag of some kind which prevents their process from exiting until the file or window is closed. Prefer people to assign that themselves than us mucking around with File mtimes or other such things. Example of an editor config: ``` export EDITOR="atom --wait" ``` | ||||
| * | | | | | Add back tests for test:units and test:functionals. | Kasper Timm Hansen | 2017-02-23 | 1 | -12/+16 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Would have caught that the invoke changes broke rake delegation behavior. And we do ship the behavior so we should test it. | ||||
| * | | | | | Fix test:units not hitting rake task. | Kasper Timm Hansen | 2017-02-23 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | By splitting the namespace test:units on :, we'd find our TestCommand, which knew nothing of a units method. So check that a found command also includes the command name we're trying to call. | ||||
| * | | | | | Revert "Revert "Add encrypted secrets"" | Kasper Timm Hansen | 2017-02-23 | 17 | -27/+482 |
|/ / / / / | |||||
* | | | | | Merge pull request #28125 from y-yagi/do_not_take_screenshots_when_test_skipped | Eileen M. Uchitelle | 2017-02-23 | 2 | -2/+16 |
|\ \ \ \ \ | | | | | | | | | | | | | Do not take screenshot when test skipped | ||||
| * | | | | | Do not take screenshot when test skipped | yuuji.yaginuma | 2017-02-23 | 2 | -2/+16 |
| | | | | | | |||||
* | | | | | | Revert "Add encrypted secrets" (#28127) | David Heinemeier Hansson | 2017-02-23 | 17 | -482/+27 |
| | | | | | | |||||
* | | | | | | Add encrypted secrets (#28038) | Kasper Timm Hansen | 2017-02-23 | 17 | -27/+482 |
|/ / / / / | |||||
* | | | | | [ci skip] Fix more quotes in direct/resolve docs | Andrew White | 2017-02-23 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | Also correct use of `direct class:` to `resolve` in example. |