Commit Graph

12 Commits

Author SHA1 Message Date
Mathieu Martin 5c1329f6b9 Removed all ThoughtBot (and Thoughtbot) namespaces 2009-01-05 11:50:57 -05:00
Dan Croak 48a9202b93 removing should_be_restful example from README.rdoc 2008-11-05 09:54:42 -05:00
Tammer Saleh 9a43008886 Revert the removal of should_be_restful.
This reverts commits 10303b28f3,
f018d08444 and
66eaccf98c, which collectively removed
should_be_restful.  We need to deprecate should_be_restful for a good while
before we actually remove it from the codebase.

This also reverts the gem version back to 2.0.0.  We'll see if github has a
problem with that.
2008-09-20 22:08:45 -04:00
Dan Croak 10303b28f3 removing should_be_restful 2008-09-20 17:58:56 -04:00
Ryan McGeary 42d4de6e97 Deprecated load_all_fixtures [#65]
* Use `fixtures :all` instead
2008-09-02 16:49:13 -04:00
Ryan McGeary 6bc83d72a0 Doc updates 2008-08-31 23:03:52 -04:00
Ryan McGeary 84ea9466f7 Reorganized ActiveRecord macros and assertions 2008-08-31 17:55:31 -04:00
Ryan McGeary 526b123176 Added shoulda/assertions and moved generic assertions into it 2008-08-31 16:58:41 -04:00
Tammer Saleh 56a3f432b2 Added shoulda_macros directory support as per http://thoughtbot.lighthouseapp.com/projects/5807/tickets/62 2008-08-04 16:17:32 -04:00
Tammer Saleh b415bff884 Revert bunch of bad commits:
2442d1f608
35213b5a1b
804f859435
fc938bb185

Getting the following error when running tests in a real project:

  ...activesupport/lib/active_support/dependencies.rb:276:in `load_missing_constant': uninitialized constant Shoulda::ActiveRecord::Base (NameError)

Think this is because of the namespace changes, but not sure.  Will investigate later.
2008-06-23 12:36:31 -04:00
Tammer Saleh fc938bb185 Removed ThoughtBot module.
The ThoughtBot module had been added (by me) as a paranoid namespacing measure,
just in case any other code wanted to use a class or module named Shoulda.
Silly.
2008-06-22 11:40:10 -04:00
Tammer Saleh 7533bf912c renamed README file so that github displays the rdoc correctly 2008-05-18 16:59:04 -04:00
Renamed from README (Browse further)