Other articles:
|
Sep 14, 2011 . Rails 3.1 requires gem 'therubyracer' with CoffeeScript. We all know Rails 3.1 is
This ended up being pretty simple, the resulting gem even works transparently
Dec 21, 2011 . mkdir some_catalogue && cd some_catalogue echo "source :rubygems gem '
Jasminerice gem for Coffeescript Unit Testing with Rails 3.1. This helped me
May 28, 2011 . Barista is a gem that seamlessly integrates CoffeeScript support in to your Rails
Jan 23, 2012 . Ruby 1.9.2 (specified through a RVM .rvmrc file); CoffeeScript installed via
May 25, 2011 . source 'http://rubygems.org' gem "rails", "3.1.0.rc1" gem "mysql2", "0.3.2" # Rails
That blog post "using coffeescript with sproutcore" lead to a dead end for me. I
Jun 17, 2011 . The latest versions of Barista depends on the coffee-script gem. It auto-detects
Conditions: gem "coffee-script" # in Gemfile at least one file with .js.coffee (even
Jan 11, 2012 . It turns out that Rails won't compile CoffeeScript templates by default, but you can
Jun 29, 2011 . Gemfile gem 'rails', '3.1.0.rc4' gem 'sprockets', '= 2.0.0.beta.10' # rails 3.1.0.rc4
May 20, 2011 . Add coffee-script and haml gems to Gemfile and run Bundler: gem 'coffee-script'
Jun 23, 2011 . 'barista' gem takes care of installing coffee-script gem and its dependencies. '
The coffee-script gem (https://github.com/josh/ruby-coffee-script) uses ExecJS (
May 13, 2011 . Before we install the Rails 3.1 beta gem we'll use rvm to create a gemset . gem '
source :rubygems gem "json" gem "coffee-script-source" gem "coffee-script" gem
I have added those gems also and installed them, but, the coffee script is not
CoffeeScript is a little language that compiles into JavaScript. . . Soaking up
Aug 25, 2011 . source 'http://rubygems.org' gem 'guard' gem 'guard-coffeescript'
Underneath all of those embarrassing braces and semicolons, JavaScript has
2.2.0. Ruby CoffeeScript is a bridge to the JS CoffeeScript compiler. installgem
CoffeeScript. To render CoffeeScript templates you first need the coffee-script
Jan 4, 2012 . As I don't use CoffeeScript I want Rails instead generate .js files for me. Is it
Guard::CoffeeScript automatically generates your JavaScripts from your
I plan to cover both Sass and CoffeeScript, as well as some of the changes in
Mar 26, 2011 . Using the coffee-script gem, I just added a couple more coffee script files, one for
Apr 6, 2011 . To use Guard-CoffeeScript, we will create a Gemfile for our project and add this
Dec 13, 2010 . The latest versions of Barista depends on the coffee-script gem. This gem only
Apr 13, 2011 . If you're on OSX the Ruby wrapper (shipped in the coffee-script gem) will use the
Mar 15, 2010 . I'm pretty excited about CoffeeScript as a clean-syntax replacement for pure
Jan 4, 2010 . As a Ruby project, you can get the CoffeeScript compiler installed with a simple
Jul 28, 2011 . DHH and CoffeeScript . 'jasmine' end group :test do gem 'guard-coffeescript'
In section 3.2.5, we are told to install the dynamic_form gem by adding the
Jul 18, 2011 . source 'http://rubygems.org' gem 'rails', '3.1.0.rc4' gem 'sqlite3' # Asset template
Aug 8, 2011 . Barista indirectly requires the json gem via the coffee-script gem, but it isn't listed
Dec 22, 2010 . Barista is a gem that helps us use CoffeeScripts in our Rails app. It will
gem 'coffee-script-source', '~> 1.0.0' gem 'coffee-script' gem 'therubyracer'. coffee-
This library depends on the coffee-script-source gem which is updated any time a
4 days ago . Standalone CoffeeScript Router w/ Rails style named parameters. installgem
Apr 15, 2011 . Commenting the CoffeeScript gem out of the Gemfile to disable it is also
Commenting the CoffeeScript gem out of the Gemfile to disable it is also
Guard::CoffeeScript automatically compiles your CoffeeScripts — Read more.
Actually, Ruby's coffee-script gem (now a default in Rails 3.1) doesn't depend on
Jul 12, 2011 . I put the source code for HAML, SCSS and CoffeeScript in a similar file tree .
Barista indirectly requires the json gem via the coffee-script gem, but it isn't listed
May 20, 2011 . sc-init Todos --template. Get the sproutcore-coffeescript gem and add settings to
Dec 15, 2011 . The Ruby Toolbox is a comprehensive catalog of Ruby and Rails plug-ins, gems,
Or you can use this example rake task to compile them for you with the coffee-
Jan 15, 2012 . JS is is authored in CoffeeScript and that is a big deal for me. . Past the initial
Sitemap
|