public
Description: An attempt to standardize my bash init files
Clone URL: git://github.com/JackDanger/jackbash.git
Search Repo:
removed useless aliases for Rails work
Jack Danger Canty (author)
Sat Apr 19 12:15:41 -0700 2008
commit  935b3dde83062723348430c296a50d2636c37e63
tree    a43d59eaf362622bfaf1902bfa12e57728bc0c5e
parent  2cd870afcb2696f78ec453bcbbb452261f0d675b
0
...
4
5
6
7
8
9
10
11
12
13
14
15
...
4
5
6
 
7
8
9
10
11
 
 
 
0
@@ -4,12 +4,8 @@ alias ss='mongrel_rails start'
0
 alias rs='mongrel_rails restart'
0
 alias sts='mongrel_rails stop'
0
 alias ssd='mongrel_rails start -d'
0
-alias sslog='mongrel_rails start -d | tail -f log/development.log'
0
 alias psm='ps aux | grep mongrel'
0
 alias tcap='rake && cap'
0
 alias routes='rake routes | less'
0
 alias clone='rake db:test:clone_structure'
0
 alias migrate='rake db:migrate'
0
-alias remigrate='rake db:migrate VERSION=0 && rake db:migrate'
0
-alias remigrate_prod='rake db:migrate VERSION=0 RAILS_ENV=production && rake db:migrate RAILS_ENV=production'
0
-alias remigrate_dev='rake db:migrate VERSION=0 RAILS_ENV=development && rake db:migrate RAILS_ENV=development'

Comments

    No one has commented yet.