index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
railties
/
test
/
generators
/
shared_generator_tests.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Module#{attr,attr_accessor,attr_reader,attr_writer} become public since Ruby 2.5
Ryuta Kamizono
2018-12-21
1
-2
/
+2
*
Remove node_modules path from assets load paths since we use webpack by default
bogdanvlviv
2018-10-22
1
-5
/
+1
*
Remove `--skip-yarn` in favor of `--skip-javascript`
bogdanvlviv
2018-10-22
1
-1
/
+2
*
Remove yarn's files from `.gitignore` template for new rails app
bogdanvlviv
2018-10-21
1
-10
/
+0
*
Correct some tests related to changes in #33079 (#34272)
Bogdan
2018-10-22
1
-2
/
+2
*
Avoid running `webpacker:install` on tests that don't need it
yuuji.yaginuma
2018-10-20
1
-2
/
+2
*
Use `--skip-webpack-install` by default
yuuji.yaginuma
2018-10-09
1
-4
/
+4
*
Avoid `webpacker:install` if unnecessary
yuuji.yaginuma
2018-10-09
1
-4
/
+4
*
Fix tests related to new JavaScript path for generators
Prathamesh Sonpatki
2018-10-05
1
-2
/
+2
*
Make Webpacker the default JavaScript compiler for Rails 6 (#33079)
David Heinemeier Hansson
2018-09-30
1
-12
/
+11
*
Enable `Performance/UnfreezeString` cop
yuuji.yaginuma
2018-09-23
1
-1
/
+1
*
Add cop for preferring 'Foo.method' over 'Foo::method'
Andrew White
2018-02-22
1
-1
/
+1
*
Clean up railties tests
bogdanvlviv
2018-01-10
1
-2
/
+0
*
Prevent to install gems when run test (#31564)
Yuji Yaginuma
2017-12-26
1
-1
/
+3
*
Move `test_skip_bundle` to `AppGeneratorTest`
yuuji.yaginuma
2017-12-24
1
-9
/
+0
*
Remove redundant passing --skip-active-storage in test cases
bogdanvlviv
2017-11-08
1
-1
/
+1
*
Do not run `active_storage:install` when bundle install is skipped
yuuji.yaginuma
2017-11-08
1
-1
/
+0
*
`rails new` runs `rails active_storage:install`
bogdanvlviv
2017-11-06
1
-8
/
+21
*
Add --skip-active-storage and do so automatically when --skip-active-record i...
bogdanvlviv
2017-11-06
1
-0
/
+91
*
Add credentials using a generic EncryptedConfiguration class (#30067)
David Heinemeier Hansson
2017-09-11
1
-1
/
+1
*
Move common tests from `AppGeneratorTest` and `PluginGeneratorTest` to `Share...
bogdanvlviv
2017-08-17
1
-0
/
+114
*
Add --skip-yarn option to the plugin generator
bogdanvlviv
2017-08-15
1
-0
/
+30
*
Adding frozen_string_literal pragma to Railties.
Pat Allan
2017-08-14
1
-0
/
+2
*
Railties updates for frozen string literals.
Pat Allan
2017-08-14
1
-1
/
+1
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
1
-1
/
+0
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
1
-0
/
+1
*
Should escape meta characters in regexp
Ryuta Kamizono
2017-05-07
1
-2
/
+2
*
Initalize git repo when creatin new rails app
dixpac
2017-01-12
1
-0
/
+1
*
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
1
-1
/
+1
*
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
1
-5
/
+5
*
applies new string literal convention in railties/test
Xavier Noria
2016-08-06
1
-10
/
+10
*
Do not run `bundle install` when generating a new plugin.
Rafael Mendonça França
2016-07-01
1
-35
/
+0
*
ApplicationMailer should be generated by default just like every other Applic...
David Heinemeier Hansson
2015-12-17
1
-2
/
+1
*
Remove unneeded generator variable.
Kasper Timm Hansen
2015-09-22
1
-1
/
+0
*
Removed mocha from Railites PluginGeneratorTest
Ronak Jangir
2015-09-22
1
-14
/
+35
*
Display a more human readable list of reserved names
Robin Dupret
2015-07-01
1
-1
/
+1
*
Removed duplicate test cases for template execution
Ronak Jangir
2015-06-04
1
-9
/
+0
*
Omit .keep in .gitignore when generated with --skip-keeps.
Ben Pickles
2015-05-22
1
-1
/
+5
*
list reserved words in generator error
Sean Linsley
2015-05-05
1
-1
/
+1
*
Change option description and update test names
Melanie Gilman
2015-01-29
1
-1
/
+1
*
Update option to skip test in generators
Melanie Gilman
2015-01-27
1
-1
/
+1
*
Swallow bundler exceptions when running tests
Robin Dupret
2014-04-27
1
-5
/
+8
*
Install Spring preloader when generating new applications
Jon Leighton
2013-12-03
1
-6
/
+10
*
Don't require using application_name before options
Piotr Sarnacki
2013-09-13
1
-5
/
+0
*
Fix Typo existant -> existent [ci skip]
Prathamesh Sonpatki
2013-05-08
1
-2
/
+2
*
Remove `--builder` option from `rails` command
Prem Sichanugrist
2013-02-24
1
-58
/
+0
*
Gist URLs are now namespaced
Akira Matsuda
2013-02-18
1
-3
/
+3
*
Introduce ./bin for your app's executables: bin/bundle, bin/rails, bin/rake. ...
Jeremy Kemper
2013-01-06
1
-2
/
+2
*
fix failing test broken in 15fb7889c5566ddade1d8f74f49bbbc1c0be6057
Akira Matsuda
2013-01-05
1
-1
/
+1
*
Revert "Install binstubs by default"
Jeremy Kemper
2012-12-28
1
-3
/
+3
[next]