aboutsummaryrefslogtreecommitdiffstats
path: root/railties
Commit message (Expand)AuthorAgeFilesLines
* Prefer Minitest's location for test failures.Kasper Timm Hansen2015-11-122-3/+9
* Don't match specific line numbers in reporter tests.Kasper Timm Hansen2015-11-121-4/+4
* registers these changes in the CHANGELOGsXavier Noria2015-11-111-0/+5
* encapsulates the logic to choose the file monitor in app configXavier Noria2015-11-101-1/+9
* upgrade listen to 3.0.4Xavier Noria2015-11-081-1/+1
* move the listen gem in the Gemfile to the development groupXavier Noria2015-11-081-3/+4
* implements an evented file update checker [Puneet Agarwal]Xavier Noria2015-11-082-1/+4
* fix application_controller require_dependency path generated by api scaffold ...yuuji.yaginuma2015-11-082-1/+25
* [ci skip] Remove final mentions of `static_cache_control` in docs.Kasper Timm Hansen2015-11-051-1/+3
* Fix `static_cache_control` deprecation warningJon Atack2015-11-051-3/+6
* Replace `serve_static_files` in tests with `public_file_server.enabled`.Kasper Timm Hansen2015-11-044-5/+5
* Merge pull request #22173 from kaspth/enable-public-file-serverKasper Timm Hansen2015-11-046-12/+84
|\
| * Move `static_cache_contorl` deprecation changelog entry to Railties.Kasper Timm Hansen2015-11-041-0/+22
| * Add enabled flag to the public file server.Kasper Timm Hansen2015-11-036-12/+62
* | don't start a new process for every test fileAaron Patterson2015-11-031-8/+21
|/
* added missing instructions for `rack-cors`Gaurav Sharma2015-11-031-2/+4
* Make `db:migrate:status` to render `1_some.rb` format migrate files.yui-knk2015-11-021-0/+22
* Merge pull request #22152 from y-yagi/remove_sass-cache_from_gitignoreAndrew White2015-11-021-1/+0
|\
| * remove unnecessary `.sass-cache` from plugin's gitignore templateyuuji.yaginuma2015-11-021-1/+0
* | Route generator should be idempotent - closes #22082Thiago Pinto2015-10-313-1/+20
|/
* rails/application: allow passing an env to config_forSimon Eskildsen2015-10-303-2/+22
* Add version constraint to database gem in generated applicationRafael Mendonça França2015-10-294-17/+32
* Properly indent '<head>' and '<body>' within '<html>'Sean Collins2015-10-291-16/+17
* Merge pull request #21998 from kddeisz/rake_task_statisticsArthur Nogueira Neves2015-10-285-1/+23
|\
| * Allow rake:stats to account for rake tasksKevin Deisz2015-10-195-1/+23
* | raise `ArgumentError` when `SECRET_KEY_BASE` is an integerArun Agrawal2015-10-272-0/+16
* | Merge pull request #19924 from iamvery/db-tasks-exit-statusSean Griffin2015-10-261-0/+52
|\ \
| * | Exit with non-zero status when db:drop failsJay Hayes2015-10-201-0/+10
| * | Exit with non-zero status when db:create failsJay Hayes2015-10-201-0/+17
| * | Fix test of drop failureJay Hayes2015-10-201-4/+1
| * | Add tests to verify exit status for create/drop failuresJay Hayes2015-10-201-0/+28
* | | Tweaked wording used in some tests.Sebastian McKenzie2015-10-251-3/+3
* | | Use thor class_option to make the primary_key_type option workRafael Mendonça França2015-10-232-6/+10
* | | Move default uuid generation to active_recordJon McCartie2015-10-232-8/+4
* | | remove unnecessary readme in dummy applicationyuuji.yaginuma2015-10-232-1/+14
* | | `config.generators` should be docummented since it is public APIRafael Mendonça França2015-10-221-1/+1
|/ /
* | Revert " Added an example to show how common secrets can be shared across mul...Sean Griffin2015-10-201-16/+0
* | Merge pull request #19898 from prathamesh-sonpatki/common-secretsSean Griffin2015-10-201-0/+16
|\ \
| * | Added example of sharing secrets in multiple environments in secrets.ymlPrathamesh Sonpatki2015-05-261-0/+16
* | | Set active_record config for always creating uuids in generatorsJon McCartie2015-10-202-0/+18
* | | Merge pull request #21978 from ctreatma/console_helper_reloadSean Griffin2015-10-191-1/+1
|\ \ \ | |_|/ |/| |
| * | Fix #21977: Removes memoization of helpers in Rails consoleCharles Treatman2015-10-161-1/+1
* | | remove useless methodyuuji.yaginuma2015-10-181-4/+0
* | | Use "rake time:zones:all" instead of "rake -D time" [ci skip]Marat Galiev2015-10-171-1/+1
|/ /
* | Merge pull request #21961 from Gaurav2728/migration_class_methods_nodocArthur Nogueira Neves2015-10-141-5/+5
|\ \
| * | migrations Class methods have nodoc, fix it for API [ci skip]Gaurav Sharma2015-10-141-5/+5
* | | Merge pull request #20908 from y-yagi/generate_application_job_inside_engineArthur Nogueira Neves2015-10-132-0/+9
|\ \ \
| * | | add application_job.rb to template of mountable engineyuuji.yaginuma2015-07-172-0/+9
* | | | Merge pull request #19135 from yuki24/access-control-supportJeremy Daer2015-10-135-6/+46
|\ \ \ \ | |_|/ / |/| | |
| * | | Add the ability of returning arbitrary headers to ActionDispatch::StaticYuki Nishijima2015-06-135-6/+46