| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | Allow irb options to be passed from `rails console` command | yuuji.yaginuma | 2017-05-08 | 3 | -6/+32 |
* | | rake -T should load development env by default, not test | Timo Kilpilehto | 2017-05-10 | 1 | -1/+1 |
* | | Merge pull request #29022 from y-yagi/allow_to_receive_arbitrary_arguments_in... | Matthew Draper | 2017-05-10 | 1 | -1/+1 |
|\ \ |
|
| * | | Allow to receive arbitrary arguments in `aggregated_results` | yuuji.yaginuma | 2017-05-10 | 1 | -1/+1 |
| |/ |
|
* | | Merge pull request #28995 from jcoyne/update_capybara | Matthew Draper | 2017-05-09 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | Allow capybara minor releases | Justin Coyne | 2017-05-05 | 1 | -1/+1 |
* | | Should escape meta characters in regexp | Ryuta Kamizono | 2017-05-07 | 11 | -75/+75 |
|/ |
|
* | Move `package.json` creation to `create_root_files` | yuuji.yaginuma | 2017-05-04 | 1 | -4/+5 |
* | Merge pull request #28943 from koshigoe/port-arg-has-precedence-over-env-var | Rafael França | 2017-05-01 | 2 | -2/+15 |
|\ |
|
| * | CLI arg `--port` has precedence over env `PORT`. | koshigoe | 2017-05-01 | 2 | -2/+15 |
* | | Merge pull request #28939 from kirs/maintain_test_schema_friendly | Andrew White | 2017-05-01 | 1 | -1/+6 |
|\ \ |
|
| * | | Friendly maintain schema failure | Kir Shatrov | 2017-04-30 | 1 | -1/+6 |
| |/ |
|
* / | Remove unnecessary `package.json` deletion | yuuji.yaginuma | 2017-05-01 | 1 | -4/+0 |
|/ |
|
* | Cleanup CHANGELOGs [ci skip] | Ryuta Kamizono | 2017-04-30 | 1 | -1/+0 |
* | 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 | 3 | -4/+49 |
|\ |
|
| * | Added a shared section to config/database.yml that will be loaded for all env... | Pierre Schambacher | 2017-04-26 | 3 | -4/+49 |
* | | 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 | 3 | -4/+61 |
|\ \
| |/
|/| |
|
| * | Pass request params to ActionMailer::Preview | Alexey Zapparov | 2017-03-01 | 3 | -4/+61 |
* | | Merge pull request #28839 from y-yagi/fix-yarn-exit-status | Rafael França | 2017-04-25 | 1 | -2/+3 |
|\ \ |
|
| * | | Ensure bin/yarn matches the one generated by webpacker | yuuji.yaginuma | 2017-04-23 | 1 | -2/+3 |
* | | | Merge pull request #28831 from kamipo/respond_to_missing_should_be_private | Rafael França | 2017-04-25 | 1 | -4/+4 |
|\ \ \ |
|
| * | | | `respond_to_missing?` should be private | Ryuta Kamizono | 2017-04-22 | 1 | -4/+4 |
* | | | | 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 |
* | | Namespace CSS selectors on error pages | Jan Krutisch | 2017-04-20 | 4 | -18/+25 |
* | | Merge pull request #28708 from y-yagi/dont_generate_system_test_files | Rafael França | 2017-04-19 | 2 | -0/+15 |
|\ \ |
|
| * | | Don't generate system test files if `skip_system_test` option is specified | yuuji.yaginuma | 2017-04-12 | 2 | -0/+15 |
* | | | Use released sass-rails instead of master version | Rafael Mendonça França | 2017-04-19 | 1 | -1/+1 |
* | | | 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 | 3 | -4/+4 |
|\ \ \ |
|
| * | | | Add `form_with_generates_remote_forms` config. | Kasper Timm Hansen | 2017-04-16 | 3 | -4/+4 |
* | | | | 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 | 4 | -18/+31 |
|/ / / |
|
* | | | Make code statistics task handle system tests properly | yuuji.yaginuma | 2017-04-13 | 1 | -1/+2 |
* | | | Fix rubocop violations | yuuji.yaginuma | 2017-04-12 | 1 | -1/+1 |
|/ / |
|
* | | Spaces | Rafael Mendonça França | 2017-04-07 | 1 | -0/+1 |
* | | More :scissors: | Rafael Mendonça França | 2017-04-07 | 1 | -1/+1 |
* | | :scissors: | Rafael França | 2017-04-07 | 1 | -1/+1 |
* | | Remove duplicated "test" prefix | Ryuta Kamizono | 2017-04-07 | 2 | -4/+4 |
* | | Merge pull request #28671 from y-yagi/use_appropriate_type_to_header_option | Matthew Draper | 2017-04-05 | 1 | -1/+1 |
|\ \ |
|
| * | | Use appropriate type to `header` option | yuuji.yaginuma | 2017-04-05 | 1 | -1/+1 |
* | | | Merge pull request #27832 from bdewater/backtrace-silencer-regex | Matthew Draper | 2017-04-04 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | Update backtrace cleaner to use `Regexp#match?` | Bart de Water | 2017-02-13 | 1 | -1/+1 |
* | | | | 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 |