aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators
Commit message (Expand)AuthorAgeFilesLines
* Add missing module namespacing wrapperShota Iguchi2017-02-151-0/+2
* 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
* | remove `ActiveSupport.halt_callback_chains_on_return_false` from everywhereyuuji.yaginuma2017-02-081-3/+0
* | 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
|/ /
* | Added warning for reserved YAML keywords.Rich Seviora2017-01-301-0/+10
* | 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
|/ /
* | 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
* | | | Fix all rubocop violationsRafael Mendonça França2017-01-171-1/+0
* | | | 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
* | | | Merge pull request #27601 from y-yagi/make_work_all_commands_from_engineKasper Timm Hansen2017-01-151-0/+1
|\ \ \ \
| * | | | make all rails commands work in engineyuuji.yaginuma2017-01-091-0/+1
| |/ / /
* | | | 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-131-1/+1
| |/ / |/| |
* | | Reduce string objects by using \ instead of + or << for concatenating stringsAkira Matsuda2017-01-123-5/+5
|/ /
* / Don't generate HTML/ERB templates for scaffold controller with --api flagPrathamesh Sonpatki2017-01-071-1/+6
|/
* `self.` is not needed when calling its own instance methodAkira Matsuda2017-01-055-5/+5
* Revert "Merge pull request #27550 from mtsmfm/fix-generator-command-for-neste...Rafael Mendonça França2017-01-035-6/+6
* Merge pull request #27550 from mtsmfm/fix-generator-command-for-nested-rails-...Rafael França2017-01-035-6/+6
|\
| * Fix generator command for nested (namespaced) rails engineFumiaki MATSUSHIMA2017-01-035-6/+6
* | Merge pull request #27435 from kamipo/follow_up_25307Sean Griffin2017-01-032-2/+2
|\ \ | |/ |/|
| * Active Record supports MySQL >= 5.1.10Ryuta Kamizono2016-12-222-2/+2
* | Remove bin/yarn if yarn is skipped, tidy up testsPrathamesh Sonpatki2017-01-011-2/+2
* | remove unnecessary `remove_file`yuuji.yaginuma2017-01-011-1/+0
* | remove `skip_bundle` option from plugin generatoryuuji.yaginuma2016-12-312-3/+3
* | Remove deprecated support to passing a column to #quoteRafael Mendonça França2016-12-291-0/+1
* | Correct indent-accounting in controller route generationMatthew Draper2016-12-251-11/+14
* | Privatize unneededly protected methods in RailtiesAkira Matsuda2016-12-2516-86/+90
* | Describe what we are protectingAkira Matsuda2016-12-232-0/+4
|/
* Remove unused method `namespaced_file_path`Fumiaki MATSUSHIMA2016-12-141-4/+0
* Don't assign a default to `webpack`.Kasper Timm Hansen2016-12-121-2/+2
* Add option to trigger JS framework-specific installation as part of webpack s...David Heinemeier Hansson2016-12-121-2/+5
* Oops!Akira Matsuda2016-12-121-1/+1
* :nail_care:Akira Matsuda2016-12-121-2/+2
* run `webpack` command only when webpack option is specifiedyuuji.yaginuma2016-12-101-1/+1
* gemfile entry method need to return an empty array rather than nil (#27318)Yuji Yaginuma2016-12-091-4/+4
* Use GitHub webpacker until closer to releaseDavid Heinemeier Hansson2016-12-091-1/+1
* Basic --webpack delegation to new webpacker gem (#27288)David Heinemeier Hansson2016-12-092-1/+16