| Commit message (Expand) | Author | Age | Files | Lines |
* | Use recyclable cache keys (#29092) | David Heinemeier Hansson | 2017-05-18 | 3 | -4/+7 |
* | Allow irb options to be passed from `rails console` command | yuuji.yaginuma | 2017-05-08 | 1 | -4/+12 |
* | Should escape meta characters in regexp | Ryuta Kamizono | 2017-05-07 | 11 | -75/+75 |
* | CLI arg `--port` has precedence over env `PORT`. | koshigoe | 2017-05-01 | 1 | -0/+12 |
* | Also raise error when VERSION is nil | Rafael Mendonça França | 2017-04-27 | 1 | -0/+6 |
* | Merge pull request #28896 from pschambacher/load_with_shared | Rafael França | 2017-04-26 | 1 | -0/+34 |
|\ |
|
| * | Added a shared section to config/database.yml that will be loaded for all env... | Pierre Schambacher | 2017-04-26 | 1 | -0/+34 |
* | | Merge pull request #28897 from rafaelfranca/fix-name-error-error-page | Aaron Patterson | 2017-04-26 | 1 | -0/+14 |
|\ \ |
|
| * | | Do not try to encoding the parameters when the controller is not defined | Rafael Mendonça França | 2017-04-26 | 1 | -0/+14 |
| |/ |
|
* | | Merge pull request #28244 from ixti/improve/action-mailer-preview-params | Rafael França | 2017-04-26 | 1 | -0/+51 |
|\ \
| |/
|/| |
|
| * | Pass request params to ActionMailer::Preview | Alexey Zapparov | 2017-03-01 | 1 | -0/+51 |
* | | Replace \Z to \z | Ryuta Kamizono | 2017-04-24 | 1 | -3/+3 |
* | | Set to `form_with_generates_remote_forms` only when config is explicitly spec... | yuuji.yaginuma | 2017-04-22 | 1 | -0/+28 |
* | | Configure form_with_generates_remote_forms in its own initializer | Rafael Mendonça França | 2017-04-21 | 1 | -0/+32 |
* | | Merge pull request #28708 from y-yagi/dont_generate_system_test_files | Rafael França | 2017-04-19 | 1 | -0/+11 |
|\ \ |
|
| * | | Don't generate system test files if `skip_system_test` option is specified | yuuji.yaginuma | 2017-04-12 | 1 | -0/+11 |
* | | | Add additional raise UnknownMigrationVersionError | bogdanvlviv | 2017-04-19 | 1 | -1/+31 |
* | | | Fix `bin/rails db:forward` first migration | bogdanvlviv | 2017-04-19 | 1 | -0/+25 |
* | | | Merge pull request #28685 from rails/smooth-form-with-upgrading | Kasper Timm Hansen | 2017-04-17 | 1 | -1/+0 |
|\ \ \ |
|
| * | | | Add `form_with_generates_remote_forms` config. | Kasper Timm Hansen | 2017-04-16 | 1 | -1/+0 |
| |/ / |
|
* | | | Let run_secrets_generator handle chdir. | Kasper Timm Hansen | 2017-04-16 | 1 | -3/+1 |
* | | | Use the config value directly when call `secrets` | yuuji.yaginuma | 2017-04-16 | 1 | -8/+26 |
|/ / |
|
* | | Remove duplicated "test" prefix | Ryuta Kamizono | 2017-04-07 | 2 | -4/+4 |
* | | Merge pull request #28057 from eugeneius/clear_active_connections | Matthew Draper | 2017-04-04 | 1 | -0/+8 |
|\ \ |
|
| * | | Clear active connections after initialization | Eugene Kenny | 2017-02-17 | 1 | -0/+8 |
* | | | Merge pull request #28417 from schneems/schneems/symlink-failures | Andrew White | 2017-03-30 | 1 | -0/+20 |
|\ \ \ |
|
| * | | | Raise when using a bad symlink | schneems | 2017-03-14 | 1 | -0/+20 |
* | | | | Fix the tests to test what they should be testing | Rafael Mendonça França | 2017-03-27 | 1 | -8/+8 |
* | | | | Merge pull request #28557 from y-yagi/remove_unnecessary_files_to_api_applica... | Rafael França | 2017-03-27 | 1 | -0/+22 |
|\ \ \ \ |
|
| * | | | | Remove unnecessary files to API-only Applications when `app:task` task executed | yuuji.yaginuma | 2017-03-24 | 1 | -0/+22 |
* | | | | | Merge pull request #28546 from claudiob/drop-j-option | Rafael Mendonça França | 2017-03-27 | 1 | -8/+0 |
|\ \ \ \ \ |
|
| * | | | | | Remove -j (--javascript) option from `rails new` | claudiob | 2017-03-23 | 1 | -8/+0 |
| |/ / / / |
|
* | | | | | Merge pull request #28485 from quantumlicht/fix_migrate_with_empty_version | Rafael França | 2017-03-27 | 1 | -0/+16 |
|\ \ \ \ \ |
|
| * | | | | | Fixes #28359 | Philippe Guay | 2017-03-26 | 1 | -0/+16 |
* | | | | | | Merge pull request #28577 from y-yagi/do_not_display_hidden_namespaces_in_des... | Rafael França | 2017-03-27 | 1 | -0/+3 |
|\ \ \ \ \ \ |
|
| * | | | | | | Do not show hidden namespaces in destroy commnad help | yuuji.yaginuma | 2017-03-27 | 1 | -0/+3 |
| |/ / / / / |
|
* | | | | | | Merge pull request #28541 from ota42y/fix/gemfile_generator_fix | Eileen M. Uchitelle | 2017-03-27 | 1 | -0/+24 |
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| * | | | | | ignore system test gems on Gemfile when execute with --skip-test option | ota42y | 2017-03-27 | 1 | -0/+24 |
| |/ / / / |
|
* / / / / | add field ids when generating a scaffold form. | Yves Senn | 2017-03-26 | 1 | -4/+4 |
|/ / / / |
|
* | | | | Merge pull request #28527 from rst/fix_runner_argv_28515 | Rafael França | 2017-03-22 | 1 | -0/+8 |
|\ \ \ \ |
|
| * | | | | Fixup trailing whitespace, per complaints from CodeClimate. | Robert Thau | 2017-03-22 | 1 | -1/+1 |
| * | | | | Correctly reset ARGV for "rails runner `CODE' arg arg arg..." | Robert Thau | 2017-03-22 | 1 | -0/+8 |
* | | | | | Merge pull request #28513 from maclover7/jm-fix-28500 | Rafael França | 2017-03-22 | 1 | -0/+8 |
|\ \ \ \ \ |
|
| * | | | | | CLI arg "host" has precedence over ENV var "host" | Jon Moss | 2017-03-21 | 1 | -0/+8 |
| |/ / / / |
|
* / / / / | Don't comment out config.file_watcher during Rails upgrade | yuuji.yaginuma | 2017-03-22 | 1 | -14/+0 |
|/ / / / |
|
* | | | | Default to yielding a `form` variable. | Kasper Timm Hansen | 2017-03-20 | 1 | -4/+4 |
* | | | | Add `app:update` task to engines | yuuji.yaginuma | 2017-03-20 | 1 | -0/+16 |
* | | | | Merge pull request #28481 from y-yagi/fix_warning | Kasper Timm Hansen | 2017-03-20 | 1 | -3/+3 |
|\ \ \ \ |
|
| * | | | | Fix `warning: character class has duplicated range` | yuuji.yaginuma | 2017-03-20 | 1 | -3/+3 |
* | | | | | Correctly check whether key is defined in configuration | yuuji.yaginuma | 2017-03-19 | 2 | -1/+13 |
|/ / / / |
|