CARVIEW |
-
A swift, liberal HTML parser with a fantastic libraryForked from why/hpricot Wed Feb 04 02:03:23 -0800 2009
-
Basic internationalization(i18n) library for RubyForked from svenfuchs/i18n Sat Aug 23 17:15:39 -0700 2008
-
Mocha is a mocking & stubbing library for RubyForked from floehopper/mocha Sun Nov 23 16:15:49 -0800 2008
-
Contributed Rack Middleware and UtilitiesForked from rtomayko/rack-contrib Tue Dec 09 13:48:10 -0800 2008
-
Ruby on RailsForked from rails/rails Sat Apr 12 15:30:38 -0700 2008
-
New Relic RPM AgentForked from newrelic/rpm Wed Feb 04 01:05:39 -0800 2009
-
ruby lang (www.ruby-lang.org) svn mirrorForked from juretta/ruby Sat Aug 23 19:02:15 -0700 2008
-
a fast code profiler for RubyForked from nitay/ruby-prof Sun Jun 08 13:26:23 -0700 2008
-
An application used while testing some changes to the internals of ActionView. Not suitable for ...Forked from NZKoz/sillytestapp Sun Nov 30 16:42:00 -0800 2008
Public Activity
4fc36b4e1a8edc0302daffcbb7bc93082fc38356
Merge commit 'origin/master'

-
jeremy committed 4fc36b4e:
Merge commit 'origin/master'
-
floehopper committed 52c5752b:
Minor corrections to release notes.
-
floehopper committed e9d2dc12:
Ask git to ignore files generated during release process.
-
floehopper committed 13098c05:
Updated gemspec after 0.9.5 release to allow use of GitHub-built gem.
-
floehopper committed 16def148:
Updated release notes to include later commit for 0.9.5.
-
floehopper committed 93cad010:
Added a release rake task to more fully automate the release process.
-
floehopper committed 62424475:
Prepare for 0.9.5 release.
-
floehopper committed 5615d965:
Fixed Lighthouse bug #32 - stub_everything should mean mock responds to anything.
-
floehopper committed 49227327:
Merge branch 'master' into tinogomes/master
-
floehopper committed 6e04385e:
Fixed a mistake in the docs and a mistake in the tests from tinogomes commit. Also tidied things up a bit e.g. it's enough to document and test 3 invocations, 2 invocations & 1 invocation - no need for 0 invocations.
-
floehopper committed d4a19382:
As per commit 130d2815, changed some metaclass.class_eval's to metaclass.send's.
-
floehopper committed 130d2815:
As suggested by alloy in https://is.gd/hEZA, changed some metaclass.class_eval's to metaclass.send's. Definitely looks simpler and clearer.
-
tinogomes committed b056bc5f:
method twice expectation.
-
floehopper committed 911d4588:
Long overdue update to gemspec - I knew I would forget to do this manually. Need to find an automated solution.
-
floehopper committed 7d47b39b:
In Ruby 1.9, requiring 'test/unit' loads a thin wrapper around MiniTest and Test::Unit::TestCase ends up inheriting from MiniTest::Unit::TestCase. So we need to avoid including the Mocha modules more than once to avoid nasty consequences.
-
floehopper committed ca229583:
Ruby 1.9 includes rake, but not rake/contrib. For the moment I've moved the sshpublisher require into the only rake task that needs it, so that I can at least run the tests in Ruby 1.9. It looks like I will need to build a rake/contrib gem or similar to get this working properly - https://intertwingly.net/blog/2008/01/07/Rake-Contrib-for-1-9
-
floehopper committed 33253b13:
Prepare for 0.9.4 release.
-
floehopper committed 8a59c6ff:
Removed completed todo items.
-
floehopper committed 421d9477:
Updated link to Chris Roos. Updated instructions for installing as a plugin (now from GitHub instead of RubyForge). Supplied a better link for downloading Mocha files from RubyForge.
-
floehopper committed f7487bd4:
Updated generated gemspec to include the mailing list email address change from commit cd78ad6.
-
floehopper committed cd78ad60:
Updated mailing list email address in gemspec from rubyforge to google groups.
-
floehopper committed 6f83693e:
Added mocha.gemspec file generated with Chad Woolley's new rake task, so that a floehopper-mocha gem will get built on GitHub.
-
thewoolleyman committed 94a273bd:
Add rake task to update mocha.gemspec with unique version, which will cause gem to be auto-built on github
-
floehopper committed b17b78de:
ActiveRecordTestCase doesn't appear to be used any more. I think it used to be used to simulate what ActiveRecord when it messed with Test::Unit, so I could make sure Mocha worked with Rails.
-
floehopper committed 1b3ed16c:
As Tobias Crawley correctly pointed out in feature request #23055 "stubs(with_hash) not working with existing object" [1], following the principle of least surprise, it should be possible to call ObjectMethods#expects & ObjectMethods#stubs with a Hash of method_names vs return_values like you can with Mock#expects & Mock#stubs. I've extracted out some shared logic into the ArgumentIterator - not sure this is the best solution, but at least it keeps duplication to a minimum. I've also updated & improved the docs to reflect the changes.
-
floehopper committed d4a5b3e2:
Removed deprecated gem autorequire and updated RELEASE.
-
floehopper committed 8219bb2d:
Added commit number for release 0.9.3.
4919b09f5719fdde9e8b59fa78dd5e0b467b61bf
Ruby 1.9 compat: use RARRAY_PTR and _LEN
1aacecd01898cc17d6a93c2d6672ee0bca9b577e
Ruby 1.9 compat: don't use colons with case/when
b302e023b786aaa246a467ec4f4c619353cbdbb2
Require rubygems
aa6c7185ff9add35733ed723b7d0f9296b8270f3
Update ci config to use mocha 0.9.5
4d6d2e9f83702dd8864242281ecd4969d7ef8fa4
Merge branch 'master' of git@github.com:rails/rails
bdaf3348de0ea99525c685f9acfd7abb523f59c5
Ruby 1.9: force ascii encoding for comparison with utf8 regexp
278186534c0ccf285a20497461f40d2e54aa20a0
Bump mocha requirement for Ruby 1.9 compat. Remove uses_mocha.
34a37ea9e8265972a93f0c4f62e44308c27751dd
Workaround jruby issue with protected module attr_accessor showing up as public in included class