Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add /public/uploads for file upload gem Shrine (#3333) | MetaJuanito Fatas | 2020-03-11 | 1 | -0/+1 |
| | | | | | When using a file upload gem called Shrine, its file system mode put images under `public/uploads`. https://github.com/shrinerb/shrine/blob/053bcf297e092e9695731fb9b67a86780e898203/doc/storage/file_system.md | ||||
* | Add .env.* to optionally ignored files in Rails.gitignore. (#3065) | hshimoyama | 2019-12-06 | 1 | -2/+3 |
| | |||||
* | Upgrate to rails 6.0.0 (#3167) | Marlon Henry Schweigert | 2019-09-10 | 1 | -0/+1 |
| | | | | | | * Upgrate to rails 6.0.0 * Simplify Rails.gitignore | ||||
* | Don't ignore tmp and log directory (#2999) | OKURA Masafumi | 2019-03-14 | 1 | -3/+7 |
| | | | | https://weblog.rubyonrails.org/2019/3/13/Rails-4-2-5-1-5-1-6-2-have-been-released/ Rails `5.2.2.1` requires `tmp` directory committed to git repository for CI to run successfully. | ||||
* | Ignore public/assets in Rails .gitignore | Valentine C | 2018-10-06 | 1 | -0/+1 |
| | |||||
* | Add storage and yarn related entries for rails 5.2 | Gurvir Cheema | 2018-09-02 | 1 | -0/+12 |
| | |||||
* | Add exclude credential master key of Rails 5.2 | chimame | 2018-03-28 | 1 | -0/+1 |
| | |||||
* | Ignore node_modules (#2538) | Stefan | 2017-12-15 | 1 | -0/+4 |
| | | | Rails 5 uses npm to handle javascript dependancies, node_modules should not be checked in to git. | ||||
* | Double-asterisk misuse | Connor Taffe | 2017-03-23 | 1 | -1/+1 |
| | | | | `**.` is invalid | ||||
* | Remove config/secrets.yml | Steve Hull | 2016-08-08 | 1 | -2/+4 |
| | | | | Rails no longer generates this file with sensitive secrets (default now is to do `secret_key_base: <%= ENV["SECRET_KEY_BASE"] %>` in production). | ||||
* | Annotate .env addition | Max Woolf | 2016-05-12 | 1 | -0/+3 |
| | |||||
* | Add .env to optionally ignored files | Max Woolf | 2016-05-12 | 1 | -0/+1 |
| | | | | | | Many twelve-factor apps use environment variables rather than the built in Rails secrets mechanism to store secrets. The [dotenv](https://github.com/bkeepers/dotenv) gem is widely used for this purpose and allows environment variables to be loaded from the `.env` file. However, this file should not be committed to source control. This PR just adds the `.env` file to `.gitignore` so that these secrets aren't accidentally committed. In some rare instances, it may be required that this file is committed to source control so I've added it to the list of files that can be removed if the developer is ok with secrets being committed. | ||||
* | Add .byebug_history to gitignore | pisaacs | 2016-01-23 | 1 | -0/+3 |
| | | | .byebug_history included in default Rails5 setup (https://github.com/rails/rails/blob/master/railties/lib/rails/generators/rails/app/templates/gitignore) | ||||
* | Fix few typos | Justas Brazauskas | 2015-12-13 | 1 | -2/+2 |
| | |||||
* | Typo in comment | Wafiq Rodzuan | 2015-01-21 | 1 | -1/+1 |
| | | | I know this is petty, but imagine thousand upon thousand of corrective commits saved by fixing the typo right into the heart of the file. | ||||
* | Merge pull request #1257 from sidewinder94/patch-1 | Carl Suster | 2015-01-07 | 1 | -0/+3 |
|\ | | | | | Ignoring Pow environment settings (Rails) | ||||
| * | Removed .powconfig line | Antoine-Ali Zarrouk | 2014-11-18 | 1 | -1/+0 |
| | | | | | | Couldn't find any references to .powconfig being used in application directory | ||||
| * | Targeted more specifically pow files | Antoine-Ali Zarrouk | 2014-11-18 | 1 | -1/+2 |
| | | |||||
| * | Ignoring Pow environment settings | Antoine-Ali Zarrouk | 2014-10-21 | 1 | -0/+3 |
| | | |||||
* | | Added *.sqlite3-journal to Rails.gitignore | renhx | 2014-11-13 | 1 | -0/+1 |
|/ | |||||
* | Add ignores for bower-rails | Fabian Heredia Montiel | 2014-07-18 | 1 | -0/+5 |
| | | | bower-rails integrates bower.io into Rails, it allows you to have everything in a Bowerfile and install all vendor assets easily. | ||||
* | Changing been to being per https://github.com/tmountjr | Adam Gross | 2014-04-18 | 1 | -1/+1 |
| | |||||
* | Simple grammar update | Adam Gross | 2014-04-18 | 1 | -1/+1 |
| | |||||
* | add notice about secret files | Adrian Rangel | 2014-04-04 | 1 | -0/+2 |
| | |||||
* | Remove old sass-cache rule for Rails | Carl Suster | 2014-02-21 | 1 | -2/+0 |
| | |||||
* | secrets.yml, not secret. | Shawn Davenport | 2013-12-14 | 1 | -1/+1 |
| | |||||
* | Rails: Ignore the new home of secret_key_base. | Shawn Davenport | 2013-12-14 | 1 | -0/+1 |
| | |||||
* | Join comments in rails template | Carl Suster | 2013-11-10 | 1 | -4/+2 |
| | |||||
* | Optionally ignore ruby env normalisation files, with comments | Carl Suster | 2013-11-10 | 1 | -3/+12 |
| | |||||
* | Merge pull request #522 from zellux/master | Adam Roben | 2013-11-07 | 1 | -4/+4 |
|\ | | | | | Ignore Rails directories instead of their files | ||||
| * | Ignore Rails directories instead of their files | Yuanxuan Wang | 2013-01-24 | 1 | -4/+4 |
| | | |||||
* | | Remove .project from Rails.gitignore. | Pedro Nascimento | 2013-09-09 | 1 | -1/+0 |
| | | |||||
* | | added secret_token.rb | Aldo Román Nureña | 2013-08-12 | 1 | -0/+1 |
|/ | | | I added secret_token.rb file to the gitignore as there are public repos sharing it. | ||||
* | Merge pull request #463 from michaelminter/patch-1 | Daniel Hengeveld | 2012-12-19 | 1 | -1/+2 |
|\ | | | | | add .project files to .gitignore | ||||
| * | add .project files to .gitignore | Michael Minter | 2012-10-30 | 1 | -1/+2 |
| | | | | | | .project files come from Aptana Studio, a Rails IDE. | ||||
* | | added .rvmrc to the list of ignored extentions | mwitek | 2012-10-28 | 1 | -0/+1 |
|/ | |||||
* | config/*.yml should not be ignored in Rails | frankel | 2011-12-05 | 1 | -1/+0 |
| | | | | The possible files could be database.yml or sold.yml | ||||
* | added pickle generated files | Marcin Ciunelis | 2011-02-21 | 1 | -1/+2 |
| | |||||
* | added rerun and config ignores | seenmyfate | 2010-11-13 | 1 | -0/+2 |
| | |||||
* | Ignore .orig files for Rails | David Padilla | 2010-11-09 | 1 | -0/+2 |
| | |||||
* | Unless full paths are used .gitignore, all matching files and folders will ↵ | Tom Ward | 2010-11-08 | 1 | -7/+7 |
| | | | | | | be ignored, however deep they are in the repo. For example, ignoring log/* doesn't just ignore all log files, but also files such as lib/project/log/awesome_logger.rb. It's a mistake I've made a couple of times but never seemed to have learned from. | ||||
* | rspec config file and capybara generated files | Jeffry Degrande | 2010-11-09 | 1 | -0/+2 |
| | |||||
* | sass generated files | Jeffry Degrande | 2010-11-09 | 1 | -0/+2 |
| | |||||
* | Remove .rmvrc from Rails.gitignore. Feel free to add manually. | Chris Wanstrath | 2010-11-08 | 1 | -1/+0 |
| | |||||
* | I think you also want to ignore vendor/bundle... | Joey Geiger | 2010-11-08 | 1 | -0/+1 |
| | |||||
* | Ignore Rubinius compiled files | Yaroslav Markin | 2010-11-09 | 1 | -0/+1 |
| | |||||
* | added .rvmrc and coverage/ (rcov) to Rails.gitignore | bry4n | 2010-11-09 | 1 | -0/+2 |
| | |||||
* | begin! add Rails and Obj-C templates | Chris Wanstrath | 2010-11-08 | 1 | -0/+5 |