Commit Graph

36 Commits

Author SHA1 Message Date
Jason Morrison 8cc859287d Merge pull request #6 from lukeledet/master
Quick README change
2011-05-20 07:28:48 -07:00
Markus Schwed 1fa2f21365 Load ActiveModel matchers for ActiveRecord and ActiveModel (for using for another ORM/classes) 2011-05-09 18:17:35 +02:00
Markus Schwed 2a54fdb28d Seperate ActiveRecord and ActiveModel related matchers 2011-05-06 15:56:36 +02:00
Luke Ledet 33f18e32ce Changed the order of gems in the readme 2011-03-18 14:53:47 -05:00
Dan Croak 8cbf94b287 consistency 2010-12-15 18:48:29 -05:00
Dan Croak b62be03351 brand-spanking new documentation 2010-12-15 18:44:57 -05:00
Dan Croak 013412f6af new shoulda-matchers README 2010-12-15 17:56:11 -05:00
Matt Jankowski a839bf5a7e remove reference to evil twin organization 2010-08-06 13:46:47 -04:00
Joe Ferris 16e1d90e16 Updated README and version 2010-06-23 14:50:05 -04:00
Joshua Clayton 5db8e5beec Update readme to reflect Rails 3 installation instructions 2010-06-22 16:30:54 -04:00
Dan Croak f3e56edc5a more updates to README: replacing Macros references to Matchers where appropriate, prioritizing matchers first, helpers (context and should) second 2010-06-17 10:17:30 -04:00
Dan Croak 385907e533 source for gem is not gems.github.com 2010-06-17 09:49:15 -04:00
Mike Burns 53450b19eb Update the README for syntax changes; may need more work 2010-06-17 09:39:56 -04:00
Chad Pytel f2068b93c0 readme updates for installation and credits 2010-06-16 11:07:49 -04:00
Sean Schofield fdb4b5135e Added clarification to README
Signed-off-by: Nick Quaranto <nick@quaran.to>
2009-06-08 11:50:11 -04:00
Joe Ferris 18eafea035 Clarified in the README that the RSpec instructions are only for RSpec 2009-03-04 09:57:09 -05:00
Joe Ferris 4d32c506f7 Added RSpec installation instructions 2009-03-03 17:00:44 -05:00
Joe Ferris 54f1fc0170 Fixed some references to deprecated methods in the README 2009-02-07 18:35:35 -05:00
Dan Croak 205b897089 deprecate should_require_attributes with warning message. replace with should_validate_presence_of. 2009-01-29 20:45:13 -05:00
Joe Ferris e9e98b9148 Added documentation in Shoulda::ActiveRecord::Matchers and mentioned Matchers in the README 2009-01-27 18:10:58 -05:00
Ryan McGeary f52cfdbb72 Wording tweaks to the recent Readme updates 2009-01-13 15:26:19 -05:00
Ryan McGeary 17000b117b Whoops, :lib => "shoulda" 2009-01-13 15:23:21 -05:00
Ryan McGeary bab3b04980 Added a section on Rails Installation to the README 2009-01-13 15:20:54 -05:00
James Adam 0c47c5110c Fixed misleading typos in subclassing documentation. 2009-01-06 13:41:32 -05:00
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