Gem nokogiri-1.4.4 hoe (>= 2.6.2, development) minitest (>= 1.6.0, development) racc (>= 0, development) rake-compiler (>= 0, development) rexical (>= 0, development) rubyforge (>= 2.0.4, development...

...Note that, like the vanilla bundle install, this will fail whenever a new gem compiles native components and requires a missing system dependency...

rubyforge.org

...with Haml 3.0.18 and fast_gettext 0.5.10. gettext_i18n_rails's Haml-Parser compiles the Haml code and delegates the parsing to ruby_parser. Unfortunately, ruby_parser appears to be...

makandra dev

Sometimes you want to run a command forever, e.g. to compile a haml to html file on the console. Use this: $ while(true) do haml index.haml index.html; sleep 1.5; done

The asset pipeline is one of Rails' two mechanisms how stylesheets, javascripts and images from your /assets folder are processed...

ctan.larsko.net

...plan to insert an existing PDF into a new LaTeX document that you will compile to PDF, you can use \includegraphics for this. Although, be prepared to get tons of...

makandracards.com

In medium-sized to large Rails applications, asset compilation can take several minutes. In order to speed up deployment, asset precompilation can be skipped. This card automates the process.

...namespace :deploy do desc 'Automatically skip asset compile if possible' task :auto_skip_assets do asset_locations = %r(^(Gemfile\.lock|app/assets|lib/assets|vendor/asset)) revisions = [] on roles :app do within current...

confreaks.com

Opal is a source to source ruby to javascript compiler, corelib and a runtime implementation that currently passes 3000 rubyspecs w/a reachable goal of passing them all...

hagenburger.net

...t agree with all of Nico's choices, but I applaud his approach to compile a simple and short list of rules...

m.onkey.org

...fuck tests. So here’s fast_context as a solution for it. fast_context compiles all the ‘should’s within a context into a single test...

...with current Ubuntus. We have forked ruby-build with a workaround that makes it compile and statically link the latest OpenSSL 1.0 version. This works on Ubuntu 20.04, as well...