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
/
fixtures
/
lib
/
app_builders
/
simple_builder.rb
blob: 993d3a2aa2766bf0f55eae21635af65480eb58d1 (
plain
) (
blame
)
1
2
3
4
5
6
7
class
AppBuilder
def
gitignore
create_file
".gitignore"
,
<<-
R
.
strip
foobar
R
end
end