1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/railties/test/commands
Kevin Deisz da39688e26
Create a gitattributes file for templated apps
.gitattributes files are a useful way to mark certain metadata about paths in a git repository (https://git-scm.com/docs/gitattributes). This can include all kinds of information, but one of the more useful ones is that linguist (https://github.com/github/linguist, the tool that powers the language statistics/diff view of GitHub) respects certain attributes. For example:

* `linguist-vendored` paths will not be counted toward the language statistics
* `linguist-generated` paths will not have their diff shown by default

These little niceties can be really helpful over time, so we should add it to the default app generator.
2020-09-23 10:24:27 -04:00
..
console_test.rb Enable Layout/EmptyLinesAroundAccessModifier cop 2019-06-13 12:00:45 +09:00
credentials_test.rb Create a gitattributes file for templated apps 2020-09-23 10:24:27 -04:00
db_system_change_test.rb Remove more code for unsupported frontbase and ibm_db adapters 2020-04-12 11:45:28 +09:00
dbconsole_test.rb Deprecate config in dbconsole 2019-12-14 09:57:07 -05:00
dev_test.rb remove reference to global rails command and replace with bin/rails 2019-12-27 19:32:37 +00:00
encrypted_test.rb Don't load app environment when running encrypted commands 2020-05-12 12:06:05 -05:00
initializers_test.rb ✂️ [ci skip] 2020-09-16 09:52:10 +09:00
notes_test.rb Revert "Merge pull request #37215 from utilum/avoid_test_flunking_on_warning" 2019-12-25 17:13:09 +09:00
routes_test.rb Update Railties tests for 7e52d0a 2020-05-21 13:00:56 -04:00
secrets_test.rb Deprecate encrypted secrets in favor of credentials. 2017-11-12 17:50:09 +01:00
server_test.rb Allow using env var to specify pidfile 2019-06-19 14:06:38 +01:00