File tree 1 file changed +4
-4
lines changed
elasticsearch-rails/lib/rails/templates
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# $ rails new searchapp --skip --skip-bundle --template https://raw.github.com/elasticsearch/elasticsearch-rails/master/elasticsearch-rails/lib/rails/templates/03-expert.rb
2
2
3
- unless File . read ( 'README.rdoc ' ) . include? '== [2] Pretty'
3
+ unless File . read ( 'README.md ' ) . include? '== [2] Pretty'
4
4
say_status "ERROR" , "You have to run the 01-basic.rb and 02-pretty.rb templates first." , :red
5
5
exit ( 1 )
6
6
end
21
21
exit ( 1 )
22
22
end
23
23
24
- append_to_file 'README.rdoc ' , <<-README
24
+ append_to_file 'README.md ' , <<-README
25
25
26
- == [3] Expert
26
+ ## [3] Expert
27
27
28
28
The `expert` template changes to a complex database schema with model relationships: article belongs
29
29
to a category, has many authors and comments.
39
39
40
40
README
41
41
42
- git add : "README.rdoc "
42
+ git add : "README.md "
43
43
git commit : "-m '[03] Updated the application README'"
44
44
45
45
# ----- Add gems into Gemfile ---------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments