5
I Use This!
Activity Not Available

News

Posted almost 10 years ago by Peter Donald
Apache Buildr is a build system for Java-based applications, including support for Scala, Groovy and a growing number of JVM languages and tools. We wanted something that's simple and intuitive to use, so we only need to tell it what to do, and it ... [More] takes care of the rest. But also something we can easily extend for those one-off tasks, with a language that's a joy to use. New in Buildr 1.4.17: * Added: Add the add_default_testng_configuration method to help IDEA project creation. Improves test coverage across 'default' configurations. * Fixed: Fix a bug where 'default' configurations in IDEA projects were being incorrectly created. * Fixed: Fix the vcs detection in IDEA addon for 1.8.6 (!) versions of ruby by reordering blocks. * Change: Supply a default xsl file for generating the checkstyle report. * Added: Add csslint tasks css_lint:xml and css_lint:html that support source code analysis of CSS files. * Added: Add scss_lint tasks scss_lint:xml and scss_lint:html that support source code analysis of SCSS files. * Added: Import 'buildr/custom_pom' addon to make it easier to build POMs for projects publishing to Maven Central. * Added: Add flag to allow non portable extensions in wsgen addon. * Fixed: Avoid nil dereference bug in GWT addon when running GWT in a project that has no source directory. [Less]
Posted almost 10 years ago by Dmitry Ustalov
`Add DOI [ci skip]`, pushed by Dmitry Ustalov ([email protected]). View more details for this change at https://github.com/dmchk/greeb/commit/aac2cb6b93e5470659ae051cdbc20da741b6cae1.
Posted almost 10 years ago by Dmitry Ustalov
`Bump version to 0.2.3`, pushed by Dmitry Ustalov ([email protected]). View more details for this change at https://github.com/dmchk/greeb/commit/13a94204bd948bd48de7d94ba1583904edbd4b9c.
Posted almost 10 years ago by Dmitry Ustalov
`Update the license information`, pushed by Dmitry Ustalov ([email protected]). View more details for this change at https://github.com/dmchk/greeb/commit/dfcdd7a725f7fb07459cd3afd8dc5d6f7938241a.
Posted almost 10 years ago by Eric Wong
Zbatery is an HTTP server for Rack applications on systems that either do not support fork(), or have no memory (nor need) to run the master/worker model. It is based on Rainbows! (which is based on Unicorn (which is based on Mongrel)) and inherits ... [More] parts of each. Zbatery supports your choice of all the thread/fiber/event/actor-based concurrency models and Rack middleware that Rainbows! supports (or will ever support) in a single process. * http://zbatery.bogomip.org/ * [email protected] * git://bogomips.org/zbatery.git Changes: Lots of updates for deprecated broken stuff, and we have a good version number to go with it ;) See the corresponding Rainbows! release for more details: http://bogomips.org/rainbows-public/m/[email protected] One notable new feature is the addition of the --no-default-middleware option which I forgot about and should've released last year when Rainbows! got it :x Eric Wong (6): Rakefile: s/freshmeat.net/freecode.com/ Rakefile: kill raa_update task rubyforge death updates update license to GPLv2+ warn about premature grandparent death on daemonization update for Rainbows! compatibility Lin Jen-Shin (1): Add -N or --no-default-middleware option. [Less]
Posted almost 10 years ago by Eric Wong
Rainbows! is an HTTP server for sleepy Rack applications. It is based on Unicorn, but designed to handle applications that expect long request/response times and/or slow clients. * http://rainbows.bogomips.org/ * [email protected] * ... [More] git://bogomips.org/rainbows.git Changes: This release updates documentation to reflect the migration of the mailing list to a new public-inbox[1] instance. This is necessary due to the impending RubyForge shutdown on May 15, 2014. The public-inbox address is: [email protected] (no subscription required, plain text only) ssoma[2] git archives: git://bogomips.org/rainbows-public browser-friendly archives: http://bogomips.org/rainbows-public/ As evidenced by our git history, Rainbows! development has stagnated over the years. Rainbows! was designed to be an unopinionated exploration into various concurrency options offered in the Ruby ecosystem. In recent years, I have come to favor the one-shot-based, worst-of-all-worlds design of yahns: http://yahns.yhbt.net/README Without the exploration from Rainbows!, yahns may not exist today. Disclaimer: Rainbows! has always been intolerant of buggy/broken code in libraries and apps. yahns is even less tolerant of buggy/broken code, as the SIGKILL-based timeout mechanism inherited unicorn is completely gone. On the other hand, yahns has reasonable defaults so you do not have to read documentation to configure it. [1] policy: http://public-inbox.org/ - git://80x24.org/public-inbox an "archives first" approach to mailing lists [2] mechanism: http://ssoma.public-inbox.org/ - git://80x24.org/ssoma some sort of mail archiver (using git) [Less]
Posted almost 10 years ago by Eric Wong
clogger is Rack middleware for logging HTTP requests. The log format is customizable so you can specify exactly which fields to log. * http://clogger.bogomips.org/ * [email protected] * git://bogomips.org/clogger.git Changes: This updates the ... [More] documentation to point to the new homepage at http://clogger.bogomips.org/ There is one API change which removes :to_io support, as this was never a valid Rack extension. This also fixes a minor incompatibility which prevented the GVL from being released on ruby-trunk (2.2.0dev) during disk operations. The mailing list continues to be hosted at librelist, but that will probably soon change to a public-inbox + mailing list. There are also minor code cleanups. This also relaxes license to LGPLv2.1 or later. [Less]
Posted almost 10 years ago by Mischa Berger
`Updated to Rails 4.1.1`, pushed by Mischa Berger ([email protected]). View more details for this change at https://github.com/mischa78/boxroom/commit/366727b729ed7820cc3fff320a69c6176af6747d.
Posted almost 10 years ago by Mischa Berger
`Schema changed slightly after switching to MySQL temporarily. Higher Rails version probably generates schema.rb a bit differently.`, pushed by Mischa Berger ([email protected]). View more details for this change at https://github.com/mischa78/boxroom/commit/d54130bbff5637615a4f7f3ad49c7720899066fb.
Posted almost 10 years ago by Mischa Berger
`Emails field can be max 255 characters long, not 256`, pushed by Mischa Berger ([email protected]). View more details for this change at https://github.com/mischa78/boxroom/commit/4508f02759d894c13bf03577a32a278de7ef5a3a.