dentarg + ruby   241

Issue #33: Color in test output using latest Sublime Text 2 build · maltize/sublime-text-2-ruby-tests
I haven't been able to track down the bug, but I've found a kludgy workaround. The problem is that Sublime Text isn't even loading the theme file for the RubyTest widget. Here's the hack:

Edit the file "Theme - Default/Widget.sublime-settings" in the Library/Application Support/Sublime Text 2/Packages directory:

$ subl "Theme - Default/Widget.sublime-settings"

In that file, change

"color_scheme": "Packages/Theme - Default/Widgets.stTheme"

to

"color_scheme": "Packages/RubyTest/TestConsole.tmTheme"

By changing the default color theme, this probably screws up other widgets, but since the RubyTest widget is the only one I currently use I can live with that.
ruby  test  sublime_text_2 
4 days ago by dentarg
install ruby gems as non-root user
Both the ruby 1.8 and 1.9 OpenBSD ports have fixes that allow installation of gems with C extensions as a non-root user, as long as you use the --user-install option. Check the patches in devel/ruby-gems and lang/ruby/1.9.
ruby  openbsd 
15 days ago by dentarg
Ruby Weekly Issue 91 - May 3, 2012
Sublime Text 2 Guard Plugin This project provides integration of Guard (a tool that handles and responds to events on file system modifications) into the Sublime Text 2 editor. Handy if you want your tests to run automatically but then see the results directly in ST2.
weekly  ruby  sublime_text_2 
19 days ago by dentarg
leonid-shevtsov/headless
Headless is the Ruby interface for Xvfb. It allows you to create a headless display straight from Ruby code, hiding some low-level action. It can also capture images and video from the virtual framebuffer.

I created it so I can run Selenium tests in Cucumber without any shell scripting. Even more, you can go headless only when you run tests against Selenium. Other possible uses include pdf generation with wkhtmltopdf, or screenshotting.
headless  testing  ruby 
25 days ago by dentarg
Running Ruby 1.8.7 and 1.9.2, RVM 1.10.3, OS X 10.7.3 and Xcode 4.3 » andy goundry
.rvm/rubies/ruby-1.8.7-p358/lib/ruby/1.8/timeout.rb:60: [BUG] Segmentation fault
development  ruby  rvm  cyd  gollum  bundler 
8 weeks ago by dentarg
Ruby on Rails: Modules vs. Classes - Stack Overflow
You'd define a class for something you'll want to make instances of. In this case, a module would probably be better, as modules basically just group code together:
ruby 
9 weeks ago by dentarg
fog - The Ruby cloud services library
Carl "använder det i failover scriptet för att ändra DNSerna hos Zerigo "
aws  messaging  programming  ruby 
11 weeks ago by dentarg
Programming With Nothing by Tom Stuart (Ru3y Manor Videos)
tittat till 05:46

han skriver FizzBuzz genom att bara använda lambdas/procs
towatch  lisp  ruby 
11 weeks ago by dentarg
ruby - What is a dirty resource? - Stack Overflow
User.create(:name => 'Ted')

# update user via #save
user = User.get(1)
user.name = 'John'
user.dirty? # => true
user.save

# update user via #update
user = User.get(1)
user.update(:name => 'John')
user.dirty? # => false
ruby  datamapper 
11 weeks ago by dentarg
The 9th Bit: Encodings in Ruby 1.9 // Speaker Deck
RT @jedisct1: The 9th Bit: Encodings in Ruby 1.9
ruby  encoding 
february 2012 by dentarg
#541: --deployment with native extensions (on FreeBSD) - Issues - carlhuda/bundler - GitHub
chown/chgrp: Operation not permitted


ruby -rrbconfig -e 'puts Config::CONFIG["INSTALL"]'
/usr/bin/install -c -o root -g wheel
ruby  rubygems  bundler  json 
october 2011 by dentarg
jamis/rbenv-gemset - GitHub
Plugin for rbenv that adds basic gemset support
ruby 
september 2011 by dentarg
crafterm/sprinkle - GitHub
Sprinkle is a software provisioning tool you can use to build remote servers with. eg. to install a Rails, or Sinatra stack on a brand new slice directly after its been created
automation  rails  ruby  servers 
september 2011 by dentarg
Rethrick Construction - WAVING GOODBYE
Here is something you've may have heard but never quite believed before: Google's vaunted scalable software infrastructure is obsolete. Don't get me wrong, their hardware and datacenters are the best in the world, and as far as I know, nobody is close to matching it. But the software stack on top of it is 10 years old, aging and designed for building search engines and crawlers. And it is well and truly obsolete.

Protocol Buffers, BigTable and MapReduce are ancient, creaking dinosaurs compared to MessagePack, JSON, and Hadoop. And new projects like GWT, Closure and MegaStore are sluggish, overengineered Leviathans compared to fast, elegant tools like jQuery and mongoDB. Designed by engineers in a vacuum, rather than by developers who have need of tools.
design  webdesign  blogpost  google  java  ruby  programmer 
june 2011 by dentarg
Heroku | Celadon Cedar
Introducing Celadon Cedar. This is huge.
heroku  ruby  cloud  cron 
june 2011 by dentarg
« earlier      

related tags

actionmailer  adapter  adium  admin  administration  agile  ai  ajax  amazon  ampersand  apache  api  app  apple  applescript  application  app_config  arel  array  article  asset  associations  attachment  authentication  automation  aws  bash  best  bestpractices  bind  block  blog  blogging  blogpost  blogs  bluecloth  blueprint  book  books  bort  bundle  bundler  cache  calendar  camping  capistrano  charset  charts  cheat  cheatsheet  chef  ci  class  classes  cli  cloud  cms  cocoa  code  collaboration  color  comet  command  commandline  company  config  configuration  configuration_management  connect  console  consulting  continuousintegration  conversion  convert  converter  cool  cron  css  cyd  database  datamapper  date  datetime  db  debian  debug  debugging  del.icio.us  dependency  deploy  deployment  design  development  dhh  dns  docbook  docs  document  documentation  domain  domainnamn  domains  email  emmaboda  encoding  engine  erb  eruby  event  eventmachine  eventproject  extension  extensions  facebook  fast  fastcgi  fcgi  file  filesystem  fix  flickr  forum  forums  framework  free  funny  fuse  gallery  gem  gems  generate  generator  git  github  gollum  google  grammar  graph  graphics  gui  göteborg  hash  has_many  headless  heroku  highlighter  highlighting  hosting  hotruby  howto  html  html5  http  https  ical  icalendar  im  image  imagemagick  images  imap  imdb  infrastructure  inject  inspiration  install  instiki  integration  interface  io  iphone  irb  java  javascript  johnson  js  json  language  latex  layout  less  libraries  library  lighttpd  linux  lisp  locale  localization  mac  macosx  macruby  magnus  mail  management  manager  markdown  markup  marshal  math  mathml  mean  mephisto  merb  messaging  meta  migration  migrations  mongrel  monit  monitoring  movies  multipart  munin  mvc  mysql  nesta  network  networking  nginx  node.js  npm  oauth  objective-c  ocr  oop  openbsd  openid  opensource  orm  osx  ozimodo  package  packaging  paperclip  parser  passenger  pastie  pdf  performance  photo  photography  photos  php  phusi  pinboard  plugin  plugins  powerpoint  ppl  presentation  prime  primes  print  programmer  programming  project  prototype  puppet  push  python  quickref  rack  rackup  rails  rails3  railsconf  railsonrails  rake  rdoc  redis  reference  regex  regexp  relations  reload  remodium  repository  resources  rest  reverse  rfuse  rip  rmagick  ror  rss  rub  ruby  rubygems  rubyonrails  rvm  s5  sass  screencast  scripting  scripts  search  seer  sequel  server  servers  setup  shell  shoes  shotgun  show  showview  sinatra  slides  snippets  socket  software  sort  sorting  source  spdy  spotify  sql  ssh  standards  statistics  streaming  style  subdomain  subdomains  sublime_text_2  sum  svg  swedish  switch  syntax  sysadmin  system  talk  templates  terminal  test  testing  thin  threads  thumbnail  tips  todo  tokyocabinet  tool  toolbox  tools  toread  totest  towatch  tricks  tumblelog  tutorial  tutorials  twitter  ubuntu  uk  unicode  unicorn  unix  upload  url  utf8  utility  version  versioning  vetcloud  video  view  vim  visualization  vps  web  web2.0  webapp  webdesign  webdev  webdevelopment  webhosting  webmail  webserver  webservice  webservices  weekly  whois  wiki  work  workflow  xml  yaml 

Copy this bookmark:



description:


tags: