This project is archived and is in readonly mode.
Application generator creates files with trailing whitespace
Reported by Chris Griego | June 19th, 2010 @ 07:22 AM | in 3.0.2
The Rails 3 application generator generates a handful of files that include trailing whitespace. Trailing whitespace is considered an error condition to git. Here is a patch that removes this from the generator so that a freshly generated application has no trailing whitespace.
Comments and changes to this ticket
-
Repository June 19th, 2010 @ 11:32 PM
- State changed from new to resolved
(from [98a5188f518b1e8cfa9d7aa59856e5b32985eb46]) Strip trailing whitespace from generated applications [#4905 state:resolved]
Signed-off-by: José Valim jose.valim@gmail.com
http://github.com/rails/rails/commit/98a5188f518b1e8cfa9d7aa59856e5... -
Jeremy Kemper October 15th, 2010 @ 11:01 PM
- Milestone set to 3.0.2
- Importance changed from to Low
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
<h2 style="font-size: 14px">Tickets have moved to Github</h2>
The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>
People watching this ticket
Attachments
Tags
Referenced by
- 4905 Application generator creates files with trailing whitespace (from [98a5188f518b1e8cfa9d7aa59856e5b32985eb46]) Strip t...