3
I Use This!
Inactive

Commits : Listings

Analyzed about 23 hours ago. based on code collected about 23 hours ago.
Jun 06, 2024 — Jun 06, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge branch 'master' of git://github.com/ironruby/ironruby More... about 16 years ago
Undo changes from Ruby.csproj More... about 16 years ago
Merge branch 'master' into jimmysch/railsconf More... about 16 years ago
cleanup of ironruby-rack from railsconf More... about 16 years ago
cleanup of ironruby-rack from railsconf More... about 16 years ago
Changed some uses of MutableString.Empty (like Array#join with empty array) to create a new empty string as the user could validly mutate it. - Renamed MutableString.Empty to MutableString.FixedEmpty to make it clear that the instance should be shared in limited scenarios Fixes to Module#instance_method per Tomas's feedback from previous code review File.extname(".foo") should return "", not ".foo" Removes to_proc hack from Libs\hacks.rb More... about 16 years ago
Add flexmock gem More... about 16 years ago
Merge branch 'master' of git://github.com/ironruby/ironruby More... about 16 years ago
syncing to head of tfs More... about 16 years ago
Implement File.chown. It is a nop (on Windows) ObjectSpace.each_byte: It was not throwing an exception for the unsupported cases. Also, the unsupported cases should throw RuntimeError to match ActiveSupport/JRuby conventions The return value was also incorrect NameError should call #inspect on self, not #to_s #instance_method on singleton classes behaves a bit differently - it puts a contraint of the nominal type. UnboundMethod#bind was doing an incorrect type check and not dealing with singleton classes. Factored out RubyContext.IsKindOf for this More... about 16 years ago
Add mocha gem More... about 16 years ago
"numeric + someOtherObj" should call someOtherObj.method_missing(:coerce) backtraces now include file names for builtin methods in IronRuby.Libraries.dll in a DEBUG builds and with -X:ExceptionDetail Enables RubyGems tests in irtests.bat More... about 16 years ago
Merge branch 'master' of git://github.com/ironruby/ironruby More... about 16 years ago
Merge branch 'master' of git://github.com/ironruby/ironruby More... about 16 years ago
syncing to head of tfs More... about 16 years ago
Merge branch 'master' of git://github.com/ironruby/ironruby More... about 16 years ago
syncing to head of tfs More... about 16 years ago
TCPSocket#read patch for POST requests in WEBrick (cherry picked from commit 77a060722592b26bb6fc91d47ceddf9ed90c775e) More... about 16 years ago
TCPSocket#read patch for POST requests in WEBrick More... about 16 years ago
Fix env vars for Sinatra (and completeness) (cherry picked from commit 3affbc5118ef7da8b6df6fc723aa2dddbc296855) More... about 16 years ago
Fix env vars for Sinatra (and completeness) More... about 16 years ago
Better logging (cherry picked from commit 6ed87dc4c8c5e55ac80ae58a36f0ffb2160306a1) More... about 16 years ago
Better logging More... about 16 years ago
Set TOPLEVEL_BINDING if not already set More... about 16 years ago
Set TOPLEVEL_BINDING if not already set (cherry picked from commit b0e29dc8c8740079d060e586508b1f4c6eb30f4e) More... about 16 years ago
Make sure the "env" has MutableString keys, and that Rackup() always return a Rack app More... about 16 years ago
Make sure the "env" has MutableString keys, and that Rackup() always return a Rack app (cherry picked from commit fe3517edb7fdecf6d5ecefd2f87d27d484ebc9f6) More... about 16 years ago
update sintra test (cherry picked from commit 078aaaddd0c5468173ff1880b1c80091bb22dd80) More... about 16 years ago
update sintra test More... about 16 years ago
rack.uri_scheme More... about 16 years ago