public
Fork of courtenay/altered_beast
Description: Ground-up rewrite of Beast, a Ruby on Rails forum.
Homepage: http://activereload.lighthouseapp.com/projects/7537-altered-beast/
Clone URL: git://github.com/technoweenie/altered_beast.git
technoweenie (author)
Sat Dec 08 13:25:59 -0800 2007
commit  a47e8a9b0c474196ffb41adf2594c632dba380d0
tree    390697ecb9aace8ccd6e0c08db8cbf5008914cd5
parent  3688e08efa3abd738d0f1a96129249f4a91cc626
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