| Commit message (Expand) | Author | Age | Files | Lines |
* | registers these changes in the CHANGELOGs | Xavier Noria | 2015-11-11 | 1 | -0/+5 |
* | encapsulates the logic to choose the file monitor in app config | Xavier Noria | 2015-11-10 | 1 | -1/+9 |
* | upgrade listen to 3.0.4 | Xavier Noria | 2015-11-08 | 1 | -1/+1 |
* | move the listen gem in the Gemfile to the development group | Xavier Noria | 2015-11-08 | 1 | -3/+4 |
* | implements an evented file update checker [Puneet Agarwal] | Xavier Noria | 2015-11-08 | 2 | -1/+4 |
* | fix application_controller require_dependency path generated by api scaffold ... | yuuji.yaginuma | 2015-11-08 | 2 | -1/+25 |
* | [ci skip] Remove final mentions of `static_cache_control` in docs. | Kasper Timm Hansen | 2015-11-05 | 1 | -1/+3 |
* | Fix `static_cache_control` deprecation warning | Jon Atack | 2015-11-05 | 1 | -3/+6 |
* | Replace `serve_static_files` in tests with `public_file_server.enabled`. | Kasper Timm Hansen | 2015-11-04 | 4 | -5/+5 |
* | Merge pull request #22173 from kaspth/enable-public-file-server | Kasper Timm Hansen | 2015-11-04 | 6 | -12/+84 |
|\ |
|
| * | Move `static_cache_contorl` deprecation changelog entry to Railties. | Kasper Timm Hansen | 2015-11-04 | 1 | -0/+22 |
| * | Add enabled flag to the public file server. | Kasper Timm Hansen | 2015-11-03 | 6 | -12/+62 |
* | | don't start a new process for every test file | Aaron Patterson | 2015-11-03 | 1 | -8/+21 |
|/ |
|
* | added missing instructions for `rack-cors` | Gaurav Sharma | 2015-11-03 | 1 | -2/+4 |
* | Make `db:migrate:status` to render `1_some.rb` format migrate files. | yui-knk | 2015-11-02 | 1 | -0/+22 |
* | Merge pull request #22152 from y-yagi/remove_sass-cache_from_gitignore | Andrew White | 2015-11-02 | 1 | -1/+0 |
|\ |
|
| * | remove unnecessary `.sass-cache` from plugin's gitignore template | yuuji.yaginuma | 2015-11-02 | 1 | -1/+0 |
* | | Route generator should be idempotent - closes #22082 | Thiago Pinto | 2015-10-31 | 3 | -1/+20 |
|/ |
|
* | rails/application: allow passing an env to config_for | Simon Eskildsen | 2015-10-30 | 3 | -2/+22 |
* | Add version constraint to database gem in generated application | Rafael Mendonça França | 2015-10-29 | 4 | -17/+32 |
* | Properly indent '<head>' and '<body>' within '<html>' | Sean Collins | 2015-10-29 | 1 | -16/+17 |
* | Merge pull request #21998 from kddeisz/rake_task_statistics | Arthur Nogueira Neves | 2015-10-28 | 5 | -1/+23 |
|\ |
|
| * | Allow rake:stats to account for rake tasks | Kevin Deisz | 2015-10-19 | 5 | -1/+23 |
* | | raise `ArgumentError` when `SECRET_KEY_BASE` is an integer | Arun Agrawal | 2015-10-27 | 2 | -0/+16 |
* | | Merge pull request #19924 from iamvery/db-tasks-exit-status | Sean Griffin | 2015-10-26 | 1 | -0/+52 |
|\ \ |
|
| * | | Exit with non-zero status when db:drop fails | Jay Hayes | 2015-10-20 | 1 | -0/+10 |
| * | | Exit with non-zero status when db:create fails | Jay Hayes | 2015-10-20 | 1 | -0/+17 |
| * | | Fix test of drop failure | Jay Hayes | 2015-10-20 | 1 | -4/+1 |
| * | | Add tests to verify exit status for create/drop failures | Jay Hayes | 2015-10-20 | 1 | -0/+28 |
* | | | Tweaked wording used in some tests. | Sebastian McKenzie | 2015-10-25 | 1 | -3/+3 |
* | | | Use thor class_option to make the primary_key_type option work | Rafael Mendonça França | 2015-10-23 | 2 | -6/+10 |
* | | | Move default uuid generation to active_record | Jon McCartie | 2015-10-23 | 2 | -8/+4 |
* | | | remove unnecessary readme in dummy application | yuuji.yaginuma | 2015-10-23 | 2 | -1/+14 |
* | | | `config.generators` should be docummented since it is public API | Rafael Mendonça França | 2015-10-22 | 1 | -1/+1 |
|/ / |
|
* | | Revert " Added an example to show how common secrets can be shared across mul... | Sean Griffin | 2015-10-20 | 1 | -16/+0 |
* | | Merge pull request #19898 from prathamesh-sonpatki/common-secrets | Sean Griffin | 2015-10-20 | 1 | -0/+16 |
|\ \ |
|
| * | | Added example of sharing secrets in multiple environments in secrets.yml | Prathamesh Sonpatki | 2015-05-26 | 1 | -0/+16 |
* | | | Set active_record config for always creating uuids in generators | Jon McCartie | 2015-10-20 | 2 | -0/+18 |
* | | | Merge pull request #21978 from ctreatma/console_helper_reload | Sean Griffin | 2015-10-19 | 1 | -1/+1 |
|\ \ \
| |_|/
|/| | |
|
| * | | Fix #21977: Removes memoization of helpers in Rails console | Charles Treatman | 2015-10-16 | 1 | -1/+1 |
* | | | remove useless method | yuuji.yaginuma | 2015-10-18 | 1 | -4/+0 |
* | | | Use "rake time:zones:all" instead of "rake -D time" [ci skip] | Marat Galiev | 2015-10-17 | 1 | -1/+1 |
|/ / |
|
* | | Merge pull request #21961 from Gaurav2728/migration_class_methods_nodoc | Arthur Nogueira Neves | 2015-10-14 | 1 | -5/+5 |
|\ \ |
|
| * | | migrations Class methods have nodoc, fix it for API [ci skip] | Gaurav Sharma | 2015-10-14 | 1 | -5/+5 |
* | | | Merge pull request #20908 from y-yagi/generate_application_job_inside_engine | Arthur Nogueira Neves | 2015-10-13 | 2 | -0/+9 |
|\ \ \ |
|
| * | | | add application_job.rb to template of mountable engine | yuuji.yaginuma | 2015-07-17 | 2 | -0/+9 |
* | | | | Merge pull request #19135 from yuki24/access-control-support | Jeremy Daer | 2015-10-13 | 5 | -6/+46 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | Add the ability of returning arbitrary headers to ActionDispatch::Static | Yuki Nishijima | 2015-06-13 | 5 | -6/+46 |
* | | | | Merge pull request #17388 from akampjes/master | Arthur Nogueira Neves | 2015-10-12 | 1 | -0/+11 |
|\ \ \ \ |
|
| * | | | | ActionMailer https on URL with force_ssl = true | Andrew Kampjes | 2015-08-14 | 1 | -0/+11 |