-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.history
More file actions
20 lines (20 loc) · 1.09 KB
/
Copy path.history
File metadata and controls
20 lines (20 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
merb-gen flat --testing-framework=rspec --orm=datamapper --template-engine=haml askem
cd askem
git init
merb-gen model --model question # Fri May 29 19:57:34 IDT 2009
mv app/models/question.rb models/ # Fri May 29 19:57:57 IDT 2009
rm -R app # Fri May 29 19:58:06 IDT 2009
merb-gen model --model answer # Sat May 30 22:04:03 IDT 2009
mv app/models/answer.rb models/ # Sat May 30 22:16:01 IDT 2009
rm -R app # Sat May 30 22:16:29 IDT 2009
mkdir schema # Sat May 30 23:29:43 IDT 2009
rake db:create # Sat May 30 23:40:48 IDT 2009
rake db:automigrate # Sat May 30 23:44:05 IDT 2009
merb-gen model --model reply # Sun Jun 7 02:00:57 IDT 2009
mv app/models/reply.rb models/ # Sun Jun 7 02:01:22 IDT 2009
rm -R app # Sun Jun 7 02:01:28 IDT 2009
rm spec/models/answer_spec.rb # Mon Aug 17 16:33:04 IDT 2009
mv models/answer.rb models/answer.rb~ # Mon Aug 17 16:33:19 IDT 2009
rm spec/models/question_spec.rb # Mon Aug 17 16:33:57 IDT 2009
mv models/question.rb models/question.rb~ # Mon Aug 17 16:34:13 IDT 2009
mv models/ref.rb models/ref.rb~ # Mon Aug 17 16:34:59 IDT 2009