[#72745] [Ruby trunk - Misc #11876] [Closed] Scheduled maintenance 2016/01/01 — shibata.hiroshi@...
Issue #11876 has been updated by Hiroshi SHIBATA.
shibata.hiroshi@gmail.com wrote:
[#72824] [Ruby trunk - Bug #11973] IO#advise should raise NotImplementedError on platforms that do not support that call — git@...
Issue #11973 has been updated by Chuck Remes.
[#72954] [Ruby trunk - Feature #12010] [Assigned] Exclude dot and dotdot from Dir#each — naruse@...
Issue #12010 has been reported by Yui NARUSE.
naruse@airemix.jp wrote:
[#73313] [Ruby trunk - Bug #12007] [Open] Newly added Unicode data file doesn't get downloaded — shugo@...
Issue #12007 has been updated by Shugo Maeda.
[#73372] [Ruby trunk - Misc #12004] Code of Conduct — benton@...
Issue #12004 has been updated by Benton Barnett.
On Sun, Jan 24, 2016 at 5:13 PM, <benton@bentonbarnett.com> wrote:
[#73421] [Ruby trunk - Misc #12004] Code of Conduct — nekocat432@...
Issue #12004 has been updated by Ruby Dino.
I’m sorry, but this, like the code of merit, is merely a derailing tactic.
On 2016/01/26 01:32, Austin Ziegler wrote:
On Tue, Jan 26, 2016 at 12:25 AM, Martin J. Dürst <duerst@it.aoyama.ac.jp>
[#73491] [Ruby trunk - Misc #12004] Code of Conduct — git@...
Issue #12004 has been updated by Chuck Remes.
They will never provide any numbers because they are not engineers and they
Coraline is a panelist on Ruby rogues and a very well respected member of
OK, sorry for previous comment. Let's try this way.
On Tue, Jan 26, 2016 at 5:15 PM, Andrew Kirilenko <
[#73558] [Ruby trunk - Misc #12004] Code of Conduct — andrew.kirilenko@...
Issue #12004 has been updated by Andrew Kirilenko.
Andrew, please stop digging. Your hole is only getting deeper.
>Andrew, please stop digging. Your hole is only getting deeper.
[#73586] [Ruby trunk - Misc #12004] Code of Conduct — andrew@...
Issue #12004 has been updated by Andrew Vit.
[#73593] [Ruby trunk - Bug #12034] RegExp does not respect file encoding directive — nobu@...
Issue #12034 has been updated by Nobuyoshi Nakada.
[ruby-core:72759] [Ruby trunk - Feature #11963] Add a simple static web server to `ruby`
Issue #11963 has been updated by Martin D端rst. I guess somebody providing code/a patch would go a long way to moving this issue forward. The invocation syntax is probably a detail that will solve itself somehow when we have an implementation. As to introducing another way to do things, of course we shouldn't introduce it if it isn't an improvement. But if we are too afraid of people on old versions being frustrated, we might never be able to move forward on any improvement to Ruby. ---------------------------------------- Feature #11963: Add a simple static web server to `ruby` https://bugs.ruby-lang.org/issues/11963#change-56006 * Author: STeven Harms * Status: Open * Priority: Normal * Assignee: ---------------------------------------- # Introduction "Good artists copy, great artists steal." - Pablo Picasso `python -m SimpleHTTPServer` starts a static webserver in the local directory. It is helpful in many surprising ways. Ruby lacks a similar idiom. I advocate that Ruby offer something similar. # State of the Art A cursory search shows that this question has been asked a number of times (e.g. StackOverflow, blog posts) and it seems we have, as a community, yet to agree on a simple, clean standard. I believe the best and shortest chant is the following: `ruby -run -e httpd . -p <PORT>` I believe this chant is attributable to Aaron Patterson. I find this invocation unsatisfying. First, the use of `un.rb` is, admittedly, quite clever, but therefore also somewhat hard to reason about. *IF* we're going to require users to be able to reason about `-r 'un'`, let's ease their burdens and create a magic flag for `ruby` to run an in-place static server. # Suggested Semantics `ruby -simplewebserver [-p port]` # Do Not Use -m `-m` suggests module or something similar and I don't want to confuse our HONORING Python by inappropriately copying their module semantics # Conclusion At the very least, if this request is denied I'd like to have in the searchable archives why Ruby doesn't support this capability provided by its "cousin," Python. -- https://bugs.ruby-lang.org/ Unsubscribe: <mailto:ruby-core-request@ruby-lang.org?subject=unsubscribe> <http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>