[#409331] Capture HTML table data, pass to Ruby, pass back and display result in HTML text field — Hubert Wagner <lists@...>

Hello :

11 messages 2013/08/04

[#409336] Rakefile Error - Please Help — "Jennifer T." <lists@...>

Hi,

13 messages 2013/08/04
[#409341] Re: Rakefile Error - Please Help — Hassan Schroeder <hassan.schroeder@...> 2013/08/04

On Sun, Aug 4, 2013 at 7:41 AM, Jennifer T. <lists@ruby-forum.com> wrote:

[ANN] rake-compiler 0.9.1 Released

From: Luis Lavena <luislavena@...>
Date: 2013-08-03 21:54:30 UTC
List: ruby-talk #409325
rake-compiler version 0.9.1 has been released!

* <http://github.com/luislavena/rake-compiler>

=3D What is rake-compiler?

rake-compiler is first and foremost a productivity tool for Ruby developers=
.
It's goal is to make the busy developer's life easier by simplifying the
building
and packaging of Ruby extensions by simplifying code and reducing
duplication.

It follows *convention over configuration* by advocating a standardized
build and
package structure for both C and Java based RubyGems.

rake-compiler is the result of many hard-won experiences dealing with
several
diverse RubyGems that provided native extensions for different platforms an=
d
different user configurations in different ways. Details such as
differences in
code portability, differences in code clarity, and differences in project
directory
structure often made it very difficult for newcomers to those RubyGems.

From these challenges, rake-compiler was born with the single-minded goal o=
f
making the busy RubyGem developer's life much less difficult.

=3D=3D Feature Overview

Some of the benefits rake-compiler provides include:

* No custom rake tasks required. Less code duplication and errors.

* Painlessly build extensions on different platforms (Linux, OSX and
Windows).

* Painlessly build extensions for different Ruby implementations (JRuby,
  Rubinius and MRI).

* Allow multiple extensions to be compiled inside the same gem.

* Painlessly build "fat" native gems for Windows users (from Linux or OSX).

* Mimics RubyGems standard installation process, helping as a test
environment.

* Simplifies cross platform extension compilation (targeting Windows from
Linux).

Changes:

=3D=3D=3D 0.9.1 / 2013-08-03

* Bugfixes:
  * Restore compatibility with RubyGems platforms for cross-compilation
    (i386-mingw32 and x86-mingw32 are the same and supported)

--=20
Luis Lavena
AREA 17
-
Perfection in design is achieved not when there is nothing more to add,
but rather when there is nothing more to take away.
Antoine de Saint-Exup=E9ry

In This Thread

Prev Next