aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails
Commit message (Expand)AuthorAgeFilesLines
* allow use of minitest-rails gem with test runnerChris Kottom2015-11-301-1/+1
* add `bin/test` script to rails pluginyuuji.yaginuma2015-11-284-6/+18
* let the generated app Gemfile depend on listen 3.0.5Xavier Noria2015-11-261-1/+1
* Merge pull request #22263 from mastahyeti/csrf-origin-checkRafael França2015-11-261-0/+4
|\
| * Add option to verify Origin header in CSRF checksBen Toews2015-11-251-0/+4
* | Merge pull request #22401 from cllns/remove-br-from-scaffoldKasper Timm Hansen2015-11-252-3/+7
|\ \
| * | Remove <br> from scaffold, in favor of using CSSSean Collins2015-11-252-3/+7
* | | Merge pull request #22290 from y-yagi/donot_show_test_unit_jobEileen M. Uchitelle2015-11-251-0/+1
|\ \ \ | |/ / |/| |
| * | do not show Active Job test generatoryuuji.yaginuma2015-11-141-0/+1
* | | Merge pull request #22370 from yui-knk/remove_blank_lineAndrew White2015-11-241-1/+0
|\ \ \
| * | | Remove a blank line from a template for plugin `routes.rb`yui-knk2015-11-221-1/+0
* | | | Merge pull request #22287 from dharamgollapudi/patch-2Rafael França2015-11-241-2/+1
|\ \ \ \
| * | | | Move the desc one level up Dharam Gollapudi2015-11-131-2/+1
| | |/ / | |/| |
* | | | Merge pull request #22272 from y-yagi/remove_test_files_in_plugin_gemspecEileen M. Uchitelle2015-11-231-3/+0
|\ \ \ \ | |_|/ / |/| | |
| * | | don't package test files in plugin gemspecyuuji.yaginuma2015-11-121-3/+0
| | |/ | |/|
* | | Make the `static_index` config part of the `config.public_server` configYuki Nishijima2015-11-162-3/+3
| |/ |/|
* | Prefer Minitest's location for test failures.Kasper Timm Hansen2015-11-121-2/+8
* | 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-081-1/+1
|/
* [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
* Add enabled flag to the public file server.Kasper Timm Hansen2015-11-034-6/+27
* added missing instructions for `rack-cors`Gaurav Sharma2015-11-031-2/+4
* 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-311-1/+1
|/
* rails/application: allow passing an env to config_forSimon Eskildsen2015-10-301-2/+2
* Add version constraint to database gem in generated applicationRafael Mendonça França2015-10-293-13/+24
* 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-283-1/+3
|\
| * Allow rake:stats to account for rake tasksKevin Deisz2015-10-193-1/+3
* | raise `ArgumentError` when `SECRET_KEY_BASE` is an integerArun Agrawal2015-10-271-0/+3
* | Move default uuid generation to active_recordJon McCartie2015-10-231-5/+0
* | remove unnecessary readme in dummy applicationyuuji.yaginuma2015-10-231-1/+1
* | `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-201-0/+5
* | | 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-131-0/+5
|\ \ \
| * | | add application_job.rb to template of mountable engineyuuji.yaginuma2015-07-171-0/+5