openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
I
IronRuby
Settings
|
Report Duplicate
3
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 23 hours
ago. based on code collected
about 23 hours
ago.
Jun 06, 2024 — Jun 06, 2025
Showing page 56 of 69
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Merge branch 'master' of git://github.com/ironruby/ironruby
Shri Borde
More...
about 16 years ago
Undo changes from Ruby.csproj
Jimmy Schementi
More...
about 16 years ago
Merge branch 'master' into jimmysch/railsconf
Jimmy Schementi
More...
about 16 years ago
cleanup of ironruby-rack from railsconf
Jimmy Schementi
More...
about 16 years ago
cleanup of ironruby-rack from railsconf
Jimmy Schementi
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
Shri Borde
More...
about 16 years ago
Add flexmock gem
Shri Borde
More...
about 16 years ago
Merge branch 'master' of git://github.com/ironruby/ironruby
Ivan Porto Carrero
More...
about 16 years ago
syncing to head of tfs
Jim Deville
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
Shri Borde
More...
about 16 years ago
Add mocha gem
Shri Borde
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
Shri Borde
More...
about 16 years ago
Merge branch 'master' of git://github.com/ironruby/ironruby
Shri Borde
More...
about 16 years ago
Merge branch 'master' of git://github.com/ironruby/ironruby
Ivan Porto Carrero
More...
about 16 years ago
syncing to head of tfs
Jim Deville
More...
about 16 years ago
Merge branch 'master' of git://github.com/ironruby/ironruby
Ivan Porto Carrero
More...
about 16 years ago
syncing to head of tfs
Jim Deville
More...
about 16 years ago
TCPSocket#read patch for POST requests in WEBrick (cherry picked from commit 77a060722592b26bb6fc91d47ceddf9ed90c775e)
Jimmy Schementi
More...
about 16 years ago
TCPSocket#read patch for POST requests in WEBrick
Jimmy Schementi
More...
about 16 years ago
Fix env vars for Sinatra (and completeness) (cherry picked from commit 3affbc5118ef7da8b6df6fc723aa2dddbc296855)
Jimmy Schementi
More...
about 16 years ago
Fix env vars for Sinatra (and completeness)
Jimmy Schementi
More...
about 16 years ago
Better logging (cherry picked from commit 6ed87dc4c8c5e55ac80ae58a36f0ffb2160306a1)
Jimmy Schementi
More...
about 16 years ago
Better logging
Jimmy Schementi
More...
about 16 years ago
Set TOPLEVEL_BINDING if not already set
Jimmy Schementi
More...
about 16 years ago
Set TOPLEVEL_BINDING if not already set (cherry picked from commit b0e29dc8c8740079d060e586508b1f4c6eb30f4e)
Jimmy Schementi
More...
about 16 years ago
Make sure the "env" has MutableString keys, and that Rackup() always return a Rack app
Jimmy Schementi
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)
Jimmy Schementi
More...
about 16 years ago
update sintra test (cherry picked from commit 078aaaddd0c5468173ff1880b1c80091bb22dd80)
Jimmy Schementi
More...
about 16 years ago
update sintra test
Jimmy Schementi
More...
about 16 years ago
rack.uri_scheme
Jimmy Schementi
More...
about 16 years ago
←
1
2
…
52
53
54
55
56
57
58
59
60
…
68
69
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree