| Commit message (Expand) | Author | Age | Files | Lines |
* | remove `ActiveSupport.halt_callback_chains_on_return_false` from everywhere | yuuji.yaginuma | 2017-02-08 | 1 | -1/+0 |
* | Correct spelling | Benjamin Fleischer | 2017-02-05 | 1 | -2/+2 |
* | Merge pull request #27802 from domcleal/27801-multiple-rake-tests | Kasper Timm Hansen | 2017-02-05 | 1 | -0/+15 |
|\ |
|
| * | Collect all file patterns when running multiple rake test tasks | Dominic Cleal | 2017-02-04 | 1 | -0/+15 |
* | | Ignore yarn error log file | yuuji.yaginuma | 2017-02-03 | 1 | -0/+5 |
|/ |
|
* | Don't mutate raw_source in mailer preview interceptor | Eugene Kenny | 2017-01-30 | 1 | -0/+34 |
* | Merge pull request #27797 from y-yagi/correctly_check_error_message | Arthur Nogueira Neves | 2017-01-30 | 1 | -2/+4 |
|\ |
|
| * | correctly check error message | yuuji.yaginuma | 2017-01-25 | 1 | -2/+4 |
* | | Merge pull request #27784 from y-yagi/add_warnings_option_to_test_runner | Rafael França | 2017-01-30 | 2 | -0/+22 |
|\ \ |
|
| * | | add warnings option to test runner | yuuji.yaginuma | 2017-01-24 | 2 | -0/+22 |
* | | | remove warning from `bin/setup` test | yuuji.yaginuma | 2017-01-26 | 1 | -1/+1 |
| |/
|/| |
|
* | | Bundler 1.14 compat | Matthew Draper | 2017-01-23 | 1 | -1/+4 |
* | | do not run `git init` when specify the `pretend` option | yuuji.yaginuma | 2017-01-23 | 1 | -0/+1 |
|/ |
|
* | Merge two tests that needs to initialize Rails before accessing `Rails` | Akira Matsuda | 2017-01-23 | 1 | -16/+1 |
* | update CREATE TABLE statements generated by `sqlite3` command | yuuji.yaginuma | 2017-01-19 | 1 | -2/+2 |
* | Merge pull request #27632 from dixpac/repo_initialize | Rafael Mendonça França | 2017-01-18 | 2 | -2/+8 |
|\ |
|
| * | Initalize git repo when creatin new rails app | dixpac | 2017-01-12 | 2 | -2/+8 |
* | | Move config reset to ensure block | Andrew White | 2017-01-17 | 1 | -1/+2 |
* | | Move config reset to ensure block | Andrew White | 2017-01-17 | 1 | -1/+2 |
* | | Merge pull request #27674 from kjg/migration_generator_honor_path_config | Andrew White | 2017-01-17 | 2 | -0/+20 |
|\ \ |
|
| * | | Generate migrations at path set by `config.paths["db/migrate"]` | Kevin Glowacz | 2017-01-16 | 2 | -0/+20 |
* | | | Don't pollute Object with rubinius_skip and jruby_skip | Akira Matsuda | 2017-01-17 | 1 | -9/+9 |
|/ / |
|
* | | Merge pull request #27601 from y-yagi/make_work_all_commands_from_engine | Kasper Timm Hansen | 2017-01-15 | 4 | -27/+100 |
|\ \ |
|
| * | | improve server default options test | yuuji.yaginuma | 2017-01-09 | 1 | -3/+3 |
| * | | make all rails commands work in engine | yuuji.yaginuma | 2017-01-09 | 3 | -24/+97 |
* | | | class Foo < Struct.new(:x) creates an extra unneeded anonymous class | Akira Matsuda | 2017-01-13 | 1 | -1/+1 |
| |/
|/| |
|
* | | Revert "Merge pull request #27619 from dixpac/add_missing_generator_test" | yuuji.yaginuma | 2017-01-10 | 1 | -5/+0 |
* | | Test `--skip-git` generator option | dixpac | 2017-01-09 | 1 | -0/+5 |
|/ |
|
* | Don't generate HTML/ERB templates for scaffold controller with --api flag | Prathamesh Sonpatki | 2017-01-07 | 1 | -0/+6 |
* | Fix style guide violations | Rafael Mendonça França | 2017-01-05 | 1 | -1/+0 |
* | Merge pull request #27399 from sinogermany/rails-env-for-empty-string-env-vars | Rafael Mendonça França | 2017-01-03 | 1 | -0/+12 |
|\ |
|
| * | Rails.env falls back to dev mode when env var is empty | Daniel Deng | 2017-01-04 | 1 | -0/+12 |
* | | Fix configuration test now that Metal#env was removed | Rafael Mendonça França | 2017-01-03 | 1 | -1/+1 |
* | | Revert "Merge pull request #27550 from mtsmfm/fix-generator-command-for-neste... | Rafael Mendonça França | 2017-01-03 | 1 | -20/+0 |
* | | Merge pull request #27550 from mtsmfm/fix-generator-command-for-nested-rails-... | Rafael França | 2017-01-03 | 1 | -0/+20 |
|\ \ |
|
| * | | Fix generator command for nested (namespaced) rails engine | Fumiaki MATSUSHIMA | 2017-01-03 | 1 | -0/+20 |
* | | | Remove test to the db:test:clone | Rafael Mendonça França | 2017-01-03 | 1 | -10/+0 |
* | | | Remove deprecated CONTROLLER environment variable for routes task | Rafael Mendonça França | 2017-01-03 | 1 | -42/+25 |
* | | | Remove deprecated config.serve_static_files | Rafael Mendonça França | 2017-01-03 | 1 | -10/+0 |
* | | | Remove deprecated `config.static_cache_control` | Rafael Mendonça França | 2017-01-03 | 1 | -10/+0 |
|/ / |
|
* | | Remove bin/yarn if yarn is skipped, tidy up tests | Prathamesh Sonpatki | 2017-01-01 | 1 | -0/+7 |
* | | Enforce middleware ordering with a test, instead of comments | Matthew Draper | 2016-12-31 | 1 | -3/+34 |
* | | Merge pull request #27515 from kbrock/fix_log_remote_ip_before_dispatcher_ips... | Matthew Draper | 2016-12-31 | 1 | -2/+2 |
|\ \ |
|
| * | | Allow log remote ip addres when config.action_dispatch.trusted_proxies passed | Leonid Batizhevsky | 2016-12-30 | 1 | -1/+1 |
|/ / |
|
* | | `#tables` and `#table_exists?` and returns only tables and not views | Rafael Mendonça França | 2016-12-29 | 1 | -5/+3 |
* | | Remove deprecated support to passing a column to #quote | Rafael Mendonça França | 2016-12-29 | 1 | -18/+1 |
* | | Merge branch 'master' into fix_26964 | Kasper Timm Hansen | 2016-12-29 | 18 | -48/+84 |
|\ \ |
|
| * \ | Merge branch 'master' into clear_all_environments_log_by_default | Rafael França | 2016-12-29 | 32 | -88/+204 |
| |\ \ |
|
| | * | | assert_equal takes expectation first | Akira Matsuda | 2016-12-26 | 1 | -1/+1 |
| | * | | Correct indent-accounting in controller route generation | Matthew Draper | 2016-12-25 | 1 | -1/+1 |