Created
November 2, 2011 23:07
-
-
Save luislavena/1335240 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ruby 1.8.7 (2011-06-30 patchlevel 352) [i386-mingw32] | |
| rails 3.1.1 | |
| C:\>rails new empty-187 -d sqlite3 | |
| C:\empty-187>timer ruby script\rails runner "puts $LOADED_FEATURES.size" | |
| 705 | |
| real 4.538 | |
| system 2.667 | |
| user 1.794 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ruby 1.9.2p290 (2011-07-09) [i386-mingw32] | |
| rails 3.1.1 | |
| C:\>rails new empty-192 -d sqlite3 | |
| C:\empty-192>timer ruby script\rails runner "puts $LOADED_FEATURES.size" | |
| 719 | |
| real 9.083 | |
| system 5.272 | |
| user 3.775 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ruby 1.9.3p0 (2011-10-30) [i386-mingw32] | |
| rails 3.1.1 | |
| C:\>rails new empty-193 -d sqlite3 | |
| C:\empty-193>timer ruby script\rails runner "puts $LOADED_FEATURES.size" | |
| 724 | |
| real 4.786 | |
| system 2.808 | |
| user 1.856 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| tcs-ruby 1.9.3p0 (2011-10-30 revision 33569) [i386-mingw32] | |
| rails 3.1.1 | |
| C:\>rails new empty-tcs -d sqlite3 | |
| C:\empty-tcs>timer ruby script\rails runner "puts $LOADED_FEATURES.size" | |
| 724 | |
| real 3.349 | |
| system 1.918 | |
| user 1.341 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ruby 1.9.3p0 (2011-10-30 revision 33569) [i386-mingw32] | |
| rails 3.1.1 | |
| C:\>rails new empty-[redacted] -d sqlite3 | |
| C:\>SET RUBYOPT=[redacted] | |
| C:\empty-[redacted]>timer ruby script\rails runner "puts $LOADED_FEATURES.size" | |
| 726 | |
| real 2.658 | |
| system 0.686 | |
| user 1.903 |
If this is the first time you've built with the recipes, go to the RubyInstaller's downloads directory and make sure there are no 0-byte downloads. If there are, delete them and try again.
It's first time and there isn't any 0-byte files in downloads...
Author
Also, perhaps this conversation can be done over thecodeshop or
RubyInstaller list so direct links can be used in the future.
Sent from mobile.
…On Nov 9, 2011 5:56 PM, "Jon" < ***@***.***> wrote:
If this is the first time you've built with the recipes, go to the
RubyInstaller's `downloads` directory and make sure there are no 0-byte
downloads. If there are, delete them and try again.
---
Reply to this email directly or view it on GitHub:
https://gist.github.com/1335240
is the C:/rubyinstaller/downloads/coreutils-5.97-3-msys-1.0.13-ext.tar.lzma file 270,336 bytes for Size on disk: when you right-click and show properties?
Yes, i have same size. Moving conversation to http://groups.google.com/group/rubyinstaller/browse_thread/thread/d615a6c63f65194c as suggested by Luis.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Not much luck:
Can't see any error reasons here either...