Download from here:
MD5: 59bab8f71f8c096cd3f72cd73851515d
Rename it to: Sublime Text
Make it executable with: chmod u+x Sublime\ Text
Namespaces = | |
names: [] | |
descriptions: [] | |
tasks: [] | |
injectMethods: (ins) -> | |
nspaces = @ | |
ins.fqn = -> | |
@_nameChain().join ':' | |
INSTALL | |
======= | |
$ gem install rspec | |
RSPEC-RAILS | |
=========== | |
RAILS-3 | |
======= |
# Have you ever had to sleep() in Capybara-WebKit to wait for AJAX and/or CSS animations? | |
describe 'Modal' do | |
should 'display login errors' do | |
visit root_path | |
click_link 'My HomeMarks' | |
within '#login_area' do | |
fill_in 'email', with: '[email protected]' | |
fill_in 'password', with: 'test' |
$(document).ready(function(){ | |
var lastId, topMenu = $("#navbar-scroll"), | |
topMenuHeight = topMenu.outerHeight() + 150, | |
menuItems = topMenu.find("a"), | |
scrollItems = menuItems.map(function() { | |
var item = $($(this).attr("href")); | |
if (item.length) { | |
return item; | |
} | |
}); |
diff --git a/configure.in b/configure.in | |
index 732dd5d..8f5b364 100644 | |
--- a/configure.in | |
+++ b/configure.in | |
@@ -172,6 +172,7 @@ RUBY_PROGRAM_VERSION=`sed -n 's/^#define RUBY_VERSION "\(.*\)"/\1/p' $srcdir/ver | |
AC_SUBST(RUBY_PROGRAM_VERSION) | |
RUBY_RELEASE_DATE=`sed -n 's/^#define RUBY_RELEASE_DATE "\(.*\)"/\1/p' $srcdir/version.h` | |
AC_SUBST(RUBY_RELEASE_DATE) | |
+RUBY_PATCHLEVEL=`sed -n 's/^#define RUBY_PATCHLEVEL //p' $srcdir/version.h` | |
AC_DEFINE(CANONICALIZATION_FOR_MATHN) |
#!/bin/bash | |
rvm get head | |
rvm install 1.9.3-p385 --with-gcc=clang --patch http://bit.ly/dwpatch,railsexpress -C --disable-werror |
Download from here:
MD5: 59bab8f71f8c096cd3f72cd73851515d
Rename it to: Sublime Text
Make it executable with: chmod u+x Sublime\ Text
These licenses will be valid after sublime_text
patching:
- BEGIN License -
Love
Unlimited user license
EA7E-8441
918381ACA844A0379CCAC729059720A4
BC9D409098618744BB45FF23E67568DB
82B926D92157127DB3B4054834D0477F
// ---- | |
// Sass (v3.4.1) | |
// Compass (v1.0.1) | |
// Breakpoint (v2.5.0) | |
// ---- | |
@import "compass"; | |
@import "memo"; | |
@import "breakpoint"; |