* Updated gemfile

* Added forum post/topic unit tests
* Added forum post/topic controller tests
This commit is contained in:
albert
2011-01-12 18:00:07 -05:00
parent 46164eab4f
commit 668fbab77a
18 changed files with 342 additions and 105 deletions

View File

@@ -1,12 +1,12 @@
GIT
remote: http://github.com/EmmanuelOga/ffaker.git
revision: cbe849d
revision: 3298ebf33319b840f693a1a0ae2613eeb53e7dc4
specs:
ffaker (0.4.0)
ffaker (1.0.0)
GIT
remote: http://github.com/mislav/will_paginate.git
revision: b1a5bee
revision: b1a5beeec9f56ecbe3594fcdca76d92b6767ce50
branch: rails3
specs:
will_paginate (3.0.pre3)
@@ -15,92 +15,93 @@ GEM
remote: http://gemcutter.org/
specs:
abstract (1.0.0)
actionmailer (3.0.0)
actionpack (= 3.0.0)
mail (~> 2.2.5)
actionpack (3.0.0)
activemodel (= 3.0.0)
activesupport (= 3.0.0)
actionmailer (3.0.3)
actionpack (= 3.0.3)
mail (~> 2.2.9)
actionpack (3.0.3)
activemodel (= 3.0.3)
activesupport (= 3.0.3)
builder (~> 2.1.2)
erubis (~> 2.6.6)
i18n (~> 0.4.1)
i18n (~> 0.4)
rack (~> 1.2.1)
rack-mount (~> 0.6.12)
rack-test (~> 0.5.4)
rack-mount (~> 0.6.13)
rack-test (~> 0.5.6)
tzinfo (~> 0.3.23)
activemodel (3.0.0)
activesupport (= 3.0.0)
activemodel (3.0.3)
activesupport (= 3.0.3)
builder (~> 2.1.2)
i18n (~> 0.4.1)
activerecord (3.0.0)
activemodel (= 3.0.0)
activesupport (= 3.0.0)
arel (~> 1.0.0)
i18n (~> 0.4)
activerecord (3.0.3)
activemodel (= 3.0.3)
activesupport (= 3.0.3)
arel (~> 2.0.2)
tzinfo (~> 0.3.23)
activeresource (3.0.0)
activemodel (= 3.0.0)
activesupport (= 3.0.0)
activesupport (3.0.0)
arel (1.0.1)
activesupport (~> 3.0.0)
activeresource (3.0.3)
activemodel (= 3.0.3)
activesupport (= 3.0.3)
activesupport (3.0.3)
arel (2.0.6)
builder (2.1.2)
daemons (1.1.0)
delayed_job (2.0.3)
delayed_job (2.1.2)
activesupport (~> 3.0)
daemons
erubis (2.6.6)
abstract (>= 1.0.0)
factory_girl (1.3.2)
haml (3.0.22)
i18n (0.4.2)
factory_girl (1.3.3)
haml (3.0.25)
i18n (0.5.0)
imagesize (0.1.1)
mail (2.2.9)
mail (2.2.14)
activesupport (>= 2.3.6)
i18n (~> 0.4.1)
i18n (>= 0.4.0)
mime-types (~> 1.16)
treetop (~> 1.4.8)
mechanize (1.0.0)
nokogiri (>= 1.2.1)
memcache-client (1.8.5)
meta_search (0.9.7.2)
actionpack (~> 3.0.0)
activerecord (~> 3.0.0)
activesupport (~> 3.0.0)
arel (~> 1.0.1)
meta_search (0.9.11)
actionpack (~> 3.0.2)
activerecord (~> 3.0.2)
activesupport (~> 3.0.2)
arel (~> 2.0.2)
mime-types (1.16)
mocha (0.9.9)
mocha (0.9.10)
rake
nokogiri (1.4.3.1)
pg (0.9.0)
nokogiri (1.4.4)
pg (0.10.0)
polyglot (0.3.1)
rack (1.2.1)
rack-mount (0.6.13)
rack (>= 1.0.0)
rack-test (0.5.6)
rack-test (0.5.7)
rack (>= 1.0)
rails (3.0.0)
actionmailer (= 3.0.0)
actionpack (= 3.0.0)
activerecord (= 3.0.0)
activeresource (= 3.0.0)
activesupport (= 3.0.0)
bundler (~> 1.0.0)
railties (= 3.0.0)
railties (3.0.0)
actionpack (= 3.0.0)
activesupport (= 3.0.0)
rake (>= 0.8.4)
thor (~> 0.14.0)
rails (3.0.3)
actionmailer (= 3.0.3)
actionpack (= 3.0.3)
activerecord (= 3.0.3)
activeresource (= 3.0.3)
activesupport (= 3.0.3)
bundler (~> 1.0)
railties (= 3.0.3)
railties (3.0.3)
actionpack (= 3.0.3)
activesupport (= 3.0.3)
rake (>= 0.8.7)
thor (~> 0.14.4)
rake (0.8.7)
shoulda (2.11.3)
simple_form (1.2.2)
simplecov (0.3.7)
simple_form (1.3.0)
rails (~> 3.0.0)
simplecov (0.3.9)
simplecov-html (>= 0.3.7)
simplecov-html (0.3.9)
super_exception_notifier (3.0.13)
actionmailer
rake
thor (0.14.3)
treetop (1.4.8)
thor (0.14.6)
treetop (1.4.9)
polyglot (>= 0.3.1)
tzinfo (0.3.23)
@@ -119,7 +120,7 @@ DEPENDENCIES
mocha
nokogiri
pg
rails (= 3.0.0)
rails (= 3.0.3)
shoulda
simple_form
simplecov