aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-1317-18/+0
* Remove redundant blank line at the bottom of the generated controller testyuuji.yaginuma2019-06-071-1/+1
* Fix rubocop violationyuuji.yaginuma2019-06-051-2/+1
* Bring `after_bundle` back to API document [ci skip]yuuji.yaginuma2019-05-291-1/+6
* Skip needless spaces from generated app layout.Kasper Timm Hansen2019-05-261-1/+1
* Bump Gemfile entry jbuilder versionAnton Rieder2019-05-231-1/+1
* Update the sqlite db yaml template to match others and mention proper support...Vipul A M2019-05-122-2/+2
* Use a better requirement for sass-rails 6 prereleasesDavid Rodríguez2019-05-091-1/+1
* Make generated test work even when using virtual attributesyuuji.yaginuma2019-05-054-7/+17
* Bump bootsnap to a version with disables iseq_cache for Ruby 2.5Prathamesh Sonpatki2019-04-261-1/+1
* Merge pull request #36067 from st0012/update-generator-for-api-appRafael França2019-04-232-0/+4
|\
| * Remove action_controller.perform_caching from api app's configsst00122019-04-242-0/+4
* | Merge pull request #35852 from larouxn/resurrectionRafael França2019-04-231-0/+7
|\ \ | |/ |/|
| * Burn unnecessary files 🔥Nicholas La Roux2019-04-053-19/+0
| * Style fixesNicholas La Roux2019-04-051-3/+3
| * Resurrect generator templatesNicholas La Roux2019-04-052-0/+4
| * Resurrect js/js engine options and generatorsNicholas La Roux2019-04-052-0/+22
* | Allow sass-rails greater than 5.x in new appsGuillermo Iguaran2019-04-221-1/+1
* | Add `null: false` constraint by default for `belongs_to` associationsPrathamesh Sonpatki2019-04-191-2/+8
* | Factorize bin/update in bin/setup, and make bin/setup idempotentDavid Stosik2019-04-172-35/+3
* | generate config.cache_classes = false if SpringXavier Noria2019-04-141-5/+10
* | Delete not user method for plugin_generatorsoartec-lab2019-04-091-15/+0
|/
* Use `execute_batch2` rather than `execute_batch` to fix performance regressio...Ryuta Kamizono2019-04-041-1/+1
* Don't normalize `original_app_name`Ryuta Kamizono2019-04-031-2/+2
* Merge pull request #35805 from excid3/attachments-field-generatorsRafael França2019-04-027-20/+51
|\
| * Add attachment and attachments field generatorsChris Oliver2019-03-307-20/+51
* | Include final newline in generated .ruby-versionOrhan Toy2019-04-011-1/+1
|/
* Add rich_text field to model generatorsChris Oliver2019-03-282-10/+19
* bumps Zeitwerk and BootsnapXavier Noria2019-03-261-1/+1
* Use webdrivers instead of chromedriver-helper in new appsGuillermo Iguaran2019-03-241-2/+2
* Indentation >>Akira Matsuda2019-03-131-3/+3
* Fix links in gemspec and docs from http to https.Abhay Nikam2019-03-091-1/+1
* Don't lock the webpacker gem by its patch versionSharang Dashputre2019-03-091-1/+1
* Use the latest stable release of webpackerSharang Dashputre2019-03-091-1/+1
* Add version awareness to rails db:system:changeGannon McGibbon2019-03-081-2/+12
* Correctly escape ERB tagyuuji.yaginuma2019-03-041-1/+1
* Add an example about how to load images under app/javascript/imagesGuillermo Iguaran2019-03-031-0/+8
* Depend on bootsnap 1.4.1Rafael Mendonça França2019-02-251-1/+1
* Let Zeitwerk be a dependency of Active SupportXavier Noria2019-02-131-3/+1
* Zeitwerk integrationXavier Noria2019-02-121-2/+4
* Rename database_operations config to *_contextJohn Hawthorn2019-02-071-4/+5
* Remove finalizer and configurationAaron Patterson2019-02-061-3/+0
* Set sqlite3 gem version explicitly in generated GemfileSergey Ponomarev2019-02-051-0/+1
* Enable `Lint/ErbNewArguments` cop to avoid the deprecated arguments warningRyuta Kamizono2019-02-011-2/+1
* Merge pull request #34980 from y-yagi/fixes_34979Yuji Yaginuma2019-01-311-2/+4
|\
| * Don't add `RAILS_ENV` in generate actionyuuji.yaginuma2019-01-191-2/+4
* | Adds basic automatic database switching to RailsEileen Uchitelle2019-01-301-0/+20
* | Changed webserver to web server.alkesh262019-01-222-3/+3
|/
* Use released webpackerRafael Mendonça França2019-01-171-1/+1
* Remove deprecated `after_bundle` helper inside plugins templatesRafael Mendonça França2019-01-173-21/+12