courtenay / altered_beast

Ground-up rewrite of Beast, a Ruby on Rails forum.

This URL has Read+Write access

courtenay (author)
Wed Oct 08 20:21:51 -0700 2008
commit  94f575daace57ebeca4db0af9abec01bdcade50f
tree    0907ed7be57db1cace7ced5766bfea6fc83c1ce0
parent  47c873976947eaae54a808713258a0b7eb8876e6
altered_beast / .rake_tasks
100644 58 lines (57 sloc) 0.818 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
db:abort_if_pending_migrations
db:charset
db:collation
db:create
db:create:all
db:drop
db:drop:all
db:fixtures:identify
db:fixtures:load
db:migrate
db:reset
db:rollback
db:schema:dump
db:schema:load
db:sessions:clear
db:sessions:create
db:structure:dump
db:test:clone
db:test:clone_structure
db:test:prepare
db:test:purge
db:version
doc:app
doc:clobber_app
doc:clobber_plugins
doc:clobber_rails
doc:plugins
doc:rails
doc:reapp
doc:rerails
log:clear
notes
notes:fixme
notes:optimize
notes:todo
rails:freeze:edge
rails:freeze:gems
rails:unfreeze
rails:update
rails:update:configs
rails:update:javascripts
rails:update:scripts
routes
stats
test
test:functionals
test:integration
test:plugins
test:recent
test:uncommitted
test:units
tmp:cache:clear
tmp:clear
tmp:create
tmp:pids:clear
tmp:sessions:clear
tmp:sockets:clear