aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #28013 from iguchi1124/fix-missing-namespace-wrapperGodfrey Chan2017-02-191-0/+2
|\
| * Add missing module namespacing wrapperShota Iguchi2017-02-151-0/+2
* | Share the common implementation between apps and engines.Kasper Timm Hansen2017-02-181-12/+7
|/
* Merge pull request #27605 from mtsmfm/fix-generator-command-for-nested-rails-...Godfrey Chan2017-02-142-3/+7
|\
| * Fix generator command for nested (namespaced) rails engine (take 2)Fumiaki MATSUSHIMA2017-01-072-3/+7
* | Add `Style/EmptyLinesAroundMethodBody` in `.rubocop.yml` and remove extra emp...Ryuta Kamizono2017-02-121-1/+0
* | Fix rubocop violationsRafael Mendonça França2017-02-091-1/+1
* | remove `ActiveSupport.halt_callback_chains_on_return_false` from everywhereyuuji.yaginuma2017-02-081-3/+0
* | Merge pull request #27802 from domcleal/27801-multiple-rake-testsKasper Timm Hansen2017-02-051-7/+7
|\ \
| * | Collect all file patterns when running multiple rake test tasksDominic Cleal2017-02-041-7/+7
* | | Merge pull request #27891 from y-yagi/ignore_yarn_error_logEileen M. Uchitelle2017-02-031-0/+1
|\ \ \
| * | | Ignore yarn error log fileyuuji.yaginuma2017-02-031-0/+1
| |/ /
* / / generate mailer layout files only when it does not existyuuji.yaginuma2017-02-021-1/+1
|/ /
* | Merge pull request #27842 from richseviora/masterRafael França2017-01-311-0/+10
|\ \
| * | Added warning for reserved YAML keywords.Rich Seviora2017-01-301-0/+10
* | | Merge pull request #27647 from Shopify/fully-eagerload-journeyRafael França2017-01-302-1/+17
|\ \ \
| * | | Fully initialize routes before the first request is handledJean Boussier2017-01-182-1/+17
* | | | Merge pull request #27784 from y-yagi/add_warnings_option_to_test_runnerRafael França2017-01-301-0/+5
|\ \ \ \ | |_|/ / |/| | |
| * | | add warnings option to test runneryuuji.yaginuma2017-01-241-0/+5
* | | | Modernize SQL Server database YAML for Linux/vNext.Ken Collins2017-01-271-21/+4
* | | | s/an/a/Akira Matsuda2017-01-261-1/+1
* | | | Merge pull request #27772 from y-yagi/remove_unreachable_codeSantiago Pastorino2017-01-242-8/+0
|\ \ \ \
| * | | | remove unreachable codeyuuji.yaginuma2017-01-232-8/+0
| |/ / /
* / / / do not run `git init` when specify the `pretend` optionyuuji.yaginuma2017-01-231-1/+1
|/ / /
* | | Make Yarn quieter during precompilation as that is typically run by a deploy ...David Heinemeier Hansson2017-01-191-1/+1
* | | only enhance when `assets:precompile` task is definedyuuji.yaginuma2017-01-181-1/+3
* | | load yarn.rakeyuuji.yaginuma2017-01-181-0/+1
* | | Merge pull request #27632 from dixpac/repo_initializeRafael Mendonça França2017-01-181-0/+7
|\ \ \
| * | | Initalize git repo when creatin new rails appdixpac2017-01-121-0/+7
* | | | Merge pull request #27653 from s-jcs/feature/adjust_indentation_for_generatorRafael França2017-01-181-1/+1
|\ \ \ \
| * | | | match indentationsnin0422017-01-121-1/+1
* | | | | Add channel_prefix support to ActionCable redis/evented_redis adapters.Chad Ingram2017-01-171-0/+1
* | | | | Merge pull request #27706 from y-yagi/allow_to_pass_describe_option_to_rakeRafael França2017-01-172-2/+4
|\ \ \ \ \
| * | | | | allow to pass describe option to rakeyuuji.yaginuma2017-01-172-2/+4
* | | | | | Fix all rubocop violationsRafael Mendonça França2017-01-172-3/+2
* | | | | | Merge pull request #27717 from JunichiIto/fix-byebug-platformRafael França2017-01-171-1/+1
|\ \ \ \ \ \
| * | | | | | Change `platform` to `platforms`Junichi Ito2017-01-181-1/+1
| * | | | | | Install Byebug gem as default in Windows (mingw and x64_mingw) platform.Junichi Ito2017-01-181-1/+1
| |/ / / / /
* | | | | | Be a bit more explicit rather than relying on the default taskDavid Heinemeier Hansson2017-01-171-1/+1
* | | | | | Make yarn install available as a rake task via yarn:install so we can use tha...David Heinemeier Hansson2017-01-171-0/+9
|/ / / / /
* | | | | Merge pull request #27601 from y-yagi/make_work_all_commands_from_engineKasper Timm Hansen2017-01-155-27/+20
|\ \ \ \ \
| * | | | | make all rails commands work in engineyuuji.yaginuma2017-01-095-27/+20
* | | | | | remove unnecessary addition of `lib`yuuji.yaginuma2017-01-151-1/+0
* | | | | | Rails::Generators::AppBase::GemfileEntry needs anonymous superclassAkira Matsuda2017-01-131-1/+1
* | | | | | class Foo < Struct.new(:x) creates an extra unneeded anonymous classAkira Matsuda2017-01-132-2/+2
| |_|/ / / |/| | | |
* | | | | Reduce string objects by using \ instead of + or << for concatenating stringsAkira Matsuda2017-01-125-8/+8
* | | | | Merge pull request #27652 from y-yagi/remove_unused_requireRafael França2017-01-113-6/+0
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | remove unused requiresyuuji.yaginuma2017-01-123-6/+0
| |/ / /
* | | | Merge branch 'master' of github.com:rails/docrailsVijay Dev2017-01-116-14/+14
|\ \ \ \ | |_|/ / |/| | |
| * | | Small grammar fixes in `Rails::Paths`Jon Moss2016-12-201-2/+2